Project

General

Profile

« Previous | Next » 

Revision 2507

Modifications to the lter skin.

View differences:

lter.css
36 36
 */  
37 37

  
38 38
.iframeheaderclass {
39
    height:   80px; 
39
    height:   140px; 
40 40
    width:    100%;
41 41
    border:   0px;
42 42
    margin:   0px;
......
124 124
}
125 125

  
126 126
.sectioncorner {
127
    background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
127
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
128 128
}
129 129

  
130 130
.sectionheader {
131
    background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
131
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
132 132
    text-align: center;
133 133
    color: #0247A8; 
134 134
/*    font-size: 1em; 
......
170 170
  	padding-top: 3px;
171 171
    color: #333333; 
172 172
    background-color: #eeeeee;
173
    background-image: url(@style-skins-path@/default/images/bgpattern.gif);
173
    /*background-image: url(@style-skins-path@/default/images/bgpattern.gif);*/
174 174
    font-weight: normal;
175 175
    font-size: 12px; 
176 176
    font-family: Verdana,Arial,Helvetica,sans-serif; 
......
207 207

  
208 208
.title {
209 209
    font-family: Georgia, Times New Roman, Times, serif;
210
    color:      #eeeeee;
211
    background: #0247A8;
210
    /*color:      #eeeeee;*/
211
    color:      white;
212
    /*background: #0247A8;*/
213
    background: navy;
212 214
    font-size: 24px; 
213 215
    font-weight: bold;
214 216
}
......
265 267
}
266 268
	
267 269
.tabledefault {
268
    background: white;
269
    color: #555555;
270
    /*background: white;*/
271
    /*color: #555555;*/
270 272
		width: 790px; 
271 273
		width: 100%; 
272 274
    font-size: 12px; 
......
284 286
}
285 287

  
286 288
.tablehead {
287
    background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
288
    color: #0040A1; 
289
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
290
    /*color: #0040A1;*/
291
    background-color: #dddddd;
289 292
    text-align: left;
290 293
    font-size: 14px; 
291 294
    font-weight: bold;
292
    border-top: solid #ffffff 2px;
293
    border-bottom: solid #ffffff 2px;
295
    border-top: solid #dddddd 2px;
296
    border-bottom: solid #dddddd 2px;
294 297
    padding-left: 15%;
295 298
    padding-top: 0px;
296 299
    padding-bottom: 0px;
......
306 309
}
307 310

  
308 311
.tablehead_lcorner {
309
    background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);
312
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);*/
310 313
    background-position: right top;
311 314
    background-repeat: no-repeat;
312 315
    padding: 0px;
......
316 319
}    
317 320
    
318 321
.tablehead_rcorner {
319
    background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);
322
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);*/
320 323
    background-position: left top;
321 324
    background-repeat: no-repeat;
322 325
    padding: 0px;
......
327 330
   
