Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 123 | Rev 125 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 123 Rev 124
1
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
1
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
2
 
2
 
3
/**
3
/**
4
 * ODS, for Drupal 6.x
4
 * ODS, for Drupal 6.x
5
 *
5
 *
6
 * If you use a customized color scheme, you must regenerate it after
6
 * If you use a customized color scheme, you must regenerate it after
7
 * modifying this file.
7
 * modifying this file.
8
 */
8
 */
9
 
9
 
10
/**
10
/**
11
 * Generic elements
11
 * Generic elements
12
 */
12
 */
13
body {
13
body {
14
  margin: 0;
14
  margin: 0;
15
  margin-top: 0px;
15
  margin-top: 0px;
16
  padding: 0;
16
  padding: 0;
17
  background: transparent;
17
  background: transparent;
18
  font: 11px/170% Verdana, sans-serif;
18
  font: 11px/170% Verdana, sans-serif;
19
  color: #494949;
19
  color: #494949;
20
  background-color: #C6B895;
20
  background-color: #C6B895;
21
}
21
}
22
 
22
 
23
input {
23
input {
24
  font: 12px/100% Verdana, sans-serif;
24
  font: 12px/100% Verdana, sans-serif;
25
  color: #494949;
25
  color: #494949;
26
}
26
}
27
 
27
 
28
textarea, select {
28
textarea, select {
29
  font: 12px/160% Verdana, sans-serif;
29
  font: 12px/160% Verdana, sans-serif;
30
  color: #494949;
30
  color: #494949;
31
}
31
}
32
 
32
 
33
h1, h2, h3, h4, h5, h6 {
33
h1, h2, h3, h4, h5, h6 {
34
  margin: 0;
34
  margin: 0;
35
  padding: 0;
35
  padding: 0;
36
  font-weight: normal;
36
  font-weight: normal;
37
  font-family: Helvetica, Arial, sans-serif;
37
  font-family: Helvetica, Arial, sans-serif;
38
}
38
}
39
 
39
 
40
h1 {
40
h1 {
41
  font-size: 170%;
41
  font-size: 170%;
42
}
42
}
43
 
43
 
44
h2 {
44
h2 {
45
  font-size: 160%;
45
  font-size: 160%;
46
  line-height: 130%;
46
  line-height: 130%;
47
}
47
}
48
 
48
 
49
h3 {
49
h3 {
50
  font-size: 140%;
50
  font-size: 140%;
51
}
51
}
52
 
52
 
53
h4 {
53
h4 {
54
  font-size: 130%;
54
  font-size: 130%;
55
}
55
}
56
 
56
 
57
h5 {
57
h5 {
58
  font-size: 120%;
58
  font-size: 120%;
59
}
59
}
60
 
60
 
61
h6 {
61
h6 {
62
  font-size: 110%;
62
  font-size: 110%;
63
}
63
}
64
 
64
 
65
ul, quote, code, fieldset {
65
ul, quote, code, fieldset {
66
  margin: .5em 0;
66
  margin: .5em 0;
67
}
67
}
68
 
68
 
69
p {
69
p {
70
  margin: 0.6em 0 1.2em;
70
  margin: 0.6em 0 1.2em;
71
  padding: 0;
71
  padding: 0;
72
}
72
}
73
 
73
 
74
a:link, a:visited {
74
a:link, a:visited {
75
  color: #027AC6;
75
  color: #027AC6;
76
  text-decoration: none;
76
  text-decoration: none;
77
}
77
}
78
 
78
 
79
a:hover {
79
a:hover {
80
  color: #0062A0;
80
  color: #0062A0;
81
  text-decoration: underline;
81
  text-decoration: underline;
82
}
82
}
83
 
83
 
84
a:active, a.active {
84
a:active, a.active {
85
  color: #5895be;
85
  color: #5895be;
86
}
86
}
87
 
87
 
88
hr {
88
hr {
89
  margin: 0;
89
  margin: 0;
90
  padding: 0;
90
  padding: 0;
91
  border: none;
91
  border: none;
92
  height: 1px;
92
  height: 1px;
93
  background: #5294c1;
93
  background: #5294c1;
94
}
94
}
95
 
95
 
96
ul {
96
ul {
97
  margin: 0.5em 0 1em;
97
  margin: 0.5em 0 1em;
98
  padding: 0;
98
  padding: 0;
99
}
99
}
100
 
100
 
101
ol {
101
ol {
102
  margin: 0.75em 0 1.25em;
102
  margin: 0.75em 0 1.25em;
103
  padding: 0;
103
  padding: 0;
104
}
104
}
105
 
105
 
106
ol li, ul li {
106
ol li, ul li {
107
  margin: 0.4em 0 0.4em .5em; /* LTR */
107
  margin: 0.4em 0 0.4em .5em; /* LTR */
108
}
108
}
109
 
109
 
110
ul.menu, .item-list ul {
110
ul.menu, .item-list ul {
111
  margin: 0.35em 0 0 -0.5em; /* LTR */
111
  margin: 0.35em 0 0 -0.5em; /* LTR */
112
  padding: 0;
112
  padding: 0;
113
}
113
}
114
 
114
 
115
ul.menu ul, .item-list ul ul {
115
ul.menu ul, .item-list ul ul {
116
  margin-left: 0em; /* LTR */
116
  margin-left: 0em; /* LTR */
117
}
117
}
118
 
118
 
119
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
119
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
120
  margin: 0.15em 0 0.15em .5em; /* LTR */
120
  margin: 0.15em 0 0.15em .5em; /* LTR */
121
}
121
}
122
 
122
 
123
ul li, ul.menu li, .item-list ul li, li.leaf {
123
ul li, ul.menu li, .item-list ul li, li.leaf {
124
  padding: 0 0 .2em 1.5em;
124
  padding: 0 0 .2em 1.5em;
125
  list-style-type: none;
125
  list-style-type: none;
126
  list-style-image: none;
126
  list-style-image: none;
127
  /**background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
127
  /**background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
128
}
128
}
129
 
129
 
130
ol li {
130
ol li {
131
  padding: 0 0 .3em;
131
  padding: 0 0 .3em;
132
  margin-left: 2em; /* LTR */
132
  margin-left: 2em; /* LTR */
133
}
133
}
134
 
134
 
135
ul li.expanded {
135
ul li.expanded {
136
  /**background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
136
  /**background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
137
}
137
}
138
 
138
 
139
ul li.collapsed {
139
ul li.collapsed {
140
  /**background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
140
  /**background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
141
}
141
}
142
 
142
 
143
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
143
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
144
  display: block;
144
  display: block;
145
}
145
}
146
 
146
 
147
ul.inline li {
147
ul.inline li {
148
  background: none;
148
  background: none;
149
  margin: 0;
149
  margin: 0;
150
  padding: 0 1em 0 0; /* LTR */
150
  padding: 0 1em 0 0; /* LTR */
151
}
151
}
152
 
152
 
153
ol.task-list {
153
ol.task-list {
154
  margin-left: 0; /* LTR */
154
  margin-left: 0; /* LTR */
155
  list-style-type: none;
155
  list-style-type: none;
156
  list-style-image: none;
156
  list-style-image: none;
157
}
157
}
158
ol.task-list li {
158
ol.task-list li {
159
  padding: 0.5em 1em 0.5em 2em; /* LTR */
159
  padding: 0.5em 1em 0.5em 2em; /* LTR */
160
}
160
}
161
ol.task-list li.active {
161
ol.task-list li.active {
162
  /**background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
162
  /**background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
163
}
163
}
164
ol.task-list li.done {
164
ol.task-list li.done {
165
  color: #393;
165
  color: #393;
166
  /**background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
166
  /**background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
167
}
167
}
168
ol.task-list li.active {
168
ol.task-list li.active {
169
  margin-right: 1em; /* LTR */
169
  margin-right: 1em; /* LTR */
170
}
170
}
171
 
171
 
172
fieldset ul.clear-block li {
172
fieldset ul.clear-block li {
173
  margin: 0;
173
  margin: 0;
174
  padding: 0;
174
  padding: 0;
175
  background-image: none;
175
  background-image: none;
176
}
176
}
177
 
177
 
178
dl {
178
dl {
179
  margin: 0.5em 0 1em 1.5em; /* LTR */
179
  margin: 0.5em 0 1em 1.5em; /* LTR */
180
}
180
}
181
 
181
 
182
dl dt {
182
dl dt {
183
}
183
}
184
 
184
 
185
dl dd {
185
dl dd {
186
  margin: 0 0 .5em 1.5em; /* LTR */
186
  margin: 0 0 .5em 1.5em; /* LTR */
187
}
187
}
188
 
188
 
189
img, a img {
189
img, a img {
190
  border: none;
190
  border: none;
191
}
191
}
192
 
