~ubuntu-branches/ubuntu/hoary/zonecheck/hoary

« back to all changes in this revision

Viewing changes to www/style/zc.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2004-09-22 21:20:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040922212012-uk2rrn8in6mjaroj
Tags: 2.0.4-3
* Added missing files to the installed documentation (Closes: #272964)
* Modified debian/rules to include /usr/share/dpatch/dpatch/make
* Patched doc/zonecheck.1 to escape '-' signs where needed (per 
  http://lists.debian.org/debian-devel/2003/03/msg01481.html) and sent
  patch to upstream.
  Package is now lintian/linda clean.
* Renamed dpatch files
* Changed last incorrect timestamp in changelog.Debian
* Added note to README.Debian in zonecheck-cgi, poiting to documentation
  in /usr/share/doc/zonecheck

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 $
 
1
/* $Id: zc.css,v 1.39 2004/05/03 11:37:56 sdalu Exp $
2
2
 *
3
3
 * CONTACT     : zonecheck@nic.fr
4
4
 * AUTHOR      : Stephane D'Alu <sdalu@nic.fr>
5
5
 *
6
6
 * CREATED     : 2002/08/02 13:58:17
7
 
 * REVISION    : $Revision: 1.38 $ 
8
 
 * DATE        : $Date: 2003/11/07 18:04:02 $
 
7
 * REVISION    : $Revision: 1.39 $ 
 
8
 * DATE        : $Date: 2004/05/03 11:37:56 $
9
9
 *
10
10
 * CONTRIBUTORS: (see also CREDITS file)
11
11
 *   Alix Guillard <Alix.Guillard@nic.fr>
33
33
 
34
34
 
35
35
#lang { 
36
 
  float: right;
37
 
  margin-left: 0;
 
36
        float:                  right;
 
37
        margin-left:            0;
38
38
}
39
39
 
40
40
#beta { 
41
 
  margin: 0;
42
 
  z-index: 0;
43
 
  color: red;
44
 
  text-align: center;
45
 
  font-style: italic;
46
 
  font-size: 50pt;
 
41
        margin:                 0;
 
42
        z-index:                0;
 
43
        color:                  red;
 
44
        text-align:             center;
 
45
        font-style:             italic;
 
46
        font-size:              50pt;
47
47
}
48
48
 
49
49
body { 
50
 
    background: white;
51
 
    color: #333333; 
52
 
    font-family: Arial, Helvetica, sans-serif;
 
50
        background:             white;
 
51
        color:                  #333333; 
 
52
        font-family:            Arial, Helvetica, sans-serif;
53
53
}
54
54
 
55
55
p { 
56
 
    font-size: 12px; 
57
 
    text-align: justify;
 
56
        font-size:              12px; 
 
57
        text-align:             justify;
58
58
}
59
59
 
60
60
td, li, ul {  
61
 
    font-size: 12px;
 
61
        font-size:              12px;
62
62
}
63
63
 
64
64
 
65
65
h1 {  
66
 
    font-size: 18px;
67
 
    color: #f7ad31;
68
 
    font-weight: bold;
 
66
        font-size:              18px;
 
67
        color:                  #f7ad31;
 
68
        font-weight:            bold;
69
69
}
70
70
 
71
71
h2 {  
72
 
    font-size: 14px;
73
 
    color: #1341af;
74
 
    font-weight: bold;
 
72
        font-size:              14px;
 
73
        color:                  #1341af;
 
74
        font-weight:            bold;
75
75
}
76
76
 
77
77
h3 {
78
 
    font-size: 12px; 
79
 
    color: #1341af; 
80
 
    font-weight: bold;
 
78
        font-size:              12px; 
 
79
        color:                  #1341af; 
 
80
        font-weight:            bold;
81
81
}
82
82
 
83
83
 
98
98
}
99
99
 
100
100
.zc-warning { 
101
 
    padding: 5px 5px 5px 5px; 
102
 
    background-color: #f0ece5;
103
 
    border-left: solid #f5b13d;
 
101
        padding:                5px 5px 5px 5px; 
 
102
        background-color:       #f0ece5;
 
103
        border-left:            solid #f5b13d;
104
104
}
105
105
 
106
106
.zc-error {
107
 
    padding: 5px 5px 5px 5px; 
108
 
    background-color: #f0ece5;
109
 
    border-left: solid #ff5809;
 
107
        padding:                5px 5px 5px 5px; 
 
108
        background-color:       #f0ece5;
 
109
        border-left:            solid #ff5809;
110
110
}
111
111
 
112
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;
 
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
122
}
123
123
 
124
124
ul.zc-ref p { 
125
 
    margin: 0;
 
125
        margin:                 0;
126
126
}
127
127
 
128
128
span.zc-ref { 
129
 
    font-weight: bold;
 
129
        font-weight:            bold;
130
130
}
131
131
 
132
132
span.zc-ref a { 
133
 
    color: inherit;
134
 
    text-decoration: none;
 
133
        color:                  inherit;
 
134
        text-decoration:        none;
135
135
}
136
136
 
137
137
span.zc-ref a:hover { 
138
 
    color: inherit;
139
 
    text-decoration: underline;
 
138
        color:                  inherit;
 
139
        text-decoration:        underline;
140
140
}
141
141
 
142
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;
 
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
152
}
153
153
 
154
154
ul.zc-details p { 
155
 
    margin: 0;
 
155
        margin:                 0;
156
156
}
157
157
 
158
158
div.zc-zinfo {
159
 
    padding-left: 5ex;
 
159
        padding-left:           5ex;
160
160
}
161
161
 
162
162
 
165
165
 */
166
166
 
167
167
div#zc-pgr-pbar { 
168
 
    margin-left: 5ex;
 
168
        margin-left:            5ex;
169
169
}
170
170
 
171
171
table#zc-pgr-pbar-out { 
172
 
    border: 1px solid black;
173
 
    -moz-border-radius:     10px;
 
172
        border:                 1px solid black;
 
173
        -moz-border-radius:     10px;
174
174
}
175
175
 
