Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 94 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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