author | wenzelm |
Sat, 09 Aug 2014 14:11:01 +0200 | |
changeset 57875 | 4ee24ee8055b |
parent 55033 | 8e8243975860 |
child 59120 | 74fde39274d5 |
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 |
|
43592
e67d104c0c50
HTML: render control symbols more like Isabelle/Scala/jEdit;
wenzelm
parents:
43552
diff
changeset
|
20 |
.hidden { font-size: 1px; visibility: hidden; } |
33985 | 21 |
|
43550
b416425c7ad0
tuned color, to avoid confusion with type variables;
wenzelm
parents:
43549
diff
changeset
|
22 |
.binding { color: #336655; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
23 |
.tfree { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
24 |
.tvar { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
25 |
.free { color: blue; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
26 |
.skolem { color: #D2691E; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
27 |
.bound { color: green; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
28 |
.var { color: #00009B; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
29 |
.numeral { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
30 |
.literal { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
31 |
.delimiter { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
32 |
.inner_string { color: #D2691E; } |
55033 | 33 |
.inner_cartouche { color: #CC6600; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
34 |
.inner_comment { color: #8B0000; } |
29320 | 35 |
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
36 |
.bold { font-weight: bold; } |
29320 | 37 |
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
38 |
.keyword { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
39 |
.operator { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
40 |
.command { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
41 |
.string { color: #008B00; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
42 |
.altstring { color: #8B8B00; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
43 |
.verbatim { color: #00008B; } |
55033 | 44 |
.cartouche { color: #CC6600; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
45 |
.comment { color: #8B0000; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
46 |
.control { background-color: #FF6A6A; } |
48751 | 47 |
.bad { background-color: #FF6A6A; } |
27848 | 48 |
|
49554
7b7bd2d7661d
more explicit keyword1/keyword2 markup -- avoid potential conflict with input token markup produced by Token_Marker;
wenzelm
parents:
48752
diff
changeset
|
49 |
.keyword1 { font-weight: bold; } |
7b7bd2d7661d
more explicit keyword1/keyword2 markup -- avoid potential conflict with input token markup produced by Token_Marker;
wenzelm
parents:
48752
diff
changeset
|
50 |
.keyword2 { font-weight: bold; } |
7b7bd2d7661d
more explicit keyword1/keyword2 markup -- avoid potential conflict with input token markup produced by Token_Marker;
wenzelm
parents:
48752
diff
changeset
|
51 |