176
176
table#zc-pgr-pbar-in { 
177
 
    margin: 5px;
 
177
        margin:                 5px;
178
178
}
179
179
 
180
180
#zc-pgr-pct0 { 
181
 
    border-color: black;
 
181
        border-color:           black;
182
182
}
183
183
 
184
184
#zc-pgr-pct1 { 
185
 
    background-color: #123456;
186
 
    border-color: black;
 
185
        background-color:       #123456;
 
186
        border-color:           black;
187
187
}
188
188
 
189
189
#zc-pgr-pct2 { 
190
 
    border-color: black;
 
190
        border-color:           black;
191
191
}
192
192
 
193
193
 
195
195
/*
196
196
 */
197
197
UL.zc-test { 
198
 
    padding-left: 5ex;
199
 
    list-style-type: none;
 
198
        padding-left:           5ex;
 
199
        list-style-type:        none;
200
200
}
201
201
 
202
202
/* 
203
203
 * The diagnostic box
204
204
 */
205
205
div.zc-diag { 
206
 
    padding-left: 5ex;
 
206
        padding-left:           5ex;
207
207
}
208
208
 
209
209
div.zc-diag div.zc-name { 
210
 
    font-size: 12px; 
211
 
    color: #333333; 
212
 
    font-weight: bold;
 
210
        font-size:              12px;
 
211
        color:                  #333333; 
 
212
        font-weight:            bold;
213
213
}
214
214
 
215
215
div.zc-diag div.zc-msg { 
216
 
    font-size: 12px; 
217
 
    color: #1341AF; 
218
 
    font-weight: bold;
 
216
        font-size:              12px; 
 
217
        color:                  #1341af; 
 
218
        font-weight:            bold;
219
219
}
220
220
 
221
221
 
222
222
div.zc-diag1 table tr.zc-title { 
223
 
    background-color: #ddeeee;
 
223
        background-color:       #ddeeee;
224
224
}
225
225
 
226
226
 
227
227
div.zc-status { 
228
 
    padding-left: 5ex;
229
 
    font-weight: bold;
 
228
        padding-left:           5ex;
 
229
        font-weight:            bold;
230
230
}
231
231
 
232
232
 
