Project

General

Profile

« Previous | Next » 

Revision 5d20692e

Added by Andreas Kohlbecker over 8 years ago

Normalize all the line endings

View differences:

themes/garland_cichorieae/style.css
1
/**
2
 * Garland, for Drupal 5.0 (modified for Drupal 7 by W. Addink, 
3
 * waddink@eti.uva.nl)
4
 * Stefan Nagtegaal, iStyledThis [dot] nl
5
 * Steven Wittens, acko [dot] net`
6
 *
7
 * If you use a customized color scheme, you must regenerate it after
8
 * modifying this file.
9
 */
10

  
11
/**
12
 * Generic elements
13
 */
14
body {
15
  margin: 0;
16
  padding: 0;
17
  background: #edf5fa;
18
  font: 12px/170% Verdana;
19
  color: #494949;
20
}
21

  
22
input {
23
  font: 12px/100% "Verdana";
24
  color: #494949;
25
}
26

  
27
textarea,
28
select {
29
  font: 12px/160% "Verdana";
30
  color: #494949;
31
}
32

  
33
h1,
34
h2,
35
h3,
36
h4,
37
h5,
38
h6 {
39
  margin: 0;
40
  padding: 0;
41
  font-weight: normal;
42
  font-family: Helvetica, Arial, sans-serif;
43
}
44

  
45
h1 {
46
  font-size: 170%;
47
}
48

  
49
h2 {
50
  font-size: 160%;
51
  line-height: 130%;
52
  margin-top: 2em;
53
}
54

  
55
h3 {
56
  font-size: 140%;
57
}
58

  
59
h4 {
60
  font-size: 130%;
61
}
62

  
63
h5 {
64
  font-size: 120%;
65
}
66

  
67
h6 {
68
  font-size: 110%;
69
}
70

  
71
ul,
72
quote,
73
code,
74
fieldset {
75
  margin: .5em 0;
76
}
77

  
78
p {
79
  margin: 0.6em 0 1.2em;
80
  padding: 0;
81
}
82

  
83
a:link,
84
a:visited {
85
  color: #027ac6;
86
  text-decoration: none;
87
}
88

  
89
a:hover {
90
  color: #0062a0;
91
  text-decoration: underline;
92
}
93

  
94
a:active,
95
a.active {
96
  color: #5895be;
97
}
98

  
99
hr {
100
  margin: 0;
101
  padding: 0;
102
  border: none;
103
  height: 1px;
104
  background: #5294c1;
105
}
106

  
107
ul {
108
  margin: 0.5em 0 1em;
109
  padding: 0;
110
}
111

  
112
ul li {
113
  margin: 0.4em 0 0.4em .5em;
114
}
115

  
116
ul.menu,
117
.item-list ul {
118
  margin: 0.35em 0 0 -0.5em;
119
  padding: 0;
120
}
121

  
122
ul.menu ul,
123
.item-list ul ul {
124
  margin-left: 0em;
125
}
126

  
127
ul li,
128
ul.menu li,
129
.item-list ul li,
130
li.leaf {
131
  margin: 0.15em 0 0.15em .5em;
132
}
133

  
134
ul li,
135
ul.menu li,
136
.item-list ul li,
137
li.leaf {
138
  padding: 0 0 .2em 1.5em;
139
  list-style-type: none;
140
  list-style-image: none;
141
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
142
}
143

  
144
ul li.expanded {
145
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
146
}
147

  
148
ul li.collapsed {
149
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
150
}
151

  
152
ul li.leaf a,
153
ul li.expanded a,
154
ul li.collapsed a {
155
  display: block;
156
}
157

  
158
ul.inline li {
159
  background: none;
160
  margin: 0;
161
  padding: 0 1em 0 0;
162
}
163

  
164
fieldset ul.clearfix li {
165
  margin: 0;
166
  padding: 0;
167
  background-image: none;
168
}
169

  
170
dl {
171
  margin: 0.5em 0 1em 1.5em;
172
}
173

  
174
dl dt {
175
}
176

  
177
dl dd {
178
  margin: 0 0 .5em 1.5em;
179
}
180

  
181
img,
182
a img {
183
  border: none;
184
}
185

  
186
table {
187
  margin: 1em 0;
188
  width: 100%;
189
}
190

  
191
thead th {
192
  border-bottom: 2px solid #d3e7f4;
193
  color: #494949;
194
  font-weight: bold;
195
}
196

  
197
th a:link,
198
th a:visited {
199
  color: #6f9dbd;
200
}
201

  
202
td,
203
th {
204
  padding: .3em .5em;
205
}
206

  
207
tr.even,
208
tr.odd,
209
tbody th {
210
  border: solid #d3e7f4;
211
  border-width: 1px 0;
212
}
213

  
214
tr.odd,
215
tr.info {
216
  background-color: #edf5fa;
217
}
218

  
219
tr.even {
220
  background-color: #fff;
221
}
222

  
223
tr.odd td.active {
224
  background-color: #ddecf5;
225
}
226

  
227
tr.even td.active {
228
  background-color: #e6f1f7;
229
}
230

  
231
td.region,
232
td.module,
233
td.container {
234
  border-top: 1.5em solid #fff;
235
  border-bottom: 1px solid #b4d7f0;
236
  background-color: #d4e7f3;
237
  color: #455067;
238
  font-weight: bold;
239
}
240

  
241
tr:first-child td.region,
242
tr:first-child td.module,
243
tr:first-child td.container {
244
  border-top-width: 0;
245
}
246

  
247
span.form-required {
248
  color: #ffae00;
249
}
250

  
251
span.submitted,
252
.description {
253
  font-size: 0.92em;
254
  color: #898989;
255
}
256

  
257
.description {
258
  margin-bottom: 0.75em;
259
  color: #000;
260
}
261

  
262
.block-cdm-dataportal-feature li.descriptionText {
263
  list-style: none;
264
  list-style-image: none;
265
  background-image: none;
266
}
267

  
268
.messages,
269
.preview {
270
  margin: .75em 0 .75em;
271
  padding: .5em 1em;
272
}
273

  
274
.messages ul {
275
  margin: 0;
276
}
277

  
278
.form-checkboxes,
279
.form-radios,
280
.form-checkboxes .form-item,
281
.form-radios .form-item {
282
  margin: 0.25em 0;
283
}
284

  
285
#center form {
286
  margin-bottom: 2em;
