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

Last change on this file since 13474 was 13474, checked in by Zaphod, 12 years ago

feature 2588: template modification for v2.4
-> #content on picture & slideshow page
-> class 'browsePathSeparator' on LEVEL_SEPARATOR on browsePath
-> derivativeSwitchLink replaced by pwg-size icon (with associated css modification on themes)
-> new id #theImageAndInfos that contains #theImage and #imageInfos

  • Property svn:eol-style set to LF
File size: 1.2 KB
Line 
1
2/* text color */
3BODY, H1, H3,
4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
5        color:#d0d0d0;
6}
7
8H2, #menubar DT {
9        color: #ffff80;
10        background-image: url(images/tableh1_bg.png);
11}
12
13
14/* backgrounds */
15
16BODY, H3, #imageToolBar A:hover {
17        background-color: #2f2f2f;
18}
19
20#menubar DL, .content, #imageToolBar, #imageHeaderBar, #derivativeSwitchBox, #sortOrderBox, .header_notes {
21        background-color: #505050;
22}
23
24#imageHeaderBar H2 {
25        background-image: none;
26}
27
28#imageHeaderBar {
29        border-top: 1px solid #000;
30}
31
32/* borders */
33#menubar DL, .content, #derivativeSwitchBox, #sortOrderBox{
34        border: 1px solid #000;
35}
36
37#menubar DT, #imageToolBar {
38        border-bottom: 1px solid #000;
39}
40
41FIELDSET, INPUT, SELECT, TEXTAREA,
42.content .thumbnailCategory ,
43.thumbnails .wrap2 {
44        border: 1px solid gray;
45}
46
47
48.thumbnails .wrap2:hover,
49.content .thumbnailCategories .thumbnailCategory:hover{
50        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
51}
52
53
54/* links */
55A, INPUT.rateButton {
56        color: #fff;
57}
58
59A:hover {
60        color: #ffff80;
61}
62
63.pwg-icon {
64        background-image: url(../default/s26/outline_ffffff.png);
65}
66
67A:hover .pwg-icon {
68        background-image: url(../default/s26/outline_ffff80.png);
69}
70
71.message {
72  color:white;
73  background-color:#666;
74}
Note: See TracBrowser for help on using the repository browser.