Revision 5571
Added by ben leinfelder about 14 years ago
lib/style/skins/semtools/semtools.css | ||
---|---|---|
620 | 620 |
* except underline on hover |
621 | 621 |
*/ |
622 | 622 |
a:link { |
623 |
color: #003366;
|
|
623 |
color: #333333;
|
|
624 | 624 |
background: transparent; |
625 | 625 |
/* background-color: #FFFFFF; */ |
626 | 626 |
text-decoration: none; |
627 | 627 |
} |
628 | 628 |
a:visited { |
629 |
color: #003366;
|
|
629 |
color: #333333;
|
|
630 | 630 |
background: transparent; |
631 | 631 |
/* background-color: #FFFFFF; */ |
632 | 632 |
text-decoration: none; |
633 | 633 |
} |
634 | 634 |
a:hover { |
635 |
color: #FFFFFF;
|
|
635 |
color: #000000;
|
|
636 | 636 |
background: transparent; |
637 | 637 |
/* background-color: #FFFFFF; */ |
638 | 638 |
text-decoration: underline; |
639 | 639 |
} |
640 | 640 |
a:active { |
641 |
color: #003366;
|
|
641 |
color: #333333;
|
|
642 | 642 |
background: transparent; |
643 | 643 |
/* background-color: #FFFFFF; */ |
644 | 644 |
text-decoration: none; |
... | ... | |
945 | 945 |
} |
946 | 946 |
|
947 | 947 |
th.rowheader { |
948 |
background: #e5f5fd;
|
|
948 |
background: #f1f8f8;
|
|
949 | 949 |
border-right: #94c1d4 solid 1px; |
950 | 950 |
} |
951 | 951 |
|
952 | 952 |
.rowodd { |
953 | 953 |
border-bottom: #94c1d4 dotted 1px; |
954 | 954 |
border-top: #94c1d4 dotted 1px; |
955 |
background-color: #e5f5fd;
|
|
955 |
background-color: #f1f8f8;
|
|
956 | 956 |
padding: 0; |
957 | 957 |
margin: 0; |
958 | 958 |
} |
... | ... | |
965 | 965 |
.coleven { |
966 | 966 |
border-left: #94c1d4 dotted 1px; |
967 | 967 |
border-right: #94c1d4 dotted 1px; |
968 |
background-color: #e5f5fd;
|
|
968 |
background-color: #f1f8f8;
|
|
969 | 969 |
padding-left: 2px; |
970 | 970 |
padding-right: 2px; |
971 | 971 |
text-align: left; |
... | ... | |
987 | 987 |
|
988 | 988 |
.innercoleven { |
989 | 989 |
border: solid #94c1d4 1px; |
990 |
background-color: #e5f5fd;
|
|
990 |
background-color: #f1f8f8;
|
|
991 | 991 |
font-size: .75em; |
992 | 992 |
padding-left: 2px; |
993 | 993 |
padding-right: 2px; |
... | ... | |
1046 | 1046 |
input.submit { |
1047 | 1047 |
margin-left: 5px; |
1048 | 1048 |
border: #94c1d4 dotted 1px; |
1049 |
background-color: #e5f5fd;
|
|
1049 |
background-color: #f1f8f8;
|
|
1050 | 1050 |
font-size: 85%; |
1051 | 1051 |
} |
1052 | 1052 |
|
Also available in: Unified diff
use light grey for backgrounds
dark grey for links