287
}
288

  
289
.form-button,
290
.form-submit {
291
  margin: 2em 0.5em 1em 0;
292
}
293

  
294
#watchdog-form-overview .form-submit,
295
.confirmation .form-submit,
296
.search-form .form-submit,
297
.poll .form-submit,
298
fieldset .form-button,
299
fieldset .form-submit,
300
.sidebar .form-button,
301
.sidebar .form-submit,
302
table .form-button,
303
table .form-submit {
304
  margin: 0;
305
}
306

  
307
.box {
308
  margin-bottom: 2.5em;
309
}
310

  
311
/**
312
 * Layout
313
 */
314
#header-region {
315
  min-height: 1em;
316
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
317
}
318

  
319
#header-region .block {
320
  display: block;
321
  margin: 0 1em;
322
}
323

  
324
#header-region .block-region {
325
  display: block;
326
  margin: 0 0.5em 1em;
327
  padding: 0.5em;
328
  position: relative;
329
  top: 0.5em;
330
}
331

  
332
#header-region * {
333
  display: inline;
334
  line-height: 1.5em;
335
  margin-top: 0;
336
  margin-bottom: 0;
337
}
338

  
339
#header-region p,
340
#header-region img {
341
  margin-top: 0.5em;
342
}
343

  
344
#header-region h2 {
345
  margin: 0 1em 0 0;
346
}
347

  
348
#header-region h3,
349
#header-region label,
350
#header-region li {
351
  margin: 0 1em;
352
  padding: 0;
353
  background: none;
354
}
355

  
356
#wrapper {
357
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
358
}
359

  
360
#wrapper #container {
361
  margin: 0 auto;
362
  padding: 0 20px;
363
/*
364
  max-width: 1270px;*/
365
}
366

  
367
#wrapper #container #header {
368
  height: 80px;
369
}
370

  
371
#wrapper #container #header #logo-floater {
372
  position: absolute;
373
}
374

  
375
#wrapper #container #header h1,
376
#wrapper #container #header h1 a:link,
377
#wrapper #container #header h1 a:visited {
378
  line-height: 120px;
379
  position: relative;
380
  z-index: 2;
381
  white-space: nowrap;
382
}
383

  
384
#wrapper #container #header h1 span {
385
  font-weight: bold;
386
}
387

  
388
#wrapper #container #header h1 img {
389
  padding-top: 16px;
390
  padding-right: 20px;
391
  float: left;
