Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
/*************************
2
  Coppermine Photo Gallery
3
  ************************
4
  Copyright (c) 2003-2005 Coppermine Dev Team
5
  v1.1 originaly written by Gregory DEMAR
6
 
7
  This program is free software; you can redistribute it and/or modify
8
  it under the terms of the GNU General Public License as published by
9
  the Free Software Foundation; either version 2 of the License, or
10
  (at your option) any later version.
11
  ********************************************
12
  Coppermine version: 1.3.3
13
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
14
  $Revision: 1.2 $
15
  $Author: gaugau $
16
  $Date: 2005/04/19 03:17:13 $
17
**********************************************/
18
 
19
body {
20
        font-family : Verdana, Arial, Helvetica, sans-serif;
21
        font-size: 12px;
22
        background : #F7F7F7 ;
23
        color : Black;
24
        margin: 0px;
25
}
26
 
27
table {
28
        font-size: 12px;
29
}
30
 
31
h1{
32
        font-weight: bold;
33
        font-size: 22px;
34
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
35
        text-decoration: none;
36
        line-height : 120%;
37
        color : #000000;
38
        margin: 2px;
39
}
40
 
41
h2 {
42
        font-family: Arial, Helvetica, sans-serif;
43
        font-size: 18px;
44
        margin: 0px;
45
}
46
 
47
h3 {
48
        font-weight: normal;
49
        font-family: Verdana, Arial, Helvetica, sans-serif;
50
        font-size: 12px;
51
        margin: 2px;
52
}
53
 
54
p {
55
        font-family: Arial, Helvetica, sans-serif;
56
        font-size: 100%;
57
        margin: 2px 0px;
58
}
59
 
60
ul {
61
        margin-left: 5px;
62
        padding: 0px;
63
}
64
 
65
li {
66
        margin-left: 10px;
67
        margin-top: 4px;
68
        margin-bottom: 4px;
69
        padding: 0px;
70
        list-style-position: outside;
71
        list-style-type: disc;
72
}
73
 
74
.textinput {
75
        font-family: Verdana, Arial, Helvetica, sans-serif;
76
        font-size: 100%;
77
        border: 1px solid #D1D7DC;
78
        padding-right: 3px;
79
        padding-left: 3px;
80
}
81
 
82
.listbox {
83
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
84
        font-size: 100%;
85
        border: 1px solid #D1D7DC;
86
        vertical-align : middle;
87
}
88
 
89
.button {
90
        font-family: Arial, Helvetica, sans-serif;
91
        font-size: 100%;
92
        border: 1px solid #005D8C;
93
        background-image : url(images/button_bg.gif);
94
        background-position : bottom;
95
}
96
 
97
.comment_button {
98
        font-family: Arial, Helvetica, sans-serif;
99
        font-size: 85%;
100
        border: 1px solid #005D8C;
101
        background-image : url(images/button_bg.gif);
102
        background-position : bottom;
103
        padding-left: 3px;
104
        padding-right: 3px;
105
}
106
 
107
.radio {
108
        font-family: Verdana, Arial, Helvetica, sans-serif;
109
        font-size: 100%;
110
        vertical-align : middle;
111
}
112
 
113
.checkbox {
114
        font-family: Verdana, Arial, Helvetica, sans-serif;
115
        font-size: 100%;
116
        vertical-align : middle;
117
}
118
 
119
a {
120
        color: #0033CC;
121
        text-decoration: none;
122
}
123
 
124
a:hover {
125
        color: #0033CC;
126
        text-decoration: underline;
127
}
128
 
129
bblink a {
130
        color: #0033CC;
131
        text-decoration: none;
132
}
133
 
134
bblink a:hover {
135
        color: #0033CC;
136
        text-decoration: underline;
137
}
138
 
139
.maintable {
140
        border: 1px solid #0E72A4;
141
        background-color: #FFFFFF;
142
        margin-top: 1px;
143
        margin-bottom: 1px;
144
}
145
 
146
.tableh1 {
147
        background : #0E72A4 ;
148
        color : #FFFFFF;
149
        padding-top: 3px;
150
        padding-right: 10px;
151
        padding-bottom: 3px;
152
        padding-left: 10px;
153
}
154
 
155
.tableh1_compact {
156
        background : #0E72A4 ;
157
        color : #FFFFFF;
158
        padding-top: 2px;
159
        padding-right: 5px;
160
        padding-bottom: 2px;
161
        padding-left: 5px;
162
}
163
 
