Subversion Repositories Sites.obs-saisons.fr

Rev

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