source: extensions/Metal/theme.css @ 11176

Last change on this file since 11176 was 11176, checked in by Sixpo, 13 years ago
File size: 8.1 KB
Line 
1/* -----------------------------------------------------------------------------
2  Metal
3  Theme for Piwigo
4  ------------------------------------------------------------------------------
5  file: Metal/theme.css
6  file version: 0.1
7  date: 2011-05-27
8  ------------------------------------------------------------------------------
9  author: Sixpo
10  << May the Little SpaceFrog be with you >>
11----------------------------------------------------------------------------- */
12@import "iconset.css"
13/* text color */
14BODY, H1, H3, DT,
15INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
16  color:#993300;*/couleur du texte*/
17
18}
19
20#content {
21  text-align:justify;
22}
23
24H2, #menubar DT, .throw {
25  background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede;  */
26}
27
28.infoTable, .infoTable2 {
29  background-color: grey;
30  background-image: url(Images/mur6.jpg);
31 
32}
33
34#theImage p {
35  background-color: #FFFFFF;
36  background-image: url(Images/mur1.jpg);
37}
38
39#theImage p,
40.thumbnails SPAN.thumbLegend {
41 
42  background-color: #FFFFFF;
43  background-image: url(Images/mur6.jpg);
44
45}
46
47
48#content .additional_info {
49  background-color: grey;
50  background-image: url(Images/mur5.jpg);
51}
52
53#content .navigationBar {
54  color: #aaaaaa;
55  padding:0px;
56  margin:0px;
57  display:block;
58  background-color:#303030;
59  font-size:90%;
60}
61
62#content .pageNumberSelected {
63  color: #000000;
64}
65
66
67.tabsheet li,
68.tabsheet li a { color: #fff#48e; }
69.tabsheet li a:hover { color: #fff48e; }
70
71/* backgrounds */
72BODY {
73  background-image:url(Images/mur.jpg);
74}
75
76H3, #the_page, #imageToolBar A:hover, .row1  {
77    background: transparent;
78}
79
80#menubar DL, #content, #imageToolBar, .header_notes, .content 
81{
82  background: transparent;
83}
84
85H2, #menubar DT, .throw, #imageHeaderBar  {
86  /*background-image: url(images/tableh2_bg.png);*/
87  background-color: #303030;
88}
89
90
91
92#imageHeaderBar H2 {
93  background-image: none;
94  border: none;
95}
96
97/* #imageHeaderBar {
98  background-image: url(images/tableh2_bg.png);
99  background-repeat: repeat-x;
100  background-position: center;
101} */
102.tabsheet li { background-color: #3f3f3f; }
103
104.selected_tab { background-color: #5f5f5f !important; }
105
106/* borders */
107#menubar DL, #content, .content,
108#comments DIV.comment BLOCKQUOTE {
109  border: none;
110}
111
112#imageHeaderBar {
113  border-top: 1px solid #000000;*/cadre audessus photos moyenne*/
114}
115
116#menubar DL 
117{
118
119 margin-bottom:-1px;
120 border:1px solid #303030;
121 background-image: url(Images/mur1.jpg)
122} 
123
124
125/* H2, #menubar DT, #imageToolBar {
126  border-bottom: 1px solid #000000;
127} */
128
129#theImage img {
130  border: 8px solid #333333;*/cadre des photos moyenne*/
131  margin-top: 10px;
132  margin-bottom: 10px;
133}
134
135
136
137FIELDSET, INPUT , SELECT, TEXTAREA,
138#content DIV.comment  A.illustration IMG, #infos {
139  border: 1px solid gray;
140}
141
142#content DIV.thumbnailCategory {
143    border: none;
144    border:  8px #808080  outset ;
145    background-image:url(Images/mur5.jpg)
146}
147
148FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled
149{
150  color:#404040;
151  background-color:#808080;
152}
153
154#comments DIV.comment BLOCKQUOTE {
155  border-left: 15px solid #696969;
156  background-color: #404040;
157}
158
159
160
161#content UL.thumbnails SPAN.wrap2, .content .additional_info {
162  border: none; /* thumbnails border color and style */
163  -moz-border-radius: 8px;  /* round corners with Geko */
164  border-radius: 8px 8px; /* round corners with CSS3 compliant browsers */
165  background-image:url(Images/mur3.png);
166}
167
168#content UL.thumbnails LI SPAN.wrap1 SPAN.wrap2:hover {
169  border-color: none;   /* thumbnails border color when mouse cursor is over it */
170  background-image:url(Images/mur4.png);
171}
172
173
174ul.tabsheet { border-color: #fff48e; }
175.tabsheet li { border: 1px solid #fff48e; }
176.tabsheet li:hover { border-color: #fff48e !important; }
177
178/* links */
179A, INPUT.rateButton {
180    color: #993300;*/texte lien menu pas selectionner*/
181    background: transparent;
182  border: none;
183}
184
185A:hover {
186  color: #CC6600;*/texte lien menu selectionner/*
187  border: none;
188}
189
190#imageToolBar A, #imageToolBar A:hover,
191A.navThumb, A.navThumb:hover {
192  border-bottom: none;
193}
194
195
196/* others */
197#menubar ul, #menubar form, #menubar p {
198  text-align:left;
199}
200
201#menubar ul {
202  margin-left:8px;
203}
204
205.pleaseNote {
206  background: #9c9c9c;
207  color: #ffff99;
208  padding: 1ex;
209  font-weight: bold;
210}
211
212#menubar .menuInfoCatByChild, 
213#menubar .menuInfoCat {
214  font-size:80%;
215  font-style:normal;
216  position:relative;
217  top:-4px;
218}
219
220#imageHeaderBar {
221   background-image: none;
222}
223
224#the_page {
225  /* border: 0px solid #e0e0e0;
226  padding-top: 5px;
227  padding-bottom:30px; */
228  text-align:center;
229  display:block;
230}
231
232#menubar p.totalImages {
233  text-align:right;
234  margin:2px;
235  font-size:80%
236}
237
238/*calendar elements*/
239SPAN.calItemEmpty { color: silver; }
240
241SPAN.calItem, SPAN.calItemEmpty
242{
243  border: 1px solid gray;
244}
245
246.virtual_cat { background: #3f3f3f !important; }
247.qsearch { font-size: 80%; font-style: normal; }
248#mbMenu #quicksearch > p { text-align: left; }
249
250
251/* button image in menu bar : no border */
252#menubar .button {
253  border: none;
254  margin:0px;
255  margin-top:-4px;
256  margin-bottom:-3px;
257  padding:0px;
258}
259#menubar dt {
260  text-align: left;
261  height:21px;
262}
263
264div.illustration img {
265  border: 2px #333333 solid;
266}
267
268.thumbLink {
269  border:2px #333333 solid;
270}
271
272.content ul.thumbnails img, #linkPrev img, #linkNext img {
273  border:1px #333333 solid;
274}
275
276#content UL.thumbnail IMG {
277  border: 1px solid #a0a0a0;
278}
279
280#imageToolBar a {
281  width:30px;
282}
283
284form#quickconnect fieldset {
285  border:1px #101010 solid;
286}
287
288.rateButtonStarFull {
289  background: url('icon/rating-stars.png') no-repeat scroll; background-position:-16px center; width:16px;
290}
291
292.rateButtonStarEmpty {
293  background: url('icon/rating-stars.png') no-repeat scroll; background-position:0 center; width:16px;
294}
295
296.header_notes {
297  background-image:url(icon/note.png);
298}
299
300
301.content h2 {
302  margin-bottom:0px;
303}
304
305.content ul.thumbnails {
306  border:1px solid #303030;
307  margin:0pt;
308  padding:8px;
309}
310
311.content div.titrePage {
312  padding:0px;
313  margin:0px;
314  min-height:32px;
315  display:block;
316  background-color:#303030;
317}
318
319.description {
320  text-align:left;
321}
322
323
324#linkPrev img, #linkNext img {
325  margin:0px;
326  margin-top:20px;
327  padding:0px;
328}
329#linkPrev img {
330  margin-left:10px;
331}
332 #linkNext img {
333  margin-right:10px;
334}
335
336ul.categoryActions {
337  height:28px;
338  padding:2px;
339}
340
341#content .additional_info {
342  margin:20px 0px ;
343  padding:8px;
344}
345
346div.description div.text {
347  text-align:justify;
348}
349
350div.description div.text p {
351  padding-right:6px;
352  position:relative;
353  top:-6px;
354}
355
356div.description div.text p.Nb_images {
357  border-bottom:1px #303030 dotted;*/cares autour des miniatures/*
358  font-style:italic;
359  font-size:85%;
360  text-align:right;
361}
362
363
364/* -----------------------------------------------------------------------------
365    Calendar
366----------------------------------------------------------------------------- */
367.content div.calendarViews {
368  margin-top:-22px;
369}
370
371/* month calendar */
372.calBackDate {
373  color: #000;
374  padding-left:10px;
375  padding-top:7px;
376}
377.calForeDate {
378  color: #fff;
379  padding-left:11px;
380  padding-top:6px;
381}
382
383td.calDayCellFull, td.calDayCellEmpty, td.calDayCellBlank
384{
385  font-size:18px;
386  font-weight:bold;
387  text-align:left;
388  vertical-align:top;
389}
390
391table.calMonth tbody td.calDayCellEmpty, table.calMonth tbody td.calDayCellBlank
392{
393  width:84px;
394  height:97px;
395}
396
397table.calMonth tbody td.calDayCellFull
398{
399  width:96px;
400  height:97px;
401}
402
403
404td.calDayCellEmpty {
405  padding-left:12px;
406  padding-top:7px;
407  color:#303030;
408}
409
410td.calDayCellEmpty, td.calDayCellFull {
411  border:1px solid #101010;
412}
413
414table.calMonth tbody td {
415  margin:8px;
416}
417
418table.calMonth tbody td div.calImg {
419  left:8px;
420  top:8px;
421}
422
423td.calDayHead {
424  font-size:14px;
425  padding-bottom:12px;
426  font-weight:normal;
427}
428
429/* lists */
430span.calItem, span.calItemEmpty {
431  display:inline-table;
432  margin:1px;
433  min-width:15px;
434  padding-left:2px;
435  padding-right:2px;
436}
437
Note: See TracBrowser for help on using the repository browser.