-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
156 lines (134 loc) · 2.13 KB
/
custom.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
.slide {
font-family:"Avenir LT Std", Times, sans-serif;
color: #014d65;
font-size: 1.3em;
}
.stagingdata {
line-height: 19px;
}
.stagingdata pre code {
font-size: 25px;
color: #000;
}
.example pre {
position: absolute;
top: 100px;
font-size: 27px;
color: #000;
}
.example pre strong { color: #ff7f00; }
.green { color: #3a4; }
.red { color: #a34; }
.bigcode pre code { font-size: 1.3em; }
.blockimg img {
border: 20px solid #014d65;
}
h1 {
font-weight: bold;
}
.listcode ul li {
text-align: left;
margin-left: 50px;
font-family: monospace;
font-size: 40px;
}
.list ul li {
text-align: left;
margin-left: 50px;
}
.list ul li strong {
color: #be260d;
font-weight: bolder;
font-size: 1.3em;
}
.title h1 {
text-align: center;
font-weight: bolder;
font-size: 60px;
color: #014d65;
margin-top: 40px;
margin-bottom: 30px;
letter-spacing:-6px;
line-height: 100px;
}
.title h2 {
font-weight: bold;
font-size: 95px;
color: #0b98b4;
margin-bottom: 30px;
}
.title h3 {
font-weight: lighter;
font-size: 50px;
color: #0b98b4;
border-bottom: 40px;
}
.bold h1 {
color: #BE260D !important;
}
.subsec h1 {
font-weight: bolder;
font-size: 160px;
color: #014d65;
margin-bottom: 5px;
line-height: 130px;
}
.subsec h2 {
font-weight: bold;
font-size: 95px;
margin-top: 10px;
color: #0b98b4;
}
.subsec h3 {
font-weight: lighter;
font-size: 50px;
color: #0b98b4;
}
table.rdata {
margin-left: 50px;
width: 90%;
background: #fff;
padding: 8px;
border: 1px solid #333;
}
table.rdata tr.level {
color: #0b98b4;
background: #def;
}
table.rdata tr.even {
background: #eee;
}
table.rdata tr th.cmd {
font-family: monospace;
text-align: left;
}
table.rdata tr {
}
table.rdata tr th {
padding: 5px;
}
table.rdata tr td {
padding: 5px;
border-left: 1px solid #def;
}
table.rdata tr td.no {
background: #fdd;
}
table.rdata tr td.yes {
background: #dfd;
}
table.rdata tr td.yes-wd {
background: #aea;
}
table.rdata tr td.no-wd {
background: #eaa;
}
.backup h1 {
margin-bottom: 80px;
}
.backup {
line-height: 19px;
}
.backup pre code {
font-size: 25px;
}