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

Last change on this file since 2927 was 2927, checked in by vdigital, 15 years ago
  • "register" and "lost password" icons are in bad shape in menu...
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 8.3 KB
Line 
1/* $Id: theme.css 2927 2008-12-06 20:30: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        width:24px; 
155        right:0px; 
156        top:-40px; 
157}
158#menubar #mbIdentification fieldset { 
159        border:0; 
160        margin:0 24px 0 23px; 
161}
162#menubar #mbIdentification legend { 
163        display: none; 
164}
165#menubar #menuTagCloud { 
166        margin: 0; 
167        padding: 0 8px 0 16px; 
168}
169
170.content { 
171        background:#222 url(images/fillet.gif) repeat-x scroll left top; 
172        min-height:466px; 
173}
174
175.content { 
176        border: 1px solid #000; 
177        border-top: 0; 
178        margin:21px 7px 0 290px; 
179        padding-top:7px; 
180}
181.content h2 { 
182        margin:0; 
183        padding:0px 10px 15px 15px; 
184        border:0;
185}
186#menubar form { 
187        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; 
188        margin:0; 
189}
190.content ul.thumbnailCategories li {
191        background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; 
192        width:49%; 
193        margin: 0; 
194        padding:0; 
195}
196.content div.thumbnailCategory { 
197        background:transparent url(images/cat_bottom-left.gif) no-repeat scroll left bottom; 
198        padding: 0; 
199        margin:0; 
200}
201.content .thumbnailCategory div.illustration { 
202        background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; 
203        padding: 0 0 0 10px; 
204        margin: 0 !important; 
205}
206.content .thumbnailCategory div.illustration a { 
207        display: block; 
208        margin: 0; 
209        padding:20px 0 0 8px; 
210}
211.content .thumbnailCategory div.description { 
212        background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
213        margin: 0; 
214        padding:15px 10px 3px 0; 
215        overflow: hidden !important; 
216}
217.content .thumbnailCategory div.description .text { 
218        display:block; 
219        margin:10px 2px 0 0;
220        overflow: auto; 
221        overflow-x:hidden; 
222        padding:0 0 5px; 
223}
224.content div.thumbnailCategory div.description p.dates { 
225        margin: 0 15px 0 15px; 
226        text-align: right; 
227}
228.content .thumbnailCategory div.description H3 { 
229        display: block; 
230}
231.content ul.thumbnailCategories li:hover { 
232        background-color:#111; 
233} 
234.infos { 
235        color:#f70; 
236        border:0; 
237        background-color: transparent; 
238        margin-left:125px;
239        padding:5px 0px 0pt 10pt; 
240        min-height: 48px; 
241        text-align:left; 
242}
243.infos li, .errors li { 
244        list-style-type:none; 
245}
246.errors { 
247        color:#f30; 
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        font-weight:bold; 
255}
256#menubar #menuTagCloud { 
257        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
258        margin:0; 
259        padding: 0 12px; 
260}
261H2 { 
262        border-bottom: 1px solid #000000; 
263}
264#qsearchInput { 
265        border-color:#222; 
266        color:#222;
267}
268FIELDSET, INPUT, SELECT, TEXTAREA { 
269        border: 1px solid #666; 
270}
271input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
272        background-color:#444; 
273        color:#999; 
274} /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
275input[type="file"] {
276        background-color:#222; 
277        border: 1px solid #666;
278}
279INPUT, select, textarea { 
280        color:#999; 
281        background-color:#444; 
282}
283input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStarEmpty, input[type="button"].rateButtonStarFull { 
284        background-color: transparent; 
285}
286#qsearchInput:focus, input:focus, select:focus, textarea:focus, input.focus, form .focus { 
287        background-color:#444;
288        color:#999; 
289}
290.content UL.thumbnails SPAN.wrap2 {
291        border: 1px solid #666; /* thumbnails border color and style */
292        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 
293}
294.content UL.thumbnails SPAN.wrap2:hover { 
295        color:#666;
296        background-color:#111; 
297        border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ 
298}
299#comments ul.actions li, #comments ul.actions li:hover { 
300        background:transparent none;
301        padding: 0 22px; 
302        clear:both; 
303        list-style-type:none; 
304}
305A, INPUT.rateButton { 
306        color:#f70; 
307        border-width: 0; 
308}
309A:hover, A:active { 
310        color:#f33; 
311        border-bottom: 1px solid #f33; 
312        cursor: pointer; 
313}
314#theImage A, .illustration A, A.navThumb, A.navThumb { 
315        border-bottom-width: 0; 
316}
317#imageToolBar { 
318        padding:0 7%; 
319}
320#imageHeaderBar .imageNumber { 
321        margin-right:7%; 
322}
323#imageHeaderBar .browsePath { 
324        margin-left:7%; 
325}
326*, *:focus, *:active, input:active, a:active, input:focus, a:focus { 
327        outline: none; 
328}
329#debug { 
330        margin: 15px 15px 5px 248px; 
331        font-size:12px; 
332        clear: both; 
333}
334.rateButtonStarFull, .rateButtonStarEmpty {     
335        background-image: url('icon/rating-stars.gif'); 
336}
337#menubar #mbIdentification fieldset div input[type="text"] { 
338        margin: 0 0 3px; 
339        width: 174px; 
340        display: inline; 
341}
342input[type="button"], input[type="submit"], input[type="reset"] {
343        color:#ff3363; 
344        background-color:#222; 
345        border-color:#ff3363; 
346}
347input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
348        color:#999; 
349        border-color:#666; 
350}
351.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
Note: See TracBrowser for help on using the repository browser.