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