164
.tableh2 {
165
        background: #D1D7DC ;
166
        color : #000000;
167
        padding-top: 3px;
168
        padding-right: 10px;
169
        padding-bottom: 3px;
170
        padding-left: 10px;
171
}
172
 
173
.tableh2_compact {
174
        background: #D1D7DC ;
175
        color : #000000;
176
        padding-top: 2px;
177
        padding-right: 5px;
178
        padding-bottom: 2px;
179
        padding-left: 5px;
180
}
181
 
182
.tableb {
183
        background: #EFEFEF ;
184
        padding-top: 3px;
185
        padding-right: 10px;
186
        padding-bottom: 3px;
187
        padding-left: 10px;
188
}
189
 
190
.tableb_compact {
191
        background: #EFEFEF ;
192
        padding-top: 2px;
193
        padding-right: 5px;
194
        padding-bottom: 2px;
195
        padding-left: 5px;
196
}
197
 
198
.tablef {
199
        background: #D1D7DC;
200
        padding-top: 10px;
201
        padding-right: 10px;
202
        padding-bottom: 10px;
203
        padding-left: 10px;
204
}
205
 
206
.album_stat {
207
        font-size: 85%;
208
        margin: 5px 0px;
209
}
210
 
211
.thumb_title {
212
        font-weight : bold;
213
        font-size: 80%;
214
        padding: 2px;
215
        display : block;
216
}
217
 
218
.thumb_caption {
219
        font-size: 80%;
220
        padding: 1px;
221
        display : block;
222
}
223
 
224
.thumb_caption a {
225
        text-decoration: underline;
226
        color: #000000;
227
}
228
 
229
.thumb_num_comments {
230
        font-weight: normal;
231
        font-size: 80%;
232
        padding: 2px;
233
        font-style : italic;
234
        display : block;
235
}
236
 
237
.user_thumb_infobox {
238
        margin-top: 1px;
239
        margin-bottom: 1px;
240
}
241
 
242
.user_thumb_infobox th {
243
        font-weight : bold;
244
        font-size: 100%;
245
        margin-top: 1px;
246
        margin-bottom: 1px;
247
        text-align : center;
248
}
249
 
250
.user_thumb_infobox td {
251
        font-size: 80%;
252
        margin-top: 1px;
253
        margin-bottom: 1px;
254
        text-align : center;
255
}
256
 
257
.user_thumb_infobox a {
258
        text-decoration: none;
259
        color: #000000;
260
}
261
 
262
.user_thumb_infobox a:hover {
263
        color: #000000;
264
        text-decoration: underline;
265
}
266
 
267
.sortorder_cell {
268
        background : #0E72A4 ;
269
        color : #FFFFFF;
270
        padding: 0px;
271
        margin: 0px;
272
}
273
 
274
.sortorder_options {
275
        font-family: Verdana, Arial, Helvetica, sans-serif;
276
        background : #0E72A4 ;
277
        color : #FFFFFF;
278
        padding: 0px;
279
        margin: 0px;
280
        font-weight: normal;
281
        font-size: 80%;
282
        white-space: nowrap;
283
}
284
 
285
.navmenu {
286
        font-family: Verdana, Arial, Helvetica, sans-serif;
287
        color: #FFFFFF;
288
        font-size: 100%;
289
        font-weight: bold;
290
        background : #0E72A4 ;
291
        border-style: none;
292
}
293
 
294
.navmenu img {
295
        margin-top: 1px;
296
        margin-right: 5px;
297
        margin-bottom: 1px;
298
        margin-left: 5px;
299
}
300
 
301
.navmenu a {
302
        position: relative;
303
        display: block;
304
        padding-top: 2px;
305
        padding-right: 5px;
306
        padding-bottom: 2px;
307
        padding-left: 5px;
308
        text-decoration: none;
309
        color: #FFFFFF;
310
}
311
 
312
.navmenu a:hover {
313
        background : #EFEFEF ;
314
        text-decoration: none;
315
        color:         #000000;
316
}
317
 
318
.admin_menu_thumb {
319
        font-family: Arial, Helvetica, sans-serif;
320
        font-size: 85%;
321
        border: 1px solid #005D8C;
322
        background-image : url(images/button_bg.gif);
323
        background-position : bottom;
324
        color: #000000;
325
        font-weight: bold;
326
        margin-top: 0px;
327
        margin-bottom: 0px;
328
        width: 85px;
329
}
330
 