392
}
393

  
394
/* 
395
With 3 columns, require a minimum width of 1000px to ensure there is
396
enough horizontal space. 
397
*/
398
body.sidebars {
399
  min-width: 980px;
400
}
401
/* With 2 columsn, require a minimum width of 800px. */
402
body.sidebar-first,
403
body.sidebar-second {
404
  min-width: 780px;
405
}
406

  
407
/* 
408
We must define 100% width to avoid the body being too narrow for 
409
near-empty pages. 
410
*/
411
#wrapper #container #center {
412
  float: left;
413
  width: 100%;
414
}
415

  
416
/* So we move the #center container over the sidebars to compensate */
417
body.sidebar-first #center {
418
  margin-left: -210px;
419
}
420
body.sidebar-second #center {
421
  margin-right: -210px;
422
}
423
body.sidebars #center {
424
  margin: 0 -210px;
425
}
426

  
427
/* And add blanks left and right for the sidebars to fill */
428
body.sidebar-first #squeeze {
429
  margin-left: 210px;
430
}
431
body.sidebar-second #squeeze {
432
  margin-right: 210px;
433
}
434
body.sidebars #squeeze {
435
  margin: 0 210px;
436
}
437

  
438
/* We ensure the sidebars are still clickable using z-index */
439
#wrapper #container .sidebar {
440
  margin: 60px 0 5em;
441
  width: 210px;
442
  float: left;
443
  z-index: 4;
444
  position: relative;
445
}
446

  
447
#wrapper #container .sidebar .block {
448
  margin: 0 0 1.5em 0;
449
}
450

  
451
#sidebar-first .block {
452
  padding: 0 15px 0 0px;
453
}
454

  
455
#sidebar-second .block {
456
  padding: 0 0px 0 15px;
457
}
458

  
459
.block .content {
460
  margin: 0.5em 0;
461
  font-size: 1.0em;
462
}
463

  
464
#sidebar-first .block-region {
465
  margin: 0 15px 0 0px;
466
}
467

  
468
#sidebar-second .block-region {
469
  margin: 0 0px 0 15px;
470
}
471

  
472
.block-region {
473
  padding: 1em;
474
  background: transparent;
475
  border: 2px dashed #b4d7f0;
476
  text-align: center;
477
  font-size: 1.3em;
478
}
479

  
480
/* Now we add the backgrounds for the main content shading */
481
#wrapper #container #center #squeeze {
482
  /*background: #fff url(images/bg-content.png) repeat-x 50% 0; */
483
  position: relative;
484
}
485

  
486
#wrapper #container #center .right-corner {
487
  /*background: transparent url(images/bg-content-right.png) no-repeat 100% 0; */
488
  position: relative;
489
  left: 10px;
490
}
491

  
492
#wrapper #container #center .right-corner .left-corner {
493
  /* padding: 60px 25px 5em 35px; */
494
  padding: 0px 25px 5em 35px; 
495
  /* background: transparent url(images/bg-content-left.png) no-repeat 0 0; */
496
  margin-left: -10px;
497
  position: relative;
498
  left: -10px;
499
  min-height: 400px;
500
}
501

  
502
#wrapper #container .region-footer {
503
  float: none;
504
  clear: both;
505
  text-align: center;
506
  margin: 4em 0 -3em;
507
  color: #898989;
508
}
509

  
510
#wrapper #container .breadcrumb {
511
  position: absolute;
512
  top: 15px;
513
  left: 35px;
514
  z-index: 3;
515
}
516

  
517
body.sidebar-first  .region-footer {
518
  margin-left: -210px;
519
}
520

  
521
body.sidebar-second .region-footer {
522
  margin-right: -210px;
523
}
524

  
525
body.sidebars .region-footer {
526
  margin: 0 -210px;
527
}
528

  
529
/**
530
 * Header
531
 */
532
#wrapper #container #header h1,
533
#wrapper #container #header h1 a:link,
534
#wrapper #container #header h1 a:visited {
535
  color: #fff;
536
  font-family: Tahoma, Arial, Helvetica, sans-serif;
537
  font-size: 130%;
538
  font-weight: bold;
539
  line-height: 1.2em;
540
  padding-top: 10px;
541
}
542

  
543
#wrapper #container #header h1 a:hover {
544
  text-decoration: none;
545
}
546

  
547
#wrapper #container .breadcrumb {
548
  font-size: 0.92em;