192
 
193
table {
193
table {
194
  margin: 1em 0;
194
  margin: 1em 0;
195
  width: 500px;
195
  width: 500px;
196
}
196
}
197
 
197
 
198
thead th {
198
thead th {
199
  border-bottom: 2px solid #d3e7f4;
199
  border-bottom: 2px solid #d3e7f4;
200
  color: #494949;
200
  color: #494949;
201
  font-weight: bold;
201
  font-weight: bold;
202
}
202
}
203
 
203
 
204
th a:link, th a:visited {
204
th a:link, th a:visited {
205
  color: #6f9dbd;
205
  color: #6f9dbd;
206
}
206
}
207
 
207
 
208
td, th {
208
td, th {
209
  padding: .3em .5em;
209
  padding: .3em .5em;
210
}
210
}
211
 
211
 
212
tr.even, tr.odd, tbody th {
212
tr.even, tr.odd, tbody th {
213
  border: solid #d3e7f4;
213
  border: solid #d3e7f4;
214
  border-width: 1px 0;
214
  border-width: 1px 0;
215
}
215
}
216
 
216
 
217
tr.odd, tr.info {
217
tr.odd, tr.info {
218
  background-color: #edf5fa;
218
  background-color: #edf5fa;
219
}
219
}
220
 
220
 
221
tr.even {
221
tr.even {
222
  background-color: #fff;
222
  background-color: #fff;
223
}
223
}
224
 
224
 
225
tr.drag {
225
tr.drag {
226
  background-color: #fffff0;
226
  background-color: #fffff0;
227
}
227
}
228
 
228
 
229
tr.drag-previous {
229
tr.drag-previous {
230
  background-color: #ffd;
230
  background-color: #ffd;
231
}
231
}
232
 
232
 
233
tr.odd td.active {
233
tr.odd td.active {
234
  background-color: #ddecf5;
234
  background-color: #ddecf5;
235
}
235
}
236
 
236
 
237
tr.even td.active {
237
tr.even td.active {
238
  background-color: #e6f1f7;
238
  background-color: #e6f1f7;
239
}
239
}
240
 
240
 
241
td.region, td.module, td.container, td.category {
241
td.region, td.module, td.container, td.category {
242
  border-top: 1.5em solid #fff;
242
  border-top: 1.5em solid #fff;
243
  border-bottom: 1px solid #b4d7f0;
243
  border-bottom: 1px solid #b4d7f0;
244
  background-color: #d4e7f3;
244
  background-color: #d4e7f3;
245
  color: #455067;
245
  color: #455067;
246
  font-weight: bold;
246
  font-weight: bold;
247
}
247
}
248
 
248
 
249
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
249
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
250
  border-top-width: 0;
250
  border-top-width: 0;
251
}
251
}
252
 
252
 
253
span.form-required {
253
span.form-required {
254
  color: #ffae00;
254
  color: #ffae00;
255
}
255
}
256
 
256
 
257
span.submitted, .description {
257
span.submitted, .description {
258
  font-size: 0.92em;
258
  font-size: 0.92em;
259
  color: #898989;
259
  color: #898989;
260
}
260
}
261
 
261
 
262
.description {
262
.description {
263
  line-height: 150%;
263
  line-height: 150%;
264
  margin-bottom: 0.75em;
264
  margin-bottom: 0.75em;
265
  color: #898989;
265
  color: #898989;
266
}
266
}
267
 
267
 
268
.messages, .preview {
268
.messages, .preview {
269
  margin: .75em 0 .75em;
269
  margin: .75em 0 .75em;
270
  padding: .5em 1em;
270
  padding: .5em 1em;
271
}
271
}
272
 
272
 
273
.messages ul {
273
.messages ul {
274
  margin: 0;
274
  margin: 0;
275
}
275
}
276
 
276
 
277
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
277
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
278
  margin: 0.25em 0;
278
  margin: 0.25em 0;
279
}
279
}
280
 
280
 
281
#center form {
281
#center form {
282
  margin-bottom: 2em;
282
  margin-bottom: 2em;
283
}
283
}
284
 
284
 
285
.form-button, .form-submit {
285
.form-button, .form-submit {
286
  margin: 2em 0.5em 1em 0; /* LTR */
286
  margin: 2em 0.5em 1em 0; /* LTR */
287
}
287
}
288
 
288
 
289
.form-submit#edit-submit {
289
.form-submit#edit-submit {
290
	margin-bottom: -7px;	
290
	margin-bottom: -7px;	
291
}
291
}
292
 
292
 
293
#dblog-form-overview .form-submit,
293
#dblog-form-overview .form-submit,
294
.confirmation .form-submit,
294
.confirmation .form-submit,
295
.search-form .form-submit,
295
.search-form .form-submit,
296
.poll .form-submit,
296
.poll .form-submit,
297
fieldset .form-button, fieldset .form-submit,
297
fieldset .form-button, fieldset .form-submit,
298
.sidebar .form-button, .sidebar .form-submit,
298
.sidebar .form-button, .sidebar .form-submit,
299
table .form-button, table .form-submit {
299
table .form-button, table .form-submit {
300
  margin: 0;
300
  margin: 0;
301
}
301
}
302
 
302
 
303
.box {
303
.box {
304
  margin-bottom: 2.5em;
304
  margin-bottom: 2.5em;
305
}
305
}
306
 
306
 
307
/**
307
/**
308
 * Layout
308
 * Layout
309
 */
309
 */
310
#header-region {
310
#header-region {
311
  min-height: 1em;
311
  min-height: 1em;
312
  /**background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%; **/
312
  /**background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%; **/
313
}
313
}
314
 
314
 
315
@font-face {
315
@font-face {
316
	/* Fonte pour le titre en haut à gauche */
316
	/* Fonte pour le titre en haut à gauche */
317
	font-family: "BorisBlackBloxx";
317
	font-family: "BorisBlackBloxx";
318
	src: url("font/BorisBlackBloxx.ttf") format("truetype");
318
	src: url("font/BorisBlackBloxx.ttf") format("truetype");
319
}
319
}
320
 
320
 
321
.titre_site {
321
.titre_site {
322
	font-family: BorisBlackBloxx, Cursive; 
322
	font-family: BorisBlackBloxx, Cursive; 
323
	font-size: 14px;	
323
	font-size: 14px;	
324
	margin-left: auto;
324
	margin-left: auto;
325
    margin-right: auto;
325
    margin-right: auto;
326
    padding-left: 0px;
326
    padding-left: 0px;
327
    padding-top: 5px;
327
    padding-top: 5px;
328
    padding-bottom: 10px;
328
    padding-bottom: 10px;
329
    width: 955px;
329
    width: 955px;
330
}
330
}
331
 
331
 
332
.titre_site #observatoire {
332
.titre_site #observatoire {
333
	color: #0396A6;
333
	color: #0396A6;
334
	font-size: 30px;
334
	font-size: 30px;
335
}
335
}
336
 
336
 
337
.titre_site #des {
337
.titre_site #des {
338
	color: #0396A6;
338
	color: #0396A6;
339
	font-size: 20px
339
	font-size: 20px
340
}
340
}
341
 
341
 
342
.titre_site #saisons {
342
.titre_site #saisons {
343
	color: #FF7F00;
343
	color: #FF7F00;
344
	text-transform: uppercase;
344
	text-transform: uppercase;
345
	font-size: 40px
345
	font-size: 40px
346
}
346
}
347
 
347
 
348
#header-region .block {
348
#header-region .block {
349
  display: block;
349
  display: block;
350
  margin: 0 1em;
350
  margin: 0 1em;
351
}
351
}
352
 
352
 
353
#header-region .block-region {
353
#header-region .block-region {
354
  display: block;
354
  display: block;
355
  margin: 0 0.5em 1em;
355
  margin: 0 0.5em 1em;
356
  padding: 0.5em;
356
  padding: 0.5em;
357
  position: relative;
357
  position: relative;
358
  top: 0.5em;
358
  top: 0.5em;
359
}
359
}
360
 
360
 
361
#header-region * {
361
#header-region * {
362
  display: inline;
362
  display: inline;
363
  line-height: 1.5em;
363
  line-height: 1.5em;
364
  margin-top: 0;
364
  margin-top: 0;
365
  margin-bottom: 0;
365
  margin-bottom: 0;
366
}
366
}
367
 
367
 
368
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
368
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
369
#header-region script {
369
#header-region script {
370
  display: none;
370
  display: none;
371
}
371
}
372
 
372
 
373
#header-region p, #header-region img {
373
#header-region p, #header-region img {
374
  margin-top: 0.5em;
374
  margin-top: 0.5em;
375
}
375
}
376
 
376
 
377
#header-region h2 {
377
#header-region h2 {
378
  margin: 0 1em 0 0; /* LTR */
