lib/html/isabelle.css
author wenzelm
Thu, 22 Jul 2010 22:39:31 +0200
changeset 38189 4857eab31298
parent 37193 8cdddd689ea9
child 38190 1d812ff95a14
permissions -rw-r--r--
generic external source files -- nothing special about ML here;
wenzelm@37047
     1
/* style file for Isabelle XHTML/XML output */
kleing@14542
     2
kleing@14542
     3
body { background-color: #FFFFFF; }
kleing@14542
     4
kleing@14542
     5
.head     { background-color: #FFFFFF; }
kleing@14542
     6
.source   { background-color: #F0F0F0; padding: 10px; }
kleing@14542
     7
wenzelm@38189
     8
.external_source { background-color: #F0F0F0; padding: 10px; }
wenzelm@38189
     9
.external_footer { background-color: #FFFFFF; }
kleing@14542
    10
kleing@14542
    11
.theories { background-color: #F0F0F0; padding: 10px; }
kleing@14542
    12
.sessions { background-color: #F0F0F0; padding: 10px; }
kleing@14542
    13
wenzelm@27848
    14
.name     { font-style: italic; }
wenzelm@27848
    15
.filename { font-family: fixed; }
wenzelm@23716
    16
kleing@14542
    17
/* hide hr for this style */
kleing@14542
    18
hr { height: 0px; border: 0px; }
wenzelm@27848
    19
wenzelm@27848
    20
wenzelm@33994
    21
/* basic syntax markup */
wenzelm@27848
    22
wenzelm@33994
    23
.hidden, hidden { font-size: 0.1pt; visibility: hidden; }
wenzelm@33994
    24
wenzelm@33994
    25
.tclass, tclass               { color: red; }
wenzelm@34129
    26
.tfree, tfree                 { color: #A020F0; }
wenzelm@34129
    27
.tvar, tvar                   { color: #A020F0; }
wenzelm@29321
    28
.free, free                   { color: blue; }
wenzelm@37101
    29
.skolem, skolem               { color: #D2691E; }
wenzelm@29321
    30
.bound, bound                 { color: green; }
wenzelm@34129
    31
.var, var                     { color: #00009B; }
wenzelm@29321
    32
.numeral, numeral             { }
wenzelm@29321
    33
.literal, literal             { font-weight: bold; }
wenzelm@34129
    34
.inner_string, inner_string   { color: #D2691E; }
wenzelm@29321
    35
.inner_comment, inner_comment { color: #8B0000; }
wenzelm@29321
    36
wenzelm@33994
    37
.bold, bold  { font-weight: bold; }
wenzelm@34129
    38
.loc, loc  { color: #D2691E; }
wenzelm@29321
    39
wenzelm@27848
    40
.keyword, keyword      { font-weight: bold; }
wenzelm@37193
    41
.operator, operator    { }
wenzelm@27848
    42
.command, command      { font-weight: bold; }
wenzelm@27848
    43
.ident, ident          { }
wenzelm@27848
    44
.string, string        { color: #008B00; }
wenzelm@27848
    45
.altstring, altstring  { color: #8B8B00; }
wenzelm@27848
    46
.verbatim, verbatim    { color: #00008B; }
wenzelm@27848
    47
.comment, comment      { color: #8B0000; }
wenzelm@27848
    48
.control, control      { background-color: #FF6A6A; }
wenzelm@27848
    49
.malformed, malformed  { background-color: #FF6A6A; }
wenzelm@27848
    50
wenzelm@27848
    51
.malformed_span, malformed_span { background-color: #FF6A6A; }
wenzelm@33994
    52