328 331

  
329 332
.tableheadcontrast {
330
    background: #dddddd;
333
    /*background: #dddddd;*/
331 334
    vertical-align: baseline;
332 335
    color: #666666;
333 336
    font-size: 16px; 
......
412 415
}
413 416

  
414 417
.searchresultsdivider {
415
    background-color: #dddddd;   
418
    /*background-color: #dddddd;   */
416 419
}
417 420

  
418 421
.maintable {
419
    background: #ffffff;
422
    /*background: #ffffff;*/
420 423
}
421 424

  
422 425
.subpanel {
......
458 461

  
459 462

  
460 463
.highlight  {
461
    background-color: #dddddd; 
464
    /*background-color: #dddddd; */
462 465
    font-size: 12px;
463
    border: solid #ffffff 1px;
466
    /*border: solid #ffffff 1px;*/
464 467
}
465 468

  
466 469
.secondCol {
467
    background-color: #ffffff; 
470
    /*background-color: #ffffff; */
468 471
    font-size: 12px; 
469 472
}
470 473
.bordered {
471
    background-color: #dddddd; 
474
    /*background-color: #dddddd; */
472 475
    font-size: 12px; 
473 476
}
474 477

  
......
496 499
  padding-left: 3px;
497 500
}    
498 501

  
502
/* LTER Stylesheet begins here */
503

  
504
body {
505
    font-family: Arial, Helvetica, sans-serif;
506
    font-size: 10pt;
507
    background-color: #CCCC99;
508
    color: #663300;
509
    margin: 5px;
510
}
511

  
512
a:link {  
513
    color: #0033CC
514
}
515

  
516
a:visited {  
517
    color: #003366
518
}
519

  
520
//a:hover {  
521
//    color: #339966;
522
//    text-decoration: underline;
523
//}
524

  
525
a.whitelink:link, a.whitelink:visited {  
526
    color: #ffffff
527
}
528

  
529
h1 {  
530
    font-family: Arial, Helvetica, sans-serif;
531
    font-size: 24pt;
532
    font-weight: bold;
533
    color: #663300;
534
    padding: 0px;
535
    margin-left: 5px;
536
    margin-bottom: -5px;
537
}
538

  
539
h2 {  
540
    font-family: Arial, Helvetica, sans-serif;
541
    font-size: 16pt;
542
    font-weight: bold;
543
    color: #663300;
544
    padding: 0px;
545
    margin-left: 5px;
546
    margin-bottom: -5px;
547
}
548

  
549
h3 {  
550
    font-family: Arial, Helvetica, sans-serif;
551
    font-size: 14pt;
552
    font-weight: bold;
553
    color: #663300;
554
    padding: 0px;
555
    /*margin-left: 5px;*/
556
    margin-bottom: -5px;
557
}
558

  
559
h4 {  
560
    font-family: Arial, Helvetica, sans-serif;
561
    font-size: 12pt;
562
    font-weight: bold;
563
    color: #663300;
564
    padding: 0px;
565
    margin-left: 5px;
566
    margin-bottom: -5px;
567
}
568

  
569
h5 {  
570
    font-family: Arial, Helvetica, sans-serif;
571
    font-size: 10pt;
572
    font-weight: bold;
573
    color: #663300;
574
    padding: 0px;
575
    margin-left: 5px;
576
    margin-bottom: -5px;
577
}
578

  
579
h6 {  
580
    font-family: Arial, Helvetica, sans-serif;
581
    font-size: 8pt;
582
    font-weight: bold;
583
    color: #663300;
584
    padding: 0px;
585
    margin-left: 5px;
586
    margin-bottom: -5px;
587
}
588

  
589
hr.hide {  
590
    width: 147px;
591
    display: none
592
}
593

  
594
form {
595
    margin-bottom: 0px;
596
}
597

  
598
p {  
599
    font-family: Arial, Helvetica, sans-serif;
600
    font-size: 10pt;
601
    color: #663300;
602
    margin-left: 5px;
603
}
604

  
605
ol {  
606
    font-family: Arial, Helvetica, sans-serif;
607
    color: #663300
608
}
609

  
610
img.type1 { 
611
    float: left;
612
    padding: 1px;
613
}
614

  
615
img.type2 { 
616
    float: right;
617
    border-color: black;
618
    border-style: solid;
619
}
620

  
621
td {  
622
    font-family: Arial, Helvetica, sans-serif;
623
    font-size: 10pt;
624
    color: #663300;
625
    vertical-align: top;
626
}
627

  
628
td.black {  
629
    background: #000000;
630
}
631

  
632
td.caption p {  
633
    font-family: Arial, Helvetica, sans-serif;
634
    font-size: 8pt;
635
    margin-left: 5px;
636
}
637

  
638
td.copyright p {  
639
    font-family: Verdana, Arial, Helvetica, sans-serif;
640
    font-size: 8pt;
641
    margin-left: 5px;
642
}
643

  
644
td.default {  
645
    background: #CCCC99;
646
}
647

  
648
td.default a:hover {  
649
    color: #339966
650
}
651

  
652
td.header {  
653
    background: #000000;
654
    font-family: Arial, Helvetica, sans-serif;
655
    font-size: 10pt;
656
    font-weight: bold;
657
    color: #669966;
658
    vertical-align: top;
659
}
660

  
661
td.header p {  
662
    font-family: Arial, Helvetica, sans-serif;
663
    font-size: 10pt;
664
    font-weight: bold;
665
    color: #669966;
666
}
667

  
668
td.header a:link {  
669
    color: #ffffff;
670
}
671

  
672
td.header a:visited {  
673
    color: #ffffff;
674
}
675

  
676
td.header a:hover {  
677
    color: #339966;
678
}
679

  
680
td.topic {  
681
    background: #669966;
682
}
683

  
684
td.topic p {  
685
    font-family: Arial, Helvetica, sans-serif;
686
    font-size: 10pt;
687
    font-weight: bold;
688
    color: #663300;
689
    padding: 0px;
690
    margin-left: 5px;
691
    margin-bottom: 0;
692
}
693

  
694
td.topic .h6 {  
695
    font-family: Arial, Helvetica, sans-serif;
696
    font-size: 10pt;
697
    font-weight: bold;
698
    color: #663300;
699
    padding: 0px;
700
    margin-left: 5px;
701
    margin-bottom: 0;
702
}
703

  
704
td.pulldown {  
705
    background: #996666;
706
    color: #000000;
707
}
708

  
709
td.pulldown a:link {  
710
    color: #ffffff;
711
}
712

  
713
td.pulldown a:visited {  
714
    color: #ffffff;
715
}
716

  
717
td.pulldown a:hover {  
718
    color: #ffffcc
719
}
720

  
721
td.sidebarbg {  
722
    background: #669966;
723
    font-family: Arial, Helvetica, sans-serif;
724
    font-size: 9pt;
725
    width: 130px
726
}
727

  
728
td.sidebar a:link {  
729
    color: #ffffff
730
}
731

  
732
td.sidebar a:visited {  
733
    color: #ffffff;
734
}
735

  
736
td.sidebar a:hover {  
737
    text-decoration: underline;
738
    color: #ffffcc
739
}
740

  
741
td.sidebar .h6 {  
742
    font-family: Arial, Helvetica, sans-serif;
743
    font-size: 10pt;
744
    color: #ffffcc;
745
    font-weight: bold;
746
}
747

  
748
th.more {  
749
    background-color: #003333;
750
    font-family: Verdana, Arial, Helvetica, sans-serif;
751
    font-size: 10pt;
752
    color: #ffffcc;
753
    font-weight: bold;
754
}
755

  
756
td.more {  
757
    background-color: #CCCCFF;
758
    font-family: Verdana, Arial, Helvetica, sans-serif;
759
    font-size: 9pt;
760
}
761

  
762
td.more p {  
763
    font-family: Verdana, Arial, Helvetica, sans-serif;
764
    font-size: 9pt;
765
    margin-top: 0;
766
    margin-bottom: 5px;
767
}
768

  
769
td.more a:link {  
770
    color: #003333;
771
}
772

  
773
td.more a:visited {  
774
    color: #003333;
775
}
776

  
777
td.more a:hover {  
778
    color: #003333;
779
}
780

  
781
td.yellow {  
782
    background: #FFFFCC;
783
    font-family: Arial, Helvetica, sans-serif;
784
    font-size: 9pt;;
785
    border: #000000;
786
    border-top-width: 1px;
787
    border-right-width: 1px;
788
    border-bottom-width: 2px;
789
    border-left-width: 1px;
790
    margin-bottom: 2px;
791
}
792

  
793
td.yellow p {  
794
    font-family: Verdana, Arial, Helvetica, sans-serif;
795
    font-size: 8pt;
796
}
797

  
798
td.yellow br {  
799
    font-family: Verdana, Arial, Helvetica, sans-serif;
800
    font-size: 8pt;
801
}
802

  
803
td.white {  
804
    /*background: #FFFFFF;*/
805
}
806

  
807
ul {  
808
    font-family: Arial, Helvetica, sans-serif;
809
    color: #663300;
810
    list-style-type: square;
811
    margin-top: 0;
812
}
813

  
814
td.asmheader { 
815
    background-color: #006666;
816
    font-family: Verdana, Arial, Helvetica, sans-serif;
817
    font-size: 10px;
818
    font-weight: bold;
819
    color: #FFFFFF;
820
}
821

  
822
td.asmborder { 
823
    background-color: #006666;
824
    font-family: Verdana, Arial, Helvetica, sans-serif;
825
}
826

  
827
td.asmbody {  
828
    background-color: #99CCCC;
829
    font-family: Arial, Helvetica, sans-serif;
830
    font-size: 12px;
831
    color: #000000;
832
}
833
    
834
td.asmheader a:link { 
835
    color: #FFFFFF;
836
    text-decoration: none;
837
}
838

  
839
td.asmheader a:visited { 
840
    color: #FFFFFF;
841
    text-decoration: none;
842
}

Also available in: Unified diff