-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
75 lines (62 loc) · 944 Bytes
/
style.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
body, td {
font-family: "Trebuchet MS","Droid sans", sans-serif;
overflow-y: scroll;
margin: 1.2em;
border: 0;
}
ul, dd {
padding-left: 1.2em;
margin-left: 0;
}
dl {
margin: 0;
}
dt {
margin: 0.6em 0 0.6em 0;
font-weight: bold;
}
th {
text-align: left;
color: #CC3333;
padding: 0 1.5em 0 0;
}
td {
border-top: 1px solid #CCC;
padding: 0.3em 1.5em 0 0;
vertical-align: top;
}
code {
font-family: "Consolas", "Ubuntu Mono", monospace;
border: 1px solid #E3E3FF;
border-radius: 3px;
padding: 0 4px 0 4px;
margin: 0 2px 0 2px;
font-size: 90%;
}
pre {
font-family: "Consolas", "Ubuntu Mono", monospace;
font-size: 90%;
}
h2 {
color: #C00000;
margin: 0 0 0.4em 0;
}
h3 {
color: #C00000;
margin: 1em 0 0.5em 0;
}
hr {
height: 1px;
border: 0px;
background-color: #222222;
}
a {
color: #C00000;
text-decoration: none;
}
p {
margin: 0 0 0.6em 0;
}
.right {
float: right;
}