1
1
body {
2
- background-color : # fff ;
2
+ background-color : # fff ;
3
3
}
4
+
4
5
.title {
5
6
font : 400 18 px/28px Roboto, sans-serif;
6
7
font-size : 250% ;
7
8
font-weight : normal;
8
9
line-height : 1.25em ;
9
10
}
10
11
11
- h2 .groupheader {
12
- color : # 0d7200 ;
13
- }
14
- a {
15
- color : # 0d7200 ;
16
- }
17
12
a .el {
18
13
font-weight : normal;
19
14
}
20
- .contents a : visited {
21
- color : # 0d7200 ;
22
- }
23
15
24
16
td .memItemRight a .el : first-of-type {
25
17
font-weight : bold;
@@ -42,38 +34,13 @@ address.footer {
42
34
margin-right : auto;
43
35
}
44
36
45
- /*
46
- .search {
47
- color: #003399;
48
- font-weight: bold;
49
- }
50
-
51
- form.search {
52
- margin-bottom: 0px;
53
- margin-top: 0px;
54
- }
55
-
56
- input.search {
57
- font-size: 75%;
58
- color: #000080;
59
- font-weight: normal;
60
- background-color: #e8eef2;
61
- }
62
- */
63
-
64
- hr {
65
- border-top : 1px solid # 129300 ;
66
- }
67
-
68
37
hr .footer {
69
38
width : 80% ;
70
39
margin-left : auto;
71
40
margin-right : auto;
72
41
margin-top : 1em ;
73
42
}
74
43
75
- /* @group Member Descriptions */
76
-
77
44
table .memberdecls {
78
45
width : 100% ;
79
46
}
@@ -86,195 +53,136 @@ table.memberdecls {
86
53
}
87
54
88
55
.memItemLeft a {
89
- font-weight : normal;
56
+ font-weight : normal;
90
57
}
91
58
92
59
.memname {
93
- font-weight : normal;
60
+ font-weight : normal;
94
61
}
62
+
95
63
.memname tr : first-of-type {
96
- font-size : 150% ;
64
+ font-size : 150% ;
97
65
}
66
+
98
67
.memproto , dl .reflist dt {
99
- color : # 0d7200 ;
100
- background-color : # e3f2e1 ;
101
- border-left : 1px solid # add9a7 ;
102
- border-top : inherit;
103
- border-right : inherit;
104
- font-weight : inherit;
105
- text-shadow : inherit;
106
- background-image : inherit;
107
- background-repeat : inherit;
108
- /* opera specific markup */
109
- box-shadow : inherit;
110
- border-top-right-radius : inherit;
111
- border-top-left-radius : inherit;
112
- /* firefox specific markup */
113
- -moz-box-shadow : inherit;
114
- -moz-border-radius-topright : inherit;
115
- -moz-border-radius-topleft : inherit;
116
- /* webkit specific markup */
117
- -webkit-box-shadow : inherit;
118
- -webkit-border-top-right-radius : inherit;
119
- -webkit-border-top-left-radius : inherit;
68
+ border-top : inherit;
69
+ border-right : inherit;
70
+ font-weight : inherit;
71
+ text-shadow : inherit;
72
+ background-image : inherit;
73
+ background-repeat : inherit;
74
+ box-shadow : inherit;
75
+ border-top-right-radius : inherit;
76
+ border-top-left-radius : inherit;
77
+ -moz-box-shadow : inherit;
78
+ -moz-border-radius-topright : inherit;
79
+ -moz-border-radius-topleft : inherit;
80
+ -webkit-box-shadow : inherit;
81
+ -webkit-border-top-right-radius : inherit;
82
+ -webkit-border-top-left-radius : inherit;
120
83
}
121
84
122
85
.memdoc , dl .reflist dd {
123
- margin-bottom : 1em ;
124
- background-color : # FFFFFF ;
125
- border-left : 1px solid # add9a7 ;
126
- border-bottom : inherit;
127
- border-right : inherit;
128
- background-color : inherit;
129
- border-top-width : inherit;
130
- background-image : inherit;
131
- background-repeat : inherit;
132
- background-color : inherit;
133
- /* opera specific markup */
134
- border-bottom-left-radius : inherit;
135
- border-bottom-right-radius : inherit;
136
- box-shadow : inherit;
137
- /* firefox specific markup */
138
- -moz-border-radius-bottomleft : inherit;
139
- -moz-border-radius-bottomright : inherit;
140
- -moz-box-shadow : inherit;
141
- /* webkit specific markup */
142
- -webkit-border-bottom-left-radius : inherit;
143
- -webkit-border-bottom-right-radius : inherit;
144
- -webkit-box-shadow : inherit;
145
- }
146
-
147
- span .mlabel {
148
- background-color : # 7cc272 ;
149
- border-top : 1px solid # 5fb553 ;
150
- border-left : 1px solid # 5fb553 ;
151
- border-right : 1px solid # c9e5c5 ;
152
- border-bottom : 1px solid # c9e5c5 ;
86
+ margin-bottom : 1em ;
87
+ border-bottom : inherit;
88
+ border-right : inherit;
89
+ background-color : inherit;
90
+ border-top-width : inherit;
91
+ background-image : inherit;
92
+ background-repeat : inherit;
93
+ background-color : inherit;
94
+ border-bottom-left-radius : inherit;
95
+ border-bottom-right-radius : inherit;
96
+ box-shadow : inherit;
97
+ -moz-border-radius-bottomleft : inherit;
98
+ -moz-border-radius-bottomright : inherit;
99
+ -moz-box-shadow : inherit;
100
+ -webkit-border-bottom-left-radius : inherit;
101
+ -webkit-border-bottom-right-radius : inherit;
102
+ -webkit-box-shadow : inherit;
153
103
}
154
104
155
105
table .fieldtable {
156
- -moz-box-shadow : inherit;
157
- -webkit-box-shadow : inherit;
158
- box-shadow : inherit;
159
- }
160
- address {
161
- color : # 0d7200 ;
106
+ -moz-box-shadow : inherit;
107
+ -webkit-box-shadow : inherit;
108
+ box-shadow : inherit;
162
109
}
163
110
164
111
.fieldtable th {
165
- color : # 0d7200 ;
166
- background-image : inherit;
167
- background-repeat : inherit;
168
- background-color : inherit;
169
- -moz-border-radius-topleft : inherit;
170
- -moz-border-radius-topright : inherit;
171
- -webkit-border-top-left-radius : inherit;
172
- -webkit-border-top-right-radius : inherit;
173
- border-top-left-radius : inherit;
174
- border-top-right-radius : inherit;
175
- }
176
- .navpath ul
177
- {
112
+ background-image : inherit;
113
+ background-repeat : inherit;
114
+ background-color : inherit;
115
+ -moz-border-radius-topleft : inherit;
116
+ -moz-border-radius-topright : inherit;
117
+ -webkit-border-top-left-radius : inherit;
118
+ -webkit-border-top-right-radius : inherit;
119
+ border-top-left-radius : inherit;
120
+ border-top-right-radius : inherit;
121
+ }
122
+
123
+ .navpath ul {
178
124
font-size : inherit;
179
125
background-image : inherit;
180
126
background-repeat : inherit;
181
127
background-position : inherit;
182
- height : inherit;
183
- line-height : inherit;
184
128
color : inherit;
185
129
border : inherit;
186
130
overflow : inherit;
187
131
margin : inherit;
188
132
padding : inherit;
189
133
}
190
134
191
- .navpath li
192
- {
193
- list-style-type : inherit;
194
- float : inherit;
195
- padding-left : inherit;
196
- padding-right : inherit;
135
+ .navpath li {
197
136
background-image : inherit;
198
137
background-repeat : inherit;
199
138
background-position : inherit;
200
139
color : inherit;
201
140
}
202
141
203
- .navpath li .navelem a
204
- {
205
- color : # 0d7200 ;
142
+ .navpath li .navelem + li .navelem : before {
143
+ content : '>' ;
206
144
}
207
145
208
- .navpath li .footer
209
- {
210
- list-style-type : inherit;
211
- float : inherit;
212
- padding-left : inherit;
213
- padding-right : inherit;
214
- background-image : inherit;
215
- background-repeat : inherit;
216
- background-position : inherit;
217
- color : inherit;
218
- font-size : inherit;
146
+ .navpath li .navelem a {
147
+ display : inline-block;
148
+ padding-left : 10px ;
219
149
}
220
150
221
- div .header
222
- {
223
- background-color : # fcfcfa ;
151
+ .navpath li .footer {
152
+ list-style-type : inherit;
153
+ float : inherit;
154
+ padding-left : inherit;
155
+ padding-right : inherit;
156
+ background-image : inherit;
157
+ background-repeat : inherit;
158
+ background-position : inherit;
159
+ color : inherit;
160
+ font-size : inherit;
161
+ }
162
+
163
+ div .header {
224
164
margin : 0px ;
225
- border-bottom : 1px solid # C4CFE5 ;
226
165
width : 80% ;
227
166
margin-left : auto;
228
167
margin-right : auto;
229
- background-image : inherit;
230
- background-repeat : inherit;
231
- }
232
-
233
- dl .note
234
- {
235
- border-color : # ccd957 ;
168
+ background-image : inherit;
169
+ background-repeat : inherit;
236
170
}
237
171
238
- # titlearea
239
- {
172
+ # titlearea {
240
173
margin-left : auto;
241
174
margin-right : auto;
242
175
padding-top : 0.5em ;
243
176
padding-bottom : 0.5em ;
244
177
width : 80% ;
245
-
246
- border-bottom : 1px solid # 0d7200 ;
247
- }
248
-
249
- div .header {
250
- border-bottom : 1px solid # a3d49d ;
251
- }
252
-
253
- div .directory {
254
- border-top : 1px solid # a3d49d ;
255
- border-bottom : 1px solid # a3d49d ;
256
178
}
257
179
258
- .directory tr .even {
259
- background-color : # fcfcfa ;
260
- }
261
-
262
- .icon {
263
- background-color : # 7cc272 ;
264
- }
265
-
266
- .arrow {
267
- color : # a3d49d ;
268
- }
269
-
270
- .directory .levels span {
271
- color : # 478c3e ;
180
+ div .qindex , div .navpath {
181
+ width : 80% ;
182
+ margin-left : auto;
183
+ margin-right : auto;
272
184
}
273
185
274
- div .qindex , div .navtab {
275
- background-color : # ecf5eb ;
276
- border : 1px solid # a9d6a3 ;
277
- }
278
186
/* To overwrite tabs.css */
279
187
.tabs , .tabs2 , .tabs3 {
280
188
background-image : inherit;
@@ -293,7 +201,6 @@ div.qindex, div.navtab {
293
201
}
294
202
295
203
.tablist a {
296
-
297
204
background-image : inherit;
298
205
color : # 0d7200 ;
299
206
border-right : 1px solid # 129300 ;
@@ -310,12 +217,12 @@ div.qindex, div.navtab {
310
217
}
311
218
/* /tabs.css */
312
219
313
- /* To verride search/search.css */
220
+ /* To override search/search.css */
314
221
# MSearchBox {
315
222
right : 10% ;
316
223
}
317
224
318
225
# MSearchField {
319
- position : inherit;
226
+ position : inherit;
320
227
}
321
228
/* /search.css */
0 commit comments