378
  margin: 0 1em 0 0; /* LTR */
379
}
379
}
380
 
380
 
381
#header-region h3, #header-region label, #header-region li {
381
#header-region h3, #header-region label, #header-region li {
382
  margin: 0 1em;
382
  margin: 0 1em;
383
  padding: 0;
383
  padding: 0;
384
  background: none;
384
  background: none;
385
}
385
}
386
 
386
 
387
#wrapper {
387
#wrapper {
388
 /** background: #edf5fa url(images/body.png) repeat-x 50% 0; **/
388
 /** background: #edf5fa url(images/body.png) repeat-x 50% 0; **/
389
}
389
}
390
 
390
 
391
#wrapper {
391
#wrapper {
392
	width: 955px;
392
	width: 955px;
393
	margin-left:auto;
393
	margin-left:auto;
394
	margin-right:auto;
394
	margin-right:auto;
395
	background-color: #FFFFFF;
395
	background-color: #FFFFFF;
396
	-moz-box-shadow: 3px 0px 0 #aaa;  
396
	-moz-box-shadow: 3px 0px 0 #aaa;  
397
	-webkit-box-shadow: 3px 0px 0 #aaa;  
397
	-webkit-box-shadow: 3px 0px 0 #aaa;  
398
	box-shadow: 3px 0px 0 #aaa;  
398
	box-shadow: 3px 0px 0 #aaa;  
399
}
399
}
400
 
400
 
401
#wrapper #container {
401
#wrapper #container {
402
  margin: 0 auto;
402
  margin: 0 auto;
403
  padding: 0 20px;
403
  padding: 0 20px;
404
}
404
}
405
 
405
 
406
#wrapper #container {
406
#wrapper #container {
407
  height: 80px;
407
  height: 80px;
408
}
408
}
409
 
409
 
410
#wrapper #container #header #logo-floater {
410
#wrapper #container #header #logo-floater {
411
  position: absolute;
411
  position: absolute;
412
}
412
}
413
 
413
 
414
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
414
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
415
  line-height: 120px;
415
  line-height: 120px;
416
  position: relative;
416
  position: relative;
417
  z-index: 2;
417
  z-index: 2;
418
  white-space: nowrap;
418
  white-space: nowrap;
419
}
419
}
420
 
420
 
421
#wrapper #container #header h1 span {
421
#wrapper #container #header h1 span {
422
  font-weight: bold;
422
  font-weight: bold;
423
}
423
}
424
 
424
 
425
#wrapper #container #header h1 img {
425
#wrapper #container #header h1 img {
426
  padding-top: 14px;
426
  padding-top: 14px;
427
  padding-right: 20px; /* LTR */
427
  padding-right: 20px; /* LTR */
428
  float: left; /* LTR */
428
  float: left; /* LTR */
429
}
429
}
430
 
430
 
431
#logo-floater {
431
#logo-floater {
432
	padding-left: 20px;
432
	padding-left: 20px;
433
	padding-top: 10px;	
433
	padding-top: 10px;	
434
}
434
}
435
 
435
 
436
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
436
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
437
#wrapper #container {
437
#wrapper #container {
438
  float: left;	
438
  float: left;	
439
  width: 100%;
439
  width: 100%;
440
  background-color: #FFFFFF;
440
  background-color: #FFFFFF;
441
}
441
}
442
 
442
 
443
#center {
443
#center {
444
	width: 555px;	
444
	width: 555px;	
445
	min-height: 650px;
445
	min-height: 650px;
446
	background-color: #FFFFFF;
446
	background-color: #FFFFFF;
447
	height: auto;
447
	height: auto;
448
	float: left;
448
	float: left;
449
}
449
}
450
 
450
 
451
#center h2 {
451
#center h2 {
452
    background: url("images/puce_titre_2.png") no-repeat scroll 13px 0 transparent;
452
    background: url("images/puce_titre_2.png") no-repeat scroll 13px 0 transparent;
453
    color: #4F3F1B;
453
    color: #4F3F1B;
454
    font-weight: bold;
454
    font-weight: bold;
455
    padding: 0 0 10px 40px;
455
    padding: 0 0 10px 42px;
456
    width: 100%;
456
    width: 100%;
457
}
457
}
458
 
458
 
459
#center h3 {
459
#center h3 {
460
	color: #0396A6;
460
	color: #9AC343;
461
	font-weight: bold;
461
	font-weight: bold;
-
 
462
	padding: 10px 0 0 0;
462
}
463
}
463
 
464
 
464
#center h4 {
465
#center h4 {
465
	color: #ACC700;
466
	color: #ACC700;
466
	font-weight: bold;
467
	font-weight: bold;
467
}
468
}
468
 
469
 
469
#center li {
470
#center li {
470
	 margin-left: 20px;
471
	 margin-left: 20px;
471
	 padding: 0 0 0 0;
472
	 padding: 0 0 0 0;
472
	 list-style-type: disc;
473
	 list-style-type: disc;
473
}
474
}
474
 
475
 
475
#center li.num {
476
#center li.num {
476
	 list-style-type: decimal;
477
	 list-style-type: decimal;
-
 
478
	 margin-left: 20px;
477
}
479
}
478
 
480
 
479
.placement_image {
481
.placement_image {
480
	display: inline;
482
	display: inline;
481
    float: left;
483
    float: left;
482
}
484
}
483
 
485
 
484
#left {
486
#left {
485
	width: 190px;
487
	width: 190px;
486
	padding:5px;
488
	padding:5px;
487
	padding-left: 0px;
489
	padding-left: 0px;
488
	float: left;
490
	float: left;
489
	min-height: 650px;
491
	min-height: 650px;
490
	background-color: #FFFFFF;	
492
	background-color: #FFFFFF;	
491
}
493
}
492
 
494
 
493
#sidebar-left > div > div > div > ul.menu > li {
495
#sidebar-left > div > div > div > ul.menu > li {
494
	padding-left:20px;
496
	padding-left:20px;
495
}
497
}
496
 
498
 
497
#sidebar-left > div > div > div > ul.menu > li > a.active-trail {
499
#sidebar-left > div > div > div > ul.menu > li > a.active-trail {
498
    color: #FFFFFF;
500
    color: #FFFFFF;
499
    font-weight: bold;
501
    font-weight: bold;
500
    padding-left: 5px;
502
    padding-left: 5px;
501
    -moz-border-radius: 0.9em 0.9em 0.9em 0.9em;
503
    -moz-border-radius: 0.9em 0.9em 0.9em 0.9em;
502
}
504
}
503
 
505
 
504
#sidebar-left a.active-trail {
506
#sidebar-left a.active-trail {
505
	color: #800000;
507
	color: #800000;
506
	text-decoration: underline;	
508
	text-decoration: underline;	
507
}
509
}
508
 
510
 
509
#sidebar-left {
511
#sidebar-left {
510
	-webkit-border-radius-topright: 20px 20px;
512
	-webkit-border-radius-topright: 20px 20px;
511
	-webkit-border-radius-bottomright: 20px 20px;
513
	-webkit-border-radius-bottomright: 20px 20px;
512
	-moz-border-radius-topright: 20px 20px;
514
	-moz-border-radius-topright: 20px 20px;
513
	-moz-border-radius-bottomright: 0px 0px;
515
	-moz-border-radius-bottomright: 0px 0px;
514
	border-top-right-radius: 20px 20px;
516
	border-top-right-radius: 20px 20px;
515
	border-bottom-right-radius: 20px 20px;
517
	border-bottom-right-radius: 20px 20px;
516
	background-color: #0396A6;
518
	background-color: #0396A6;
517
	position:absolute;
519
	position:absolute;
518
	width: inherit;
520
	width: inherit;
519
}
521
}
520
 
522
 
521
#sidebar-left > div > h2 {
523
#sidebar-left > div > h2 {
522
	display: none;	
524
	display: none;	
523
}
525
}
524
 
526
 
525
#sidebar-left a {
527
#sidebar-left a {
526
	color: #FFFFFF;	
528
	color: #FFFFFF;	
527
	font-weight: bold;
529
	font-weight: bold;
528
	padding-left: 5px;
530
	padding-left: 5px;
529
}
531
}
530
 
532
 
531
.content > div > ul > li {
533
.content > div > ul > li {
532
	background: transparent url(images/puce_menu_niveau_1_triangle.png) no-repeat 3px 0.55em;
534
	background: transparent url(images/puce_menu_niveau_1_triangle.png) no-repeat 3px 0.55em;
533
}
535
}
534
 
536
 
535
ul.menu > li {
537
ul.menu > li {
536
	padding-top:5px;
538
	padding-top:5px;
537
	padding-left:5px;
539
	padding-left:5px;
538
}
540
}
539
 
541
 
