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