Revision 5570
Added by ben leinfelder over 14 years ago
lib/style/skins/semtools/semtools.css | ||
---|---|---|
620 | 620 |
* except underline on hover |
621 | 621 |
*/ |
622 | 622 |
a:link { |
623 |
color: #666600;
|
|
623 |
color: #003366;
|
|
624 | 624 |
background: transparent; |
625 | 625 |
/* background-color: #FFFFFF; */ |
626 | 626 |
text-decoration: none; |
627 | 627 |
} |
628 | 628 |
a:visited { |
629 |
color: #666600;
|
|
629 |
color: #003366;
|
|
630 | 630 |
background: transparent; |
631 | 631 |
/* background-color: #FFFFFF; */ |
632 | 632 |
text-decoration: none; |
633 | 633 |
} |
634 | 634 |
a:hover { |
635 |
color: #666600;
|
|
635 |
color: #FFFFFF;
|
|
636 | 636 |
background: transparent; |
637 | 637 |
/* background-color: #FFFFFF; */ |
638 | 638 |
text-decoration: underline; |
639 | 639 |
} |
640 | 640 |
a:active { |
641 |
color: #666600;
|
|
641 |
color: #003366;
|
|
642 | 642 |
background: transparent; |
643 | 643 |
/* background-color: #FFFFFF; */ |
644 | 644 |
text-decoration: none; |
... | ... | |
649 | 649 |
* but this may change so it is defined here |
650 | 650 |
*/ |
651 | 651 |
a.menu:link { |
652 |
color: #666600;
|
|
652 |
color: #003366;
|
|
653 | 653 |
background: transparent; |
654 | 654 |
/*background-color: #CCCC9A;*/ |
655 | 655 |
text-decoration: none; |
656 | 656 |
} |
657 | 657 |
a.menu:visited { |
658 |
color: #666600;
|
|
658 |
color: #003366;
|
|
659 | 659 |
background: transparent; |
660 | 660 |
/*background-color: #CCCC9A;*/ |
661 | 661 |
text-decoration: none; |
662 | 662 |
} |
663 | 663 |
a.menu:hover { |
664 |
color: #666600;
|
|
664 |
color: #003366;
|
|
665 | 665 |
background: transparent; |
666 | 666 |
/* background-color: #CCCC9A;*/ |
667 | 667 |
text-decoration: underline; |
668 | 668 |
} |
669 | 669 |
a.menu:active { |
670 |
color: #666600;
|
|
670 |
color: #003366;
|
|
671 | 671 |
background: transparent; |
672 | 672 |
/* background-color: #CCCC9A; */ |
673 | 673 |
text-decoration: none; |
... | ... | |
677 | 677 |
* Set the color to dark tan with underline on hover |
678 | 678 |
*/ |
679 | 679 |
a.submenu:link { |
680 |
color: #666600;
|
|
680 |
color: #003366;
|
|
681 | 681 |
/* color: #003366; */ |
682 | 682 |
background: transparent; |
683 | 683 |
/*background-color: #CCCC9A;*/ |
684 | 684 |
text-decoration: none; |
685 | 685 |
} |
686 | 686 |
a.submenu:visited { |
687 |
color: #666600;
|
|
687 |
color: #003366;
|
|
688 | 688 |
/* color: #003366; */ |
689 | 689 |
background: transparent; |
690 | 690 |
/*background-color: #CCCC9A;*/ |
691 | 691 |
text-decoration: none; |
692 | 692 |
} |
693 | 693 |
a.submenu:hover { |
694 |
color: #666600;
|
|
694 |
color: #003366;
|
|
695 | 695 |
/* color: #003366; */ |
696 | 696 |
background: transparent; |
697 | 697 |
/* background-color: #CCCC9A;*/ |
698 | 698 |
text-decoration: underline; |
699 | 699 |
} |
700 | 700 |
a.submenu:active { |
701 |
color: #666600;
|
|
701 |
color: #003366;
|
|
702 | 702 |
/* color: #003366; */ |
703 | 703 |
background: transparent; |
704 | 704 |
/* background-color: #CCCC9A; */ |
Also available in: Unified diff
don't use green for links