540
.menu_recourbe {
542
.menu_recourbe {
541
 
543
 
542
	-moz-border-radius-bottomleft: 901px 158px;
544
	-moz-border-radius-bottomleft: 901px 158px;
543
	-moz-border-radius-bottomright: 300px 24px;
545
	-moz-border-radius-bottomright: 300px 24px;
544
    border-bottom-left-radius: 901px 158px;
546
    border-bottom-left-radius: 901px 158px;
545
    border-bottom-right-radius: 300px 24px;
547
    border-bottom-right-radius: 300px 24px;
546
    
548
    
547
	background-color: #FFFFFF;
549
	background-color: #FFFFFF;
548
	width:inherit;
550
	width:inherit;
549
	height: 30px;
551
	height: 30px;
550
	position: absolute;
552
	position: absolute;
551
	z-index: 50;
553
	z-index: 50;
552
}
554
}
553
 
555
 
554
#right {
556
#right {
555
	width: 200px;
557
	width: 200px;
556
	float: right;
558
	float: right;
557
	background-color: #FFFFFF;	
559
	background-color: #FFFFFF;	
558
}
560
}
559
 
561
 
560
#right h2 {
562
#right h2 {
561
	display: none;	
563
	display: none;	
562
}
564
}
563
 
565
 
564
.titre_bloc {
566
.titre_bloc {
565
	color: #FFFFFF;
567
	color: #FFFFFF;
566
	font-weight: bold;
568
	font-weight: bold;
567
	background-color: #5F8DBF;
569
	background-color: #5F8DBF;
568
	-webkit-border-radius-topleft: 20px 20px;
570
	-webkit-border-radius-topleft: 20px 20px;
569
	-moz-border-radius-topleft: 20px 20px;
571
	-moz-border-radius-topleft: 20px 20px;
570
	border-top-left-radius: 20px 20px;
572
	border-top-left-radius: 20px 20px;
571
}
573
}
572
 
574
 
573
.info_utilisateur, .formulaire_identification_ods {
575
.info_utilisateur, .formulaire_identification_ods {
574
	
576
	
575
	-webkit-border-radius-topleft: 20px 20px;
577
	-webkit-border-radius-topleft: 20px 20px;
576
	-webkit-border-radius-bottomleft: 20px 20px;
578
	-webkit-border-radius-bottomleft: 20px 20px;
577
	-moz-border-radius-topleft: 20px 20px;
579
	-moz-border-radius-topleft: 20px 20px;
578
	-moz-border-radius-bottomleft: 20px 20px;
580
	-moz-border-radius-bottomleft: 20px 20px;
579
	border-top-left-radius: 20px 20px;
581
	border-top-left-radius: 20px 20px;
580
	border-bottom-left-radius: 20px 20px;
582
	border-bottom-left-radius: 20px 20px;
581
	border: solid 1px;
583
	border: solid 1px;
582
	background-color: #F4F2EB;
584
	background-color: #F4F2EB;
583
    text-align: center;	
585
    text-align: center;	
584
    border-color: #D1C6A8;
586
    border-color: #D1C6A8;
585
}
587
}
586
 
588
 
587
.info_utilisateur a {
589
.info_utilisateur a {
588
	padding: 10px 10px 10px 25px;
590
	padding: 10px 10px 10px 25px;
589
}
591
}
590
 
592
 
591
#lien_mes_obs {	
593
#lien_mes_obs {	
592
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
594
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
593
}
595
}
594
 
596
 
595
#lien_admin {	
597
#lien_admin {	
596
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
598
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
597
}
599
}
598
 
600
 
599
#lien_mon_profil {	
601
#lien_mon_profil {	
600
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
602
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
601
}
603
}
602
 
604
 
603
#lien_deconnexion {	
605
#lien_deconnexion {	
604
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
606
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
605
}
607
}
606
 
608
 
607
.nb_inscrits {
609
.nb_inscrits {
608
	background: transparent url(images/puce-inscrits.png) no-repeat;
610
	background: transparent url(images/puce-inscrits.png) no-repeat;
609
	padding: 5px;
611
	padding: 5px;
610
	padding-left: 30px;	
612
	padding-left: 30px;	
611
	text-align: right;
613
	text-align: right;
612
	font-size: 1.2em;
614
	font-size: 1.2em;
613
}
615
}
-
 
616
 
-
 
617
 
-
 
618
/** Bloc de description en haut de la page d'accueil **/
-
 
619
#block-block-6 {
-
 
620
	border: 1px dashed black;
-
 
621
	text-align: center;
-
 
622
	margin-left: 0.6em;
-
 
623
}
-
 
624
 
-
 
625
#block-block-6 h2 {
-
 
626
	padding: 0 0 0 0;
-
 
627
	background: none;
-
 
628
	font-weight: bold;
-
 
629
}
-
 
630
 
-
 
631
#block-block-6 p {
-
 
632
	color : #9AC343;
-
 
633
	font-weight: bold;
-
 
634
	margin: 0;
-
 
635
}
-
 
636
 
-
 
637
/** Bloc des dernières new ods en page d'accueil **/
-
 
638
 
-
 
639
.views-row {
-
 
640
    clear: both;
-
 
641
    padding-top: 20px;
-
 
642
}
-
 
643
 
-
 
644
.views-row .views-field-field-image-fid {
-
 
645
	display: inline;
-
 
646
	float: left;
-
 
647
}
-
 
648
 
-
 
649
.views-row .views-field-title{
-
 
650
	display: inline;
-
 
651
	float: left;
-
 
652
	padding-left: 10px;
-
 
653
	padding-right: 10px;
-
 
654
}
-
 
655
 
-
 
656
.views-row .views-field-teaser {
-
 
657
	display: inline;
-
 
658
	float: right;
-
 
659
	width: 420px;
-
 
660
}
-
 
661
 
-
 
662
.derniers_articles .views-row .views-field-teaser {
-
 
663
	width: 445px;
-
 
664
}
-
 
665
 
-
 
666
.lire_toutes_actus {
-
 
667
	text-align: right;	
-
 
668
	float: right;
-
 
669
}
-
 
670
 
-
 
671
.separation_invisible {
-
 
672
	visibility: hidden;
-
 
673
	clear: both;	
-
 
674
}
614
 
675
 
615
/* We ensure the sidebars are still clickable using z-index */
676
/* We ensure the sidebars are still clickable using z-index */
616
#wrapper #container .sidebar {
677
#wrapper #container .sidebar {
617
  margin: 60px 0 5em;
678
  margin: 60px 0 5em;
618
  width: 210px;
679
  width: 210px;
619
  float: left;
680
  float: left;
620
  z-index: 2;
681
  z-index: 2;
621
  position: relative;
682
  position: relative;
622
  background-color: #FFFFFF;
683
  background-color: #FFFFFF;
623
}
684
}
624
 
685
 
625
#wrapper #container .sidebar .block {
686
#wrapper #container .sidebar .block {
626
  margin: 0 0 1.5em 0;
687
  margin: 0 0 1.5em 0;
627
}
688
}
628
 
689
 
629
#sidebar-left .block {
690
#sidebar-left .block {
630
  padding: 25px 15px 0 0px;
691
  padding: 25px 15px 0 0px;
631
}
692
}
632
 
693
 
633
#sidebar-right .block {
694
#sidebar-right .block {
634
  padding: 0 0px 0 15px;
695
  padding: 0 0px 0 15px;
635
}
696
}
636
 
697
 
637
.block .content {
698
.block .content {
638
  margin: 0.5em 0;
699
  margin: 0.5em 0;
639
}
700
}
640
 
701
 
641
#sidebar-left .block-region {
702
#sidebar-left .block-region {
642
  margin: 0 15px 0 0px; /* LTR */
703
  margin: 0 15px 0 0px; /* LTR */
643
}
704
}
644
 
705
 
645
#sidebar-right .block-region {
706
#sidebar-right .block-region {
646
  margin: 0 0px 0 15px; /* LTR */
707
  margin: 0 0px 0 15px; /* LTR */
647
}
708
}
648
 
709
 
649
.block-region {
710
.block-region {
650
  padding: 1em;
711
  padding: 1em;
651
  background: transparent;
712
  background: transparent;
652
  border: 2px dashed #b4d7f0;
713
  border: 2px dashed #b4d7f0;
653
  text-align: center;
714
  text-align: center;
654
  font-size: 1.3em;
715
  font-size: 1.3em;
655
}
716
}
656
 
717
 
657
/* Now we add the backgrounds for the main content shading */
718
/* Now we add the backgrounds for the main content shading */
658
#wrapper #container #center #squeeze {
719
#wrapper #container #center #squeeze {
659
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
720
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
660
  position: relative;
721
  position: relative;
661
}
722
}
662
 
723
 
