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

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

feature 2588: template modification for v2.4

-> new class .switchBox for all boxes (sortOrder, derivative, etc...)
-> new classes to help layout in switchBoxes:

  • .switchCheck for the check character
  • .switchSelected for the selected option
  • .switchUnselected for all other options

-> new menubar.tpl with empty div #menuSwitcher

  • Property svn:eol-style set to LF
File size: 1.3 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, .switchBox, .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, .switchBox {
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.content .commentElement ,
44.thumbnails .wrap2 {
45        border: 1px solid gray;
46}
47
48
49.thumbnails .wrap2:hover,
50.content .thumbnailCategories .thumbnailCategory:hover,
51.content .commentsList .commentElement:hover{
52        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
53}
54
55
56/* links */
57A, INPUT.rateButton {
58        color: #fff;
59}
60
61A:hover {
62        color: #ffff80;
63}
64
65.pwg-icon {
66        background-image: url(../default/s26/outline_ffffff.png);
67}
68
69A:hover .pwg-icon {
70        background-image: url(../default/s26/outline_ffff80.png);
71}
72
73.message {
74  color:white;
75  background-color:#666;
76}
Note: See TracBrowser for help on using the repository browser.