Subversion Repositories Sites.obs-saisons.fr

Rev

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