source: trunk/template/default/default.css @ 514

Last change on this file since 514 was 514, checked in by z0rglub, 20 years ago
  • bug correction : when coming from picture.php on a picture of category.php page superior to the first, the right page was displayed (the one including the element) but the navigation bar was always saying we were on the first page
  • distinguish CSS classes span.dateSelected and span.pageNumberSelected
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.7 KB
Line 
1/* MAIN STYLES */
2
3body {
4  font-family: Verdana, Geneva, Arial, sans-serif;
5  font-size:12px;
6  background-color:#000000;
7  color:#E0E0E0;
8  margin:5px;
9}
10
11h1 {
12        font:                   bold 18pt 'Trebuchet MS', Verdana, sans-serif;
13        text-decoration:none; 
14        line-height:    120%; 
15}
16h2 {
17        font:                   bold 12pt Arial, Helvetica, sans-serif;
18        text-decoration:none; 
19        line-height:    120%; 
20}
21
22/* ANCHORS */
23
24a { text-decoration:none; color:#FFFFFF;}
25a:hover { text-decoration:none; color:#FFF48E;}
26a.none:hover { text-decoration:none;}
27a.image:hover { text-decoration:none;}
28a.thumbLink:hover { text-decoration:none;}
29/*a.adminMenu:hover{ color : #C6B78E; }
30a.adminMenu{ color : #FFF48E; }*/
31
32/* Navigation styles */
33
34.titreMenu,.titrePage
35{
36  padding-right: 10px;
37  padding-left: 10px;
38  border-bottom: 1px solid #000000;
39  border-right: 1px solid #000000;
40  height: 25px;
41  line-height: 25px;
42  font-size:12px;
43  color:#E0E0E0;
44  background-image: url(theme/tableh1_bg.gif);
45  font-weight:600;
46  text-align:center;
47}
48
49.titrePage 
50{
51  text-align:left;
52  font-size:16px;
53  margin-bottom:5px;
54}
55
56.titreImg{
57  text-align:center;
58  font-size:16px;
59  color:#FFF48E;
60  font-weight:600;
61}
62
63.menu {
64  margin:10px 5px 10px 5px;
65  white-space:nowrap;
66  font-size:11px;
67  text-align:left;
68}
69
70ul.menu {
71  text-align:left;
72  /* list-style-image : url(theme/collapsed.gif); */
73  list-style-type: square ;
74  padding-left:15px;
75  margin:5px;
76}
77
78.menuCategorySelected {
79  font-weight:bold;
80}
81
82.menuCategoryNotSelected {
83  font-weight:normal;
84}
85
86.navigationBar {
87  text-align:center;
88  margin-top:10px;
89  margin-bottom:10px;
90}
91
92 /* Image related styles */
93 
94.image {
95        border : 3px solid #FFFFFF;
96        margin : 10px 4px 10px 4px;
97}
98
99.commentImage {
100  text-align:justify;
101  font-style:italic;
102  font-size:16px;
103  margin-top: 10px;
104  margin-bottom: 10px;
105}
106
107.nameImage {
108  text-align:center;
109  font-size:24px;
110  background-color: #666666;
111  border-top: 1px solid #222222;
112  border-bottom: 1px solid #222222;
113}
114/* Table styles */
115
116.main {
117        background-color:#444444;
118        border: 1px solid #E0E0E0; 
119        width:100%;
120        padding-bottom:30px;
121}
122
123.table1, .home
124{
125  border: 1px solid #000000;
126  background-color:#555555;
127}
128
129.home
130{
131  text-align:center;
132  width:100%;
133}
134 
135.table2 {
136        background-color: #797979;
137        border: 1px solid #000000; 
138        margin: 0px 10px 0px 0px;
139        padding:0px;
140}
141
142.tablecompact{
143  width:100%;
144  border-collapse:collapse;
145}
146
147.throw {
148  color:#FFFFCC;
149  background-color:#3F3F3F;
150  text-align:center;
151  font-weight:bold;
152  border-top: 1px solid #000000; 
153  border-bottom: 1px solid #000000; 
154  height:20px;
155}
156
157td.throw{
158  text-align:left;
159  width:auto;
160}
161/* Thumbnails styles */
162
163.thumbnail {
164        font-size:11px;
165        text-align:center;
166        vertical-align: baseline;
167        white-space: nowrap;
168}
169
170table.thumbnail {
171  border-collapse:separate;
172  display:inline-table;
173}
174
175.thumbLink {
176        border-style: solid;
177        border-width:1px;
178        border-color: #A0A0A0;
179        margin: 2px;
180}
181
182/* Comment styles */
183.commentTitle {
184  font-family: Arial, Helvetica, sans-serif;
185  font-size:12px;
186  background-color:#797979;
187  font-weight:bold;
188  padding: 15px 5px 10px 5px;
189}
190
191.commentDate {
192  font-weight:lighter;
193  text-align:right;
194  color:#999999;
195  border-top: 1px solid #000000; 
196  border-bottom: 1px solid #000000;
197}
198
199.comment{
200  color:#C6B78E; 
201}
202/* Form styles */
203
204form{
205  text-align:left;
206  padding:10px;
207}
208
209.bouton {
210  background-image: url(theme/button_bg.gif);
211  border: 1px solid #404750;
212  color:#FFFFFF;
213  padding-left: 3px;
214  padding-right: 3px;
215  font-weight:500;
216  background-position : bottom;
217  margin-top:10px;
218}
219
220input,select,textarea {
221 text-indent:2px;
222 background-color:#505050;
223 border: 1px solid #797979;
224 padding: 0;
225 color:#FFFFCC;
226}
227
228.radio{
229  border:0;
230}
231/* Admin styles */
232
233.adminMenu {
234  text-align:center;
235  font-size:12px;
236}
237
238div.adminMenu{
239margin:10px 50px 10px 50px; 
240}
241
242.admin {
243font-weight:bold;
244background-color:#444444;
245margin:0px 0px 12px 0px;
246text-align: center;
247padding:0px;
248color : #FFF48E;
249}
250
251.adminMain
252{
253  border: 1px solid #000000;
254  background-color:#656565;
255  width:95%;
256  color:#FFFFFF;
257}
258
259/* Other styles */
260.info {
261  color:#FFF48E;
262  margin:5px 0px 5px 0px
263  white-space:nowrap;
264  text-align:center;
265  font-size:16px;
266}
267.menuInfoCat {
268  font-family:sans-serif;
269  font-size:11px;
270}
271.totalImages {
272  text-align:center;
273  margin-top:5px;
274  font-family:sans-serif;
275  font-size:11px;
276}
277
278.infoCat {
279  margin-top:10px;
280  margin-bottom:10px;
281  text-align:left;
282}
283
284.copyright {
285  font-size:10px;
286  text-align:center;
287  letter-spacing:-1px;
288}
289
290.errors {
291  text-align:left;
292  margin-top:5px;
293  margin-bottom:5px;
294  background-color:red;
295  font-weight:bold;
296  border:1px solid black;
297  color:white;
298}
299
300div.information {
301  text-align:center;
302  border:2px solid #E0E0E0;
303  margin:10px;
304  padding:5px;
305}
306
307span.dateSelected, span.pageNumberSelected {
308  text-decoration:underline;
309}
310
311/**
312 * in calendar category, year or month currently focused
313 */
314span.dateSelected {
315}
316
317/**
318 * in navigation bar, page number currently focused
319 */
320span.pageNumberSelected {
321}
322
323span.thumb_picture {
324  font-weight:normal;
325}
326
327span.thumb_category {
328  font-weight:normal;
329}
330
331span.update_error_element, span.update_category_error {
332  color:orange;
333}
334
335.update_summary_new {
336  color:#9cb4ce;
337}
338
339.update_summary_del {
340  color:#ffe1e1;
341}
342
343.confMenu {
344  background-color:#444444;
345  text-align:center;
346}
347
348.confMenu a {
349  padding:2px;
350  border:1px solid gray;
351  background-color:#505050;
352  color:#fff48e;
353  color:lightgray;
354}
355
356.confMenu a:hover {
357  color:orange;
358  text-decoration:none;
359}
360
361.confMenu a.opened {
362  background-color:gray;
363  color:white;
364  text-decoration:none;
365}
366
367span.confLineName {
368  font-weight:bold;
369}
370
371span.confLineInfo {
372  font-size:80%;
373}
374
375td.confLineField {
376  text-align:left;
377  padding:5px 0px 5px 0px;
378  height:20px;
379  background-color:#505050;
380}
Note: See TracBrowser for help on using the repository browser.