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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

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