source: extensions/kardon/theme.css @ 16069

Last change on this file since 16069 was 16069, checked in by plg, 12 years ago

remove a useless position:relative on #the_page to avoid offset on .switchBox on piwigo.org/demo

  • Property svn:eol-style set to LF
File size: 4.9 KB
Line 
1/*{{{  Global et généralités */
2body {
3        margin: 0;
4        padding: 0;
5        font: normal 80%/1.2 "Trebuchet MS", Verdana, Arial, sans-serif;
6        background: #dcd6bb url(images/entete.png) 0 0 repeat-x;
7        color: #404040;
8}
9
10#the_page {
11        padding: 0;
12        margin: 0;
13        width: 100%; /* haslayout ie */
14}
15
16a {
17        color: #5D87A3;
18        border: none;
19}
20select, input, textarea {
21        background: #d3d3d3 ;
22        border: 1px gray solid;
23}
24legend {
25        color: gray;
26}
27#theCategoryPage .content {
28        margin-left: 260px;
29}
30
31#content {
32        padding: 40px 10px 10px;
33        zoom:1;
34}
35
36#copyright {
37        padding: 30px 0 6px 0;
38        margin: 0;
39        font-style: italic;
40} /*}}}*/
41
42
43.pwg-icon {
44        background-image: url(icon/icons_sprite.png);
45}
46
47#imageToolBar .pwg-button {
48  width:28px;
49}
50
51A:hover .pwg-icon {
52        background-image: url(icon/icons_sprite_hover.png);
53}
54
55.switchBox {
56  background-image: url(images/fond_diapo.png);
57  color:#ccc;
58}
59
60.switchBoxTitle, #languageSwitchBox .switchBoxTitle {border-color:#606060 !important;}
61
62.switchBox a, #languageSwitchBox a {color:#ddd !important;}
63.switchBox a:hover {color:#fff}
64
65#languageSwitchBox {
66  border: none !important;
67}
68
69/*{{{  Entête */
70#theHeader {
71        color: white;
72        position: relative;
73        height: 44px;
74        background: url(images/entete_droite.png) top right no-repeat;
75}
76#theHeader h1 {
77        margin: 0;
78        padding: 5px 40px 0 20px;
79        float: left;
80        width: auto;
81        font-variant: small-caps;
82}
83#theHeader p {
84        font-style: italic;
85        font-weight: bold;
86        color:gray;
87        top: 0;
88        margin: 0;
89        padding: 10px 20px 0 0;
90        text-align: left;
91
92} /*}}}*/
93
94/*{{{  message d'info (à revoir)*/
95.header_notes {
96        margin: 0 0 0 10px;
97        color: white;
98        text-align: left;
99        background: url(icon/note.png) left top no-repeat;
100        position: absolute;
101        height: 16px;
102        width: 16px;
103        text-indent: 20px;
104        overflow: hidden;
105        top: 48px;
106        left: 10px;
107        border: none;
108}
109.header_notes:hover,
110.header_notes.over{
111        width: auto;
112        height: auto;
113        background-color: gray;
114        padding: 10px;
115        z-index: 100;
116}
117.header_notes p {
118        margin: 0;
119} /*}}}*/
120
121/*{{{  catégories et liste d'image */
122div.content div.titrePage {
123        height: 50px;
124        color: white;
125        margin: auto;
126        position: static;
127}
128
129.titrePage h2 {
130
131        color: gray;
132}
133body .content div.titrePage  ul.categoryActions {
134        float: right;
135        margin-top: -40px;
136        padding: 0;
137}
138
139
140ul.categoryActions li {
141        padding: 0 5px;
142        line-height: normal;
143}
144
145ul.categoryActions li img {
146        max-height: 16px !important;
147        max-width: 16px !important;
148        height: auto !important;
149        width: auto !important;
150        vertical-align: middle;
151}
152
153#content .thumbnailCategory {
154        background: url(images/categorie.png) repeat-x;
155        padding-top: 0;
156}
157#content .thumbnailCategory .description h3 {
158        background: #CDD2D0 !important;
159        padding: 2px;
160        border: solid #B6BDB9;
161        border-width: 0 0 1px 1px;
162        -moz-border-radius-bottomleft: 5px;
163}
164#content .thumbnailCategory .illustration {
165        padding: 0;
166        margin: 0;
167}
168#content .thumbnailCategory .description .Nb_images {
169        text-align: right;
170        color: #8CAE90;
171        padding-bottom: 3px;
172}
173ul.thumbnails li span.wrap2 {
174        background: #F1EFE2 ; 
175        border: #AEB6B1 solid;
176        border-width: 0 2px 2px 0 ;
177        -moz-border-radius: 5px;
178        -webkit-border-radius: 5px;
179} 
180
181.wrap2 a:hover img,
182.wrap2 a:focus img
183{
184        opacity:.7;
185} /*}}}*/
186
187/*{{{  Visualisation de l'image */
188html>body .rateButtonStarFull,
189html>body .rateButtonStarEmpty {
190        background-image: url(icon/rating-stars.gif);
191}
192
193#imageHeaderBar .browsePath {
194        color: #BDBDBD;
195}
196#imageHeaderBar .browsePath  a {
197        color: #E9E4D3;
198        border-bottom: 1px dotted #E9E4D3;
199}
200#imageHeaderBar h2 {
201        padding: 0;
202        position: absolute;
203        top:80px;
204        width: 100%;
205        color:#76634E;
206        z-index: -10;
207        clear: none;
208        left: 0;
209}
210#imageHeaderBar {
211        overflow:hidden;
212        zoom: 1;
213        padding-bottom: 16px;
214}
215#imageToolBar
216{
217        /* position: relative; */
218        z-index: 5;
219        margin: 0;
220}
221div#imageToolBar a {
222        width: 28px;
223}
224
225#imageToolBar .imageNumber {
226  margin-top:-30px;
227}
228
229#imageToolBar .actionButtons {
230  margin-left: 10px;
231  z-index:20;
232}
233
234/*}}}*/
235
236
237/*{{{  Menu */
238#menubar {
239
240        background: gray url(images/menu_fond.png) 0 0 repeat-y;
241        margin: 26px 0 0;
242        padding:0;
243        width: 257px;
244        overflow: hidden;
245
246}
247#menubar .icon {
248        vertical-align: middle;
249}
250#menubar dl.mbFirstBlock {
251        background: url(images/menu_haut.png) 0 0 no-repeat;
252}
253#menubar dl.mbLastBlock {
254        background: url(images/menu_bas.png) left bottom no-repeat;
255        padding-bottom: 30px;
256}
257#menubar dl.mbFirstBlock dt {
258        padding-top: 1px;
259}
260#menubar dt,
261#menubar dt a {
262        color: #545454;
263        text-align: left;
264}
265#menubar dl {
266        padding-right:17px;
267        margin: 0;
268        zoom:1;
269}
270#menubar dt {
271        display: block;
272        padding: 0;
273        padding: 14px 0 0 10px;
274} 
275
276#menubar dd a {
277        color:#996633;
278        border: none;
279}
280#menubar dd a:hover {
281        color:red;
282}
283#menubar dd {
284        background: #b2b3a3 url(images/menu_liens_fond.png); /*#c8c4b7;*/
285        margin: 4px 0 0 8px;
286        padding: 5px 2px;
287        border: 2px solid;
288        border-color:  gray gainsboro gainsboro gray;
289        -webkit-border-radius: 5px;
290        /* -khtml-border-radius: 5px;
291        -o-border-radius: 5px; */
292}
293html>/**/body #menubar dd, x:-moz-any-link, x:default {
294        -moz-border-radius: 5px;
295} /* Seulement FireFox 3 */
296
297/*}}}*/
298
299
300#thePicturePage #content {padding:0;}
Note: See TracBrowser for help on using the repository browser.