Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 93 | Rev 109 | Go to most recent revision | Details | Compare with Previous | 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;
94 aurelien 15
  margin-top: 0px;
93 aurelien 16
  padding: 0;
17
  background: transparent;
18
  font: 12px/170% Verdana, sans-serif;
19
  color: #494949;
94 aurelien 20
  background-color: #C6B895;
93 aurelien 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
 
94 aurelien 311
@font-face {
312
	/* On donne un nom (au choix) à la fonte téléchargée */
313
	font-family: "BorisBlackBloxx";
314
	/* On indique le chemin du fichier de fonte à télécharger */
315
	/* L'indication du format n'est pas obligatoire */
316
	src: url("font/BorisBlackBloxx.ttf") format("truetype");
317
}
318
 
319
.titre_site {
320
	font-family: BorisBlackBloxx, Cursive;
321
	margin-left: 490px;
322
	font-size: 14px;
323
}
324
 
325
.titre_site #observatoire {
326
	color: #0396A6;
327
	font-size: 30px;
328
}
329
 
330
.titre_site #des {
331
	color: #0396A6;
332
	font-size: 20px
333
}
334
 
335
.titre_site #saisons {
336
	color: #FF7F00;
337
	text-transform: uppercase;
338
	font-size: 40px
339
}
340
 
93 aurelien 341
#header-region .block {
342
  display: block;
343
  margin: 0 1em;
344
}
345
 
346
#header-region .block-region {
347
  display: block;
348
  margin: 0 0.5em 1em;
349
  padding: 0.5em;
350
  position: relative;
351
  top: 0.5em;
352
}
353
 
354
#header-region * {
355
  display: inline;
356
  line-height: 1.5em;
357
  margin-top: 0;
358
  margin-bottom: 0;
359
}
360
 
361
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
362
#header-region script {
363
  display: none;
364
}
365
 
366
#header-region p, #header-region img {
367
  margin-top: 0.5em;
368
}
369
 
370
#header-region h2 {
371
  margin: 0 1em 0 0; /* LTR */
372
}
373
 
374
#header-region h3, #header-region label, #header-region li {
375
  margin: 0 1em;
376
  padding: 0;
377
  background: none;
378
}
379
 
380
#wrapper {
381
 /** background: #edf5fa url(images/body.png) repeat-x 50% 0; **/
382
}
383
 
384
#wrapper {
385
	width: 955px;
386
	margin-left:auto;
387
	margin-right:auto;
388
	background-color: #FFFFFF;
389
}
390
 
391
#wrapper #container {
392
  margin: 0 auto;
393
  padding: 0 20px;
394
}
395
 
396
#wrapper #container {
397
  height: 80px;
398
}
399
 
400
#wrapper #container #header #logo-floater {
401
  position: absolute;
402
}
403
 
404
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
405
  line-height: 120px;
406
  position: relative;
407
  z-index: 2;
408
  white-space: nowrap;
409
}
410
 
411
#wrapper #container #header h1 span {
412
  font-weight: bold;
413
}
414
 
415
#wrapper #container #header h1 img {
416
  padding-top: 14px;
417
  padding-right: 20px; /* LTR */
418
  float: left; /* LTR */
419
}
420
 
421
#logo-floater {
422
	padding-left: 20px;
423
	padding-top: 10px;
424
}
425
 
426
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
427
#wrapper #container {
428
  float: left;
429
  width: 100%;
430
  background-color: #FFFFFF;
431
}
432
 
433
#center {
434
	width: 520px;
435
	min-height: 650px;
436
	background-color: #FFFFFF;
437
	height: auto;
438
	float: left;
439
}
440
 
441
#left {
442
	width: 215px;
443
	padding:5px;
444
	float: left;
445
	min-height: 650px
446
	background-color: #FFFFFF;
447
}
448
 
449
#sidebar-left {
450
	-moz-border-radius-topright: 50px 50px;
451
	-moz-border-radius-bottomright: 50px 50px;
452
	background-color: #0396A6;
453
}
454
 
455
#sidebar-left > div > h2 {
456
	display: none;
457
}
458
 
459
#sidebar-left a {
460
	color: #FFFFFF;
461
	font-weight: bold;
462
}
463
 
464
.content > div > ul > li {
465
	background: transparent url(images/puce_menu_niveau_1_triangle.png) no-repeat 3px 0.55em;
466
}
467
 
468
ul.menu > li {
469
	padding-bottom:5px;
470
	padding-left:20px;
471
	padding-top:5px;
472
}
473
 
474
#sidebar-left a.active-trail {
475
	background-color: #CDEBED;
