lib/html/isabelle.css
author urbanc
Wed, 28 Mar 2007 18:25:23 +0200
changeset 22541 c33b542394f3
parent 17176 3a02e6349a5d
child 23612 52c7bcfc9515
permissions -rw-r--r--
the name for the collection of equivariance lemmas is now eqvts (changed from eqvt) in order to avoid clashes with eqvt-lemmas generated in nominal_inductive

/* css style file for generated Isabelle HTML output */

body { background-color: #FFFFFF; }

.tclass { color: red; }
.tfree  { color: purple; }
.tvar   { color: purple; }
.free   { color: blue; }
.bound  { color: green; }
.var    { color: blue; }
.xstr   { color: brown; }
.loc    { color: brown; }

.name     { font-style: italic; }
.keyword  { font-weight: bold; }
.filename { font-family: fixed; }

.head     { background-color: #FFFFFF; }
.source   { background-color: #F0F0F0; padding: 10px; }
.theorems { background-color: #E0E0E0; padding: 10px; }

.mlsource { background-color: #F0F0F0; padding: 10px; }
.mlfooter { background-color: #FFFFFF; }

.theories { background-color: #F0F0F0; padding: 10px; }
.sessions { background-color: #F0F0F0; padding: 10px; }

/* hide hr for this style */
hr { height: 0px; border: 0px; }