663
#wrapper #container #center .right-corner {
724
#wrapper #container #center .right-corner {
664
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
725
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
665
  position: relative;
726
  position: relative;
666
  left: 10px;
727
  left: 10px;
667
}
728
}
668
 
729
 
669
#wrapper #container #center .right-corner .left-corner {
730
#wrapper #container #center .right-corner .left-corner {
670
  padding: 60px 25px 5em 35px;
731
  padding: 60px 25px 5em 35px;
671
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
732
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
672
  margin-left: -10px;
733
  margin-left: -10px;
673
  position: relative;
734
  position: relative;
674
  left: -10px;
735
  left: -10px;
675
  min-height: 400px;
736
  min-height: 400px;
676
}
737
}
677
 
738
 
678
#wrapper #container #footer {
739
#wrapper #container #footer {
679
  float: none;
740
  float: none;
680
  clear: both;
741
  clear: both;
681
  text-align: center;
742
  text-align: center;
682
  margin: 4em 0 -3em;
743
  margin: 4em 0 -3em;
683
  color: #898989;
744
  color: #898989;
684
}
745
}
685
 
746
 
686
#wrapper #container .breadcrumb {
747
#wrapper #container .breadcrumb {
687
  position: absolute;
748
  position: absolute;
688
  top: 15px;
749
  top: 15px;
689
  left: 35px; /* LTR */
750
  left: 35px; /* LTR */
690
  z-index: 3;
751
  z-index: 3;
691
}
752
}
692
 
753
 
693
/**
754
/**
694
 * Header
755
 * Header
695
 */
756
 */
696
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
757
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
697
  color: #fff;
758
  color: #fff;
698
  font-weight: normal;
759
  font-weight: normal;
699
  text-shadow: #1659ac 0px 1px 3px;
760
  text-shadow: #1659ac 0px 1px 3px;
700
  font-size: 1.5em;
761
  font-size: 1.5em;
701
}
762
}
702
 
763
 
703
#header {
764
#header {
704
	height: 180px;
765
	height: 180px;
705
	background-color: #FFFFFF;
766
	background-color: #FFFFFF;
706
	width: 955px;
767
	width: 955px;
707
}
768
}
708
 
769
 
709
.printemps {
770
.printemps {
710
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
771
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
711
}
772
}
712
 
773
 
713
.ete {
774
.ete {
714
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
775
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
715
}
776
}
716
 
777
 
717
.automne {
778
.automne {
718
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
779
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
719
}
780
}
720
 
781
 
721
.hiver {
782
.hiver {
722
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
783
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
723
}
784
}
724
 
785
 
725
#wrapper #container #header h1 a:hover {
786
#wrapper #container #header h1 a:hover {
726
  text-decoration: none;
787
  text-decoration: none;
727
}
788
}
728
 
789
 
729
#wrapper #container .breadcrumb {
790
#wrapper #container .breadcrumb {
730
  font-size: 0.92em;
791
  font-size: 0.92em;
731
}
792
}
732
 
793
 
733
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
794
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
734
  color: #529ad6;
795
  color: #529ad6;
735
}
796
}
736
 
797
 
737
#mission {
798
#mission {
738
  padding: 1em;
799
  padding: 1em;
739
  background-color: #fff;
800
  background-color: #fff;
740
  border: 1px solid #e0e5fb;
801
  border: 1px solid #e0e5fb;
741
  margin-bottom: 2em;
802
  margin-bottom: 2em;
742
}
803
}
743
 
804
 
744
#footer {
805
#footer {
745
	height: 120px;
806
	height: 120px;
746
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
807
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
747
	clear:both;
808
	clear:both;
748
	width:955px;
809
	width:955px;
749
	margin-left:auto;
810
	margin-left:auto;
750
	margin-right: auto;
811
	margin-right: auto;
751
	background-color: #FFFFFF;
812
	background-color: #FFFFFF;
752
	text-align: center;
813
	text-align: center;
753
	vertical-align: bottom;
814
	vertical-align: bottom;
754
}
815
}
755
 
816
 
756
.liens_bas_page {
817
.liens_bas_page {
757
	padding-top: 85px;
818
	padding-top: 85px;
758
	color: #FF7F00;
819
	color: #FF7F00;
759
	font-weight: bold;
820
	font-weight: bold;
760
}
821
}
761
 
822
 
762
.liens_bas_page a {
823
.liens_bas_page a {
763
	color: #FF7F00;
824
	color: #FF7F00;
764
	margin-left: 4px;
825
	margin-left: 4px;
765
	margin-right: 4px;
826
	margin-right: 4px;
766
	font-size: 1.1em;
827
	font-size: 1.1em;
767
}
828
}
768
 
829
 
769
/**
830
/**
770
 * Primary navigation
831
 * Primary navigation
771
 */
832
 */
772
ul.primary-links {
833
ul.primary-links {
773
  margin: 0;
834
  margin: 0;
774
  margin: -25px 0 0;
835
  margin: -25px 0 0;
775
  padding: 0;
836
  padding: 0;
776
  float: right; /* LTR */
837
  float: right; /* LTR */
777
  position: relative;
838
  position: relative;
778
  z-index: 4;
839
  z-index: 4;
779
  height: 25px;
840
  height: 25px;
780
}
841
}
781
 
842
 
782
ul.primary-links li {	
843
ul.primary-links li {	
783
  padding: 0;
844
  padding: 0;
784
  height: 25px;
845
  height: 25px;
785
  margin-left: 2px;
846
  margin-left: 2px;
786
  float: left; /* LTR */
847
  float: left; /* LTR */
787
  background-image: none;
848
  background-image: none;
788
  -moz-border-radius-topright: 1em; 
849
  -moz-border-radius-topright: 1em; 
789
  -moz-border-radius-topleft: 1em;
850
  -moz-border-radius-topleft: 1em;
790
  border-top-right-radius: 1em; 
851
  border-top-right-radius: 1em; 
791
  border-top-left-radius: 1em;
852
  border-top-left-radius: 1em;
792
}
853
}
793
 
854
 
794
ul.primary-links li.lien_primaire {
855
ul.primary-links li.lien_primaire {
795
	margin-left: 3px;
856
	margin-left: 3px;
796
	margin-top: 0px;
857
	margin-top: 0px;
797
	margin-bottom: 0px;
858
	margin-bottom: 0px;
798
	margin-right: 0px;
859
	margin-right: 0px;
799
	-moz-box-shadow: 3px 0px 0 #aaa;  
860
	-moz-box-shadow: 3px 0px 0 #aaa;  
800
	-webkit-box-shadow: 3px 0px 0 #aaa;  
861
	-webkit-box-shadow: 3px 0px 0 #aaa;  
801
	box-shadow: 3px 0px 0 #aaa;  
862
	box-shadow: 3px 0px 0 #aaa;  
802
}
863
}
803
                
864
                
804
 
865
 
805
li#lien_primaire_1 {
866
li#lien_primaire_1 {
806
	width: 20px;
867
	width: 20px;
807
	background-color : #6C9ED8;	
868
	background-color : #6C9ED8;	
808
}
869
}
809
 
870
 
810
li#lien_primaire_1 a img {
871
li#lien_primaire_1 a img {
811
	padding-top: 2px;
872
	padding-top: 2px;
812
}
873
}
813
	
874
	
814
li#lien_primaire_2 {
875
li#lien_primaire_2 {
815
	background-color : #BF3600;	
876
	background-color : #BF3600;	
816
}
877
}
817
 
878
 
818
li#lien_primaire_3 {
879
li#lien_primaire_3 {
819
	background-color : #9AC343;	
880
	background-color : #9AC343;	
820
}
881
}
821
 
882
 
822
li#lien_primaire_4 {
883
li#lien_primaire_4 {
823
	background-color : #EF7B1D;	
884
	background-color : #EF7B1D;	
824
}
885
}
825
 
886
 
826
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
887
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
827
  display: block;
888
  display: block;
828
  margin: 0 1em;
889
  margin: 0 1em;
829
  font-weight: bold;
890
  font-weight: bold;
830
  color: #FFFFFF;
891
  color: #FFFFFF;
831
  padding-top: 2px;
892
  padding-top: 2px;
832
}
893
}
833
 
894
 
834
ul.primary-links li a:hover, ul.primary-links li a.active {
895
ul.primary-links li a:hover, ul.primary-links li a.active {
835
  color: #fff;
896
  color: #fff;
836
}
897
}
837
 
898
 
838
ul.primary-links li.active-trail {
899
ul.primary-links li.active-trail {
839
	height:35px;
900
	height:35px;
840
	margin-top:-10px;
901
	margin-top:-10px;
841
}
902
}
842
 
903
 
843
ul.primary-links li.active-trail a {
904
ul.primary-links li.active-trail a {
844
	padding-top: 5px;
905
	padding-top: 5px;
845
}
906
}
846
 
