~ubuntu-branches/ubuntu/trusty/zonecheck/trusty-proposed

« back to all changes in this revision

Viewing changes to www/style/zc.css

  • Committer: Bazaar Package Importer
  • Author(s): Stephane Bortzmeyer
  • Date: 2004-03-10 14:08:05 UTC
  • Revision ID: james.westby@ubuntu.com-20040310140805-ij55fso1e23bk8ye
Tags: upstream-2.0.3
ImportĀ upstreamĀ versionĀ 2.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: zc.css,v 1.38 2003/11/07 18:04:02 sdalu Exp $
 
2
 *
 
3
 * CONTACT     : zonecheck@nic.fr
 
4
 * AUTHOR      : Stephane D'Alu <sdalu@nic.fr>
 
5
 *
 
6
 * CREATED     : 2002/08/02 13:58:17
 
7
 * REVISION    : $Revision: 1.38 $ 
 
8
 * DATE        : $Date: 2003/11/07 18:04:02 $
 
9
 *
 
10
 * CONTRIBUTORS: (see also CREDITS file)
 
11
 *   Alix Guillard <Alix.Guillard@nic.fr>
 
12
 *
 
13
 * LICENSE     : GPL v2 (or MIT/X11-like after agreement)
 
14
 * COPYRIGHT   : AFNIC (c) 2003
 
15
 *
 
16
 * This file is part of ZoneCheck.
 
17
 *
 
18
 * ZoneCheck is free software; you can redistribute it and/or modify it
 
19
 * under the terms of the GNU General Public License as published by
 
20
 * the Free Software Foundation; either version 2 of the License, or
 
21
 * (at your option) any later version.
 
22
 * 
 
23
 * ZoneCheck is distributed in the hope that it will be useful, but
 
24
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
26
 * General Public License for more details.
 
27
 *
 
28
 * You should have received a copy of the GNU General Public License
 
29
 * along with ZoneCheck; if not, write to the Free Software Foundation,
 
30
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
31
 *
 
32
 */
 
33
 
 
34
 
 
35
#lang { 
 
36
  float: right;
 
37
  margin-left: 0;
 
38
}
 
39
 
 
40
#beta { 
 
41
  margin: 0;
 
42
  z-index: 0;
 
43
  color: red;
 
44
  text-align: center;
 
45
  font-style: italic;
 
46
  font-size: 50pt;
 
47
}
 
48
 
 
49
body { 
 
50
    background: white;
 
51
    color: #333333; 
 
52
    font-family: Arial, Helvetica, sans-serif;
 
53
}
 
54
 
 
55
p { 
 
56
    font-size: 12px; 
 
57
    text-align: justify;
 
58
}
 
59
 
 
60
td, li, ul {  
 
61
    font-size: 12px;
 
62
}
 
63
 
 
64
 
 
65
h1 {  
 
66
    font-size: 18px;
 
67
    color: #f7ad31;
 
68
    font-weight: bold;
 
69
}
 
70
 
 
71
h2 {  
 
72
    font-size: 14px;
 
73
    color: #1341af;
 
74
    font-weight: bold;
 
75
}
 
76
 
 
77
h3 {
 
78
    font-size: 12px; 
 
79
    color: #1341af; 
 
80
    font-weight: bold;
 
81
}
 
82
 
 
83
 
 
84
/*
 
85
TABLE[rules=rows] TD { border-top: solid }
 
86
 
 
87
TABLE[rules=rows]    { //border-collapse: collapse; 
 
88
                       border: solid #0066B2; 
 
89
                       border-color: #0066B2; 
 
90
}
 
91
*/
 
92
 
 
93
img.zc-logo { 
 
94
/*
 
95
    float: left;
 
96
    margin-left: 0;
 
97
*/
 
98
}
 
99
 
 
100
.zc-warning { 
 
101
    padding: 5px 5px 5px 5px; 
 
102
    background-color: #f0ece5;
 
103
    border-left: solid #f5b13d;
 
104
}
 
105
 
 
106
.zc-error {
 
107
    padding: 5px 5px 5px 5px; 
 
108
    background-color: #f0ece5;
 
109
    border-left: solid #ff5809;
 
110
}
 
111
 
 
112
ul.zc-ref { 
 
113
    font-size: 12px;
 
114
    margin-left: 2ex;
 
115
    margin-right: 150px;
 
116
    background-color: #f0ece5; 
 
117
 
 
118
    padding: 8px 8px 8px 2em; 
 
119
 
 
120
    border: 2px solid #f7ad31;
 
121
    -moz-border-radius:     10px;
 
122
}
 
123
 
 
124
ul.zc-ref p { 
 
125
    margin: 0;
 
126
}
 
127
 
 
128
span.zc-ref { 
 
129
    font-weight: bold;
 
130
}
 
131
 
 
132
span.zc-ref a { 
 
133
    color: inherit;
 
134
    text-decoration: none;
 
135
}
 
136
 
 
137
span.zc-ref a:hover { 
 
138
    color: inherit;
 
139
    text-decoration: underline;
 
140
}
 
141
 
 
142
ul.zc-details { 
 
143
    font-size: 12px;
 
144
    margin-left: 2ex;
 
145
    margin-right: 150px;
 
146
    background-color: #f0ece5; 
 
147
 
 
148
    padding: 8px 8px 8px 2em; 
 
149
 
 
150
    border: 2px solid #f7ad31;
 
151
    -moz-border-radius:     10px;
 
152
}
 
153
 
 
154
ul.zc-details p { 
 
155
    margin: 0;
 
156
}
 
