source: trunk/template/yoga/theme/Sylvia/theme.css @ 3016

Last change on this file since 3016 was 3016, checked in by vdigital, 15 years ago
  • theHeader (10 points): 10px more

merge -c3015 from branch 2.0 to trunk

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 10.2 KB
Line 
1/* $Id: theme.css 3016 2008-12-22 22:07:09Z vdigital $ */
2.content div.thumbnailCategory div.illustration { 
3        width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ 
4}
5.content div.thumbnailCategory { 
6        height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ 
7}
8.content div.thumbnailCategory div.description .text { 
9        height: 130px !important; /* -42px than previous one */ 
10}
11#comments div.thumbnailCategory div.illustration { 
12        width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ 
13}
14#comments .thumbnailCategories hr {display:none;}
15#comments form.filter input[type="submit"] { margin-top:1.8em; }
16/*  Sylvia Theme is close to the Roma Admin theme */
17BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { 
18        color:#666; 
19}
20#imageHeaderBar, #imageToolBar A:hover { 
21        background-color: transparent; 
22}
23BODY { 
24        background:#111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
25        margin:0; 
26        min-height: 100%; 
27        height: 100%; 
28        padding:0; 
29}
30#the_page { 
31        background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
32        left:0; 
33        margin:0; 
34        padding:0; 
35        position:absolute; 
36        top:0; 
37        z-index:0; 
38        width: 100%; 
39        min-width: 100%; 
40}
41#theHeader { 
42        min-height:110px;
43        height:110px; 
44}
45#mbIdentification p, .totalImages { 
46        color:#333; 
47}
48.header_msgs { 
49        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
50        border:0; 
51        color:#333; 
52        font-size:24px; 
53        left:0; 
54        margin:0; 
55        padding:10px 0 6px 0; 
56        position:absolute;
57        text-align:center; 
58        top:0; 
59        width:100%; 
60        z-index:99; 
61}
62.header_notes {
63        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
64        border:0 none;
65        color:#333;
66        font-size:16px;
67        margin:0;
68        padding:0;
69        position:absolute;
70        top:0;
71        width:100%;
72        z-index:99;
73}
74#menubar DL { 
75        background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;
76        margin:0 0 5px 40px; 
77        padding:0; 
78        width: 231px; 
79        min-width: 231px; 
80        border: 0; 
81        min-height: 32px; 
82        overflow-x: hidden;
83}
84#imageHeaderBar H2 { 
85        border: 0; 
86}
87#menubar DT { 
88        background-color:#111; 
89        border:0; 
90        display:inline; 
91        margin-left:8px; 
92        text-align:left; 
93}
94#menubar DD { 
95        background:transparent url(images/menuBox_bottom.gif) no-repeat scroll left bottom;
96        margin:14px 0 0 0; 
97        padding:0 0 22px; 
98        width: 231px; 
99        min-width: 231px; 
100        border: 0; 
101        overflow-x: hidden;
102}
103#menubar UL, #menubar #mbCategories p, #menubar .illustration  { 
104        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
105        margin:0; 
106}
107#menubar DT A { 
108        font-size: 100%; 
109}
110#menubar UL { 
111        color:#333; 
112        font-size: 16px; 
113        line-height: 15px; 
114}
115#menubar LI { 
116        padding-left: 12px; 
117}
118#menubar LI UL {
119  background: transparent url(images/transparent.gif);
120}
121#menubar A, .menuInfoCat { 
122        font-size: 13px; 
123}
124#menubar form { 
125        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
126        margin:0; 
127}
128#menubar DL#mbIdentification { 
129        background:transparent url(images/menuId_top.gif) no-repeat scroll left top !important;
130}
131#menubar #mbIdentification DD { 
132        background:transparent url(images/menuId_bottom.gif) no-repeat scroll left bottom; 
133}
134#menubar #mbIdentification UL, #menubar #mbIdentification p, #menubar #mbIdentification .illustration  { 
135        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
136}
137#menubar #mbIdentification form { 
138        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
139}
140#menubar #mbIdentification  .actions, #menubar #mbIdentification form  p { 
141        background:transparent none repeat-y scroll left bottom; 
142}
143#menubar #mbIdentification p { 
144        padding: 2px 16px 0; 
145        margin: 0;
146}
147#menubar p { 
148        padding: 16px 16px 0; 
149}
150#menubar .button { 
151        position:relative; 
152        right:9px; 
153        top:16px; 
154        height:16px; 
155        width:16px; 
156}
157#menubar #mbIdentification .button { 
158        height:24px; 
159        width:24px; 
160        right:0px; 
161        top:-40px; 
162}
163#menubar #mbIdentification fieldset { 
164        border:0; 
165        margin:0 24px 0 23px; 
166}
167#menubar #mbIdentification legend { 
168        display: none; 
169}
170#menubar #menuTagCloud { 
171        margin: 0; 
172        padding: 0 8px 0 16px; 
173}
174
175.content { 
176        background:#222 url(images/fillet.gif) repeat-x scroll left top; 
177        min-height:466px; 
178}
179
180.content { 
181        border: 1px solid #000; 
182        border-top: 0; 
183        margin:21px 7px 0 290px; 
184        padding-top:7px; 
185}
186.content h2 { 
187        margin:0; 
188        padding:0px 10px 15px 15px; 
189        border:0;
190}
191#menubar form { 
192        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
193        margin:0; 
194}
195.content ul.thumbnailCategories li {
196        background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; 
197        width:49%; 
198        margin: 0; 
199        padding:0; 
200}
201.content div.thumbnailCategory { 
202        background:transparent url(images/cat_bottom-left.gif) no-repeat scroll left bottom; 
203        padding: 0; 
204        margin:0; 
205}
206.content .thumbnailCategory div.illustration { 
207        background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; 
208        padding: 0 0 0 10px; 
209        margin: 0 !important; 
210}
211.content .thumbnailCategory div.illustration a { 
212        display: block; 
213        margin: 0; 
214        padding:20px 0 0 8px; 
215}
216.content .thumbnailCategory div.description { 
217        background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
218        margin: 0; 
219        padding:15px 10px 3px 0; 
220        overflow: hidden !important; 
221}
222.content .thumbnailCategory div.description .text { 
223        display:block; 
224        margin:10px 2px 0 0;
225        overflow: auto; 
226        overflow-x:hidden; 
227        padding:0 0 5px; 
228}
229.content div.thumbnailCategory div.description p.dates { 
230        margin: 0 15px 0 15px; 
231        text-align: right; 
232}
233.content .thumbnailCategory div.description H3 { 
234        display: block; 
235}
236.content ul.thumbnailCategories li:hover { 
237        background-color:#111; 
238} 
239.content .navigationBar {
240        color:#666;
241}
242.infos { 
243        color:#f70; 
244        border:0; 
245        background-color: transparent; 
246        margin-left:125px;
247        padding:5px 0px 0pt 10pt; 
248        min-height: 48px; 
249        text-align:left; 
250}
251.infos li, .errors li { 
252        list-style-type:none; 
253}
254.errors { 
255        color:#f33; 
256        border:0; 
257        background: transparent url(icon/errors.png) no-repeat scroll right top; 
258        margin-left:125px;
259        padding:5px 0px 0pt 10pt; 
260        min-height: 48px; 
261        text-align:left; 
262        font-weight:bold; 
263}
264#menubar #menuTagCloud { 
265        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
266        margin:0; 
267        padding: 0 12px; 
268}
269H2 { 
270        border-bottom: 1px solid #000000; 
271}
272#qsearchInput { 
273        color:#999;
274}
275FIELDSET, INPUT, SELECT, TEXTAREA { 
276        border: 1px solid #666; 
277}
278input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
279        background-color:#444; 
280        color:#999; 
281} /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
282input[type="file"] {
283        background-color:#222; 
284        border: 1px solid #666;
285}
286INPUT, select, textarea { 
287        color:#999; 
288        background-color:#444; 
289}
290input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { 
291        background-color: transparent; 
292}
293#qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { 
294        background-color:#444;
295        color:#999; 
296}
297.content UL.thumbnails SPAN.wrap2 {
298        border: 1px solid #666; /* thumbnails border color and style */
299        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 
300}
301.content UL.thumbnails SPAN.wrap2:hover { 
302        color:#666;
303        background-color:#111; 
304        border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ 
305}
306#comments ul.actions li, #comments ul.actions li:hover { 
307        background:transparent none;
308        padding: 0 22px; 
309        clear:both; 
310        list-style-type:none; 
311}
312span.calItem {
313        border:1px solid #666; 
314        margin:0 5px; 
315        padding:2px 5px 0 8px;
316}
317span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
318        border:1px solid #666;
319}
320A, INPUT.rateButton { 
321        color:#f70; 
322        border-width: 0; 
323}
324A:hover, A:active { 
325        color:#f33; 
326        border-bottom: 1px solid #FF3363; 
327        cursor: pointer; 
328}
329a.Piwigo {
330  font-family: verdana, arial, helvetica, sans-serif !important;
331  font-size: 11px; font-weight: normal; letter-spacing: 0;
332  color : #F33; text-decoration: none; border: 0; }
333a.Piwigo:hover  span.Piwigo  { 
334  border-bottom: 1px solid #FF3363; 
335}
336#theImage A, .illustration A, A.navThumb, A.navThumb { 
337        border-bottom-width: 0; 
338}
339#imageToolBar { 
340        padding:0 7%; 
341}
342#imageHeaderBar .imageNumber { 
343        margin-right:7%; 
344}
345#imageHeaderBar .browsePath { 
346        margin-left:7%; 
347}
348*, *:focus, *:active, input:active, a:active, input:focus, a:focus { 
349        outline: none; 
350}
351#debug { 
352        margin: 15px 15px 5px 248px; 
353        font-size:12px; 
354        clear: both; 
355}
356.rateButtonStarFull, .rateButtonStarEmpty {     
357        background-image: url('icon/rating-stars.gif'); 
358}
359#menubar #mbIdentification fieldset div input[type="text"] { 
360        margin: 0 0 3px; 
361        width: 174px; 
362        display: inline; 
363}
364input[type="button"], input[type="submit"], input[type="reset"] {
365        color:#ff3363; 
366        background-color:#222; 
367        border-color:#ff3363; 
368}
369input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
370        color:#999; 
371        border-color:#666; 
372}
373.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
374
375#thePicturePage .thumbnailCategory {
376        padding: 15px 2px 6px 12px; 
377        border: 1px solid #666; 
378}
379#thePicturePage .thumbnailCategory  .date, #thePicturePage .thumbnailCategory  .author {
380        font-weight:bold;
381}
382#thePicturePage .thumbnailCategories { 
383        padding-left: 12px; 
384        padding-right: 12px; 
385}
386#thePicturePage .odd { 
387        background-color: #222; 
388        border-top:0 !important; 
389}
390#addComment fieldset {
391  color: #f70;
392        border-color: #f70;
393}
394#addComment fieldset  label {
395  color: #666;
396}
397#theCommentsPage .content ul.thumbnailCategories li,
398#theCommentsPage .content div.thumbnailCategory ,
399#theCommentsPage .content div.thumbnailCategory div.description,
400#theCommentsPage .content .thumbnailCategory div.illustration { 
401        background-image: none;
402}
403#theCommentsPage .content div.thumbnailCategory {
404        padding: 15px 2px 6px 12px; 
405        border: 1px solid #666; 
406}
407#theCommentsPage .content .odd { 
408        background-color: #222; 
409        border-top:0 !important; 
410}
411#theCommentsPage .content .even { 
412        background-color: #111; 
413}
414#theCommentsPage .content ul.thumbnailCategories li:hover { 
415        background-color: transparent; 
416}
417#theCommentsPage div#comments {
418        padding: 0 0 5px 10px;
419}
420tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
421        border-color: #666666;
422}
Note: See TracBrowser for help on using the repository browser.