26
26
margin : 8px auto;
27
27
padding : 0 ;
28
28
width : 98% ;
29
- color : # 000 ;
30
- background-color : # fff ;
29
+ color : black ;
30
+ background-color : white ;
31
31
border-radius : 5px ;
32
32
padding-top : 5px ;
33
33
padding-bottom : 5px ;
@@ -37,15 +37,16 @@ body, p, td, li, ul, ol {
37
37
font-size : small;
38
38
}
39
39
h1 , h2 , h3 , h4 , h5 , h6 {
40
- color : # 7a9438 ;font-family : "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
40
+ color : # 7a9438 ;
41
+ font-family : "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
41
42
}
42
43
h1 {
43
44
color : # 7a9438 ;
44
- background-color : # fff ;
45
+ background-color : white ;
45
46
background : none;
46
47
}
47
48
h2 {
48
- color : # fff ;
49
+ color : white ;
49
50
background-color : # 7a9438 ;
50
51
padding-left : 10px ;
51
52
font-size : 1.6em ;
@@ -85,7 +86,7 @@ blockquote {
85
86
font-size : 1.2em ;
86
87
line-height : 1.3em ;
87
88
font-family : "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
88
- color : # 696969 ;
89
+ color : dimgray ;
89
90
}
90
91
pre {
91
92
padding : 0.75em 1.5em ;
94
95
border : 1px solid # ddd ;
95
96
}
96
97
code {
97
- background-color : # EEE ;
98
+ background-color : # eee ;
98
99
}
99
100
dt {
100
101
font-weight : bold;
@@ -122,35 +123,35 @@ li p {
122
123
# navcontainer {
123
124
color : white;
124
125
margin-left : 20px ;
125
- background-color : # 7a9438 ;
126
+ background-color : # 7a9438 ;
126
127
}
127
128
# navcontainer a {
128
129
color : white;
129
130
text-decoration : none;
130
131
}
131
132
# nav {
132
- background-color : # 7a9438 ;
133
+ background-color : # 7a9438 ;
133
134
}
134
135
# nav ul {
135
- background-color : # 7a9438 ;
136
+ background-color : # 7a9438 ;
136
137
border-top : 1px solid # 7a9438 ;
137
138
border-right : 1px solid # 7a9438 ;
138
139
border-bottom : 1px solid # 7a9438 ;
139
140
border-left : 0.75em solid # 7a9438 ;
140
141
}
141
142
# nav li a {
142
- color : # fff ;
143
+ color : white ;
143
144
}
144
145
# nav .title {
145
- color : # fff ;
146
+ color : white ;
146
147
background : # 7a9438 ;
147
148
border-top : 0 ;
148
149
border-right : 0 ;
149
150
border-bottom : 1px solid # 7a9438 ;
150
151
border-left : 0 ;
151
152
}
152
153
# nav li li a {
153
- background : # fff ;
154
+ background : white ;
154
155
color : # 7a9438 ;
155
156
border-top : 0 ;
156
157
border-right : 0 ;
@@ -161,7 +162,7 @@ li p {
161
162
background : # 9ebf47 ;
162
163
}
163
164
# top-menu {
164
- background-color : # 7a9438 ;
165
+ background-color : # 7a9438 ;
165
166
border-top : 3px solid # 9ebf47 ;
166
167
border-bottom : 3px solid # 9ebf47 ;
167
168
}
@@ -207,26 +208,28 @@ li p {
207
208
font-weight : 700 ;
208
209
border-top-left-radius : 5px ;
209
210
border-top-right-radius : 5px ;
210
- color : # 000 ;
211
+ color : black ;
211
212
background-color : # eee ;
212
213
font-family : "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
213
214
}
214
215
# content {
215
- table-layout : fixed;
216
+ table-layout : fixed;
216
217
}
217
218
.block h2 {
218
219
margin : 5px 0px 0px 0px ;
219
220
padding : 1px 5px 1px 30px ;
220
221
font-size : 1.2em ;
221
222
font-weight : 700 ;
222
223
border-top-left-radius : 5px ;
223
- border-top-right-radius : 5px ;color : # 000 ;
224
+ border-top-right-radius : 5px ;
225
+ color : black;
224
226
background-color : # eee ;
225
227
}
226
228
.block .content {
227
229
border-bottom-right-radius : 5px ;
228
230
border-bottom-left-radius : 5px ;
229
- margin-bottom : 10px ;background-color : # fff ;
231
+ margin-bottom : 10px ;
232
+ background-color : white;
230
233
border : 1px solid # eee ;
231
234
}
232
235
# main {
@@ -254,20 +257,20 @@ table.tableblock {
254
257
margin-bottom : 10px ;
255
258
}
256
259
table .tableblock thead {
257
- background-color : # DEE4CD ;
258
- border : 1px solid # 7A9437 ;
260
+ background-color : # dee4cd ;
261
+ border : 1px solid # 7a9437 ;
259
262
}
260
263
table .tableblock th {
261
264
font-family : monospace;
262
- border : 1px solid # 7A9437 ;
265
+ border : 1px solid # 7a9437 ;
263
266
padding : 5px ;
264
267
}
265
268
table .tableblock tbody {
266
- background-color : # FFFFFF ;
267
- border : 1px solid # 7A9437 ;
269
+ background-color : white ;
270
+ border : 1px solid # 7a9437 ;
268
271
}
269
272
table .tableblock td {
270
- border : 1px dotted # 7A9437 ;
273
+ border : 1px dotted # 7a9437 ;
271
274
padding : 5px ;
272
275
}
273
276
table .tableblock td p : last-child {
@@ -281,49 +284,52 @@ table.tableblock .valign-middle {
281
284
}
282
285
.note {
283
286
padding : 15px ;
284
- border-style : solid;
285
- border-width : 1px ;
286
- border-color : # F0D88D ;
287
- background-color : # FCFCCA ;
287
+ border-style : solid;
288
+ border-width : 1px ;
289
+ border-color : # f0d88d ;
290
+ background-color : # fcfcca ;
288
291
margin : 10px ;
289
292
}
290
293
.note .title {
291
- display : none;
294
+ display : none;
292
295
}
293
296
.warning : before {
294
- content : url(../ images/warning.svg)
297
+ font-size : 1.25rem ;
298
+ color : red;
299
+ margin : 10px ;
300
+ content : '\0026A0' ;
295
301
}
296
302
.warning {
297
- border-style : solid;
298
- border-width : 1px ;
299
- border-color : # F0D88D ;
300
- background-color : # FCFCCA ;
303
+ border-style : solid;
304
+ border-width : 1px ;
305
+ border-color : # f0d88d ;
306
+ background-color : # fcfcca ;
301
307
margin : 10px ;
302
308
}
303
309
.warning .title {
304
- display : none;
310
+ display : none;
305
311
}
306
312
# treemenu {
307
313
padding-left : 10px ;
308
314
}
315
+ .treeview .hitarea {
316
+ cursor : pointer;
317
+ }
309
318
.treeview ul {
310
319
margin : 0 ;
311
320
padding : 0 ;
312
321
}
313
322
.treeview li {
314
- background : white url(.. / images/bullet.gif ) no-repeat left center;
323
+ background : white url ('data:image/svg+xml;utf-8,<svg version="1.1" width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="6" fill="%237a9438"/></svg>' ) no-repeat left center;
315
324
list-style-type : none;
316
325
padding-left : 22px ;
317
326
margin-bottom : 3px ;
318
327
}
319
328
.treeview li .submenu {
320
- background : white url(../ images/closed.gif) no-repeat left 1px ;
321
- }
322
- .treeview .hitarea {
323
- cursor : pointer;
329
+ background : white url ('data:image/svg+xml;utf-8,<svg version="1.1" width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><polygon points="2,2 14,2 8,14" fill="%237a9438"/></svg>' ) no-repeat left 1px ;
324
330
}
325
331
.treeview li .collapsable , .treeview li .open {
326
- background : white url(.. / images/open.gif ) no-repeat left 1px ;
332
+ background : white url ('data:image/svg+xml;utf-8,<svg version="1.1" width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><polygon points="2,2 2,14 14,8" fill="%237a9438"/></svg>' ) no-repeat left 1px ;
327
333
}
328
334
.treeview ul .closed {
329
335
display : none;
@@ -342,5 +348,5 @@ table.tableblock .valign-middle {
342
348
color : # 7a9438 ;
343
349
}
344
350
# book {
345
- background-color : # FFFFFF ;
351
+ background-color : white ;
346
352
}
0 commit comments