157
 
 
158
div.zc-zinfo {
 
159
    padding-left: 5ex;
 
160
}
 
161
 
 
162
 
 
163
/*
 
164
 * Progress bar
 
165
 */
 
166
 
 
167
div#zc-pgr-pbar { 
 
168
    margin-left: 5ex;
 
169
}
 
170
 
 
171
table#zc-pgr-pbar-out { 
 
172
    border: 1px solid black;
 
173
    -moz-border-radius:     10px;
 
174
}
 
175
 
 
176
table#zc-pgr-pbar-in { 
 
177
    margin: 5px;
 
178
}
 
179
 
 
180
#zc-pgr-pct0 { 
 
181
    border-color: black;
 
182
}
 
183
 
 
184
#zc-pgr-pct1 { 
 
185
    background-color: #123456;
 
186
    border-color: black;
 
187
}
 
188
 
 
189
#zc-pgr-pct2 { 
 
190
    border-color: black;
 
191
}
 
192
 
 
193
 
 
194
 
 
195
/*
 
196
 */
 
197
UL.zc-test { 
 
198
    padding-left: 5ex;
 
199
    list-style-type: none;
 
200
}
 
201
 
 
202
/* 
 
203
 * The diagnostic box
 
204
 */
 
205
div.zc-diag { 
 
206
    padding-left: 5ex;
 
207
}
 
208
 
 
209
div.zc-diag div.zc-name { 
 
210
    font-size: 12px; 
 
211
    color: #333333; 
 
212
    font-weight: bold;
 
213
}
 
214
 
 
215
div.zc-diag div.zc-msg { 
 
216
    font-size: 12px; 
 
217
    color: #1341AF; 
 
218
    font-weight: bold;
 
219
}
 
220
 
 
221
 
 
222
div.zc-diag1 table tr.zc-title { 
 
223
    background-color: #ddeeee;
 
224
}
 
225
 
 
226
 
 
227
div.zc-status { 
 
228
    padding-left: 5ex;
 
229
    font-weight: bold;
 
230
}
 
231
 
 
232
 
 
233
h3.zc-diagsec { 
 
234
    color: red;
 
235
}
 
236
 
 
237
 
 
238
 
 
239
/* Zone information
 
240
 */
 
241
table.zc-domain {
 
242
    border-collapse: collapse;
 
243
    border: solid #0066B2;
 
244
    -moz-border-radius:     10px;
 
245
}
 
246
 
 
247
table.zc-domain TD {
 
248
    padding: 5px;
 
249
    border-color:  #0066b2;
 
250
}
 
251
 
 
252
tr.zc-zone { 
 
253
    background-color: #e6ebf0;
 
254
    font-weight: bold;
 
255
}
 
256
 
 
257
tr.zc-ns-sec { 
 
258
    font-family: Arial, Helvetica, sans-serif;
 
259
    background-color: #f0ece5;
 
260
}
 
261
 
 
262
tr.zc-ns-prim { 
 
263
    background-color: #e4dcca;
 
264
}
 
265
 
 
266
/* Options
 
267
 */
 
268
 
 
269
table.zc-options {
 
270
    border-collapse: collapse;
 
271
    border: solid #f5b13d;
 
272
    background-color: #f0ece5;
 
273
}
 
274
 
 
275
table.zc-options TD {
 
276
    padding: 2px 1ex;
 
277
}
 
278
 
 
279
table.zc-options TR.zc-title {
 
280
    background-color: #e4dcca;
 
281
}
 
282
 
 
283
 
 
284
/* Help
 
285
 */
 
286
 
 
287
table.zc-help { 
 
288
    border: solid #333333;
 
289
    border-collapse: collapse; 
 
290
}
 
291
 
 
292
table.zc-help td { 
 
293
    border-color: #333333;
 
294
}
 
295
 
 
296
table.zc-help td.zc-key {
 
297
    vertical-align: top;
 
298
}
 
299
 
 
300
table.zc-help td.zc-title {
 
301
    background-color: #e4dcca;
 
302
    border-top: solid;
 
303
    font-style: italic;
 
304
}
 
305
 
 
306
/* Popups
 
307
 */
 
308
table.zc-popup { 
 
309
    background-color: #f0ece5;
 
310
    color: #333333; 
 
311
    border: 3px groove #1341af;
 
312
    border-collapse:  collapse; 
 
313
}
 
314
 
 
315
table.zc-popup tr.zc-title { 
 
316
    background-color: #1341af;
 
317
}
 
318
 
 
319
table.zc-popup TR.zc-title TD { 
 
320
    color: #f5b13d;
 
321
}
 
322
 
 
323
table.zc-popup TR.zc-title TD.zc-title { 
 
324
    font-weight: bold;
 
325
}
 
326
 
 
327
table.zc-popup TR.zc-title A { 
 
328
    color: #f5b13d;
 
329
    font-weight: bold;
 
330
    text-decoration: none; 
 
331
}
 
332
 
 
333
table.zc-popup TR.zc-title A:hover { 
 
334
    color: #ff5809;
 
335
}
 
336
 
 
337
table.zc-popup TR.zc-item:hover { 
 
338
    background-color: #e4dcca;
 
339
    cursor: pointer;
 
340
}
 
341
 
 
342
 
 
343
/*
 
344
.bleu { color: #0066b2 }
 
345
.bleuvif { color: #1341AF }
 
346
.orange { color: #f5b13d }
 
347
.orangevif { color: #FF5809 }
 
348
.creme { color: #f0ece5 }
 
349
.cremefonce { color: #e4dcca }
 
350
*/