233
233
h3.zc-diagsec { 
234
 
    color: red;
 
234
        color:                  red;
235
235
}
236
236
 
237
237
 
239
239
/* Zone information
240
240
 */
241
241
table.zc-domain {
242
 
    border-collapse: collapse;
243
 
    border: solid #0066B2;
244
 
    -moz-border-radius:     10px;
 
242
        border-collapse:        collapse;
 
243
        border:                 solid #0066b2;
 
244
        -moz-border-radius:     10px;
245
245
}
246
246
 
247
 
table.zc-domain TD {
248
 
    padding: 5px;
249
 
    border-color:  #0066b2;
 
247
table.zc-domain td {
 
248
        vertical-align:         top;
 
249
        padding:                5px;
 
250
        border-color:           #0066b2;
250
251
}
251
252
 
252
253
tr.zc-zone { 
253
 
    background-color: #e6ebf0;
254
 
    font-weight: bold;
 
254
        background-color:       #e6ebf0;
 
255
        font-weight:            bold;
255
256
}
256
257
 
257
258
tr.zc-ns-sec { 
258
 
    font-family: Arial, Helvetica, sans-serif;
259
 
    background-color: #f0ece5;
 
259
        font-family:            Arial, Helvetica, sans-serif;
 
260
        background-color:       #f0ece5;
260
261
}
261
262
 
262
263
tr.zc-ns-prim { 
263
 
    background-color: #e4dcca;
 
264
        background-color:       #e4dcca;
264
265
}
265
266
 
266
267
/* Options
267
268
 */
268
269
 
269
270
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;
 
271
        border-collapse:        collapse;
 
272
        border:                 solid #f5b13d;
 
273
        background-color:       #f0ece5;
 
274
}
 
275
 
 
276
table.zc-options td {
 
277
        padding:                2px 1ex;
 
278
}
 
279
 
 
280
table.zc-options tr.zc-title {
 
281
        background-color:       #e4dcca;
281
282
}
282
283
 
283
284
 
285
286
 */
286
287
 
287
288
table.zc-help { 
288
 
    border: solid #333333;
289
 
    border-collapse: collapse; 
 
289
        border:                 solid #333333;
 
290
        border-collapse:        collapse; 
290
291
}
291
292
 
292
293
table.zc-help td { 
293
 
    border-color: #333333;
 
294
        border-color:           #333333;
294
295
}
295
296
 
296
297
table.zc-help td.zc-key {
297
 
    vertical-align: top;
 
298
        vertical-align:         top;
298
299
}
299
300
 
300
301
table.zc-help td.zc-title {
301
 
    background-color: #e4dcca;
302
 
    border-top: solid;
303
 
    font-style: italic;
 
302
        background-color:       #e4dcca;
 
303
        border-top:             solid;
 
304
        font-style:             italic;
304
305
}
305
306
 
306
307
/* Popups
307
308
 */
308
309
table.zc-popup { 
309
 
    background-color: #f0ece5;
310
 
    color: #333333; 
311
 
    border: 3px groove #1341af;
312
 
    border-collapse:  collapse; 
 
310
        background-color:       #f0ece5;
 
311
        color:                  #333333;
 
312
        border:                 3px groove #1341af;
 
313
        border-collapse:        collapse; 
313
314
}
314
315
 
315
316
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;
 
317
        background-color:       #1341af;
 
318
}
 
319
 
 
320
table.zc-popup tr.zc-title td { 
 
321
        color:                  #f5b13d;
 
322
}
 
323
 
 
324
table.zc-popup tr.zc-title td.zc-title { 
 
325
        font-weight:            bold;
 
326
}
 
327
 
 
328
table.zc-popup tr.zc-title a { 
 
329
        color:                  #f5b13d;
 
330
        font-weight:            bold;
 
331
        text-decoration:        none; 
 
332
}
 
333
 
 
334
table.zc-popup tr.zc-title a:hover { 
 
335
        color:                  #ff5809;
 
336
}
 
337
 
 
338
table.zc-popup tr.zc-item:hover { 
 
339
        background-color:       #e4dcca;
 
340
        cursor:                 pointer;
340
341
}
341
342
 
342
343