source: trunk/themes/elegant/theme.css @ 13466

Last change on this file since 13466 was 13466, checked in by plg, 12 years ago

feature 2587: remove yellow icons on hover for theme elegant

File size: 3.4 KB
Line 
1/* colors & backgrounds */
2
3html, body {background-color:#111;}
4
5body {margin: 5px 0;}
6
7a:hover {border-bottom:none;}
8
9#menuswitcher {
10        display:block;
11        font-size:200%;
12        text-align:center;
13        float:left;
14        height:33px;
15        cursor:pointer;
16        margin: 26px 0 0 -33px;
17}
18
19#menubar,
20#menuswitcher.menuhidden {
21        border-radius : 0 10px 10px 0;
22        background-color: #222;
23        border: solid 1px #333;
24        border-width: 2px 2px 2px 0;
25}
26
27#menuswitcher.menuhidden {
28        width:25px;
29        margin: 28px 0 0 0;
30}
31
32/* content */
33
34#content.menushown, #the_page > .content.menushown { margin-left:240px;}
35#content.menuhidden, #the_page > .content.menuhidden { margin-left:35px;}
36#content, #the_page > .content { margin-right:0;}
37
38.content {
39        background-color: #222;
40        border-bottom: 2px solid #444;
41        margin-bottom: 4px;
42}
43
44.content .titrePage {
45        background-color: #111;
46        border-bottom: 2px solid #444;
47        height: 28px;
48        padding:0;
49        margin-bottom:8px;
50}
51
52.content .titrePage H2 {
53        line-height: 20px;
54        margin: 0;
55        padding: 8px 0 0 2px;
56}
57
58
59body { color: #999;}
60a { color: #ccc;}
61a:hover { color: #fff;}
62
63
64
65/* menubar */
66
67#menubar {
68        float: left;
69        margin: 28px 13px 10px 0;
70        padding: 0;
71        display: inline;
72        width: 225px;
73}
74
75#menubar DT { color: #999; text-align:left;}
76#menubar DT a { color: #ccc;}
77#menubar DT a:hover { color: #fff;}
78#menubar dd { padding: 0 0 1em 1em;}
79
80/* text color */
81BODY, H1, H3,
82INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
83        color:#d0d0d0;
84}
85
86#menubar .pwg-icon-filter {display:none;}
87
88
89
90
91/* backgrounds */
92
93
94#imageToolBar, #imageHeaderBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox, .header_notes {
95        background-color: #505050;
96}
97
98#imageHeaderBar H2 {
99        background-image: none;
100}
101
102#imageHeaderBar {
103        border-top: 1px solid #000;
104}
105
106/* borders */
107#derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox{
108        border: 1px solid #000;
109}
110
111#imageToolBar {
112        border-bottom: 1px solid #000;
113}
114
115FIELDSET, INPUT, SELECT, TEXTAREA {
116        border: 1px solid gray;
117}
118
119
120/* picture page */
121#thePicturePage {background-color:#111;}
122#imageHeaderBar {
123        border: solid 0 #444;
124        padding:0 35px;
125}
126#content #imageHeaderBar {padding:0;}
127#copyright {border-top-width:2px;}
128#imageHeaderBar {border-bottom-width:2px; width:auto;}
129#imageHeaderBar, #imageToolBar, #copyright      {background:none;}
130#imageToolBar {margin-top: -28px;}
131#theImage, #imageInfos, #comments {background:#222;}
132#theImage {padding-top:10px;}
133#imageHeaderBar  { height:28px;}
134#imageHeaderBar .browsePath {display:inline-block; float:none; font-size:120%; line-height:20px; padding: 8px 0 0 2px; font-weight:bold; margin:0;}
135#imageHeaderBar .imageNumber {display:inline-block; float:none; line-height:20px; padding: 8px 0 0 12px; font-weight:bold; margin:0;}
136#imageHeaderBar .imageNumber:before {content:'['}
137#imageHeaderBar .imageNumber:after {content:']'}
138#imageHeaderBar h2 {display:none;}
139#thePicturePage .pwg-button {width:26px;}
140#thePicturePage .actionButtons {margin-right: 26px;}
141#imageToolBar {float:right;}
142
143#thePicturePage #comments {padding-top:12px; padding-bottom:12px;}
144#thePicturePage #comments fieldset{margin-top: 0; margin-bottom:0;}
145#copyright {padding-top:4px; text-align:right;}
146
147
148.thumbnailCategory {background-color: #303030;}
149#the_page .content .stuffs {margin:0!important}
150
151/* links */
152INPUT.rateButton {
153        color: #fff;
154}
155
156.pwg-icon {
157        background-image: url(../default/s26/outline_808080.png);
158}
159
160A:hover .pwg-icon {
161        background-image: url(../default/s26/outline_ffffff.png);
162}
163
164.message {
165  color:white;
166  background-color:#666;
167}
Note: See TracBrowser for help on using the repository browser.