blob: b0ca89c45a1abe0e212fd8d469948c4397bbec68 (
plain)
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
|
kbd, code, samp, tt, pre {
background: #DDDDDD;
white-space: pre;
}
var {
color: #008800;
}
pre {
margin-left: 2em;
overflow: auto;
}
table, td, th {
border: solid 1px #AAAAAA;
}
th {
background: #F5F5F5;
}
table {
margin-left: auto;
margin-right: auto;
}
table > caption {
text-align: left;
}
caption > h1 {
text-align: center;
font-size: 100%;
}
blockquote {
border-left: solid .4em #0000AA;
margin-left: .25em;
padding-left: 1.25em;
font-style: italic;
}
footer {
text-align: center;
font-size: 70%;
color: #333333;
}
|