author | ballarin |
Tue, 19 Jun 2018 21:02:32 +0200 | |
changeset 68469 | aad109fde9ec |
parent 67336 | 3ee6da378183 |
child 69343 | 395c4fb15ea2 |
permissions | -rw-r--r-- |
65837 | 1 |
/* standard document markup */ |
2 |
||
3 |
dt { |
|
4 |
float: left; |
|
5 |
clear: left; |
|
6 |
padding-right: 0.5em; |
|
7 |
font-weight: bold; |
|
8 |
} |
|
9 |
||
66039
a2b8c3d31037
explicit foreground color, for the sake of dark theme in VSCode;
wenzelm
parents:
66000
diff
changeset
|
10 |
body { |
a2b8c3d31037
explicit foreground color, for the sake of dark theme in VSCode;
wenzelm
parents:
66000
diff
changeset
|
11 |
color: #000000; |
a2b8c3d31037
explicit foreground color, for the sake of dark theme in VSCode;
wenzelm
parents:
66000
diff
changeset
|
12 |
background-color: #FFFFFF; |
a2b8c3d31037
explicit foreground color, for the sake of dark theme in VSCode;
wenzelm
parents:
66000
diff
changeset
|
13 |
} |
14542 | 14 |
|
15 |
.head { background-color: #FFFFFF; } |
|
61374 | 16 |
.source { |
62812
ce22e5c3d4ce
more robust display of bidirectional Unicode text: enforce left-to-right;
wenzelm
parents:
61374
diff
changeset
|
17 |
direction: ltr; unicode-bidi: bidi-override; |
61374 | 18 |
background-color: #FFFFFF; |
19 |
padding: 10px; |
|
20 |
font-family: IsabelleText; |
|
66076
8bd8750a2f9b
avoid overlapping line background, notably for "quoted";
wenzelm
parents:
66075
diff
changeset
|
21 |
line-height: 147%; |
61374 | 22 |
} |
14542 | 23 |
|
59120 | 24 |
.theories { background-color: #FFFFFF; padding: 10px; } |
25 |
.sessions { background-color: #FFFFFF; padding: 10px; } |
|
67336 | 26 |
.document { white-space: normal; font-family: sans-serif; } |
14542 | 27 |
|
27848 | 28 |
.name { font-style: italic; } |
29 |
.filename { font-family: fixed; } |
|
23716 | 30 |
|
27848 | 31 |
|
33985 | 32 |
/* basic syntax markup */ |
27848 | 33 |
|
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
|
34 |
.hidden { font-family: Vacuous; font-size: 1%; color: rgba(255,255,255,0); } |
67255
f1f983484878
HTML rendering of \<^control> as in Isabelle/jEdit;
wenzelm
parents:
66076
diff
changeset
|
35 |
.control { font-weight: bold; font-style: italic; } |
33985 | 36 |
|
43550
b416425c7ad0
tuned color, to avoid confusion with type variables;
wenzelm
parents:
43549
diff
changeset
|
37 |
.binding { color: #336655; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
38 |
.tfree { color: #A020F0; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
39 |
.tvar { color: #A020F0; } |
66044 | 40 |
.free { color: #0000FF; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
41 |
.skolem { color: #D2691E; } |
66044 | 42 |
.bound { color: #008000; } |
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
43 |
.var { color: #00009B; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
44 |
.numeral { } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
45 |
.literal { font-weight: bold; } |
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
46 |
.delimiter { } |
66044 | 47 |
.inner_numeral { color: #FF0000; } |
48 |
.inner_quoted { color: #FF00CC; } |
|
55033 | 49 |
.inner_cartouche { color: #CC6600; } |
59120 | 50 |
.inner_comment { color: #CC0000; } |
66044 | 51 |
.dynamic { color: #7BA428; } |
52 |
.class_parameter_color { color: #D2691E; } |
|
29320 | 53 |
|
43549
bb4cff2ff556
discontinued generic XML markup -- this is for XHTML with <span/> elements;
wenzelm
parents:
43548
diff
changeset
|
54 |
.bold { font-weight: bold; } |
29320 | 55 |
|
66044 | 56 |
.main { color: #000000; } |
57 |
.command { font-weight: bold; } |
|
58 |
.keyword { font-weight: bold; } |
|
59 |
.keyword1 { color: #006699; } |
|
60 |
.keyword2 { color: #009966; } |
|
61 |
.keyword3 { color: #0099FF; } |
|
62 |
.quasi_keyword { color: #9966FF; } |
|
63 |
.operator { color: #323232; } |
|
59120 | 64 |
.string { color: #FF00CC; } |
65 |
.alt_string { color: #CC00CC; } |
|
66 |
.verbatim { color: #6600CC; } |
|
55033 | 67 |
.cartouche { color: #CC6600; } |
59120 | 68 |
.comment { color: #CC0000; } |
59125 | 69 |
.improper { color: #FF5050; } |
48751 | 70 |
.bad { background-color: #FF6A6A; } |
66075 | 71 |
.quoted { background-color: rgba(139,139,139,0.05); } |
72 |
.antiquoted { background-color: rgba(255,200,50,0.1); } |
|
65891 | 73 |
|
74 |
||
75 |
/* message background */ |
|
76 |
||
77 |
.writeln_message { background-color: #F0F0F0; } |
|
78 |
.information_message { background-color: #DCEAF3; } |
|
79 |
.tracing_message { background-color: #F0F8FF; } |
|
80 |
.warning_message { background-color: #EEE8AA; } |
|
81 |
.legacy_message { background-color: #EEE8AA; } |
|
82 |
.error_message { background-color: #FFC1C1; } |
|
65939 | 83 |
|
84 |
||
85 |
/* message underline */ |
|
86 |
||
87 |
.writeln { border-bottom: 1px dotted #C0C0C0; } |
|
88 |
.information { border-bottom: 1px dotted #C1DFEE; } |
|
89 |
.warning { border-bottom: 1px dotted #FF8C00; } |
|
90 |
.legacy { border-bottom: 1px dotted #FF8C00; } |
|
91 |
.error { border-bottom: 1px dotted #B22222; } |
|
92 |
||
93 |
||
94 |
/* tooltips */ |
|
95 |
||
96 |
.writeln { position: relative; display: inline-block; } |
|
97 |
.information { position: relative; display: inline-block; } |
|
98 |
.warning { position: relative; display: inline-block; } |
|
99 |
.legacy { position: relative; display: inline-block; } |
|
100 |
.error { position: relative; display: inline-block; } |
|
101 |
||
102 |
.writeln:hover .tooltip { visibility: visible; } |
|
103 |
.information:hover .tooltip { visibility: visible; } |
|
104 |
.warning:hover .tooltip { visibility: visible; } |
|
105 |
.legacy:hover .tooltip { visibility: visible; } |
|
106 |
.error:hover .tooltip { visibility: visible; } |
|
107 |
||
108 |
.tooltip { |
|
65947 | 109 |
top: -0.5ex; |
110 |
left: 5em; |
|
65939 | 111 |
visibility: hidden; |
65982 | 112 |
width: 50em; |
65939 | 113 |
border: 1px solid #808080; |
65941 | 114 |
padding: 1px 1px; |
65939 | 115 |
background-color: #FFFFE9; |
116 |
position: absolute; |
|
117 |
z-index: 1; |
|
118 |
} |
|
65945 | 119 |
|
120 |
.tooltip pre { margin: 1px; white-space: pre-wrap; } |