549
}
550

  
551
#wrapper #container .breadcrumb,
552
#wrapper #container .breadcrumb a {
553
  color: #529ad6;
554
}
555

  
556
#mission {
557
  padding: 1em;
558
  background-color: #fff;
559
  border: 1px solid #e0e5fb;
560
  margin-bottom: 2em;
561
}
562

  
563
/**
564
 * Primary navigation
565
 */
566
ul.primary-links {
567
  margin: 0;
568
  padding: 0;
569
  float: right;
570
  position: relative;
571
  z-index: 4;
572
}
573

  
574
ul.primary-links li {
575
  margin: 0;
576
  padding: 0;
577
  float: left;
578
  background-image: none;
579
}
580

  
581
ul.primary-links li a,
582
ul.primary-links li a:link,
583
ul.primary-links li a:visited {
584
  display: block;
585
  margin: 0 1em;
586
  padding: .75em 0 0;
587
  color: #fff;
588
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
589
}
590

  
591
ul.primary-links li a:hover,
592
ul.primary-links li a.active {
593
  color: #fff;
594
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
595
}
596

  
597
/**
598
 * Secondary navigation
599
 */
600
ul.secondary-links {
601
  margin: 0;
602
  padding: 18px 0 0;
603
  float: right;
604
  clear: right;
605
  position: relative;
606
  z-index: 4;
607
}
608

  
609
ul.secondary-links li {
610
  margin: 0;
611
  padding: 0;
612
  float: left;
613
  background-image: none;
614
}
615

  
616
ul.secondary-links li a,
617
ul.secondary-links li a:link,
618
ul.secondary-links li a:visited {
619
  display: block;
620
  margin: 0 1em;
621
  padding: .75em 0 0;
622
  color: #cde3f1;
623
  background: transparent;
624
}
625

  
626
ul.secondary-links li a:hover,
627
ul.secondary-links li a.active {
628
  color: #cde3f1;
629
  background: transparent;
630
}
631

  
632
/**
633
 * Local tasks
634
 */
635
ul.primary,
636
ul.primary li,
637
ul.secondary,
638
ul.secondary li {
639
  border: 0;
640
  background: none;
641
  margin: 0;
642
  padding: 0;
643
}
644

  
645
#tabs-wrapper,
646
#tabs-wrapper2 {
647
  margin: 0 -26px 1em;
648
  padding: 0 26px;
649
  border-bottom: 1px solid #e9eff3;
650
  position: relative;
651
}
652
ul.primary {
653
  padding: 0.5em 0 10px;
654
  float: left;
655
}
656
ul.secondary {
657
  clear: both;
658
  text-align: left;
659
  border-bottom: 1px solid #e9eff3;
660
  margin: -0.2em -26px 1em;
661
  padding: 0 26px 0.6em;
662
}
663
h2.with-tabs {
664
  float: left;
665
  margin: 0 2em 0 0;
666
  padding: 0;
667
}
668

  
669
ul.primary li a,
670
ul.primary li.active a,
671
ul.primary li a:hover,
672
ul.primary li a:visited,
673
ul.secondary li a,
674
ul.secondary li.active a,
675
ul.secondary li a:hover,
676
ul.secondary li a:visited {
677
  border: 0;
678
  background: transparent;
679
  padding: 4px 1em;
680
  margin: 0 0 0 1px;
681
  height: auto;
682
  text-decoration: none;
683
  position: relative;
684
  top: -1px;
685
}
686
ul.primary li.active a,
687
ul.primary li.active a:link,
688
ul.primary li.active a:visited,
689
ul.primary li a:hover,
690
ul.secondary li.active a,
691
ul.secondary li.active a:link,
692
ul.secondary li.active a:visited,
693
ul.secondary li a:hover {
694
  background: url(images/bg-tab.png) repeat-x 0 50%;
695
  color: #fff;
696
}
697
ul.primary li.active a,
698
ul.secondary li.active a {
699
  font-weight: bold;
700
}
701

  
702
/**
703
 * Nodes & comments
704
 */