907
 
847
/**
908
/**
848
 * Secondary navigation
909
 * Secondary navigation
849
 */
910
 */
850
ul.secondary-links {
911
ul.secondary-links {
851
  margin: 0;
912
  margin: 0;
852
  padding: 18px 0 0;
913
  padding: 18px 0 0;
853
  float: right; /* LTR */
914
  float: right; /* LTR */
854
  clear: right; /* LTR */
915
  clear: right; /* LTR */
855
  position: relative;
916
  position: relative;
856
  z-index: 4;
917
  z-index: 4;
857
}
918
}
858
 
919
 
859
ul.secondary-links li {
920
ul.secondary-links li {
860
  margin: 0;
921
  margin: 0;
861
  padding: 0;
922
  padding: 0;
862
  float: left; /* LTR */
923
  float: left; /* LTR */
863
  background-image: none;
924
  background-image: none;
864
}
925
}
865
 
926
 
866
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
927
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
867
  display: block;
928
  display: block;
868
  margin: 0 1em;
929
  margin: 0 1em;
869
  padding: .75em 0 0;
930
  padding: .75em 0 0;
870
  color: #cde3f1;
931
  color: #cde3f1;
871
  background: transparent;
932
  background: transparent;
872
}
933
}
873
 
934
 
874
ul.secondary-links li a:hover, ul.secondary-links li a.active {
935
ul.secondary-links li a:hover, ul.secondary-links li a.active {
875
  color: #cde3f1;
936
  color: #cde3f1;
876
  background: transparent;
937
  background: transparent;
877
}
938
}
878
 
939
 
879
/**
940
/**
880
 * Local tasks
941
 * Local tasks
881
 */
942
 */
882
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
943
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
883
  border: 0;
944
  border: 0;
884
  background: none;
945
  background: none;
885
  margin: 0;
946
  margin: 0;
886
  padding: 0;
947
  padding: 0;
887
}
948
}
888
 
949
 
889
#tabs-wrapper {
950
#tabs-wrapper {
890
  margin: 0 -26px 1em;
951
  margin: 0 -26px 1em;
891
  padding: 0 26px;
952
  padding: 0 26px;
892
  border-bottom: 1px solid #e9eff3;
953
  border-bottom: 1px solid #e9eff3;
893
  position: relative;
954
  position: relative;
894
}
955
}
895
ul.primary {
956
ul.primary {
896
  padding: 0.5em 0 10px;
957
  padding: 0.5em 0 10px;
897
  float: left; /* LTR */
958
  float: left; /* LTR */
898
}
959
}
899
ul.secondary {
960
ul.secondary {
900
  clear: both;
961
  clear: both;
901
  text-align: left; /* LTR */
962
  text-align: left; /* LTR */
902
  border-bottom: 1px solid #e9eff3;
963
  border-bottom: 1px solid #e9eff3;
903
  margin: -0.2em -26px 1em;
964
  margin: -0.2em -26px 1em;
904
  padding: 0 26px 0.6em;
965
  padding: 0 26px 0.6em;
905
}
966
}
906
h2.with-tabs {
967
h2.with-tabs {
907
  float: left; /* LTR */
968
  float: left; /* LTR */
908
  margin: 0 2em 0 0; /* LTR */
969
  margin: 0 2em 0 0; /* LTR */
909
  padding: 0;
970
  padding: 0;
910
}
971
}
911
 
972
 
912
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
973
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
913
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
974
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
914
  border: 0;
975
  border: 0;
915
  background: transparent;
976
  background: transparent;
916
  padding: 4px 1em;
977
  padding: 4px 1em;
917
  margin: 0 0 0 1px; /* LTR */
978
  margin: 0 0 0 1px; /* LTR */
918
  height: auto;
979
  height: auto;
919
  text-decoration: none;
980
  text-decoration: none;
920
  position: relative;
981
  position: relative;
921
  top: -1px;
982
  top: -1px;
922
  display: inline-block;
983
  display: inline-block;
923
}
984
}
924
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
985
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
925
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
986
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
926
  background: url(images/bg-tab.png) repeat-x 0 50%;
987
  background: url(images/bg-tab.png) repeat-x 0 50%;
927
  color: #fff;
988
  color: #fff;
928
}
989
}
929
ul.primary li.active a,
990
ul.primary li.active a,
930
ul.secondary li.active a {
991
ul.secondary li.active a {
931
  font-weight: bold;
992
  font-weight: bold;
932
}
993
}
933
 
994
 
934
/**
995
/**
935
 * Nodes & comments
996
 * Nodes & comments
936
 */
997
 */
937
.node {
998
.node {
938
  border-bottom: 1px solid #e9eff3;
999
  border-bottom: 1px solid #e9eff3;
939
  margin: 0 0px 1.5em;
1000
  margin: 0 0px 1.5em;
940
  padding: 1.5em 13px;
1001
  padding: 1.5em 13px;
941
}
1002
}
942
 
1003
 
943
ul.links li, ul.inline li {
1004
ul.links li, ul.inline li {
944
  margin-left: 0;
1005
  margin-left: 0;
945
  margin-right: 0;
1006
  margin-right: 0;
946
  padding-left: 0; /* LTR */
1007
  padding-left: 0; /* LTR */
947
  padding-right: 1em; /* LTR */
1008
  padding-right: 1em; /* LTR */
948
  background-image: none;
1009
  background-image: none;
949
}
1010
}
950
 
1011
 
951
.node .links, .comment .links {
1012
.node .links, .comment .links {
952
  text-align: left; /* LTR */
1013
  text-align: left; /* LTR */
953
}
1014
}
954
 
1015
 
955
.node .links ul.links li, .comment .links ul.links li {}
1016
.node .links ul.links li, .comment .links ul.links li {}
956
.terms ul.links li {
1017
.terms ul.links li {
957
  margin-left: 0;
1018
  margin-left: 0;
958
  margin-right: 0;
1019
  margin-right: 0;
959
  padding-right: 0;
1020
  padding-right: 0;
960
  padding-left: 1em;
1021
  padding-left: 1em;
961
}
1022
}
962
 
1023
 
963
.picture, .comment .submitted {
1024
.picture, .comment .submitted {
964
  float: right; /* LTR */
1025
  float: right; /* LTR */
965
  clear: right; /* LTR */
1026
  clear: right; /* LTR */
966
  padding-left: 1em; /* LTR */
1027
  padding-left: 1em; /* LTR */
967
}
1028
}
968
 
1029
 
969
.new {
1030
.new {
970
  color: #ffae00;
1031
  color: #ffae00;
971
  font-size: 0.92em;
1032
  font-size: 0.92em;
972
  font-weight: bold;
1033
  font-weight: bold;
973
  float: right; /* LTR */
1034
  float: right; /* LTR */
974
}
1035
}
975
 
1036
 
976
.terms {
1037
.terms {
977
  float: right; /* LTR */
1038
  float: right; /* LTR */
978
}
1039
}
979
 
1040
 
980
.preview .node, .preview .comment, .sticky {
1041
.preview .node, .preview .comment, .sticky {
981
  margin: 0;
1042
  margin: 0;
982
  padding: 0.5em 0;
1043
  padding: 0.5em 0;
983
  border: 0;
1044
  border: 0;
984
  background: 0;
1045
  background: 0;
985
}
1046
}
986
 
1047
 
987
.sticky {
1048
.sticky {
988
  padding: 1em;
1049
  padding: 1em;
989
  background-color: #fff;
1050
  background-color: #fff;
990
  border: 1px solid #e0e5fb;
1051
  border: 1px solid #e0e5fb;
991
  margin-bottom: 2em;
1052
  margin-bottom: 2em;
992
}
1053
}
993
 
1054
 
994
#comments {
1055
#comments {
995
  position: relative;
1056
  position: relative;
996
  top: -1px;
1057
  top: -1px;
997
  border-bottom: 1px solid #e9eff3;
1058
  border-bottom: 1px solid #e9eff3;
998
  margin: -1.5em -25px 0;
1059
  margin: -1.5em -25px 0;
999
  padding: 0 25px;
1060
  padding: 0 25px;
1000
}
1061
}
1001
 
1062
 
1002
#comments h2.comments {
1063
#comments h2.comments {
1003
  margin: 0 -25px;
1064
  margin: 0 -25px;
1004
  padding: .5em 25px;
1065
  padding: .5em 25px;
1005
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1066
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1006
}
1067
}
1007
 
1068
 
1008
.comment {
1069
.comment {
1009
  margin: 0 -25px;
1070
  margin: 0 -25px;
1010
  padding: 1.5em 25px 1.5em;
1071
  padding: 1.5em 25px 1.5em;
1011
  border-top: 1px solid #e9eff3;
1072
  border-top: 1px solid #e9eff3;
1012
}
1073
}
1013
 
