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/installer.css,v $
14
  $Revision: 1.4 $
15
  $Author: gaugau $
16
  $Date: 2005/04/19 03:17:11 $
17
**********************************************/
18
body {
19
        font-family : Verdana, Arial, Helvetica, sans-serif;
20
        font-size: 12px;
21
        background : #F7F7F7 ;
22
        color : Black;
23
        margin: 0px;
24
}
25
 
26
h2 {
27
        font-family: Arial, Helvetica, sans-serif;
28
        font-size: 18px;
29
        margin: 0px;
30
}
31
 
32
p {
33
        font-family: Arial, Helvetica, sans-serif;
34
        font-size: 12px;
35
        margin: 2px 0px;
36
}
37
 
38
td {
39
        font-size: 12px;
40
}
41
 
42
hr {
43
        color : #000000;
44
        height: 1px;
45
}
46
 
47
.textinput {
48
        font-family: Verdana, Arial, Helvetica, sans-serif;
49
        font-size: 12px;
50
        border: groove 1px;
51
        width: 100%;
52
}
53
 
54
.listbox {
55
        font-family: Verdana, Arial, Helvetica, sans-serif;
56
        font-size: 12px;
57
        border: groove 1px;
58
}
59
 
60
.button {
61
        font-family: Verdana, Arial, Helvetica, sans-serif;
62
        font-size: 12px;
63
        border: raised 1px;
64
}
65
 
66
a {
67
        color: #0033CC;
68
        text-decoration: none;
69
}
70
 
71
a:hover {
72
        color: #0033CC;
73
        text-decoration: underline;
74
}
75
 
76
.tableh1 {
77
        background : #0E72A4 ;
78
        color : #FFFFFF;
79
        padding-top: 3px;
80
        padding-right: 10px;
81
        padding-bottom: 3px;
82
        padding-left: 10px;
83
}
84
 
85
.tableh2 {
86
        background: #D1D7DC ;
87
        color : #000000;
88
        padding-top: 3px;
89
        padding-right: 10px;
90
        padding-bottom: 3px;
91
        padding-left: 10px;
92
}
93
 
94
.tableb {
95
        background: #EFEFEF ;
96
        padding-top: 8px;
97
        padding-right: 10px;
98
        padding-bottom: 8px;
99
        padding-left: 10px;
100
}
101
 
102
.updatesOK {
103
        background: #EFEFEF ;
104
        padding-top: 8px;
105
        padding-right: 10px;
106
        padding-bottom: 8px;
107
        padding-left: 10px;
108
        font-weight: bold;
109
        color: green;
110
}
111
 
112
.updatesFail {
113
        background: #EFEFEF ;
114
        padding-top: 8px;
115
        padding-right: 10px;
116
        padding-bottom: 8px;
117
        padding-left: 10px;
118
}
119
 
120
.maintable {
121
        border: 1px solid #0E72A4;
122
        background-color: #FFFFFF;
123
        margin: 2px;
124
}
125
 
126
 .error {
127
        color : Red;
128
        font-weight : bold;
129
}