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