-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (67 loc) · 1.05 KB
/
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
76
77
78
79
80
81
82
83
84
85
86
87
pre {
font-family: courier monospace;
}
pre.code {
font-family: courier new;
font-size: 10pt;
border-bottom: 1px dotted black;
}
table th {
border: 0;
font-weight: bold;
padding-top: 1em;
}
table td {
border: 0;
padding: 0 1em;
}
table td.numeric {
text-align: right;
}
table.tabular tr.row0 {
background-color: #111111;
}
table.tabular tr.row1 {
background-color: #222222;
}
table.small {
padding: 0;
margin: 0;
border: 0;
border-collapse: collapse;
}
table.small tr, table.small th, table.small td {
text-align: center;
border: 0;
padding: 0;
margin: 0;
}
table.small th {
padding-left: 1px;
padding-right: 1px;
}
table.borderless {
padding: 0;
margin: 0;
border: 0;
border-collapse: collapse;
}
table.borderless tr, table.borderless td {
padding: 0;
margin: 0;
border: 0;
}
/* Side Boxes */
.boxes td.boxes {
width: 220px;
float: right;
display: inline;
padding-left: 1em;
vertical-align: top;
/* margin: 15px 0 0 5px; */
}
.boxes div.box {
background-color: #000000;
border: 5px solid black;
margin-bottom: 1em;
}