476
	color: #0396A6;
477
}
478
 
479
#right {
94 aurelien 480
	width: 210px;
93 aurelien 481
	float: right;
482
	background-color: #FFFFFF;
483
}
484
 
485
/* We ensure the sidebars are still clickable using z-index */
486
#wrapper #container .sidebar {
487
  margin: 60px 0 5em;
488
  width: 210px;
489
  float: left;
490
  z-index: 2;
491
  position: relative;
492
  background-color: #FFFFFF;
493
}
494
 
495
#wrapper #container .sidebar .block {
496
  margin: 0 0 1.5em 0;
497
}
498
 
499
#sidebar-left .block {
500
  padding: 0 15px 0 0px;
501
}
502
 
503
#sidebar-right .block {
504
  padding: 0 0px 0 15px;
505
}
506
 
507
.block .content {
508
  margin: 0.5em 0;
509
}
510
 
511
#sidebar-left .block-region {
512
  margin: 0 15px 0 0px; /* LTR */
513
}
514
 
515
#sidebar-right .block-region {
516
  margin: 0 0px 0 15px; /* LTR */
517
}
518
 
519
.block-region {
520
  padding: 1em;
521
  background: transparent;
522
  border: 2px dashed #b4d7f0;
523
  text-align: center;
524
  font-size: 1.3em;
525
}
526
 
527
/* Now we add the backgrounds for the main content shading */
528
#wrapper #container #center #squeeze {
529
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
530
  position: relative;
531
}
532
 
533
#wrapper #container #center .right-corner {
534
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
535
  position: relative;
536
  left: 10px;
537
}
538
 
539
#wrapper #container #center .right-corner .left-corner {
540
  padding: 60px 25px 5em 35px;
541
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
542
  margin-left: -10px;
543
  position: relative;
544
  left: -10px;
545
  min-height: 400px;
546
}
547
 
548
#wrapper #container #footer {
549
  float: none;
550
  clear: both;
551
  text-align: center;
552
  margin: 4em 0 -3em;
553
  color: #898989;
554
}
555
 
556
#wrapper #container .breadcrumb {
557
  position: absolute;
558
  top: 15px;
559
  left: 35px; /* LTR */
560
  z-index: 3;
561
}
562
 
563
/**
564
 * Header
565
 */
566
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
567
  color: #fff;
568
  font-weight: normal;
569
  text-shadow: #1659ac 0px 1px 3px;
570
  font-size: 1.5em;
571
}
572
 
573
#header {
574
	height: 180px;
575
	background-color: #FFFFFF;
576
	width: 955px;
577
}
578
 
579
.printemps {
580
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;
581
}
582
 
583
.ete {
584
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;
585
}
586
 
587
.automne {
588
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;
589
}
590
 
591
.hiver {
592
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;
593
}
594
 
595
#wrapper #container #header h1 a:hover {
596
  text-decoration: none;
597
}
598
 
599
#wrapper #container .breadcrumb {
600
  font-size: 0.92em;
601
}
602
 
603
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
604
  color: #529ad6;
605
}
606
 
607
#mission {
608
  padding: 1em;
609
  background-color: #fff;
610
  border: 1px solid #e0e5fb;
611
  margin-bottom: 2em;
612
}
613
 
614
#footer {
615
	height: 120px;
616
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
617
	clear:both;
618
	width:955px;
619
	margin-left:auto;
620
	margin-right: auto;
621
	background-color: #FFFFFF;
622
}
623
 
624
/**
625
 * Primary navigation
626
 */
627
ul.primary-links {
628
  margin: 0;
94 aurelien 629
  margin: -25px 0 0;
93 aurelien 630
  padding: 0;
631
  float: right; /* LTR */
632
  position: relative;
633
  z-index: 4;
634
  height: 30px;
635
}
636
 
637
ul.primary-links li {
638
  margin: 0;
639
  padding: 0;
94 aurelien 640
  height: 25px;
93 aurelien 641
  float: left; /* LTR */
642
  background-image: none;
643
  -moz-border-radius-topright: 1em;
644
  -moz-border-radius-topleft: 1em;
94 aurelien 645
  margin-right: 3px;
93 aurelien 646
}
647
 
94 aurelien 648
li.lien_primaire_1 {
649
	width: 20px;
93 aurelien 650
	background-color : #6C9ED8;
651
}
652
 
94 aurelien 653
li.lien_primaire_1 a img {
654
	padding-top: 2px;
655
}
656
 
657
li.lien_primaire_2 {
93 aurelien 658
	background-color : #800000;
659
}
660
 
