source: extensions/Simple_Grey/content.css @ 4588

Last change on this file since 4588 was 4457, checked in by boulde, 15 years ago

[simple] bugfix for inclusion of head_elements + change the header id to theHeader

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