705
.node {
706
  border-bottom: 1px solid #e9eff3;
707
  margin: -1.5em -26px 1.5em;
708
  padding: 1.5em 26px;
709
}
710

  
711
ul.links li,
712
ul.inline li {
713
  margin-left: 0;
714
  margin-right: 0;
715
  padding-left: 0;
716
  padding-right: 1em;
717
  background-image: none;
718
}
719

  
720
.node .links,
721
.comment .links {
722
  text-align: left;
723
}
724

  
725
.node .links ul.links li,
726
.comment .links ul.links li {
727
}
728
.terms ul.links li {
729
  margin-left: 0;
730
  margin-right: 0;
731
  padding-right: 0;
732
  padding-left: 1em;
733
}
734

  
735
.picture,
736
.comment .submitted {
737
  float: right;
738
  clear: right;
739
  padding-left: 1em;
740
}
741

  
742
.new {
743
  color: #ffae00;
744
  font-size: 0.92em;
745
  font-weight: bold;
746
  float: right;
747
}
748

  
749
.terms {
750
  float: right;
751
}
752

  
753
.preview .node,
754
.preview .comment,
755
.sticky {
756
  margin: 0;
757
  padding: 0.5em 0;
758
  border: 0;
759
  background: 0;
760
}
761

  
762
.sticky {
763
  padding: 1em;
764
  background-color: #fff;
765
  border: 1px solid #e0e5fb;
766
  margin-bottom: 2em;
767
}
768

  
769
#comments {
770
  position: relative;
771
  top: -1px;
772
  border-bottom: 1px solid #e9eff3;
773
  margin: -1.5em -25px 0;
774
  padding: 0 25px;
775
}
776

  
777
#comments h2.comments {
778
  margin: 0 -25px;
779
  padding: .5em 25px;
780
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
781
}
782

  
783
.comment {
784
  margin: 0 -25px;
785
  padding: 1.5em 25px 1.5em;
786
  border-top: 1px solid #e9eff3;
787
}
788

  
789
.indented {
790
  margin-left: 25px;
791
}
792

  
793
.comment h3 a.active {
794
  color: #494949;
795
}
796

  
797
.node .content,
798
.comment .content {
799
  margin: 0.6em 0;
800
  font-size: 1em;
801
  line-height: 1.5em;
802
}
803

  
804
/**
805
 * Aggregator.module
806
 */
807
#aggregator {
808
  margin-top: 1em;
809
}
810
#aggregator .feed-item-title {
811
  font-size: 160%;
812
  line-height: 130%;
813
}
814
#aggregator .feed-item {
815
  border-bottom: 1px solid #e9eff3;
816
  margin: -1.5em -31px 1.75em;
817
  padding: 1.5em 31px;
818
}
819
#aggregator .feed-item-categories {
820
  font-size: 0.92em;
821
}
822
#aggregator .feed-item-meta {
823
  font-size: 0.92em;
824
  color: #898989;
825
}
826

  
827
/**
828
 * Color.module
829
 */
830
#palette .form-item {
831
  border: 1px solid #fff;
832
}
833
#palette .item-selected {
834
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
835
  border: 1px solid #d9eaf5;
836
}
837

  
838
/**
839
 * Menu.module
840
 */
841
tr.odd td.menu-disabled {
842
  background-color: #edf5fa;
843
}
844
tr.even td.menu-disabled {
845
  background-color: #fff;
846
}
847
td.menu-disabled {
848
  opacity: 0.5;
849
}
850

  
851
/**
852
 * Poll.module
853
 */
854
.poll .bar {
855
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
856
  border: solid #f0f0f0;
857
  border-width: 0 1px 1px;
858
}
859

  
860
.poll .bar .foreground {
861
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
862
}
863

  
864
.poll .percent {
865
  font-size: .9em;
866
}
867

  
868
/**
869
 * Autocomplete.
870
 */
871
#autocomplete li {
872
  cursor: default;
873
  padding: 2px;
874
  margin: 0;
875
}
876

  
877
/**
878
 * Collapsible fieldsets
879
 */
880
fieldset {
881
  margin: 1em 0;
882
  padding: 1em;
883
  border: 1px solid #d9eaf5;
884
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
885
}
886

  
887
html.js fieldset.collapsed {
888
  background: transparent;
889
  padding-top: 0;
890
  padding-bottom: .6em;
891
}
892

  
893
html.js fieldset.collapsible .fieldset-legend {
894
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
895
  padding-left: 2em;
896
}
897

  
898
html.js fieldset.collapsed .fieldset-legend {
899
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
900
}
901

  
902
/*
903
html.js fieldset.collapsible legend a {
904
  padding-left: 2em;
905
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
906
}
907

  
908
html.js fieldset.collapsed legend a {
909
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
910
}
911
*/
912

  
913
/**
914
 * Syndication icons and block
915
 */
