source: trunk/template/yoga/theme/dark/theme.css @ 2899

Last change on this file since 2899 was 2824, checked in by rvelices, 16 years ago

merge -c2823 from branch 2.0 to trunk

  • removed some unused constants from constants.php
  • removed some unused css rules
  • removed unused code
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
RevLine 
[960]1/* $Id: theme.css 2824 2008-11-04 01:47:48Z rvelices $ */
2
3/* text color */
[2824]4BODY, H1, H3,
[1515]5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
[2292]6        color:#d0d0d0;
[960]7}
8
[2481]9H2, #menubar DT {
[2292]10        color: #fff48e;
[960]11}
12
[1886]13
[960]14/* backgrounds */
15
[2481]16BODY, H3, #imageHeaderBar, #imageToolBar A:hover {
[2292]17        background-color: #2f2f2f;
[960]18}
19
[2481]20#menubar DL, .content, #imageToolBar, .header_notes {
[2292]21        background-color: #505050;
[960]22}
23
[2481]24H2, #menubar DT {
[2292]25        background-image: url(images/tableh1_bg.png);
[960]26}
27
[981]28#imageHeaderBar H2 {
[2292]29        background-image: none;
30        background-color: transparent;
31        border: none;
[981]32}
[1059]33
[960]34#imageHeaderBar {
[2292]35        background-image: url(images/tableh2_bg.png);
36        background-repeat: repeat-x;
37        background-position: center;
[2648]38        border-top: 1px solid #000;
[960]39}
40
41/* borders */
[2480]42#menubar DL, .content{
[2648]43        border: 1px solid #000;
[960]44}
45
[1325]46H2, #menubar DT, #imageToolBar {
[2648]47        border-bottom: 1px solid #000;
[1325]48}
49
[960]50FIELDSET, INPUT, SELECT, TEXTAREA,
[2352]51.content DIV.thumbnailCategory {
[2292]52        border: 1px solid gray;
[960]53}
54
[2352]55.content UL.thumbnails SPAN.wrap2 {
[2292]56        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
57        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
[960]58}
[1812]59
[2352]60.content UL.thumbnails SPAN.wrap2:hover,
61.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
62.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
[2292]63        background-color: #faebd7;
64        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
65        color: black;
[960]66}
67
[1812]68
[960]69/* links */
[1515]70A, INPUT.rateButton {
[2648]71        color: #fff;
[2292]72        border: none;
[960]73}
74
75A:hover {
[2292]76        color: #FFF48E;
[2581]77}
Note: See TracBrowser for help on using the repository browser.