| author | Andreas Lochbihler |
| Tue, 01 Dec 2015 12:35:11 +0100 | |
| changeset 61766 | 507b39df1a57 |
| parent 61374 | b3c665940d62 |
| child 62812 | ce22e5c3d4ce |
| 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 |
|
| 61374 | 3 |
@font-face {
|
4 |
font-family: 'IsabelleText'; |
|
5 |
src: url('IsabelleText.ttf') format('truetype');
|
|
6 |
} |
|
7 |
||
8 |
@font-face {
|
|
9 |
font-family: 'IsabelleText'; |
|
10 |
src: url('IsabelleTextBold.ttf') format('truetype');
|
|
11 |
font-weight: bold; |
|
12 |
} |
|
13 |
||
| 14542 | 14 |
body { background-color: #FFFFFF; }
|
15 |
||
16 |
.head { background-color: #FFFFFF; }
|
|
| 61374 | 17 |
.source {
|
18 |
background-color: #FFFFFF; |
|
19 |
padding: 10px; |
|
20 |
font-family: IsabelleText; |
|
21 |
line-height: 120%; |
|
22 |
} |
|
| 14542 | 23 |
|
| 59120 | 24 |
.external_source { background-color: #FFFFFF; padding: 10px; }
|
|
37940
4857eab31298
generic external source files -- nothing special about ML here;
wenzelm
parents:
37192
diff
changeset
|
25 |
.external_footer { background-color: #FFFFFF; }
|
| 14542 | 26 |
|
| 59120 | 27 |
.theories { background-color: #FFFFFF; padding: 10px; }
|
28 |
.sessions { background-color: #FFFFFF; padding: 10px; }
|
|
| 14542 | 29 |
|
| 27848 | 30 |
.name { font-style: italic; }
|
31 |
.filename { font-family: fixed; }
|
|
| 23716 | 32 |
|
| 27848 | 33 |
|
| 33985 | 34 |
/* basic syntax markup */ |
| 27848 | 35 |
|
|
43592
e67d104c0c50
HTML: render control symbols more like Isabelle/Scala/jEdit;
wenzelm
parents:
43552
diff
changeset
|
36 |
.hidden { font-size: 1px; visibility: hidden; }
|
| 33985 | 37 |
|
|
43550
b416425c7ad0
tuned color, to avoid confusion with type variables;
wenzelm
parents:
43549
diff
changeset
|
38 |
.binding { color: #336655; }
|
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
39 |
.tfree { color: #A020F0; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
40 |
.tvar { color: #A020F0; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
41 |
.free { color: blue; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
42 |
.skolem { color: #D2691E; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
43 |
.bound { color: green; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
44 |
.var { color: #00009B; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
45 |
.numeral { }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
46 |
.literal { font-weight: bold; }
|
|
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
47 |
.delimiter { }
|
| 59120 | 48 |
.inner_string { color: #FF00CC; }
|
| 55033 | 49 |
.inner_cartouche { color: #CC6600; }
|
| 59120 | 50 |
.inner_comment { color: #CC0000; }
|
| 29320 | 51 |
|
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
52 |
.bold { font-weight: bold; }
|
| 29320 | 53 |
|
| 59121 | 54 |
.keyword1 { color: #006699; font-weight: bold; }
|
55 |
.keyword2 { color: #009966; font-weight: bold; }
|
|
|
59123
e68e44836d04
imitate command markup and rendering of Isabelle/jEdit in HTML output;
wenzelm
parents:
59121
diff
changeset
|
56 |
.keyword3 { color: #0099FF; font-weight: bold; }
|
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
57 |
.operator { }
|
| 59120 | 58 |
.string { color: #FF00CC; }
|
59 |
.alt_string { color: #CC00CC; }
|
|
60 |
.verbatim { color: #6600CC; }
|
|
| 55033 | 61 |
.cartouche { color: #CC6600; }
|
| 59120 | 62 |
.comment { color: #CC0000; }
|
| 59125 | 63 |
.improper { color: #FF5050; }
|
| 48751 | 64 |
.bad { background-color: #FF6A6A; }
|
| 27848 | 65 |