-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle3.css
201 lines (170 loc) · 6.18 KB
/
style3.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
div.top_image {
position:fixed;
width:100%;
height:68px;
white-space:nowrap;
}
div.space_below_top_image {
position: fixed;
top: 68px;
left: 0;
width: 100%;
height:15px;
}
div.menu {
position:fixed;
top:85px;
left:10px;
bottom:10px;
width:145px;
overflow-y:auto;
}
div.content {
position:fixed;
top:85px;
left:165px;
right:0;
bottom:10px;
overflow-y:scroll;
}
a.link:visited { color: mediumblue; text-decoration: none }
a.link:link { color: blue; text-decoration: none }
a.link:hover { color: blue; text-decoration: underline }
a.link:active { color: orange; text-decoration: underline }
a.head:visited { color: cyan; background-color: mediumblue }
a.head:link { color: cyan; background-color: mediumblue }
a.head:hover { color: white; background-color: mediumblue }
a.head:active { color: green; background-color: mediumblue }
a.menu:visited { color: indigo; background-color: gainsboro }
a.menu:link { color: indigo; background-color: gainsboro }
a.menu:hover { color: red; background-color: white }
a.menu:active { color: green; background-color: gainsboro }
a.navigation:visited { color: indigo; text-decoration: none; background-color: gainsboro }
a.navigation:link { color: indigo; text-decoration: none; background-color: gainsboro }
a.navigation:hover { color: red; text-decoration: none; background-color: gainsboro }
a.navigation:active { color: green; text-decoration: none; background-color: gainsboro }
a.type:visited { color: red; text-decoration: underline }
a.type:link { color: red; text-decoration: underline }
a.type:hover { color: navy }
a.type:active { color: gold }
a.type_no_ul:visited { color: red; text-decoration: none }
a.type_no_ul:link { color: red; text-decoration: none }
a.type_no_ul:hover { color: navy; text-decoration: underline }
a.type_no_ul:active { color: gold; text-decoration: underline }
a.keywd:visited { color: blue; text-decoration: underline }
a.keywd:link { color: blue; text-decoration: underline }
a.keywd:hover { color: orange }
a.keywd:active { color: green }
a.keywd_no_ul:visited { color: blue; text-decoration: none }
a.keywd_no_ul:link { color: blue; text-decoration: none }
a.keywd_no_ul:hover { color: orange; text-decoration: underline }
a.keywd_no_ul:active { color: green; text-decoration: underline }
a.op:visited { color: blue; text-decoration: underline }
a.op:link { color: blue; text-decoration: underline }
a.op:hover { color: orange }
a.op:active { color: green }
a.op_no_ul:visited { color: blue; text-decoration: none }
a.op_no_ul:link { color: blue; text-decoration: none }
a.op_no_ul:hover { color: orange; text-decoration: underline }
a.op_no_ul:active { color: green; text-decoration: underline }
a.comment:visited { color: green; text-decoration: none }
a.comment:link { color: green; text-decoration: none }
a.comment:hover { color: darkgreen; text-decoration: underline }
a.comment:active { color: blue; text-decoration: underline }
a.stri:visited { color: maroon; text-decoration: none }
a.stri:link { color: maroon; text-decoration: none }
a.stri:hover { color: brown; text-decoration: underline }
a.stri:active { color: blue; text-decoration: underline }
a.lib:visited { color: maroon; text-decoration: underline }
a.lib:link { color: maroon; text-decoration: underline }
a.lib:hover { color: blue }
a.lib:active { color: orange }
a.prog:visited { color: darkgreen; text-decoration: underline }
a.prog:link { color: darkgreen; text-decoration: underline }
a.prog:hover { color: darkorange }
a.prog:active { color: orange }
a.func:visited { color: purple; text-decoration: underline }
a.func:link { color: purple; text-decoration: underline }
a.func:hover { color: magenta }
a.func:active { color: olive }
a.func_no_ul:visited { color: black; text-decoration: none }
a.func_no_ul:link { color: black; text-decoration: none }
a.func_no_ul:hover { color: magenta; text-decoration: underline }
a.func_no_ul:active { color: olive; text-decoration: underline }
a.var:visited { color: darkcyan; text-decoration: underline }
a.var:link { color: darkcyan; text-decoration: underline }
a.var:hover { color: darkred }
a.var:active { color: gold }
a.exception:visited { color: black; text-decoration: none }
a.exception:link { color: black; text-decoration: none }
a.exception:hover { color: blue; text-decoration: underline }
a.exception:active { color: orange; text-decoration: underline }
a.ebnf:visited { color: black; text-decoration: none }
a.ebnf:link { color: black; text-decoration: none }
a.ebnf:hover { color: blue; text-decoration: underline }
a.ebnf:active { color: orange; text-decoration: underline }
span.type { color: red }
span.keywd { color: blue }
span.op { color: blue }
span.comment { color: green }
span.stri { color: maroon }
span.lib { color: maroon }
span.prog { color: darkgreen }
span.func { color: purple }
span.var { color: darkcyan }
span.input { color: green }
span.navigation { color: gainsboro; text-decoration: none; background-color: gainsboro }
span.box {
border: solid 1px black;
background-color: WhiteSmoke;
padding: 0px 1px 0px 1px;
margin: 4px 2px 6px 2px;
}
a.menu, a.head {
text-decoration: none;
margin: 0px;
color: black;
padding: 0px;
padding-left: 5px;
border: 1px solid blue;
border-top: 0;
display: block;
width: 120px;
}
.tt { font-family: monospace; font-size: 10pt; }
body { font-family: "Segoe UI","Noto Sans",Verdana,sans-serif; font-size: 12pt; }
table { font-size: 12pt; }
tt { font-size: 10pt; }
pre.tt {
white-space: pre;
table-display: fixed;
white-space: pre-wrap;
font-size: 10pt;
overflow: auto;
color: black;
margin: 0;
padding: 0;
}
pre.box {
border: 1pt dashed black;
white-space: pre;
table-display: fixed;
white-space: pre-wrap;
font-size: 10pt;
overflow: auto;
padding: 1em 0;
background: #F8F8F8;
color: black;
}
pre.indent {
border: 1pt dashed black;
white-space: pre;
table-display: fixed;
white-space: pre-wrap;
font-size: 10pt;
overflow: auto;
padding: 1em 0;
background: #F8F8F8;
color: black;
padding-left: 16px;
}