source: extensions/kardon/theme.css @ 8804

Last change on this file since 8804 was 6458, checked in by plg, 14 years ago

move the CSS code specific to the slideshow page in a specific CSS stylesheet.

This tip suggested by P@t make feature:1712 useless (and I'll backmerge it)
and make the slideshow work in Piwigo 2.1.1, no need to wait for Piwigo 2.1.2

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