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