~ubuntu-branches/ubuntu/maverick/znc/maverick

« back to all changes in this revision

Viewing changes to modules/webadmin/skins/dark-clouds/data/main.css

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-05-24 18:05:44 UTC
  • mfrom: (1.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524180544-8e4s3f4nj0lhyw7n
Tags: 0.090~rc1-1
* New upstream release candidate.
  - Drop znc-webadmin package. It is now provided in the core source code.
  - Rename discon_kick module to disconkick.
  - Add charset and notes module.
* Add missing dependency on libc-ares-dev to znc-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        background: #555;
3
 
        margin-top: 10px;
4
 
        background: #444;
5
 
}
6
 
 
7
 
td {
8
 
        font-family: verdana;
9
 
        font-size: 12px;
10
 
        color: white;
11
 
}
12
 
 
13
 
input, select, textarea {
14
 
        font-family: verdana;
15
 
        font-size: 12px;
16
 
        color: #000000;
17
 
        border: 1px solid #000000;
18
 
        background-color: #999;
19
 
}
20
 
 
21
 
a:link, a:active, a:visited {
22
 
        font-family: verdana;
23
 
        font-size: 12px;
24
 
        color: #E9630A;
25
 
        text-decoration: none;
26
 
}
27
 
 
28
 
a:hover {
29
 
        font-family: verdana;
30
 
        font-size: 12px;
31
 
        color: #E9A640;
32
 
        text-decoration: underline;
33
 
}
34
 
 
35
 
.header {
36
 
        background-image: url('clouds-header.jpg');
37
 
        padding: 10px;
38
 
        border: 1px solid #000000;
39
 
        height: 100px;
40
 
        width: 800px;
41
 
        vertical-align: bottom;
42
 
        text-align: right;
43
 
        font-weight: bold;
44
 
        font-size: 13px;
45
 
}
46
 
 
47
 
.loginbar {
48
 
        border-left: 1px solid #000000;
49
 
        border-bottom: 1px solid #000000;
50
 
        border-right: 1px solid #000000;
51
 
        background-color: #444;
52
 
        height: 20px;
53
 
}
54
 
 
55
 
.switchuser {
56
 
        border-left: 1px solid #000000;
57
 
        text-align: center;
58
 
        vertical-align: middle;
59
 
        width: 150px;
60
 
}
61
 
 
62
 
.switchuser a:link, .switchuser a:active, .switchuser a:visited {
63
 
        font-family: verdana;
64
 
        font-size: 12px;
65
 
        color: white;
66
 
        text-decoration: none;
67
 
}
68
 
 
69
 
.switchuser a:hover {
70
 
        font-family: verdana;
71
 
        font-size: 12px;
72
 
        color: white;
73
 
        text-decoration: underline;
74
 
}
75
 
 
76
 
.menu {
77
 
        width: 160px;
78
 
        background-color: #333;
79
 
        border-left: 1px solid #000000;
80
 
        vertical-align: top;
81
 
        padding-bottom: 20px;
82
 
}
83
 
 
84
 
.menuactive {
85
 
        vertical-align: middle;
86
 
        text-align: center;
87
 
        height: 30px;
88
 
        background-color: #D49712;
89
 
        font-weight: bold;
90
 
        border-bottom: 1px solid #000000;
91
 
}
92
 
 
93
 
.menuinactive {
94
 
        vertical-align: middle;
95
 
        text-align: center;
96
 
        height: 30px;
97
 
        background-color: #777;
98
 
        border-right: 1px solid #000000;
99
 
        border-bottom: 1px solid #000000;
100
 
}
101
 
 
102
 
.menuactive a:link, .menuactive a:active, .menuactive a:visited {
103
 
        font-family: verdana;
104
 
        font-size: 12px;
105
 
        color: #000000;
106
 
        text-decoration: none;
107
 
}
108
 
 
109
 
.menuactive a:hover {
110
 
        font-family: verdana;
111
 
        font-size: 12px;
112
 
        color: #3B98F5;
113
 
        text-decoration: underline;
114
 
}
115
 
 
116
 
.menuinactive a:link, .menuinactive a:active, .menuinactive a:visited {
117
 
        font-family: verdana;
118
 
        font-size: 12px;
119
 
        color: #000000;
120
 
        text-decoration: none;
121
 
}
122
 
 
123
 
.menuinactive a:hover {
124
 
        font-family: verdana;
125
 
        font-size: 12px;
126
 
        color: #FFFFFF;
127
 
        text-decoration: underline;
128
 
}
129
 
 
130
 
.main {
131
 
        width: 640px;
132
 
        vertical-align: top;
133
 
        padding: 15px;
134
 
        background-color: #444;
135
 
        border-right: 1px solid #000000;
136
 
}
137
 
 
138
 
.cbar {
139
 
        border: 1px solid #000000;
140
 
        background-color: #D49712;
141
 
        height: 20px;
142
 
        text-align: right;
143
 
        padding-right: 5px;
144
 
}
145
 
 
146
 
.cbar a:link, .cbar a:active, .cbar a:visited {
147
 
        font-family: verdana;
148
 
        font-size: 12px;
149
 
        color: #000000;
150
 
        text-decoration: none;
151
 
}
152
 
 
153
 
.cbar a:hover {
154
 
        font-family: verdana;
155
 
        font-size: 12px;
156
 
        color: #FFFFFF;
157
 
        text-decoration: underline;
158
 
}
159
 
 
160
 
.maintitle {
161
 
        height: 20px;
162
 
        background-color: #D49712;
163
 
        color: #000000;
164
 
        font-weight: bold;
165
 
        padding-left: 5px;
166
 
        border: 1px solid #000000;
167
 
}
168
 
 
169
 
.mainalone {
170
 
        padding: 10px;
171
 
        border-bottom: 1px solid #000000;
172
 
        border-left: 1px solid #000000;
173
 
        border-right: 1px solid #000000;
174
 
}
175
 
 
176
 
.mainleft {
177
 
        height: 30px;
178
 
        padding: 5px;
179
 
        font-weight: bold;
180
 
        border-bottom: 1px solid #000000;
181
 
        border-left: 1px solid #000000;
182
 
        border-right: 1px solid #000000;
183
 
}
184
 
 
185
 
.mainright {
186
 
        padding: 5px;
187
 
        border-bottom: 1px solid #000000;
188
 
        border-right: 1px solid #000000;
189
 
}
190
 
 
191
 
.mainrow {
192
 
        padding: 5px;
193
 
        border-right: 1px solid #000000;
194
 
}
195
 
 
196
 
.main2title {
197
 
        height: 20px;
198
 
        background-color: #EC8E00;
199
 
        color: #000000;
200
 
        font-weight: bold;
201
 
        padding-left: 2px;
202
 
}
203
 
 
204
 
.oddrow {
205
 
        height: 20px;
206
 
}
207
 
 
208
 
.oddrow td {
209
 
        padding: 2px;
210
 
        border-right: 1px solid #000000;
211
 
}
212
 
 
213
 
.evenrow {
214
 
        height: 20px;
215
 
        background-color: #777;
216
 
}
217
 
 
218
 
.evenrow td {
219
 
        padding: 2px;
220
 
        border-right: 1px solid #000000;
221
 
}