aboutsummaryrefslogtreecommitdiffstats
path: root/netinstall/6/zh_CN/content/webhelp-custom.css
blob: aa80b8f4e223f674b753a98fc310447bf6aa7c82 (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
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
body {
    font: 12px;
}

/* ====== Title page ====== */
div.book > div.titlepage h1 {
    text-align: center;
    color: #f09100;
    font-size: 200%;
}

div.book > div.titlepage h2.subtitle {
    font-style: normal;
    text-align: center;
}

/* ====== Titles ====== */
div.titlepage {
    font-family: sans-serif;
}

div.titlepage h2, div.titlepage h3, div.titlepage h4,
div.titlepage h5, div.titlepage h6 {
    font-style: italic;
}

div.chapter div.titlepage h2,
div.appendix div.titlepage h2,
div.preface div.titlepage h2 {
    font-size: 180%;
    color: #f09100;
}

#content div.section div.titlepage h2 {
    font-size: 160%;
    color: #656567;
}

div.section div.titlepage h3 {
    font-size: 140%;
    color: #656567;
}

div.section div.titlepage h4 {
    font-size: 120%;
    color: #656567;
}

div.section div.titlepage h5 {
    font-size: 100%;
    color: #656567;
}

div.section div.titlepage h6 {
    font-size: 100%;
    color: #656567;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    margin-top: 16px;
}

#content h1, #content h2 {
    color: #f09100;
    font-family: sans-serif;
}

/* ====== Header, Footer ====== */
#header {
    background: none;
}

#navheader {
    position: static;
    float: left;
    padding-top: 13px;
}

#headerlogo {
    float: right;
    padding: 5px 5px 0px 0px;
}

#headerlogo img {
    height: 50px;
}

#pagetitle {
    padding-top: 6px;
    font: bold 12px sans-serif;
    color: #656567;
    text-align: center;
}

.navfooter a, #navheader a {
    color: #d07100;
}

/* ====== Tree ====== */
.treeview .hover {
    color: #d07100;
}

/* ====== TOCs ====== */
.toc > p, .list-of-figures > p, .list-of-tables > p, .list-of-examples > p {
    font-size: 120%;
    color: #f09100;
    font-family: sans-serif;
    font-style: italic;
}

#content .toc > p, #content .list-of-figures > p, #content .list-of-tables > p,
#content .list-of-examples > p {
    font-size: 120%;
    color: #f09100;
    font-family: sans-serif;
    font-style: italic;
}

.toc a:visited, .list-of-figures a:visited, .list-of-tables a:visited,
.list-of-examples a:visited {
    color: #555557;
    font-family: sans-serif;
}

.toc a:link, .list-of-figures a:link, .list-of-tables a:link,
.list-of-examples a:link {
    color: #252527;
    font-family: sans-serif;
}

/* ====== Content ====== */
#content p, #content ul, #content ol, #content li {
    font: 12px serif;
}

li p {
    margin: 4px 0px 4px 0px;
}

div.revhistory table {
    border-collapse: collapse;
}

div.revhistory th {
    text-align: center;
}

.programlisting {
    background-color: #eeeeee;
    padding: 4px;
}

.screen {
    background-color: #000000;
    color: #ffffff;
    padding: 4px;
}

.informaltable, .table {
    margin-bottom: 12px;
}

.informaltable table, .table table {
    border-collapse: collapse;
}

.informaltable th, .table th,
.informaltable td, .table td {
    padding: 5px;
}

.informaltable th, .table th {
    background-color: #eeeeee;
    font-family: sans-serif;
}

.informaltable th p, .table th p,
.informaltable td p, .table td p {
    margin: 2px 0px 2px 0px;
}

.note, .tip, .important, .warning, .caution {
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 12px 0px 12px 0px;
}

.admon-content p {
    margin: 0px 0px 6px 0px;
}

#content dt {
    font-family: sans-serif;
}

span.term {
    font-weight: bold;
    font-size: 90%;
}

div.mediaobject {
    margin-bottom: 12px;
    text-align: center;
}

#content img {
    max-width: 95%;
}

/* == Formal Titles == */
#content p.title, #content p.legalnotice-title {
    font-family: sans-serif;
    font-size: 85%;
}

#content p.legalnotice-title {
    color: #f09100;
}

div.figure {
    text-align: center;
}

#content div.figure p.title {
    font-style: italic;
}