1074
 
1014
.indented {
1075
.indented {
1015
  margin-left: 25px; /* LTR */
1076
  margin-left: 25px; /* LTR */
1016
}
1077
}
1017
 
1078
 
1018
.comment h3 a.active {
1079
.comment h3 a.active {
1019
  color: #494949;
1080
  color: #494949;
1020
}
1081
}
1021
 
1082
 
1022
.node .content, .comment .content {
1083
.node .content, .comment .content {
1023
  margin: 0.6em 0;
1084
  margin: 0.6em 0;
1024
}
1085
}
1025
 
1086
 
1026
/**
1087
/**
1027
 * Aggregator.module
1088
 * Aggregator.module
1028
 */
1089
 */
1029
#aggregator {
1090
#aggregator {
1030
  margin-top: 1em;
1091
  margin-top: 1em;
1031
}
1092
}
1032
#aggregator .feed-item-title {
1093
#aggregator .feed-item-title {
1033
  font-size: 160%;
1094
  font-size: 160%;
1034
  line-height: 130%;
1095
  line-height: 130%;
1035
}
1096
}
1036
#aggregator .feed-item {
1097
#aggregator .feed-item {
1037
  border-bottom: 1px solid #e9eff3;
1098
  border-bottom: 1px solid #e9eff3;
1038
  margin: -1.5em -31px 1.75em;
1099
  margin: -1.5em -31px 1.75em;
1039
  padding: 1.5em 31px;
1100
  padding: 1.5em 31px;
1040
}
1101
}
1041
#aggregator .feed-item-categories {
1102
#aggregator .feed-item-categories {
1042
  font-size: 0.92em;
1103
  font-size: 0.92em;
1043
}
1104
}
1044
#aggregator .feed-item-meta {
1105
#aggregator .feed-item-meta {
1045
  font-size: 0.92em;
1106
  font-size: 0.92em;
1046
  color: #898989;
1107
  color: #898989;
1047
}
1108
}
1048
 
1109
 
1049
/**
1110
/**
1050
 * Color.module
1111
 * Color.module
1051
 */
1112
 */
1052
#palette .form-item {
1113
#palette .form-item {
1053
  border: 1px solid #fff;
1114
  border: 1px solid #fff;
1054
}
1115
}
1055
#palette .item-selected {
1116
#palette .item-selected {
1056
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1117
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1057
  border: 1px solid #d9eaf5;
1118
  border: 1px solid #d9eaf5;
1058
}
1119
}
1059
 
1120
 
1060
/**
1121
/**
1061
 * Menu.module
1122
 * Menu.module
1062
 */
1123
 */
1063
tr.menu-disabled {
1124
tr.menu-disabled {
1064
  opacity: 0.5;
1125
  opacity: 0.5;
1065
}
1126
}
1066
tr.odd td.menu-disabled {
1127
tr.odd td.menu-disabled {
1067
  background-color: #edf5fa;
1128
  background-color: #edf5fa;
1068
}
1129
}
1069
tr.even td.menu-disabled {
1130
tr.even td.menu-disabled {
1070
  background-color: #fff;
1131
  background-color: #fff;
1071
}
1132
}
1072
 
1133
 
1073
/**
1134
/**
1074
 * Poll.module
1135
 * Poll.module
1075
 */
1136
 */
1076
.poll .bar {
1137
.poll .bar {
1077
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1138
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1078
  border: solid #f0f0f0;
1139
  border: solid #f0f0f0;
1079
  border-width: 0 1px 1px;
1140
  border-width: 0 1px 1px;
1080
}
1141
}
1081
 
1142
 
1082
.poll .bar .foreground {
1143
.poll .bar .foreground {
1083
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1144
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1084
}
1145
}
1085
 
1146
 
1086
.poll .percent {
1147
.poll .percent {
1087
  font-size: .9em;
1148
  font-size: .9em;
1088
}
1149
}
1089
 
1150
 
1090
/**
1151
/**
1091
 * Autocomplete.
1152
 * Autocomplete.
1092
 */
1153
 */
1093
#autocomplete li {
1154
#autocomplete li {
1094
  cursor: default;
1155
  cursor: default;
1095
  padding: 2px;
1156
  padding: 2px;
1096
  margin: 0;
1157
  margin: 0;
1097
}
1158
}
1098
 
1159
 
1099
/**
1160
/**
1100
 * Collapsible fieldsets
1161
 * Collapsible fieldsets
1101
 */
1162
 */
1102
fieldset {
1163
fieldset {
1103
  margin: 1em 0;
1164
  margin: 1em 0;
1104
  padding: 1em;
1165
  padding: 1em;
1105
  border: 1px solid #d9eaf5;
1166
  border: 1px solid #d9eaf5;
1106
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1167
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1107
}
1168
}
1108
 
1169
 
1109
/* Targets IE 7. Fixes background image in field sets. */
1170
/* Targets IE 7. Fixes background image in field sets. */
1110
*:first-child+html fieldset {
1171
*:first-child+html fieldset {
1111
  padding: 0 1em 1em;
1172
  padding: 0 1em 1em;
1112
  background-position: 0 .75em;
1173
  background-position: 0 .75em;
1113
  background-color: transparent;
1174
  background-color: transparent;
1114
}
1175
}
1115
 
1176
 
1116
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1177
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1117
  padding-top: 1em;
1178
  padding-top: 1em;
1118
}
1179
}
1119
 
1180
 
1120
fieldset legend {
1181
fieldset legend {
1121
  /* Fix disappearing legend in FFox */
1182
  /* Fix disappearing legend in FFox */
1122
  display: block;
1183
  display: block;
1123
}
1184
}
1124
 
1185
 
1125
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1186
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1126
  display: inline;
1187
  display: inline;
1127
}
1188
}
1128
 
1189
 
1129
html.js fieldset.collapsed {
1190
html.js fieldset.collapsed {
1130
  background: transparent;
1191
  background: transparent;
1131
  padding-top: 0;
1192
  padding-top: 0;
1132
  padding-bottom: .6em;
1193
  padding-bottom: .6em;
1133
}
1194
}
1134
 
1195
 
1135
html.js fieldset.collapsible legend a {
1196
html.js fieldset.collapsible legend a {
1136
  padding-left: 2em; /* LTR */
1197
  padding-left: 2em; /* LTR */
1137
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1198
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1138
}
1199
}
1139
 
1200
 
1140
html.js fieldset.collapsed legend a {
1201
html.js fieldset.collapsed legend a {
1141
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1202
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1142
}
1203
}
1143
 
1204
 
1144
/**
1205
/**
1145
 * Syndication icons and block
1206
 * Syndication icons and block
1146
 */
1207
 */
1147
#block-node-0 h2 {
1208
#block-node-0 h2 {
1148
  float: left; /* LTR */
1209
  float: left; /* LTR */
1149
  padding-right: 20px; /* LTR */
1210
  padding-right: 20px; /* LTR */
1150
}
1211
}
1151
 
1212
 
1152
#block-node-0 img, .feed-icon {
1213
#block-node-0 img, .feed-icon {
1153
  float: right; /* LTR */
1214
  float: right; /* LTR */
1154
  padding-top: 4px;
1215
  padding-top: 4px;
1155
}
1216
}
1156
 
1217
 
1157
#block-node-0 .content {
1218
#block-node-0 .content {
1158
  clear: right; /* LTR */
1219
  clear: right; /* LTR */
1159
}
1220
}
1160
 
1221
 
1161
/**
1222
/**
1162
 * Login Block
1223
 * Login Block
1163
 */
1224
 */
1164
#user-login-form {
1225
#user-login-form {
1165
  text-align: center;
1226
  text-align: center;
1166
}
1227
}
1167
#user-login-form ul {
1228
#user-login-form ul {
1168
  text-align: left; /* LTR */
1229
  text-align: left; /* LTR */
1169
}
1230
}
1170
 
1231
 
1171
/**
1232
/**
1172
 * User profiles.
1233
 * User profiles.
1173
 */
1234
 */
1174
.profile {
1235
.profile {
1175
  margin-top: 1.5em;
1236
  margin-top: 1.5em;
1176
}
1237
}
1177
.profile h3 {
1238
.profile h3 {
1178
  border-bottom: 0;
1239
  border-bottom: 0;
1179
  margin-bottom: 1em;
1240
  margin-bottom: 1em;
1180
}
1241
}
1181
.profile dl {
1242
.profile dl {
1182
  margin: 0;
1243
  margin: 0;
1183
}
1244
}
1184
.profile dt {
1245
.profile dt {
1185
  font-weight: normal;
1246
  font-weight: normal;
1186
  color: #898989;
1247
  color: #898989;
1187
  font-size: 0.92em;
1248
  font-size: 0.92em;
1188
  line-height: 1.3em;
1249
  line-height: 1.3em;
1189
  margin-top: 1.4em;
1250
  margin-top: 1.4em;
1190
  margin-bottom: 0.45em;
1251
  margin-bottom: 0.45em;
1191
}
1252
}
1192
.profile dd {
1253
.profile dd {
1193
  margin-bottom: 1.6em;
1254
  margin-bottom: 1.6em;
1194
}
1255
}
1195
 