916
#block-node-0 h2 {
917
  float: left;
918
  padding-right: 20px;
919
}
920

  
921
#block-node-0 img,
922
.feed-icon {
923
  float: right;
924
  padding-top: 4px;
925
}
926

  
927
#block-node-0 .content {
928
  clear: right;
929
}
930

  
931
/**
932
 * Login Block
933
 */
934
#user-login-form {
935
  text-align: center;
936
}
937
#user-login-form ul {
938
  text-align: left;
939
}
940

  
941
/**
942
 * Admin Styles
943
 */
944
div.admin-panel,
945
div.admin-panel .description,
946
div.admin-panel .body,
947
div.admin,
948
div.admin .left,
949
div.admin .right,
950
div.admin .expert-link,
951
div.item-list,
952
.menu {
953
  margin: 0;
954
  padding: 0;
955
}
956

  
957
div.admin .left {
958
  float: left;
959
  width: 48%;
960
}
961
div.admin .right {
962
  float: right;
963
  width: 48%;
964
}
965

  
966
div.admin-panel {
967
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
968
  padding: 1em 1em 1.5em;
969
}
970
div.admin-panel .description {
971
  margin-bottom: 1.5em;
972
}
973
div.admin-panel dl {
974
  margin: 0;
975
}
976
div.admin-panel dd {
977
  color: #898989;
978
  font-size: 0.92em;
979
  line-height: 1.3em;
980
  margin-top: -.2em;
981
  margin-bottom: .65em;
982
}
983

  
984
table.system-status-report th {
985
  border-color: #d3e7f4;
986
}
987

  
988
#autocomplete li.selected,
989
tr.selected td,
990
tr.selected td.active {
991
  background: #027ac6;
992
  color: #fff;
993
}
994

  
995
tr.selected td a:link,
996
tr.selected td a:visited,
997
tr.selected td a:active {
998
  color: #d3e7f4;
999
}
1000

  
1001
/**
1002
 * CSS support
1003
 */
1004
span.clear {
1005
  display: block;
1006
  clear: both;
1007
  height: 1px;
1008
  line-height: 0px;
1009
  font-size: 0px;
1010
  margin-bottom: -1px;
1011
}
1012

  
1013
/*******************************************************************
1014
 * Color Module: Don't touch                                       *
1015
 *******************************************************************/
1016

  
1017
/**
1018
 * Generic elements.
1019
 */
1020
.messages {
1021
  background-color: #fff;
1022
  border: 1px solid #b8d3e5;
1023
}
1024

  
1025
.preview {
1026
  background-color: #fcfce8;
1027
  border: 1px solid #e5e58f;
1028
}
1029

  
1030
div.status {
1031
  color: #3a3;
1032
  border-color: #c7f2c8;
1033
}
1034

  
1035
div.error {
1036
  color: #c52020;
1037
}
1038

  
1039
.form-item input.error,
1040
.form-item textarea.error {
1041
  border: 1px solid #c52020;
1042
  color: #494949;
1043
}
1044

  
1045
/**
1046
 * Watchdog.module
1047
 */
1048
tr.watchdog-user {
1049
  background-color: #fcf9e5;
1050
}
1051

  
1052
tr.watchdog-user td.active {
1053
  background-color: #fbf5cf;
1054
}
1055

  
1056
tr.watchdog-content {
1057
  background-color: #fefefe;
1058
}
1059

  
1060
tr.watchdog-content td.active {
1061
  background-color: #f5f5f5;
1062
}
1063

  
1064
tr.watchdog-warning {
1065
  background-color: #fdf5e6;
1066
}
1067

  
1068
tr.watchdog-warning td.active {
1069
  background-color: #fdf2de;
1070
}
1071

  
1072
tr.watchdog-error {
1073
  background-color: #fbe4e4;
1074
}
1075

  
1076
tr.watchdog-error td.active {
1077
  background-color: #fbdbdb;
1078
}
1079
tr.watchdog-page-not-found,
1080
tr.watchdog-access-denied {
1081
  background: #d7ffd7;
1082
}
1083
tr.watchdog-page-not-found td.active,
1084
tr.watchdog-access-denied td.active {
1085
  background: #c7eec7;
1086
}
1087

  
1088
/**
1089
 * Status report colors.
1090
 */
