Skip to content

Commit 218144d

Browse files
committed
Remove colour declarations
Use doxygen HTML_COLORSTYLE_HUE = 113 instead
1 parent 72b6b2e commit 218144d

File tree

1 file changed

+82
-175
lines changed

1 file changed

+82
-175
lines changed

doc/api_custom.css

+82-175
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
body {
2-
background-color: #fff;
2+
background-color: #fff;
33
}
4+
45
.title {
56
font: 400 18px/28px Roboto,sans-serif;
67
font-size: 250%;
78
font-weight: normal;
89
line-height: 1.25em;
910
}
1011

11-
h2.groupheader {
12-
color: #0d7200;
13-
}
14-
a {
15-
color: #0d7200;
16-
}
1712
a.el {
1813
font-weight: normal;
1914
}
20-
.contents a:visited {
21-
color: #0d7200;
22-
}
2315

2416
td.memItemRight a.el:first-of-type {
2517
font-weight: bold;
@@ -42,38 +34,13 @@ address.footer {
4234
margin-right: auto;
4335
}
4436

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-
6837
hr.footer {
6938
width: 80%;
7039
margin-left: auto;
7140
margin-right: auto;
7241
margin-top: 1em;
7342
}
7443

75-
/* @group Member Descriptions */
76-
7744
table.memberdecls {
7845
width: 100%;
7946
}
@@ -86,195 +53,136 @@ table.memberdecls {
8653
}
8754

8855
.memItemLeft a {
89-
font-weight: normal;
56+
font-weight: normal;
9057
}
9158

9259
.memname {
93-
font-weight: normal;
60+
font-weight: normal;
9461
}
62+
9563
.memname tr:first-of-type {
96-
font-size: 150%;
64+
font-size: 150%;
9765
}
66+
9867
.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;
12083
}
12184

12285
.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;
153103
}
154104

155105
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;
162109
}
163110

164111
.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 {
178124
font-size: inherit;
179125
background-image:inherit;
180126
background-repeat:inherit;
181127
background-position: inherit;
182-
height:inherit;
183-
line-height:inherit;
184128
color:inherit;
185129
border:inherit;
186130
overflow:inherit;
187131
margin:inherit;
188132
padding:inherit;
189133
}
190134

191-
.navpath li
192-
{
193-
list-style-type:inherit;
194-
float:inherit;
195-
padding-left:inherit;
196-
padding-right:inherit;
135+
.navpath li {
197136
background-image:inherit;
198137
background-repeat:inherit;
199138
background-position:inherit;
200139
color:inherit;
201140
}
202141

203-
.navpath li.navelem a
204-
{
205-
color: #0d7200;
142+
.navpath li.navelem + li.navelem:before {
143+
content: '>';
206144
}
207145

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;
219149
}
220150

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 {
224164
margin: 0px;
225-
border-bottom: 1px solid #C4CFE5;
226165
width: 80%;
227166
margin-left: auto;
228167
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;
236170
}
237171

238-
#titlearea
239-
{
172+
#titlearea {
240173
margin-left: auto;
241174
margin-right: auto;
242175
padding-top: 0.5em;
243176
padding-bottom: 0.5em;
244177
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;
256178
}
257179

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;
272184
}
273185

274-
div.qindex, div.navtab {
275-
background-color: #ecf5eb;
276-
border: 1px solid #a9d6a3;
277-
}
278186
/* To overwrite tabs.css */
279187
.tabs, .tabs2, .tabs3 {
280188
background-image: inherit;
@@ -293,7 +201,6 @@ div.qindex, div.navtab {
293201
}
294202

295203
.tablist a {
296-
297204
background-image: inherit;
298205
color: #0d7200;
299206
border-right: 1px solid #129300;
@@ -310,12 +217,12 @@ div.qindex, div.navtab {
310217
}
311218
/* /tabs.css */
312219

313-
/* To verride search/search.css */
220+
/* To override search/search.css */
314221
#MSearchBox {
315222
right: 10%;
316223
}
317224

318225
#MSearchField {
319-
position: inherit;
226+
position: inherit;
320227
}
321228
/* /search.css */

0 commit comments

Comments
 (0)