source: extensions/wipi/theme.css @ 27153

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

compatibility with Piwigo 2.4

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