author | blanchet |
Thu, 20 Apr 2017 16:21:29 +0200 | |
changeset 65516 | 03efd17e083b |
parent 65089 | 1d219d76873b |
child 65837 | 9ee6a8d4499b |
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'; |
|
65089 | 5 |
src: url('fonts/IsabelleText.ttf') format('truetype'); |
61374 | 6 |
} |
7 |
||
8 |
@font-face { |
|
9 |
font-family: 'IsabelleText'; |
|
65089 | 10 |
src: url('fonts/IsabelleTextBold.ttf') format('truetype'); |
61374 | 11 |
font-weight: bold; |
12 |
} |
|
13 |
||
63683
87c6158f4ef4
more robust HTML rendering of hidden control symbols: Vacuous font bypasses minimal font-size restrictions of common browsers, transparent colour imitates hidden visibility while copy-paste still works;
wenzelm
parents:
62813
diff
changeset
|
14 |
@font-face { |
87c6158f4ef4
more robust HTML rendering of hidden control symbols: Vacuous font bypasses minimal font-size restrictions of common browsers, transparent colour imitates hidden visibility while copy-paste still works;
wenzelm
parents:
62813
diff
changeset
|
15 |
font-family: 'Vacuous'; |
65089 | 16 |
src: url('fonts/Vacuous.ttf') format('truetype'); |
63683
87c6158f4ef4
more robust HTML rendering of hidden control symbols: Vacuous font bypasses minimal font-size restrictions of common browsers, transparent colour imitates hidden visibility while copy-paste still works;
wenzelm
parents:
62813
diff
changeset
|
17 |
} |
87c6158f4ef4
more robust HTML rendering of hidden control symbols: Vacuous font bypasses minimal font-size restrictions of common browsers, transparent colour imitates hidden visibility while copy-paste still works;
wenzelm
parents:
62813
diff
changeset
|
18 |
|
14542 | 19 |
body { background-color: #FFFFFF; } |
20 |
||
21 |
.head { background-color: #FFFFFF; } |
|
61374 | 22 |
.source { |
62812
ce22e5c3d4ce
more robust display of bidirectional Unicode text: enforce left-to-right;
wenzelm
parents:
61374
diff
changeset
|
23 |
direction: ltr; unicode-bidi: bidi-override; |
61374 | 24 |
background-color: #FFFFFF; |
25 |
padding: 10px; |
|
26 |
font-family: IsabelleText; |
|
27 |
line-height: 120%; |
|
28 |
} |
|
14542 | 29 |
|
59120 | 30 |
.theories { background-color: #FFFFFF; padding: 10px; } |
31 |
.sessions { background-color: #FFFFFF; padding: 10px; } |
|
14542 | 32 |
|
27848 | 33 |
.name { font-style: italic; } |
34 |
.filename { font-family: fixed; } |
|
23716 | 35 |
|
27848 | 36 |
|
33985 | 37 |
/* basic syntax markup */ |
27848 | 38 |
|
63683
87c6158f4ef4
more robust HTML rendering of hidden control symbols: Vacuous font bypasses minimal font-size restrictions of common browsers, transparent colour imitates hidden visibility while copy-paste still works;
wenzelm
parents:
62813
diff
changeset
|
39 |
.hidden { font-family: Vacuous; font-size: 1%; color: rgba(255,255,255,0); } |
33985 | 40 |
|
43550
b416425c7ad0
tuned color, to avoid confusion with type variables;
wenzelm
parents:
43549
diff
changeset
|
41 |
.binding { color: #336655; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
42 |
.tfree { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
43 |
.tvar { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
44 |
.free { color: blue; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
45 |
.skolem { color: #D2691E; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
46 |
.bound { color: green; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
47 |
.var { color: #00009B; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
48 |
.numeral { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
49 |
.literal { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
50 |
.delimiter { } |
59120 | 51 |
.inner_string { color: #FF00CC; } |
55033 | 52 |
.inner_cartouche { color: #CC6600; } |
59120 | 53 |
.inner_comment { color: #CC0000; } |
29320 | 54 |
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
55 |
.bold { font-weight: bold; } |
29320 | 56 |
|
59121 | 57 |
.keyword1 { color: #006699; font-weight: bold; } |
58 |
.keyword2 { color: #009966; font-weight: bold; } |
|
59123
e68e44836d04
imitate command markup and rendering of Isabelle/jEdit in HTML output;
wenzelm
parents:
59121
diff
changeset
|
59 |
.keyword3 { color: #0099FF; font-weight: bold; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
60 |
.operator { } |
59120 | 61 |
.string { color: #FF00CC; } |
62 |
.alt_string { color: #CC00CC; } |
|
63 |
.verbatim { color: #6600CC; } |
|
55033 | 64 |
.cartouche { color: #CC6600; } |
59120 | 65 |
.comment { color: #CC0000; } |
59125 | 66 |
.improper { color: #FF5050; } |
48751 | 67 |
.bad { background-color: #FF6A6A; } |
27848 | 68 |