source: branches/2.0/template/yoga/theme/Sylvia/theme.css @ 2908

Last change on this file since 2908 was 2908, checked in by vdigital, 15 years ago

Minor: Changes for IE6 better support (even if it is still very poor).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 8.2 KB
Line 
1/* $Id: theme.css 2908 2008-11-25 18:26:57Z 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
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#mbIdentification p, .totalImages { 
41        color:#333; 
42}
43.header_msgs { 
44        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
45        border:0; 
46        color:#333; 
47        font-size:24px; 
48        left:0; 
49        margin:0; 
50        padding:10px 0 6px 0; 
51        position:absolute;
52        text-align:center; 
53        top:0; 
54        width:100%; 
55        z-index:99; 
56}
57.header_notes {
58        background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
59        border:0 none;
60        color:#333;
61        font-size:16px;
62        margin:0;
63        padding:0;
64        position:absolute;
65        top:0;
66        width:100%;
67        z-index:99;
68}
69#menubar DL { 
70        background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;
71        margin:0 0 5px 40px; 
72        padding:0; 
73        width: 231px; 
74        min-width: 231px; 
75        border: 0; 
76        min-height: 32px; 
77        overflow-x: hidden;
78}
79#imageHeaderBar H2 { 
80        border: 0; 
81}
82#menubar DT { 
83        background-color:#111; 
84        border:0; 
85        display:inline; 
86        margin-left:8px; 
87        text-align:left; 
88}
89#menubar DD { 
90        background:transparent url(images/menuBox_bottom.gif) no-repeat scroll left bottom;
91        margin:14px 0 0 0; 
92        padding:0 0 22px; 
93        width: 231px; 
94        min-width: 231px; 
95        border: 0; 
96        overflow-x: hidden;
97}
98#menubar UL, #menubar #mbCategories p, #menubar .illustration  { 
99        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
100        margin:0; 
101}
102#menubar DT A { 
103        font-size: 100%; 
104}
105#menubar UL { 
106        color:#333; 
107        font-size: 16px; 
108        line-height: 15px; 
109}
110#menubar LI { 
111        padding-left: 12px; 
112}
113#menubar LI UL {
114  background: transparent url(images/transparent.gif);
115}
116#menubar A, .menuInfoCat { 
117        font-size: 13px; 
118}
119#menubar form { 
120        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
121        margin:0; 
122}
123#menubar DL#mbIdentification { 
124        background:transparent url(images/menuId_top.gif) no-repeat scroll left top !important;
125}
126#menubar #mbIdentification DD { 
127        background:transparent url(images/menuId_bottom.gif) no-repeat scroll left bottom; 
128}
129#menubar #mbIdentification UL, #menubar #mbIdentification p, #menubar #mbIdentification .illustration  { 
130        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
131}
132#menubar #mbIdentification form { 
133        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; 
134}
135#menubar #mbIdentification  .actions, #menubar #mbIdentification form  p { 
136        background:transparent none repeat-y scroll left bottom; 
137}
138#menubar #mbIdentification p { 
139        padding: 2px 16px 0; 
140        margin: 0;
141}
142#menubar p { 
143        padding: 16px 16px 0; 
144}
145#menubar .button { 
146        position:relative; 
147        right:9px; 
148        top:16px; 
149        height:16px; 
150        width:16px; 
151}
152#menubar #mbIdentification .button { 
153        height:24px; 
154        right:0px; 
155        top:-40px; 
156}
157#menubar #mbIdentification fieldset { 
158        border:0; 
159        margin:0 24px 0 23px; 
160}
161#menubar #mbIdentification legend { 
162        display: none; 
163}
164#menubar #menuTagCloud { 
165        margin: 0; 
166        padding: 0 8px 0 16px; 
167}
168
169.content { 
170        background:#222 url(images/fillet.gif) repeat-x scroll left top; 
171        min-height:466px; 
172}
173
174.content { 
175        border: 1px solid #000; 
176        border-top: 0; 
177        margin:21px 7px 0 290px; 
178        padding-top:7px; 
179}
180.content h2 { 
181        margin:0; 
182        padding:0px 10px 15px 15px; 
183        border:0;
184}
185#menubar form { 
186        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
187        margin:0; 
188}
189.content ul.thumbnailCategories li {
190        background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; 
191        width:49%; 
192        margin: 0; 
193        padding:0; 
194}
195.content div.thumbnailCategory { 
196        background:transparent url(images/cat_bottom-left.gif) no-repeat scroll left bottom; 
197        padding: 0; 
198        margin:0; 
199}
200.content .thumbnailCategory div.illustration { 
201        background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; 
202        padding: 0 0 0 10px; 
203        margin: 0 !important; 
204}
205.content .thumbnailCategory div.illustration a { 
206        display: block; 
207        margin: 0; 
208        padding:20px 0 0 8px; 
209}
210.content .thumbnailCategory div.description { 
211        background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
212        margin: 0; 
213        padding:15px 10px 3px 0; 
214        overflow: hidden !important; 
215}
216.content .thumbnailCategory div.description .text { 
217        display:block; 
218        margin:10px 2px 0 0;
219        overflow: auto; 
220        overflow-x:hidden; 
221        padding:0 0 5px; 
222}
223.content div.thumbnailCategory div.description p.dates { 
224        margin: 0 15px 0 15px; 
225        text-align: right; 
226}
227.content .thumbnailCategory div.description H3 { 
228        display: block; 
229}
230.content ul.thumbnailCategories li:hover { 
231        background-color:#111; 
232} 
233.infos { 
234        color:#f70; 
235        border:0; 
236        background-color: transparent; 
237        margin-left:125px;
238        padding:5px 0px 0pt 10pt; 
239        min-height: 48px; 
240        text-align:left; 
241}
242.infos li, .errors li { 
243        list-style-type:none; 
244}
245.errors { 
246        color:#f30; 
247        border:0; 
248        background-color: transparent; 
249        margin-left:125px;
250        padding:5px 0px 0pt 10pt; 
251        min-height: 48px; 
252        text-align:left; 
253        font-weight:bold; 
254}
255#menubar #menuTagCloud { 
256        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
257        margin:0; 
258        padding: 0 12px; 
259}
260H2 { 
261        border-bottom: 1px solid #000000; 
262}
263#qsearchInput { 
264        border-color:#222; 
265        color:#222;
266}
267FIELDSET, INPUT, SELECT, TEXTAREA { 
268        border: 1px solid #666; 
269}
270input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
271        background-color:#444; 
272        color:#999; 
273} /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
274INPUT, select, textarea { 
275        color:#999; 
276        background-color:#444; 
277}
278input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { 
279        background-color: transparent; 
280}
281#qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { 
282        background-color:#444;
283        color:#999; 
284}
285.content UL.thumbnails SPAN.wrap2 {
286        border: 1px solid #666; /* thumbnails border color and style */
287        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 
288}
289.content UL.thumbnails SPAN.wrap2:hover { 
290        color:#666;
291        background-color:#111; 
292        border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ 
293}
294#comments ul.actions li, #comments ul.actions li:hover { 
295        background:transparent none;
296        padding: 0 22px; 
297        clear:both; 
298        list-style-type:none; 
299}
300A, INPUT.rateButton { 
301        color:#f70; 
302        border-width: 0; 
303}
304A:hover, A:active { 
305        color:#f33; 
306        border-bottom: 1px solid #f33; 
307        cursor: pointer; 
308}
309#theImage A, .illustration A, A.navThumb, A.navThumb { 
310        border-bottom-width: 0; 
311}
312#imageToolBar { 
313        padding:0 7%; 
314}
315#imageHeaderBar .imageNumber { 
316        margin-right:7%; 
317}
318#imageHeaderBar .browsePath { 
319        margin-left:7%; 
320}
321*, *:focus, *:active, input:active, a:active, input:focus, a:focus { 
322        outline: none; 
323}
324#debug { 
325        margin: 15px 15px 5px 248px; 
326        font-size:12px; 
327        clear: both; 
328}
329.rateButtonStarFull, .rateButtonStarEmpty {     
330        background-image: url('icon/rating-stars.gif'); 
331}
332#menubar #mbIdentification fieldset div input[type="text"] { 
333        margin: 0 0 3px; 
334        width: 174px; 
335        display: inline; 
336}
337input[type="button"], input[type="submit"], input[type="reset"] {
338        color:#ff3363; 
339        background-color:#222; 
340        border-color:#ff3363; 
341}
342input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
343        color:#999; 
344        border-color:#666; 
345}
346.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
Note: See TracBrowser for help on using the repository browser.