source: extensions/Metal/theme.css @ 11217

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