1091
table.system-status-report tr.error,
1092
table.system-status-report tr.error th {
1093
  background-color: #fcc;
1094
  border-color: #ebb;
1095
  color: #200;
1096
}
1097
table.system-status-report tr.warning,
1098
table.system-status-report tr.warning th {
1099
  background-color: #ffd;
1100
  border-color: #eeb;
1101
}
1102
table.system-status-report tr.ok,
1103
table.system-status-report tr.ok th {
1104
  background-color: #dfd;
1105
  border-color: #beb;
1106
}
1107

  
1
/**
2
 * Garland, for Drupal 5.0 (modified for Drupal 7 by W. Addink, 
3
 * waddink@eti.uva.nl)
4
 * Stefan Nagtegaal, iStyledThis [dot] nl
5
 * Steven Wittens, acko [dot] net`
6
 *
7
 * If you use a customized color scheme, you must regenerate it after
8
 * modifying this file.
9
 */
10

  
11
/**
12
 * Generic elements
13
 */
14
body {
15
  margin: 0;
16
  padding: 0;
17
  background: #edf5fa;
18
  font: 12px/170% Verdana;
19
  color: #494949;
20
}
21

  
22
input {
23
  font: 12px/100% "Verdana";
24
  color: #494949;
25
}
26

  
27
textarea,
28
select {
29
  font: 12px/160% "Verdana";
30
  color: #494949;
31
}
32

  
33
h1,
34
h2,
35
h3,
36
h4,
37
h5,
38
h6 {
39
  margin: 0;
40
  padding: 0;
41
  font-weight: normal;
42
  font-family: Helvetica, Arial, sans-serif;
43
}
44

  
45
h1 {
46
  font-size: 170%;
47
}
48

  
49
h2 {
50
  font-size: 160%;
51
  line-height: 130%;
52
  margin-top: 2em;
53
}
54

  
55
h3 {
56
  font-size: 140%;
57
}
58

  
59
h4 {
60
  font-size: 130%;
61
}
62

  
63
h5 {
64
  font-size: 120%;
65
}
66

  
67
h6 {
68
  font-size: 110%;
69
}
70

  
71
ul,
72
quote,
73
code,
74
fieldset {
75
  margin: .5em 0;
76
}
77

  
78
p {
79
  margin: 0.6em 0 1.2em;
80
  padding: 0;
81
}
82

  
83
a:link,
84
a:visited {
85
  color: #027ac6;
86
  text-decoration: none;
87
}
88

  
89
a:hover {
90
  color: #0062a0;
91
  text-decoration: underline;
92
}
93

  
94
a:active,
95
a.active {
96
  color: #5895be;
97
}
98

  
99
hr {
100
  margin: 0;
101
  padding: 0;
102
  border: none;
103
  height: 1px;
104
  background: #5294c1;
105
}
106

  
107
ul {
108
  margin: 0.5em 0 1em;
109
  padding: 0;
110
}
111

  
112
ul li {
113
  margin: 0.4em 0 0.4em .5em;
114
}
115

  
116
ul.menu,
117
.item-list ul {
118
  margin: 0.35em 0 0 -0.5em;
119
  padding: 0;
120
}
121

  
122
ul.menu ul,
123
.item-list ul ul {
124
  margin-left: 0em;
125
}
126

  
127
ul li,
128
ul.menu li,
129
.item-list ul li,
130
li.leaf {
131
  margin: 0.15em 0 0.15em .5em;
132
}
133

  
134
ul li,
135
ul.menu li,
136
.item-list ul li,
137
li.leaf {
138
  padding: 0 0 .2em 1.5em;
139
  list-style-type: none;
140
  list-style-image: none;
141
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
142
}
143

  
144
ul li.expanded {
145
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
146
}
147

  
148
ul li.collapsed {
149
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
150
}
151

  
152
ul li.leaf a,
153
ul li.expanded a,
154
ul li.collapsed a {
155
  display: block;
156
}
157

  
158
ul.inline li {
159
  background: none;
160
  margin: 0;
161
  padding: 0 1em 0 0;
162
}
163

  
164
fieldset ul.clearfix li {
165
  margin: 0;
166
  padding: 0;
167
  background-image: none;
168
}
169

  
170
dl {
171
  margin: 0.5em 0 1em 1.5em;
172
}
173

  
174
dl dt {
175
}
176

  
177
dl dd {
178
  margin: 0 0 .5em 1.5em;
179
}
180

  
181
img,
182
a img {
183
  border: none;
184
}
185

  
186
table {
187
  margin: 1em 0;
188
  width: 100%;
189
}
190

  
191
thead th {
192
  border-bottom: 2px solid #d3e7f4;
193
  color: #494949;
194
  font-weight: bold;
195
}
196

  
197
th a:link,
198
th a:visited {
199
  color: #6f9dbd;
200
}
201

  
202
td,
203
th {
204
  padding: .3em .5em;
205
}
206

  
207
tr.even,
208
tr.odd,
209
tbody th {
210
  border: solid #d3e7f4;
211
  border-width: 1px 0;
212
}
213

  
214
tr.odd,
215
tr.info {
216
  background-color: #edf5fa;
217
}
218

  
219
tr.even {
220
  background-color: #fff;
221
}
222

  
223
tr.odd td.active {
224
  background-color: #ddecf5;
225
}
226

  
227
tr.even td.active {
228
  background-color: #e6f1f7;
229
}
230

  
231
td.region,
232
td.module,
233
td.container {
234
  border-top: 1.5em solid #fff;
235
  border-bottom: 1px solid #b4d7f0;
236
  background-color: #d4e7f3;
237
  color: #455067;
238
  font-weight: bold;
239
}
240

  
241
tr:first-child td.region,
242
tr:first-child td.module,
243
tr:first-child td.container {
244
  border-top-width: 0;
245
}
246

  
247
span.form-required {
248
  color: #ffae00;
249
}
250

  
251
span.submitted,
252
.description {
253
  font-size: 0.92em;
254
  color: #898989;
255
}
256

  
257
.description {
258
  margin-bottom: 0.75em;
259
  color: #000;
260
}
261

  
262
.block-cdm-dataportal-feature li.descriptionText {
263
  list-style: none;
264
  list-style-image: none;
265
  background-image: none;
266
}
267

  
268
.messages,
269
.preview {
270
  margin: .75em 0 .75em;
271
  padding: .5em 1em;
272
}
273

  
274
.messages ul {
275
  margin: 0;
276
}
277

  
278
.form-checkboxes,
279
.form-radios,
280
.form-checkboxes .form-item,
281
.form-radios .form-item {
282
  margin: 0.25em 0;
283
}
284

  
285
#center form {
286
  margin-bottom: 2em;