94 aurelien 661
li.lien_primaire_3 {
93 aurelien 662
	background-color : #9AC343;
663
}
664
 
94 aurelien 665
li.lien_primaire_4 {
93 aurelien 666
	background-color : #EF7B1D;
667
}
668
 
669
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
670
  display: block;
671
  margin: 0 1em;
672
  font-weight: bold;
673
  color: #FFFFFF;
94 aurelien 674
  padding-top: 2px;
93 aurelien 675
}
676
 
677
ul.primary-links li a:hover, ul.primary-links li a.active {
678
  color: #fff;
679
}
680
 
681
ul.primary-links li.active-trail {
94 aurelien 682
	height:35px;
93 aurelien 683
	margin:-10px 0 0;
684
}
685
 
686
ul.primary-links li.active-trail a {
687
	padding-top: 5px;
688
}
689
 
690
/**
691
 * Secondary navigation
692
 */
693
ul.secondary-links {
694
  margin: 0;
695
  padding: 18px 0 0;
696
  float: right; /* LTR */
697
  clear: right; /* LTR */
698
  position: relative;
699
  z-index: 4;
700
}
701
 
702
ul.secondary-links li {
703
  margin: 0;
704
  padding: 0;
705
  float: left; /* LTR */
706
  background-image: none;
707
}
708
 
709
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
710
  display: block;
711
  margin: 0 1em;
712
  padding: .75em 0 0;
713
  color: #cde3f1;
714
  background: transparent;
715
}
716
 
717
ul.secondary-links li a:hover, ul.secondary-links li a.active {
718
  color: #cde3f1;
719
  background: transparent;
720
}
721
 
722
/**
723
 * Local tasks
724
 */
725
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
726
  border: 0;
727
  background: none;
728
  margin: 0;
729
  padding: 0;
730
}
731
 
732
#tabs-wrapper {
733
  margin: 0 -26px 1em;
734
  padding: 0 26px;
735
  border-bottom: 1px solid #e9eff3;
736
  position: relative;
737
}
738
ul.primary {
739
  padding: 0.5em 0 10px;
740
  float: left; /* LTR */
741
}
742
ul.secondary {
743
  clear: both;
744
  text-align: left; /* LTR */
745
  border-bottom: 1px solid #e9eff3;
746
  margin: -0.2em -26px 1em;
747
  padding: 0 26px 0.6em;
748
}
749
h2.with-tabs {
750
  float: left; /* LTR */
751
  margin: 0 2em 0 0; /* LTR */
752
  padding: 0;
753
}
754
 
755
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
756
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
757
  border: 0;
758
  background: transparent;
759
  padding: 4px 1em;
760
  margin: 0 0 0 1px; /* LTR */
761
  height: auto;
762
  text-decoration: none;
763
  position: relative;
764
  top: -1px;
765
  display: inline-block;
766
}
767
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
768
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
769
  background: url(images/bg-tab.png) repeat-x 0 50%;
770
  color: #fff;
771
}
772
ul.primary li.active a,
773
ul.secondary li.active a {
774
  font-weight: bold;
775
}
776
 
777
/**
778
 * Nodes & comments
779
 */
780
.node {
781
  border-bottom: 1px solid #e9eff3;
782
  margin: 0 0px 1.5em;
783
  padding: 1.5em 26px;
784
}
785
 
786
ul.links li, ul.inline li {
787
  margin-left: 0;
788
  margin-right: 0;
789
  padding-left: 0; /* LTR */
790
  padding-right: 1em; /* LTR */
791
  background-image: none;
792
}
793
 
794
.node .links, .comment .links {
795
  text-align: left; /* LTR */
796
}
797
 
798
.node .links ul.links li, .comment .links ul.links li {}
799
.terms ul.links li {
800
  margin-left: 0;
801
  margin-right: 0;
802
  padding-right: 0;
803
  padding-left: 1em;
804
}
805
 
806
.picture, .comment .submitted {
807
  float: right; /* LTR */
808
  clear: right; /* LTR */
809
  padding-left: 1em; /* LTR */
810
}
811
 
812
.new {
813
  color: #ffae00;
814
  font-size: 0.92em;
815
  font-weight: bold;
816
  float: right; /* LTR */
817
}
818
 
819
.terms {
820
  float: right; /* LTR */
821
}
822
 
823
.preview .node, .preview .comment, .sticky {
824
  margin: 0;
825
  padding: 0.5em 0;
826
  border: 0;
827
  background: 0;
828
}
829
 
830
.sticky {
831
  padding: 1em;
832
  background-color: #fff;
833
  border: 1px solid #e0e5fb;
834
  margin-bottom: 2em;
835
}
836
 
837
#comments {
838
  position: relative;
839
  top: -1px;
840
  border-bottom: 1px solid #e9eff3;
841
  margin: -1.5em -25px 0;
842
  padding: 0 25px;
843
}
844
 
845
#comments h2.comments {
846
  margin: 0 -25px;
847
  padding: .5em 25px;
848
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
849
}
850
 
851
.comment {
852
  margin: 0 -25px;
853
  padding: 1.5em 25px 1.5em;
854
  border-top: 1px solid #e9eff3;
855
}
856
 
857
.indented {
858
  margin-left: 25px; /* LTR */
859
}
860
 
861
.comment h3 a.active {
862
  color: #494949;
863
}
864
 
865
.node .content, .comment .content {
866
  margin: 0.6em 0;
867
}
868
 
869
/**
870
 * Aggregator.module
871
 */
872
#aggregator {
873
  margin-top: 1em;
874
}
875
#aggregator .feed-item-title {
876
  font-size: 160%;
877
  line-height: 130%;
878
}
879
#aggregator .feed-item {
880
  border-bottom: 1px solid #e9eff3;
881
  margin: -1.5em -31px 1.75em;
882
  padding: 1.5em 31px;
883
}
884
#aggregator .feed-item-categories {
885
  font-size: 0.92em;
886
}
887
#aggregator .feed-item-meta {
888
  font-size: 0.92em;
889
  color: #898989;
890
}
891
 
892
/**
893
 * Color.module
894
 */
895
#palette .form-item {
896
  border: 1px solid #fff;
897
}
898
#palette .item-selected {
899
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
900
  border: 1px solid #d9eaf5;
901
}
902
 
903
/**
904
 * Menu.module
905
 */
906
tr.menu-disabled {
907
  opacity: 0.5;
908
}
909
tr.odd td.menu-disabled {
910
  background-color: #edf5fa;
911
}
912
tr.even td.menu-disabled {
913
  background-color: #fff;
914
}
915
 
916
/**
917
 * Poll.module
918
 */
919
.poll .bar {
920
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
921
  border: solid #f0f0f0;
922
  border-width: 0 1px 1px;
923
}
924
 
925
.poll .bar .foreground {
926
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
927
}
928
 
929
.poll .percent {
930
  font-size: .9em;
931
}
932
 
933
/**
934
 * Autocomplete.
935
 */
936
#autocomplete li {
937
  cursor: default;
938
  padding: 2px;
939
  margin: 0;
940
}
941
 
942
/**
943
 * Collapsible fieldsets
944
 */
945
fieldset {
946
  margin: 1em 0;
947
  padding: 1em;
948
  border: 1px solid #d9eaf5;
949
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
950
}
951
 
952
/* Targets IE 7. Fixes background image in field sets. */
953
*:first-child+html fieldset {
954
  padding: 0 1em 1em;
955
  background-position: 0 .75em;
956
  background-color: transparent;
957
}
958
 
959
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
960
  padding-top: 1em;
961
}
962
 
963
fieldset legend {
964
  /* Fix disappearing legend in FFox */
965
  display: block;
966
}
967
 
968
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
969
  display: inline;
970
}
971
 
972
html.js fieldset.collapsed {
973
  background: transparent;
974
  padding-top: 0;
975
  padding-bottom: .6em;
976
}
977
 
978
html.js fieldset.collapsible legend a {
979
  padding-left: 2em; /* LTR */
980
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
981
}
982
 
983
html.js fieldset.collapsed legend a {
984
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
985
}
986
 
987
/**
988
 * Syndication icons and block
989
 */
990
#block-node-0 h2 {
991
  float: left; /* LTR */
992
  padding-right: 20px; /* LTR */
993
}
994
 
995
#block-node-0 img, .feed-icon {
996
  float: right; /* LTR */
997
  padding-top: 4px;
998
}
999
 
1000
#block-node-0 .content {
1001
  clear: right; /* LTR */
1002
}
1003
 
1004
/**
1005
 * Login Block
1006
 */
1007
#user-login-form {
1008
  text-align: center;
1009
}
1010
#user-login-form ul {
1011
  text-align: left; /* LTR */
1012
}
1013
 
1014
/**
1015
 * User profiles.
1016
 */
1017
.profile {
1018
  margin-top: 1.5em;
1019
}
1020
.profile h3 {
1021
  border-bottom: 0;
1022
  margin-bottom: 1em;
1023
}
1024
.profile dl {
1025
  margin: 0;
1026
}
1027
.profile dt {
1028
  font-weight: normal;
1029
  color: #898989;
1030
  font-size: 0.92em;
1031
  line-height: 1.3em;
1032
  margin-top: 1.4em;
1033
  margin-bottom: 0.45em;
1034
}
1035
.profile dd {
1036
  margin-bottom: 1.6em;
1037
}
1038
 
1039
/**
1040
 * Admin Styles
1041
 */
1042
div.admin-panel,
1043
div.admin-panel .description,
1044
div.admin-panel .body,
1045
div.admin,
1046
div.admin .left,
1047
div.admin .right,
1048
div.admin .expert-link,
1049
div.item-list,
1050
.menu {
1051
  margin: 0;
1052
  padding: 0;
1053
}
1054
 
1055
div.admin .left {
1056
  float: left; /* LTR */
1057
  width: 48%;
1058
}
1059
div.admin .right {
1060
  float: right; /* LTR */
1061
  width: 48%;
1062
}
1063
 
1064
div.admin-panel {
1065
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1066
  padding: 1em 1em 1.5em;
1067
}
1068
div.admin-panel .description {
1069
  margin-bottom: 1.5em;
1070
}
1071
div.admin-panel dl {
1072
  margin: 0;
1073
}
1074
div.admin-panel dd {
1075
  color: #898989;
1076
  font-size: 0.92em;
1077
  line-height: 1.3em;
1078
  margin-top: -.2em;
1079
  margin-bottom: .65em;
1080
}
1081
 
1082
table.system-status-report th {
1083
  border-color: #d3e7f4;
1084
}
1085
 
1086
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1087
  background: #027ac6;
1088
  color: #fff;
1089
}
1090
 
1091
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1092
  color: #d3e7f4;
1093
}
1094
 
1095
tr.taxonomy-term-preview {
1096
  opacity: 0.5;
1097
}
1098
 
1099
tr.taxonomy-term-divider-top {
1100
  border-bottom: none;
1101
}
1102
 
1103
tr.taxonomy-term-divider-bottom {
1104
  border-top: 1px dotted #CCC;
1105
}
1106
 
1107
/**
1108
 * CSS support
1109
 */
1110
 
1111
/*******************************************************************
1112
 * Color Module: Don't touch                                       *
1113
 *******************************************************************/
1114
 
1115
/**
1116
 * Generic elements.
1117
 */
1118
.messages {
1119
  background-color: #fff;
1120
  border: 1px solid #b8d3e5;
1121
}
1122
 
1123
.preview {
1124
  background-color: #fcfce8;
1125
  border: 1px solid #e5e58f;
1126
}
1127
 
1128
div.status {
1129
  color: #33a333;
1130
  border-color: #c7f2c8;
1131
}
1132
 
1133
div.error, tr.error {
1134
  color: #a30000;
1135
  background-color: #FFCCCC;
1136
}
1137
 
1138
.form-item input.error, .form-item textarea.error {
1139
  border: 1px solid #c52020;
1140
  color: #363636;
1141
}
1142
 
1143
/**
1144
 * dblog.module
1145
 */
1146
tr.dblog-user {
1147
  background-color: #fcf9e5;
1148
}
1149
 
1150
tr.dblog-user td.active {
1151
  background-color: #fbf5cf;
1152
}
1153
 
1154
tr.dblog-content {
1155
  background-color: #fefefe;
1156
}
1157
 
1158
tr.dblog-content td.active {
1159
  background-color: #f5f5f5;
1160
}
1161
 
1162
tr.dblog-warning {
1163
  background-color: #fdf5e6;
1164
}
1165
 
1166
tr.dblog-warning td.active {
1167
  background-color: #fdf2de;
1168
}
1169
 
1170
tr.dblog-error {
1171
  background-color: #fbe4e4;
1172
}
1173
 
1174
tr.dblog-error td.active {
1175
  background-color: #fbdbdb;
1176
}
1177
tr.dblog-page-not-found, tr.dblog-access-denied {
1178
  background: #d7ffd7;
1179
}
1180
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1181
  background: #c7eec7;
1182
}
1183
 
1184
/**
1185
 * Status report colors.
1186
 */
1187
table.system-status-report tr.error, table.system-status-report tr.error th {
1188
  background-color: #fcc;
1189
  border-color: #ebb;
1190
  color: #200;
1191
}
1192
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1193
  background-color: #ffd;
1194
  border-color: #eeb;
1195
}
1196
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1197
  background-color: #dfd;
1198
  border-color: #beb;
1199
}