source: trunk/themes/dark/theme.css @ 16208

Last change on this file since 16208 was 14084, checked in by rvelices, 12 years ago
  • remove/comment unused css
  • Property svn:eol-style set to LF
File size: 1.2 KB
RevLine 
[960]1
2/* text color */
[14084]3BODY, H1,
[7877]4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
[2292]5        color:#d0d0d0;
[960]6}
7
[2481]8H2, #menubar DT {
[8119]9        color: #ffff80;
[12880]10        background-image: url(images/tableh1_bg.png);
[960]11}
12
[1886]13
[960]14/* backgrounds */
15
[14084]16BODY, #imageToolBar A:hover {
[2292]17        background-color: #2f2f2f;
[960]18}
19
[13729]20#menubar DL, .content, #imageToolBar, #imageHeaderBar, .switchBox, .header_notes {
[2292]21        background-color: #505050;
[960]22}
23
[981]24#imageHeaderBar H2 {
[2292]25        background-image: none;
[981]26}
[1059]27
[960]28#imageHeaderBar {
[2648]29        border-top: 1px solid #000;
[960]30}
31
32/* borders */
[13729]33#menubar DL, .content, .switchBox {
[2648]34        border: 1px solid #000;
[960]35}
36
[12880]37#menubar DT, #imageToolBar {
[2648]38        border-bottom: 1px solid #000;
[1325]39}
40
[960]41FIELDSET, INPUT, SELECT, TEXTAREA,
[13773]42.thumbnailCategory ,
[13697]43.content .commentElement ,
[8462]44.thumbnails .wrap2 {
[2292]45        border: 1px solid gray;
[960]46}
47
[1812]48
[8306]49.thumbnails .wrap2:hover,
[13773]50.thumbnailCategory:hover,
51.content  .commentElement:hover{
[2292]52        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
[960]53}
54
[1812]55
[960]56/* links */
[7877]57A, INPUT.rateButton {
[2648]58        color: #fff;
[960]59}
60
61A:hover {
[8119]62        color: #ffff80;
63}
64
65.pwg-icon {
[8161]66        background-image: url(../default/s26/outline_ffffff.png);
[8119]67}
68
69A:hover .pwg-icon {
[8161]70        background-image: url(../default/s26/outline_ffff80.png);
[8119]71}
72
[11992]73.message {
74  color:white;
75  background-color:#666;
76}
Note: See TracBrowser for help on using the repository browser.