source: extensions/Simple_Grey/content.css @ 5061

Last change on this file since 5061 was 4878, checked in by boulde, 14 years ago

[simple] correction for plugins that use dd/dt in menubar

File size: 4.9 KB
Line 
1/*
2 CSS for all pages
3*/
4
5body {
6  font-family: Verdana,Arial,Helvetica,sans-serif;
7  font-size: 75%;
8  margin: 0;
9  padding: 0;
10}
11
12img {
13  border: 0;
14}
15
16a {
17  text-decoration: none;
18}
19
20hr {
21  border: 1px #999999 solid;
22}
23
24h1, h2, h3 {
25  margin: 0;
26  padding: 0;
27  font-size: 1em;
28}
29h1 { font-size: 1.6em; }
30
31#menuswitcher {
32  cursor: pointer;
33}
34
35/* Layout */
36
37#the_page {
38  width: 85%;
39  min-width: 900px;
40  margin: 0 auto;
41  padding: 0;
42}
43
44#theHeader h1 {
45  padding: 1em 0 0;
46}
47#theHeader p {
48  padding: 0;
49  margin: 0;
50}
51
52.titrePage {
53  margin: 1em 0;
54}
55
56.titrePage h2 {
57  margin: 1em 0;
58  padding: 0;
59  display: inline;
60}
61
62.titrePage img {
63  float: left;
64  margin-top: -5px;
65}
66
67.titrePage .categoryActions {
68  float: right;
69  margin: 0;
70  padding: 0;
71  list-style: none;
72  width: auto;
73}
74
75.categoryActions li {
76  display: inline;
77}
78
79#content {
80  margin: 1em 0 0;
81  padding: 1em;
82}
83
84/* tags */
85
86.tagLevel5 { font-size: 130%; }
87.tagLevel4 { font-size: 120%; }
88.tagLevel3 { font-size: 110%; }
89.tagLevel2 { font-size: 100%; }
90.tagLevel1 { font-size: 90%; }
91
92#fullTagCloud {
93  text-align: center;
94  margin: 1em 2em;
95}
96
97#fullTagCloud span {
98  white-space: nowrap;
99  margin: 0 0.5em;
100}
101
102#fullTagCloud a {
103  padding: 2px;
104}
105
106.tagLetterContent {
107  width: 100%;
108}
109
110.tagSelection li {
111  display:  inline;
112}
113
114/* Messages */
115
116.errors, .infos {
117  color: #e04040;
118  border: 1px dashed;
119  margin: 0 1em;
120}
121
122/* Forms */
123
124form {
125  margin: 0;
126}
127
128#content form li {
129  list-style: none;
130  margin: 0.2em 0;
131}
132
133div.property {
134  display: block;
135  min-width: 275px;
136  float: left;
137}
138
139/* Menubar */
140
141#menubar {
142  margin: 0;
143  padding: 0;
144  float: left;
145  width: 15%;
146  display: none;
147/*  visibility: visible;*/
148}
149
150#menubar ul {
151  margin: 0;
152  padding: 1em 0 1em 2em;
153}
154#menubar dd {
155  margin: 0;
156  padding: 0;
157}
158
159  #menubar ul ul {
160 margin: 0;
161 padding: 0 0 0 1em;
162}
163
164/* images thumbnails */
165
166#thumbnails {
167  width: auto;
168  text-align: center;
169  padding: 1em 0;
170}
171
172#thumbnails ul {
173  margin: 0;
174  padding: 0;
175  overflow: hidden;
176  list-style: none;
177}
178
179#thumbnails li {
180  margin: 0;
181  padding: 0;
182  float: left;
183  width: 200px;
184  height: 200px;
185}
186
187.nb-comments, .nb-hits {
188  font-weight: normal;
189  display: block;
190}
191.zero {
192  display: none;
193}
194
195/* categories thumbnails */
196
197.thumbnailCategories {
198  margin: 0;
199  padding: 1em;
200  overflow: hidden;
201  list-style: none;
202}
203
204.thumbnailCategories li {
205  float: left;
206  height: 160px;
207  overflow: hidden;
208  margin: 1em;
209  width: 45%;
210}
211
212.illustration {
213  float: left;
214  margin: 0.2em;
215  width: 150px;
216}
217
218.description {
219  overflow: auto;
220  padding-left: 1em;
221}
222
223.description h3 {
224  margin: 0;
225}
226
227.thumbCatDescNfoDate, .thumbCatDescNbImg {
228  margin: 0;
229  font-size: 80%;
230}
231
232.thumbCatDesc {
233  margin: 0;
234  padding-top: 4px;
235}
236
237/* page : title bar */
238
239p#additional_info {
240    margin: 1em 5em;
241}
242
243.navigationBar {
244  padding: 0.5em;
245  text-align: right;
246  clear: both;
247}
248
249/* pictures pages */
250
251#thePicturePage #theHeader, #thePicturePage #copyright {
252  display: none;
253}
254#thePicturePage #content {
255    margin-bottom: 1em;
256    padding: 1em 0 0;
257}
258
259.imageNumber {
260  float: right;
261  padding: 0 3px;
262  font-size: 0.9em;
263}
264
265.navButtons {
266  font-size: 1.5em;
267  text-align: center;
268}
269
270#navThumbPrev, #navThumbNext {
271  text-align: center;
272  margin: 1em auto;
273}
274
275#imageToolBar {
276  height: 25px;
277}
278
279#imageInfoBar {
280  float: right;
281  clear: right;
282  width: 20%;
283  margin: 0 1em 0;
284}
285
286#randomButtons ul {
287  padding: 0;
288  list-style-type: none;
289}
290
291#imageInfos dt, #imageMeta dt {
292  font-weight: bold;
293}
294#imageInfos dd, #imageMeta dd {
295  margin-left: 1em;
296  overflow: hidden;
297}
298
299#theImage {
300  text-align: center;
301  padding: 1em 0;
302  margin: auto;
303}
304
305form#rateForm {
306  margin: 0;
307}
308#rateForm input, #rateForm input:active {
309  cursor: pointer;
310  border: none;
311  padding: 0;
312}
313#rateForm input.rateButtonStarFull  {
314  background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
315  width: 16px;
316}
317#rateForm input.rateButtonStarEmpty {
318  background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
319  width: 16px;
320}
321
322/* slideshow */
323
324#slideshow .titrePage {
325    width: 55%;
326    text-align: center;
327    margin: 0 auto;
328}
329
330#slideshow .navButtons {
331    display: inline;
332    font-size: 1em;
333    float: left;
334}
335
336/* comments */
337
338#theComments h3 {
339  height: 25px;
340  line-height: 25px;
341  padding-left: 1em;
342  cursor: pointer;
343}
344
345#theComments > div {
346    display: none;
347}
348
349#commentAdd, #commentList {
350  width: 48%;
351  padding: 1%;
352}
353#commentAdd  { float: left; }
354#commentList { float: right; }
355
356#commentList ul {
357  list-style: none;
358  padding: 0;
359}
360#commentList li {
361  clear: both;
362  display: block;
363  border-top: 1px dotted #606060;
364  padding: 0.5em 0;
365}
366#commentList li ul {
367  list-style-type: none;
368  padding: 4px;
369}
370
371ul.actions {
372    float: right;
373}
374
375#commentList .author {
376    font-weight: bold;
377    font-variant: small-caps;
378}
379#commentList .date {
380    font-style: italic;
381}
382
383#theCommentsPage #comments li {
384  clear: left;
385  list-style: none;
386}
387
388/* Footer */
389
390#copyright {
391  padding: 2px;
392  clear: both;
393}
Note: See TracBrowser for help on using the repository browser.