1256
 
1196
/**
1257
/**
1197
 * Admin Styles
1258
 * Admin Styles
1198
 */
1259
 */
1199
div.admin-panel,
1260
div.admin-panel,
1200
div.admin-panel .description,
1261
div.admin-panel .description,
1201
div.admin-panel .body,
1262
div.admin-panel .body,
1202
div.admin,
1263
div.admin,
1203
div.admin .left,
1264
div.admin .left,
1204
div.admin .right,
1265
div.admin .right,
1205
div.admin .expert-link,
1266
div.admin .expert-link,
1206
div.item-list,
1267
div.item-list,
1207
.menu {
1268
.menu {
1208
  margin: 0;
1269
  margin: 0;
1209
  padding: 0;
1270
  padding: 0;
1210
}
1271
}
1211
 
1272
 
1212
div.admin .left {
1273
div.admin .left {
1213
  float: left; /* LTR */
1274
  float: left; /* LTR */
1214
  width: 48%;
1275
  width: 48%;
1215
}
1276
}
1216
div.admin .right {
1277
div.admin .right {
1217
  float: right; /* LTR */
1278
  float: right; /* LTR */
1218
  width: 48%;
1279
  width: 48%;
1219
}
1280
}
1220
 
1281
 
1221
div.admin-panel {
1282
div.admin-panel {
1222
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1283
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1223
  padding: 1em 1em 1.5em;
1284
  padding: 1em 1em 1.5em;
1224
}
1285
}
1225
div.admin-panel .description {
1286
div.admin-panel .description {
1226
  margin-bottom: 1.5em;
1287
  margin-bottom: 1.5em;
1227
}
1288
}
1228
div.admin-panel dl {
1289
div.admin-panel dl {
1229
  margin: 0;
1290
  margin: 0;
1230
}
1291
}
1231
div.admin-panel dd {
1292
div.admin-panel dd {
1232
  color: #898989;
1293
  color: #898989;
1233
  font-size: 0.92em;
1294
  font-size: 0.92em;
1234
  line-height: 1.3em;
1295
  line-height: 1.3em;
1235
  margin-top: -.2em;
1296
  margin-top: -.2em;
1236
  margin-bottom: .65em;
1297
  margin-bottom: .65em;
1237
}
1298
}
1238
 
1299
 
1239
table.system-status-report th {
1300
table.system-status-report th {
1240
  border-color: #d3e7f4;
1301
  border-color: #d3e7f4;
1241
}
1302
}
1242
 
1303
 
1243
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1304
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1244
  background: #027ac6;
1305
  background: #027ac6;
1245
  color: #fff;
1306
  color: #fff;
1246
}
1307
}
1247
 
1308
 
1248
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1309
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1249
  color: #d3e7f4;
1310
  color: #d3e7f4;
1250
}
1311
}
1251
 
1312
 
1252
tr.taxonomy-term-preview {
1313
tr.taxonomy-term-preview {
1253
  opacity: 0.5;
1314
  opacity: 0.5;
1254
}
1315
}
1255
 
1316
 
1256
tr.taxonomy-term-divider-top {
1317
tr.taxonomy-term-divider-top {
1257
  border-bottom: none;
1318
  border-bottom: none;
1258
}
1319
}
1259
 
1320
 
1260
tr.taxonomy-term-divider-bottom {
1321
tr.taxonomy-term-divider-bottom {
1261
  border-top: 1px dotted #CCC;
1322
  border-top: 1px dotted #CCC;
1262
}
1323
}
1263
 
1324
 
1264
/**
1325
/**
1265
 * CSS support
1326
 * CSS support
1266
 */
1327
 */
1267
 
1328
 
1268
/*******************************************************************
1329
/*******************************************************************
1269
 * Color Module: Don't touch                                       *
1330
 * Color Module: Don't touch                                       *
1270
 *******************************************************************/
1331
 *******************************************************************/
1271
 
1332
 
1272
/**
1333
/**
1273
 * Generic elements.
1334
 * Generic elements.
1274
 */
1335
 */
1275
.messages {
1336
.messages {
1276
  background-color: #fff;
1337
  background-color: #fff;
1277
  border: 1px solid #b8d3e5;
1338
  border: 1px solid #b8d3e5;
1278
}
1339
}
1279
 
1340
 
1280
.preview {
1341
.preview {
1281
  background-color: #fcfce8;
1342
  background-color: #fcfce8;
1282
  border: 1px solid #e5e58f;
1343
  border: 1px solid #e5e58f;
1283
}
1344
}
1284
 
1345
 
1285
div.status {
1346
div.status {
1286
  color: #33a333;
1347
  color: #33a333;
1287
  border-color: #c7f2c8;
1348
  border-color: #c7f2c8;
1288
}
1349
}
1289
 
1350
 
1290
div.error, tr.error {
1351
div.error, tr.error {
1291
  color: #a30000;
1352
  color: #a30000;
1292
  background-color: #FFCCCC;
1353
  background-color: #FFCCCC;
1293
}
1354
}
1294
 
1355
 
1295
.form-item input.error, .form-item textarea.error {
1356
.form-item input.error, .form-item textarea.error {
1296
  border: 1px solid #c52020;
1357
  border: 1px solid #c52020;
1297
  color: #363636;
1358
  color: #363636;
1298
}
1359
}
1299
 
1360
 
1300
/**
1361
/**
1301
 * dblog.module
1362
 * dblog.module
1302
 */
1363
 */
1303
tr.dblog-user {
1364
tr.dblog-user {
1304
  background-color: #fcf9e5;
1365
  background-color: #fcf9e5;
1305
}
1366
}
1306
 
1367
 
1307
tr.dblog-user td.active {
1368
tr.dblog-user td.active {
1308
  background-color: #fbf5cf;
1369
  background-color: #fbf5cf;
1309
}
1370
}
1310
 
1371
 
1311
tr.dblog-content {
1372
tr.dblog-content {
1312
  background-color: #fefefe;
1373
  background-color: #fefefe;
1313
}
1374
}
1314
 
1375
 
1315
tr.dblog-content td.active {
1376
tr.dblog-content td.active {
1316
  background-color: #f5f5f5;
1377
  background-color: #f5f5f5;
1317
}
1378
}
1318
 
1379
 
1319
tr.dblog-warning {
1380
tr.dblog-warning {
1320
  background-color: #fdf5e6;
1381
  background-color: #fdf5e6;
1321
}
1382
}
1322
 
1383
 
1323
tr.dblog-warning td.active {
1384
tr.dblog-warning td.active {
1324
  background-color: #fdf2de;
1385
  background-color: #fdf2de;
1325
}
1386
}
1326
 
1387
 
1327
tr.dblog-error {
1388
tr.dblog-error {
1328
  background-color: #fbe4e4;
1389
  background-color: #fbe4e4;
1329
}
1390
}
1330
 
1391
 
1331
tr.dblog-error td.active {
1392
tr.dblog-error td.active {
1332
  background-color: #fbdbdb;
1393
  background-color: #fbdbdb;
1333
}
1394
}
1334
tr.dblog-page-not-found, tr.dblog-access-denied {
1395
tr.dblog-page-not-found, tr.dblog-access-denied {
1335
  background: #d7ffd7;
1396
  background: #d7ffd7;
1336
}
1397
}
1337
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1398
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1338
  background: #c7eec7;
1399
  background: #c7eec7;
1339
}
1400
}
1340
 
1401
 
1341
/**
1402
/**
1342
 * Status report colors.
1403
 * Status report colors.
1343
 */
1404
 */
1344
table.system-status-report tr.error, table.system-status-report tr.error th {
1405
table.system-status-report tr.error, table.system-status-report tr.error th {
1345
  background-color: #fcc;
1406
  background-color: #fcc;
1346
  border-color: #ebb;
1407
  border-color: #ebb;
1347
  color: #200;
1408
  color: #200;
1348
}
1409
}
1349
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1410
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1350
  background-color: #ffd;
1411
  background-color: #ffd;
1351
  border-color: #eeb;
1412
  border-color: #eeb;
1352
}
1413
}
1353
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1414
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1354
  background-color: #dfd;
1415
  background-color: #dfd;
1355
  border-color: #beb;
1416
  border-color: #beb;
1356
}
1417
}