source: trunk/template/yoga/theme/wipi/theme.css @ 2704

Last change on this file since 2704 was 2581, checked in by vdigital, 16 years ago

.virtual_cat removed from public side

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1/* $Id: theme.css 2581 2008-09-24 19:15:01Z vdigital $ */
2
3/* text color */
4BODY, H1, H3, DT,
5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
6  color:#e0e0e0;
7}
8#menubar { 
9  margin : 0px;
10  background-color: transparent;
11  border: 0px;
12}
13H2 {
14  color: #eee;
15}
16#menubar DT, #menubar DT A {
17  color: #eee; 
18  font-weight: lighter;
19}
20#menubar DT A:hover {
21  color: #69c; 
22  font-weight: lighter;
23}
24#menubar .selected  A {
25  color: #eee; 
26}
27#menubar .selected  A:hover {
28  color: #f92; 
29}
30#menubar DT:before {
31 content: "__\\_ "; 
32 color: #f92;
33}
34#menubar DT:after {
35 content: " _/__"; 
36 color: #69c;
37}
38#menubar .button {
39  margin: 0 2px 0px 8px;
40  width: auto;
41  padding: 0;
42  text-indent: 0;
43  list-style: none;
44  text-align: center;
45  float: left;
46}
47.content .pageNumberSelected {
48  color: #f92;
49}
50.content .infos {
51  background-color: #69c;
52  color: #036;
53}
54.content .errors {
55  background-color: #fc5;
56  border-color: #f92;
57  color: #900;
58}
59/* backgrounds */
60BODY {
61  background: #111;
62  margin: 0px;
63  padding: 0px;
64}
65H3, #imageToolBar A:hover {
66  background-color: #222;
67}
68
69#imageHeaderBar {
70  background-color: #111;
71}
72#imageToolBar, .header_notes {
73  background-color: #333;
74}
75A {
76  border-color: #69c;
77}
78A:hover {
79  border-color: #f92;
80}
81.content {
82  background-color: #181818;
83  border: 1px solid #eee;
84  padding: 5px;
85}
86
87H2, #menubar DT, TD H3 {
88  background-image: url(images/tableh1_bg.png);
89  background-repeat: repeat-x;
90}
91.content H2 {
92  background: none;
93  border: 0px;
94  letter-spacing: -0.05em; 
95  text-indent: 1em;
96  text-transform:       uppercase;
97  font-weight: lighter;
98  margin-bottom: 20px;
99}
100.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
101.content h3 { text-align: center; }
102.content ul.thumbnailCategories li div.thumbnailCategory .description p {
103  color: #f92; text-indent: 0em; 
104}
105.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
106  color: #fff; 
107}
108.browsePath A {
109  color: #eee;
110}
111.content H2:before, .browsePath:before, .imageNumber:before,
112#imageHeaderBar H2:before {
113 content: "____\\_ "; 
114 color: #69c; 
115 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
116 letter-spacing: 0em; 
117}
118.content H2:after, .browsePath:after, .imageNumber:after,
119#imageHeaderBar H2:after {
120 content: " _/____"; 
121 color: #f92;
122 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
123 letter-spacing: 0em; 
124}
125#imageHeaderBar H2 {
126  background-image: none;
127  background-color: transparent;
128  border: none;
129}
130#thePicturePage #the_page {
131  background-color: #111;
132}
133#thePicturePage #imageHeaderBar {
134  background-image: url(images/tableh2_bg.png);
135  background-repeat: repeat-x;
136}
137#thePicturePage #imageToolBar {
138  background-color: #111;
139  border-bottom: 2px solid #69c;
140}
141#thePicturePage #theImage {
142  background-color: #111;
143  margin: 0px;
144  padding: 3px 0px 15px 0px;
145}
146
147#thePicturePage #comments H3 {
148  background-image: none;
149  background-color: #222;
150  border-top: 2px solid #69c;
151  border-bottom: 2px solid #69c;
152  color: #69c; 
153  font-weight: lighter;
154}
155
156/* borders */
157#imageHeaderBar {
158  border-top: 1px solid #000;
159  padding: 8px 0px 3px 0px;
160}
161H2, #imageToolBar {
162  border-bottom: 1px solid #000;
163}
164
165#theImage IMG {
166  border: 3px solid #fff;
167}
168
169.content UL.thumbnail IMG {
170  border: 1px solid #a0a0a0;
171}
172.illustration A {
173  border: 0px;
174}
175FIELDSET, INPUT, SELECT, TEXTAREA,
176.content DIV.thumbnailCategory {
177  border: 1px solid gray;
178}
179.content DIV.thumbnailCategory {
180  border: 1px solid #69c;
181  margin: 8px 4px;
182}
183
184.content UL.thumbnails SPAN.wrap2 {
185  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
186  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
187}
188
189.content UL.thumbnails SPAN.wrap2:hover,
190.content UL.thumbnailCategories DIV.thumbnailCategory:hover {
191  background-color: #333;
192  border-color: #69c;           /* thumbnails border color when mouse cursor is over it */
193}
194
195/* links */
196A, INPUT.rateButton, legend {
197  color: #69c;
198}
199
200A:hover {
201  color: #f92;
202}
203
204#imageToolBar A, #imageToolBar A:hover {
205  border-bottom: none;
206}
207A.navThumb, A.navThumb:hover {
208  border-bottom: none;
209}
210#the_page {
211  border: 1px dotted #f92;
212  padding-top: 5px;
213  padding-bottom:30px;
214  margin: 2px;
215}
216#copyright {
217  color: #69c;
218}
219
220label {
221        cursor:pointer
222}
223input#qsearchInput { 
224  color: #58c; 
225  background-color: #222; 
226  border: 1px solid #333;
227  padding: 1px 3px;
228}
229.zero { display: none }
230.nb-hits { color: #69c; }
231.nb-comments { color: #f92; }
232
233FORM#quickconnect,
234FORM#quickconnect FIELDSET,
235FORM#quickconnect DIV,
236FORM#quickconnect UL.actions,
237FORM#quickconnect LABEL {
238  color: #69c;   
239}
240FORM#quickconnect DIV INPUT,
241FORM#quickconnect INPUT[type=text],
242FORM#quickconnect INPUT[type=password] {
243  color: #58c;   
244  background-color: #222; 
245  border: 1px solid #333;
246}
247
248.PWG {
249  font-family: verdana, arial, helvetica, sans-serif !important;
250  font-size: 0.9em;
251  font-weight: normal;
252  letter-spacing: 0px;
253}
254a.PWG { border: 0px; }
255a.PWG .P { color : #f92; }
256a.PWG .W { color : #aaa; }
257a.PWG .G { color : #69c; }
258a.PWG:hover .P { color : #69c; }
259a.PWG:hover .G { color : #f92; }
260#menubar DT {
261    border-top: 1px solid #eef;
262    border-right: 1px solid #69c;
263    border-bottom: 1px solid #69c;
264    border-bottom-right-radius: 12px;
265   -moz-border-radius-bottomright: 12px;
266    box-shadow: 5px 5px #69c;
267}
268.statBar { background-color: #e60; }
269#imageToolBar .randomButtons a:hover,
270#imageToolBar .navButtons a:hover { background-color: #111; }
271#menubar .menuInfoCat,
272#menubar .menuInfoCatByChild,
273h2.showtitle, #theImage p.showlegend { display: none }
274* { outline-width: 0px; }
Note: See TracBrowser for help on using the repository browser.