1 rizwank 1.1
2 /* -----------------------------------------------------------
3 PALETTE
4 Appearance (part 2): colours
5 * stripped all non-colour refernces
6 * stripped all transparent references (as they, by default, should be appropriate); they are inherited from style.css
7 * (mostly) normalised colour references (multiple attributes which are marked as the same colour are retained in one group)
8 * remove category comments (meaningless with reorder)
9 * replace colour names with hex values (eg, black, white, red, yellow, gray)
10 * sort by rgb colour (./filterColours.pl palette.css | uniq | sort > colours.txt)
11 * generate sample swatches (./makePalette.pl colours.txt > palette.html)
12 ----------------------------------------------------------- */
13
14 .twikiWebIndicator,
15 .twikiBroadcastMessage,
16 .twikiEditPage .twikiEditForm th {
17 color:#000000;
18 }
19
20 .twikiSubmit {
21 color:#041D3A;
22 rizwank 1.1 }
23
24 .twikiButton {
25 color:#05264D;
26 }
27
28 :link:hover,
29 :visited:hover,
30 .twikiTopBar ul li a:hover,
31 .twikiTopic h1 a:link,
32 .twikiTopic h1 a:visited,
33 .twikiTopic h2 a:link,
34 .twikiTopic h2 a:visited,
35 .twikiTopic a:hover,
36 .twikiAttachments th a:link,
37 .twikiAttachments th a:visited,
38 .twikiForm th a:link,
39 .twikiForm th a:visited,
40 .twikiAttachments th font,
41 .twikiForm th font,
42 .twikiTopicAction a:hover,
43 rizwank 1.1 .twikiTopicAction a:hover,
44 .twikiGrayText a:hover,
45 .twikiHelpCol a:hover,
46 .twikiToolBar ul li a:hover,
47 .twikiViewPage .twikiTopicAction a:hover,
48 .twikiDiffPage .twikiTopicAction a:hover {
49 color:#1559B3;
50 }
51
52 :link:focus,
53 :visited:focus,
54 :link,
55 :visited,
56 :link:active,
57 :visited:active,
58 .twikiTopicActionSecondary a:link,
59 .twikiTopicActionSecondary a:visited,
60 .twikiTopicActionSecondary a:hover,
61 .twikiToc a:link,
62 .twikiToc a:visited,
63 .twikiBookViewList .twikiTopRow a:hover {
64 rizwank 1.1 color:#1e5bbd;
65 }
66
67 fieldset,
68 .twikiPreviewPage .twikiPreviewArea {
69 border:#22638c;
70 }
71 .twikiLeftBarContents {
72 border-top:#22638C;
73 }
74 .twikiTopicAction,
75 .twikiTopicAction td,
76 .twikiBookViewList .twikiTopRow {
77 background-color:#22638c;
78 }
79 .twikiTopicActionSecondary,
80 .twikiBookViewList .twikiSearchResultCount {
81 color:#22638c;
82 }
83
84 .twikiSubmit {
85 rizwank 1.1 border-right:#333333;
86 border-bottom:#333333;
87 }
88
89 th.twikiSortedAscendingCol a:link,
90 th.twikiSortedAscendingCol a:visited,
91 th.twikiSortedDescendingCol a:hover,
92 th.twikiSortedDescendingCol a:hover {
93 border-top:#334455;
94 }
95 th.twikiSortedAscendingCol a:hover,
96 th.twikiSortedAscendingCol a:hover,
97 th.twikiSortedDescendingCol a:link,
98 th.twikiSortedDescendingCol a:visited,
99 th.twikiSortedDescendingCol a:link,
100 th.twikiSortedDescendingCol a:visited {
101 border-bottom:#334455;
102 }
103 .twikiAttachments th.twikiSortedAscendingCol a:link,
104 .twikiAttachments th.twikiSortedAscendingCol a:visited,
105 .twikiAttachments th.twikiSortedDescendingCol a:link,
106 rizwank 1.1 .twikiAttachments th.twikiSortedDescendingCol a:visited {
107 color:#334455;
108 }
109
110 .twikiDiffPage .twikiDiffAddedHeader,
111 .twikiDiffPage .twikiDiffAddedMarker {
112 background-color:#3DB234;
113 }
114
115 .twikiToc .twikiTocTitle,
116 .twikiDiffPage .twikiDiffTable th,
117 .twikiDiffPage .twikiDiffTable th font {
118 color:#666666;
119 }
120
121 .twikiTopicAction a:link,
122 .twikiTopicAction a:visited {
123 border-bottom:#698FA8;
124 }
125
126 pre, code, tt {
127 rizwank 1.1 color:#844F0C;
128 }
129
130 legend,
131 .twikiToolBar ul li,
132 .twikiToolBar ul li a:link,
133 .twikiToolBar ul li a:visited,
134 .twikiSearchBox,
135 .twikiGrayText,
136 .twikiHelpCol,
137 .twikiGrayText a:link,
138 .twikiGrayText a:visited,
139 .twikiHelpCol a:link,
140 .twikiHelpCol a:visited {
141 color:#8490A1; /* .twikiGrayText value */
142 }
143 legend {
144 border:#8490A1; /* .twikiGrayText value */
145 }
146
147 .twikiTopic a:visited {
148 rizwank 1.1 color:#808080;
149 }
150
151 .twikiLeftBar {
152 color:#880000;
153 }
154
155 .twikiChangeFormButton {
156 color:#888888;
157 }
158
159 .twikiViewPage .twikiAttachments,
160 .twikiViewPage .twikiForm,
161 .twikiPreviewPage .twikiAttachments,
162 .twikiPreviewPage .twikiForm {
163 color: #888e9c;
164 }
165
166 .twikiViewPage .twikiTopicAction,
167 .twikiDiffPage .twikiTopicAction,
168 .twikiDiffPage th.twikiDiffChangedHeader,
169 rizwank 1.1 .twikiDiffPage td.twikiDiffChangedHeader {
170 background-color:#98A2B0;
171 }
172
173 h2,
174 h3,
175 h4,
176 h5,
177 h6,
178 .twikiSearchResults .twikiSummary .twikiAlert,
179 .twikiEditPage .twikiHelp code {
180 color:#990000;
181 }
182 .twikiPrintPage h2 {
183 border-bottom:#990000;
184 }
185
186 hr {
187 color:#9E9E70;
188 }
189 hr {
190 rizwank 1.1 background-color:#9E9E70;
191 }
192
193 .twikiTopicActionSecondary a:link,
194 .twikiTopicActionSecondary a:visited {
195 border-bottom:#A3BCF1;
196 }
197
198 .twikiButton {
199 border:#aaaaaa;
200 }
201
202 :link:hover,
203 :visited:hover,
204 .twikiTopBar ul li a:hover,
205 .twikiToolBar ul li a:hover {
206 background-color:#b4d5ff;
207 }
208 .twikiTopicAction a:hover,
209 .twikiTopicAction a:hover,
210 .twikiTopicActionSecondary a:hover,
211 rizwank 1.1 .twikiViewPage .twikiTopicAction a:hover,
212 .twikiDiffPage .twikiTopicAction a:hover {
213 border-bottom:#b4d5ff;
214 }
215
216 .twikiTertiary {
217 background-color:#B9D6FA;
218 }
219
220 .twikiTopicActionSecondary {
221 border-top:#bbbbbb;
222 }
223 .twikiViewPage .twikiAttachments,
224 .twikiViewPage .twikiForm,
225 .twikiPreviewPage .twikiAttachments,
226 .twikiPreviewPage .twikiForm {
227 border-top:#bbbbbb;
228 }
229
230 .twikiLeftBar hr,
231 .twikiBookViewList .twikiTopRow,
232 rizwank 1.1 .twikiDiffPage .twikiDiffUnchangedTextContents,
233 .twikiDiffPage td.twikiDiffUnchangedText h1,
234 .twikiDiffPage td.twikiDiffUnchangedText h2,
235 .twikiDiffPage td.twikiDiffUnchangedText h3,
236 .twikiDiffPage td.twikiDiffUnchangedText h4,
237 .twikiDiffPage td.twikiDiffUnchangedText h5,
238 .twikiDiffPage td.twikiDiffUnchangedText h6,
239 .twikiDiffPage td.twikiDiffUnchangedText a:link,
240 .twikiDiffPage td.twikiDiffUnchangedText a:visited {
241 color:#cccccc;
242 }
243 .twikiLeftBar hr {
244 background-color:#cccccc;
245 }
246 .twikiLeftBarPersonal {
247 border-top:#cccccc;
248 border-bottom:#cccccc;
249 }
250 .twikiAttachments table,
251 .twikiForm table {
252 border-top:#cccccc;
253 rizwank 1.1 border-right:#cccccc;
254 border-left:#cccccc;
255 }
256 .twikiAttachments th,
257 .twikiForm th,
258 .twikiAttachments th,
259 .twikiForm th {
260 border-left:#cccccc;
261 border-bottom:#cccccc;
262 }
263 .twikiSearchBox input,
264 .twikiVersatileTable table {
265 border:#cccccc;
266 }
267 .twikiVersatileTable th,
268 .twikiVersatileTable td,
269 .twikiEditPage .twikiHelp {
270 border-top:#cccccc;
271 }
272 .twikiAttachments td,
273 .twikiForm td,
274 rizwank 1.1 .twikiSearchResultsHeader,
275 .twikiSearchString,
276 .twikiViewPage .twikiTopicAction a:link,
277 .twikiViewPage .twikiTopicAction a:visited,
278 .twikiDiffPage .twikiTopicAction a:link,
279 .twikiDiffPage .twikiTopicAction a:visited {
280 border-bottom:#cccccc;
281 }
282
283 .twikiAttachments th.twikiSortedAscendingCol,
284 .twikiAttachments th.twikiSortedDescendingCol {
285 background-color:#DADADA;
286 }
287
288 .twikiMain,
289 .twikiToc,
290 .twikiBookViewList .twikiBottomRow,
291 .twikiEditPage .twikiSig input {
292 border-color:#dddddd;
293 }
294 .twikiLeftBar {
295 rizwank 1.1 border-top:#dddddd;
296 }
297 .twikiSearchResults .twikiBottomRow,
298 .twikiViewPage .twikiSearchResultsBegin { /* for changes template with noheader="on" */
299 border-bottom:#dddddd;
300 }
301 .twikiEditPage .twikiEditForm td {
302 border-left:#dddddd;
303 }
304 .twikiDiffPage .twikiDiffLineNumberHeader,
305 .twikiPrintPage .twikiAttachments,
306 .twikiPrintPage .twikiForm {
307 background-color:#dddddd;
308 }
309
310 .twikiLeftBarPersonal,
311 .twikiTopicActionSecondary {
312 background-color:#DFEDFD;
313 }
314
315 .twikiVersatileTable th,
316 rizwank 1.1 .twikiEditPage .twikiEditForm th {
317 background-color:#E0E9F7; /*#EFEDEA;*/
318 }
319
320 h1 {
321 color:#e24628;
322 }
323
324 .twikiTopic .twikiSubmit, /* secondary submit button */
325 .twikiEditPage .twikiEditForm table {
326 background-color:#E8F1F9;
327 }
328
329 .twikiVersatileTable .twikiOldCol {
330 background-color:#E9E9E9;
331 }
332
333 .twikiDiffPage .twikiDiffAddedText {
334 background-color:#EBF7EA;
335 }
336
337 rizwank 1.1 .twikiCancel { /* cancel button */
338 background-color:#eeeeee;
339 }
340
341 .twikiEditPage .twikiSig input {
342 background-color:#EFEDEA;
343 }
344
345 .twikiViewPage .twikiAttachments,
346 .twikiViewPage .twikiForm,
347 .twikiPreviewPage .twikiAttachments,
348 .twikiPreviewPage .twikiForm {
349 background-color:#f1f1f1;
350 }
351
352 .twikiSubmit,
353 .twikiButton {
354 background-color:#f2f2f2;
355 }
356
357 h2,
358 rizwank 1.1 .twikiSearchResultsHeader,
359 .twikiSearchString {
360 background-color:#F3EDE7;
361 }
362
363 .twikiVersatileTable td,
364 .twikiEditPage .twikiEditForm td {
365 background-color:#F5F7FD; /*#E8F1F9;*/
366 }
367
368 html body,
369 legend {
370 background-color:#f8f8f8;
371 }
372
373 .twikiEditPage textarea {
374 background-color:#FCFAF7;
375 }
376
377 .twikiBroadcastMessage b,
378 .twikiBroadcastMessage strong,
379 rizwank 1.1 .twikiAlert,
380 .twikiSearchResults .twikiAlert {
381 color:#ff0000;
382 }
383
384 .twikiDiffPage .twikiDiffDeletedHeader,
385 .twikiDiffPage .twikiDiffDeletedMarker {
386 background-color:#FF3000;
387 }
388
389 .twikiDiffPage .twikiDiffDeletedText {
390 background-color:#FFEAE5;
391 }
392
393 .twikiBroadcastMessage {
394 background-color:#ffff00;
395 }
396
397 .twikiTopBar ul li a:link,
398 .twikiTopBar ul li a:visited,
399 .twikiTopicAction table,
400 rizwank 1.1 .twikiTopicAction a:link,
401 .twikiTopicAction a:visited,
402 .twikiBookViewList .twikiTopRow a:link,
403 .twikiBookViewList .twikiTopRow a:visited,
404 .twikiViewPage .twikiTopicAction a:link,
405 .twikiViewPage .twikiTopicAction a:visited,
406 .twikiDiffPage .twikiTopicAction a:link,
407 .twikiDiffPage .twikiTopicAction a:visited,
408 .twikiViewPage .twikiTopicAction a:active,
409 .twikiDiffPage .twikiTopicAction a:active,
410 .twikiDiffPage .twikiDiffDeletedHeader,
411 .twikiDiffPage .twikiDiffAddedHeader,
412 .twikiDiffPage th.twikiDiffChangedHeader,
413 .twikiDiffPage td.twikiDiffChangedHeader {
414 color:#ffffff;
415 }
416 .twikiMain,
417 .twikiAttachments table,
418 .twikiForm table,
419 .twikiAttachments table,
420 .twikiAttachments th,
421 rizwank 1.1 .twikiForm th,
422 .twikiAttachments th,
423 .twikiForm th,
424 .twikiAttachments td,
425 .twikiForm td,
426 .twikiTopicActionSecondary,
427 .twikiTopicActionHelp,
428 .twikiTopicAction .twikiSeparator,
429 .twikiVersatileTable .twikiMainCol,
430 .twikiVersatileTable input,
431 .twikiPreviewPage .twikiPreviewArea {
432 background-color:#ffffff;
433 }
434 .twikiWebIndicator {
435 border-bottom:#ffffff;
436 }
437 .twikiViewPage .twikiTopicAction,
438 .twikiDiffPage .twikiTopicAction {
439 .twikiSubmit {
440 border-top:#ffffff;
441 border-left:#ffffff;
442 rizwank 1.1 }
443
444
|