lib/html/isabelle.css
author kleing
Fri, 27 May 2005 01:09:44 +0200
changeset 16095 f6af6b265d20
parent 14542 f4fa346a0b46
child 17176 3a02e6349a5d
permissions -rw-r--r--
put global isatest settings in one file, sourced by the other scripts

/* 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; }

.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; }