author | krauss |
Sun, 27 Mar 2011 16:56:16 +0200 | |
changeset 42137 | 6803f2fd15c1 |
parent 37941 | 1d812ff95a14 |
child 43432 | 224006e5ac46 |
permissions | -rw-r--r-- |
37040
23b0b9986019
observe additional isabelle-jedit.css for component and user;
wenzelm
parents:
34131
diff
changeset
|
1 |
/* style file for Isabelle XHTML/XML output */ |
14542 | 2 |
|
3 |
body { background-color: #FFFFFF; } |
|
4 |
||
5 |
.head { background-color: #FFFFFF; } |
|
6 |
.source { background-color: #F0F0F0; padding: 10px; } |
|
7 |
||
37940
4857eab31298
generic external source files -- nothing special about ML here;
wenzelm
parents:
37192
diff
changeset
|
8 |
.external_source { background-color: #F0F0F0; padding: 10px; } |
4857eab31298
generic external source files -- nothing special about ML here;
wenzelm
parents:
37192
diff
changeset
|
9 |
.external_footer { background-color: #FFFFFF; } |
14542 | 10 |
|
11 |
.theories { background-color: #F0F0F0; padding: 10px; } |
|
12 |
.sessions { background-color: #F0F0F0; padding: 10px; } |
|
13 |
||
27848 | 14 |
.name { font-style: italic; } |
15 |
.filename { font-family: fixed; } |
|
23716 | 16 |
|
27848 | 17 |
|
33985 | 18 |
/* basic syntax markup */ |
27848 | 19 |
|
33985 | 20 |
.hidden, hidden { font-size: 0.1pt; visibility: hidden; } |
21 |
||
22 |
.tclass, tclass { color: red; } |
|
34129 | 23 |
.tfree, tfree { color: #A020F0; } |
24 |
.tvar, tvar { color: #A020F0; } |
|
29320 | 25 |
.free, free { color: blue; } |
37061
026504e21088
refrain from using bold within the term language -- looks odd in Lobo with error/warning background;
wenzelm
parents:
37040
diff
changeset
|
26 |
.skolem, skolem { color: #D2691E; } |
29320 | 27 |
.bound, bound { color: green; } |
34129 | 28 |
.var, var { color: #00009B; } |
29320 | 29 |
.numeral, numeral { } |
30 |
.literal, literal { font-weight: bold; } |
|
34129 | 31 |
.inner_string, inner_string { color: #D2691E; } |
29320 | 32 |
.inner_comment, inner_comment { color: #8B0000; } |
33 |
||
33985 | 34 |
.bold, bold { font-weight: bold; } |
34129 | 35 |
.loc, loc { color: #D2691E; } |
29320 | 36 |
|
27848 | 37 |
.keyword, keyword { font-weight: bold; } |
37192 | 38 |
.operator, operator { } |
27848 | 39 |
.command, command { font-weight: bold; } |
40 |
.ident, ident { } |
|
41 |
.string, string { color: #008B00; } |
|
42 |
.altstring, altstring { color: #8B8B00; } |
|
43 |
.verbatim, verbatim { color: #00008B; } |
|
44 |
.comment, comment { color: #8B0000; } |
|
45 |
.control, control { background-color: #FF6A6A; } |
|
46 |
.malformed, malformed { background-color: #FF6A6A; } |
|
47 |
||
48 |
.malformed_span, malformed_span { background-color: #FF6A6A; } |
|
33985 | 49 |