331
.admin_menu_thumb a {
332
        color: #000000;
333
        text-decoration: none;
334
        display: block;
335
        position: relative;
336
        padding-top: 1px;
337
        padding-bottom: 1px;
338
        padding-left: 10px;
339
        padding-right: 10px;
340
}
341
 
342
 
343
.admin_menu_thumb a:hover {
344
        color: #000000;
345
        text-decoration: underline;
346
}
347
 
348
.admin_menu {
349
        font-family: Arial, Helvetica, sans-serif;
350
        font-size: 85%;
351
        border: 1px solid #005D8C;
352
        background-image : url(images/button_bg.gif);
353
        background-position : bottom;
354
        color: #000000;
355
        margin-top: 0px;
356
        margin-bottom: 0px;
357
        text-align: center;
358
}
359
 
360
.admin_menu a {
361
        color: #000000;
362
        text-decoration: none;
363
        display: block;
364
        position: relative;
365
        padding-top: 1px;
366
        padding-bottom: 1px;
367
        padding-left: 2px;
368
        padding-right: 2px;
369
}
370
 
371
.admin_menu a:hover {
372
        color: #000000;
373
        text-decoration: underline;
374
}
375
 
376
.comment_date{
377
        color : #5F5F5F;
378
        font-size : 90%;
379
        vertical-align : middle;
380
}
381
 
382
.image {
383
        border-style: solid;
384
        border-width:1px;
385
        border-color: #000000;
386
        margin: 2px;
387
}
388
 
389
.imageborder {
390
        border: 1px solid #000000;
391
        background-color: #FFFFFF;
392
        margin-top: 30px;
393
        margin-bottom: 30px;
394
}
395
 
396
.thumbnails {
397
        background: #EFEFEF ;
398
        padding: 5px;
399
}
400
 
401
.footer {
402
        font-size : 9px;
403
}
404
 
405
.footer a {
406
        text-decoration: none;
407
        color: #000000;
408
}
409
 
410
.footer a:hover {
411
        color: #000000;
412
        text-decoration: underline;
413
}
414
 
415
.statlink {
416
        color: #FFFFFF;
417
}
418
 
419
.statlink a {
420
        text-decoration: none;
421
        color: #FFFFFF;
422
}
423
 
424
.statlink a:hover {
425
        color: #FFFFFF;
426
        text-decoration: underline;
427
}
428
 
429
.alblink a {
430
        text-decoration: underline;
431
        color: #000000;
432
}
433
 
434
.alblink a:hover {
435
        color: #000000;
436
        text-decoration: underline;
437
}
438
 
439
.catlink {
440
        display: block;
441
        margin-bottom: 2px;
442
}
443
 
444
.catlink a {
445
        text-decoration: underline;
446
        color: #000000;
447
}
448
 
449
.catlink a:hover {
450
        color: #000000;
451
        text-decoration: underline;
452
}
453
 
454
.topmenu {
455
        line-height : 130%;
456
        font-size: 100%;
457
}
458
 
459
.topmenu a {
460
        color : #0033CC;
461
        text-decoration : none;
462
}
463
 
464
.topmenu a:hover  {
465
        color : #0033CC;
466
        text-decoration : underline;
467
}
468
 
469
.img_caption_table {
470
        border: none;
471
        background-color: #FFFFFF;
472
        width : 100%;
473
        margin : 0px;
474
}
475
 
476
.img_caption_table th {
477
        background: #D1D7DC ;
478
        font-size: 100%;
479
        color : #000000;
480
        padding-top: 4px;
481
        padding-right: 10px;
482
        padding-bottom: 4px;
483
        padding-left: 10px;
484
        border-top : 1px solid #FFFFFF;
485
}
486
 
487
.img_caption_table td {
488
        background: #EFEFEF ;
489
        padding-top: 6px;
490
        padding-right: 10px;
491
        padding-bottom: 6px;
492
        padding-left: 10px;
493
        border-top : 1px solid #FFFFFF;
494
}
495
 
496
.debug_text {
497
        border: #BDBEBD;
498
        background-color: #EFEFEF;
499
        width : 100%;
500
        margin : 0px;
501
}
502
 
503
.clickable_option {
504
        border-bottom : 1px dotted blue;
505
        cursor : hand;
506
}
507
 
508
.listbox_lang {
509
        color: #000000;
510
        background-color: #D1D7DC;
511
        border: 1px solid #D1D7DC;
512
        font-size: 80%;
513
        font-family: Arial, Helvetica, sans-serif;
514
        vertical-align : middle;
515
 
516
}