style.css
3.6 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
body, table, input, textarea, select, button {
font-family: "Microsoft YaHei", Verdana, sans-serif, "SimSun";
}
body {
margin: 0 auto;
font-size: 14px;
}
a {
color: #00A881;
text-decoration: none;
}
a:HOVER {
color: #00A881;
text-decoration: none;
}
a:focus{
text-decoration: none;
}
pre {
background-color: #f4f5f7;
border: 1px solid #ccc;
padding: 5px 10px;
}
blockquote {
background: url("../../../img/blockquote.gif") no-repeat scroll left top
#f4f5f7;
margin: 0px;
padding: 10px 10px 10px 30px;
}
p {
margin: 5px 0;
}
h1 {
font-size: 28px;
margin: 7px 0;
}
h2 {
font-size: 26px;
margin: 7px 0;
}
h3 {
font-size: 24px;
margin: 7px 0;
}
h4 {
font-size: 22px;
margin: 7px 0;
}
h5 {
font-size: 20px;
margin: 7px 0;
}
h6 {
font-size: 18px;
margin: 7px 0;
}
.zt_header {
height: 60px;
background-color: #00A881;
color: #fff;
font-size: 30px;
line-height: 60px;
padding-left: 20px;
}
.zt_header span {
font-size: 14px;
}
.zt_footer {
height: 60px;
border-top: 2px solid #00A881;
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}
.zt_navi {
position: absolute;
width: 300px;
left: 0;
bottom: 0px;
top: 60px;
border-right: 2px solid #00A881;
overflow: auto;
}
.zt_navi_inner {
padding: 5px;
}
.zt_content_inner {
padding: 10px 20px;
}
.zt_content_inner p{
white-space: pre-wrap;
}
.zt_content {
position: absolute;
right: 0;
left: 302px;
bottom: 0px;
top: 60px;
overflow-y: auto;
}
.zt_content_title {
font-size: 30px;
line-height: 50px;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
.zt_content_text p {
line-height: 24px;
}
.zt_content_text ul {
padding-left: 30px;
}
.zt_content_text ul li {
line-height: 22px;
}
.zt_content_text table {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-bottom: 10px;
border-collapse: 0;
border-spacing: 0;
width: 100%;
}
.zt_content_text table th {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 6px 12px;
background-color: #eee;
}
.zt_content_text table td {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 6px 12px;
}
.zt_content_text table td p {
padding: 0;
margin: 0;
}
.zt_callout {
margin-bottom: 10px;
}
.zt_download {
float: right;
margin-right: 20px;
}
.zt_download a {
color: #fff;
}
.zt_oneword_code {
padding: 2px 4px;
margin: 0 2px;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}
pre code{
overflow: auto;
}
.link{
background: #34495e;
transition: background .2s ease-in-out;
color: #fff;
display: block;
text-align: center;
text-decoration: none;
margin-bottom: 1rem;
padding: 1.618rem 1rem;
}
.link:hover {
background: #19232d;
color: #fff;
text-decoration: none;
}
.link-b{
margin-left: 1.618rem;
background: 0 0;
color: #fff;
border: 1px solid #fff;
border-radius: 0;
transition: background .2s ease-in-out;
font-family: 'Open Sans';
}
.link-b:hover {
background: #fff;
color: #373a3c;
text-decoration: none;
}
.link-b:focus{
color: #000;
}
.am-list {
/*margin-bottom: 1.6rem;*/
padding-left: 0;
}
.am-list>li {
position: relative;
display: block;
/*margin-bottom: -1px;*/
background-color: #fff;
border-bottom: 1px solid #dedede;
border-width: 1px 0;
/*padding-left: 2em;*/
}
.am-list>li>a {
display: block;
padding: 1rem 0;
color: #00A881;
text-decoration: none;
padding-left: 2em;
}
.am-in{
}
.am-in>li{
/*padding-left: 2em;*/
border: none;
border-top: 1px solid #dedede;
}
.am-in>li>a{
padding-left: 4em;
color: #000000;
}
.center-vertical {
position:relative;
top:50%;
transform:translateY(-50%);
}