287
}
288

  
289
.form-button,
290
.form-submit {
291
  margin: 2em 0.5em 1em 0;
292
}
293

  
294
#watchdog-form-overview .form-submit,
295
.confirmation .form-submit,
296
.search-form .form-submit,
297
.poll .form-submit,
298
fieldset .form-button,
299
fieldset .form-submit,
300
.sidebar .form-button,
301
.sidebar .form-submit,
302
table .form-button,
303
table .form-submit {
304
  margin: 0;
305
}
306

  
307
.box {
308
  margin-bottom: 2.5em;
309
}
310

  
311
/**
312
 * Layout
313
 */
314
#header-region {
315
  min-height: 1em;
316
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
317
}
318

  
319
#header-region .block {
320
  display: block;
321
  margin: 0 1em;
322
}
323

  
324
#header-region .block-region {
325
  display: block;
326
  margin: 0 0.5em 1em;
327
  padding: 0.5em;
328
  position: relative;
329
  top: 0.5em;
330
}
331

  
332
#header-region * {
333
  display: inline;
334
  line-height: 1.5em;
335
  margin-top: 0;
336
  margin-bottom: 0;
337
}
338

  
339
#header-region p,
340
#header-region img {
341
  margin-top: 0.5em;
342
}
343

  
344
#header-region h2 {
345
  margin: 0 1em 0 0;
346
}
347

  
348
#header-region h3,
349
#header-region label,
350
#header-region li {
351
  margin: 0 1em;
352
  padding: 0;
353
  background: none;
354
}
355

  
356
#wrapper {
357
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
358
}
359

  
360
#wrapper #container {
361
  margin: 0 auto;
362
  padding: 0 20px;
363
/*
364
  max-width: 1270px;*/
365
}
366

  
367
#wrapper #container #header {
368
  height: 80px;
369
}
370

  
371
#wrapper #container #header #logo-floater {
372
  position: absolute;
373
}
374

  
375
#wrapper #container #header h1,
376
#wrapper #container #header h1 a:link,
377
#wrapper #container #header h1 a:visited {
378
  line-height: 120px;
379
  position: relative;
380
  z-index: 2;
381
  white-space: nowrap;
382
}
383

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff