author | wenzelm |
Thu, 25 May 2017 18:07:29 +0200 | |
changeset 65922 | d2f19f05c0e9 |
parent 65891 | 586911118317 |
child 65939 | 9fb044904a4d |
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 |
|
65837 | 19 |
|
20 |
/* standard document markup */ |
|
21 |
||
22 |
dt { |
|
23 |
float: left; |
|
24 |
clear: left; |
|
25 |
padding-right: 0.5em; |
|
26 |
font-weight: bold; |
|
27 |
} |
|
28 |
||
14542 | 29 |
body { background-color: #FFFFFF; } |
30 |
||
31 |
.head { background-color: #FFFFFF; } |
|
61374 | 32 |
.source { |
62812
ce22e5c3d4ce
more robust display of bidirectional Unicode text: enforce left-to-right;
wenzelm
parents:
61374
diff
changeset
|
33 |
direction: ltr; unicode-bidi: bidi-override; |
61374 | 34 |
background-color: #FFFFFF; |
35 |
padding: 10px; |
|
36 |
font-family: IsabelleText; |
|
37 |
line-height: 120%; |
|
38 |
} |
|
14542 | 39 |
|
59120 | 40 |
.theories { background-color: #FFFFFF; padding: 10px; } |
41 |
.sessions { background-color: #FFFFFF; padding: 10px; } |
|
14542 | 42 |
|
27848 | 43 |
.name { font-style: italic; } |
44 |
.filename { font-family: fixed; } |
|
23716 | 45 |
|
27848 | 46 |
|
33985 | 47 |
/* basic syntax markup */ |
27848 | 48 |
|
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
|
49 |
.hidden { font-family: Vacuous; font-size: 1%; color: rgba(255,255,255,0); } |
33985 | 50 |
|
43550
b416425c7ad0
tuned color, to avoid confusion with type variables;
wenzelm
parents:
43549
diff
changeset
|
51 |
.binding { color: #336655; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
52 |
.tfree { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
53 |
.tvar { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
54 |
.free { color: blue; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
55 |
.skolem { color: #D2691E; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
56 |
.bound { color: green; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
57 |
.var { color: #00009B; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
58 |
.numeral { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
59 |
.literal { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
60 |
.delimiter { } |
59120 | 61 |
.inner_string { color: #FF00CC; } |
55033 | 62 |
.inner_cartouche { color: #CC6600; } |
59120 | 63 |
.inner_comment { color: #CC0000; } |
29320 | 64 |
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
65 |
.bold { font-weight: bold; } |
29320 | 66 |
|
59121 | 67 |
.keyword1 { color: #006699; font-weight: bold; } |
68 |
.keyword2 { color: #009966; font-weight: bold; } |
|
59123
e68e44836d04
imitate command markup and rendering of Isabelle/jEdit in HTML output;
wenzelm
parents:
59121
diff
changeset
|
69 |
.keyword3 { color: #0099FF; font-weight: bold; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
70 |
.operator { } |
59120 | 71 |
.string { color: #FF00CC; } |
72 |
.alt_string { color: #CC00CC; } |
|
73 |
.verbatim { color: #6600CC; } |
|
55033 | 74 |
.cartouche { color: #CC6600; } |
59120 | 75 |
.comment { color: #CC0000; } |
59125 | 76 |
.improper { color: #FF5050; } |
48751 | 77 |
.bad { background-color: #FF6A6A; } |
65891 | 78 |
|
79 |
||
80 |
/* message background */ |
|
81 |
||
82 |
.writeln_message { background-color: #F0F0F0; } |
|
83 |
.information_message { background-color: #DCEAF3; } |
|
84 |
.tracing_message { background-color: #F0F8FF; } |
|
85 |
.warning_message { background-color: #EEE8AA; } |
|
86 |
.legacy_message { background-color: #EEE8AA; } |
|
87 |
.error_message { background-color: #FFC1C1; } |