source: extensions/flop_mauve/current/theme.css @ 9811

Last change on this file since 9811 was 9811, checked in by flop25, 13 years ago

thumb are centred
local_head.tpl for IE

File size: 5.4 KB
Line 
1
2
3/*catégories*/
4
5
6BODY#theCategoryPage .thumbnailCategories {
7        padding-left:auto;
8        padding-right:auto;
9        padding: 5px;
10        list-style: none outside none;
11        text-align: center;
12}
13BODY#theCategoryPage .thumbnailCategories li {
14        width: auto;
15        float: none;
16        display:inline;
17        text-align:center;
18        margin-left:10px;
19}
20BODY#theCategoryPage div.thumbnailCategory {
21        text-align:center;
22        width:100%;
23        height:100%;
24        margin: 0 auto;
25        padding: 0;
26        vertical-align:middle;
27}
28
29BODY#theCategoryPage div.thumbnailCategory div.illustration  {
30width:auto;
31        height:auto;
32/*height:135px;*/
33text-align:center;
34overflow: inherit;
35float:none;
36        margin: 0;
37        padding: 0;
38}
39BODY#theCategoryPage div.thumbnailCategory div.description {
40        width:auto;
41        height:auto;
42        text-align:center;
43        overflow:inherit;
44    float:none;
45    overflow: auto;
46
47}
48BODY#theCategoryPage div.thumbnailCategory div.description IMG {
49        float:right;
50}
51/* --------------Hack-------------*/
52BODY#theCategoryPage div.thumbnailCategory {
53    display: table-cell;
54    text-align: center;
55    vertical-align: middle;
56width:160px;
57height:205px;
58}
59BODY#theCategoryPage div.thumbnailCategory * {
60    vertical-align: middle;
61}
62/*\*//*/
63.wraptocenter {
64    display: block;
65}
66.wraptocenter span {
67    display: inline-block;
68    height: 100%;
69    width: 1px;
70}
71/**/
72/* --------------fin Hack-------------*/
73BODY#theCategoryPage div.thumbnailCategory div.illustration img {
74    height: 96px;
75}
76BODY#theCategoryPage div.thumbnailCategory div.description h3 {
77text-align:center;
78}
79#la_description {
80display:none;
81}
82
83
84/* text color */
85BODY, H1, H3, DT,
86INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
87  color:#e0e0e0;
88}
89
90H2, #menubar DT, .throw {
91  color: #fff48e;
92}
93
94#content .navigationBar {
95  color: #aaaaaa;
96}
97#content .pageNumberSelected {
98  color: #000000;
99}
100
101.tabsheet li,
102.tabsheet li a { color: #fff; }
103.tabsheet li a:hover { color: #fff48e; }
104
105/* backgrounds */
106BODY {
107  background-color: #330033;
108}
109
110BODY#theCategoryPage #the_page {
111        background-image: url(images/bk_ground.gif);
112        background-repeat: repeat;
113        background-attachment: fixed;
114}
115
116BODY#thePicturePage #theHeader {
117        background-image: url(images/bk_ground.gif);
118}
119
120
121H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
122        background-image: url(images/bk_ground.gif);
123        }
124
125#menubar DL, #content, #imageToolBar, .header_notes, .content {
126  background-color: #5f5f5f;
127}
128
129H2, #menubar DT, .throw  {
130  background-image: url(images/tableh1_bg.png);
131}
132
133#imageHeaderBar H2 {
134  background-image: none;
135  background-color: transparent;
136  border: none;
137}
138
139#imageHeaderBar {
140  background-image: url(images/tableh2_bg.png);
141  background-repeat: repeat-x;
142  background-position: center;
143}
144.tabsheet li { background-color: #3f3f3f; }
145
146.selected_tab { background-color: #5f5f5f !important; }
147
148/* borders */
149#menubar DL, #content, .content,
150#comments DIV.comment BLOCKQUOTE {
151  border: 1px solid #000000;
152}
153
154#imageHeaderBar {
155  border-top: 1px solid #000000;
156}
157H2, #menubar DT, #imageToolBar {
158  border-bottom: 1px solid #000000;
159}
160
161#theImage IMG {
162  border-color: #000000;
163}
164
165#content UL.thumbnail IMG {
166  border: 1px solid #a0a0a0;
167}
168
169FIELDSET, INPUT, SELECT, TEXTAREA,
170#content DIV.comment  A.illustration IMG, #infos,
171#content DIV.thumbnailCategory {
172  border: 1px solid gray;
173}
174
175#comments DIV.comment BLOCKQUOTE {
176  border-left: 2px solid #696969;
177}
178
179#content UL.thumbnails SPAN.wrap2 {
180  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
181  -moz-border-radius: 10px;     /* round corners with Geko */
182  border-radius: 10px 10px;     /* round corners with CSS3 compliant browsers */
183  background-image: url(images/tn.jpg);
184}
185
186#content UL.thumbnails SPAN.wrap2:hover,
187#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
188#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
189  background-color: #faebd7;
190  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
191  color: black;
192  -moz-border-radius: 10px;     /* round corners with Geko */
193  border-radius: 10px 10px;     /* round corners with CSS3 compliant browsers */
194}
195
196ul.tabsheet { border-color: #fff48e; }
197.tabsheet li { border: 1px solid #fff; }
198.tabsheet li:hover { border-color: #fff48e !important; }
199
200/* links */
201A, INPUT.rateButton {
202  color: #FFFFFF;
203}
204
205A:hover {
206  color: #FFF48E;
207}
208
209#imageToolBar A, #imageToolBar A:hover,
210A.navThumb, A.navThumb:hover {
211  border-bottom: none;
212}
213
214#theHeader A {
215        text-decoration: none;
216        margin: 0px;
217        padding: 0px;
218}
219/* others */
220.thumbnailCategories blockquote UL LI {
221        list-style-position: outside;
222        list-style-type:circle;
223       
224}
225.thumbnailCategories blockquote OL LI {
226        list-style-position: outside;
227        list-style-type: decimal;       
228}
229
230.pleaseNote {
231  background: #9c9c9c;
232  color: #ffff99;
233  padding: 1ex;
234  font-weight: bold;
235}
236#the_page {
237  border: 1px solid #e0e0e0;
238  padding-top: 5px;
239  padding-bottom:30px;
240  display:block;
241}
242.pwg-icon {
243        background-image: url(../default/s26/outline_ffffff.png);
244}
245
246A:hover .pwg-icon {
247        background-image: url(../default/s26/outline_ffff80.png);
248}
249/*calendar elements*/
250SPAN.calItemEmpty { color: silver; }
251
252SPAN.calItem, SPAN.calItemEmpty
253{
254  border: 1px solid gray;
255}
256
257/* nice looking month calendar*/
258TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
259
260TD.calDayCellEmpty { color: silver; }
261
262.calBackDate { color: #000; }
263.calForeDate { color: #fff; }
264.virtual_cat { background: #3f3f3f !important; }
265.qsearch { font-size: 80%; font-style: normal; }
266#mbMenu #quicksearch > p { text-align: left; }
Note: See TracBrowser for help on using the repository browser.