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

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

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