-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathclasses.css
More file actions
209 lines (181 loc) · 3.35 KB
/
classes.css
File metadata and controls
209 lines (181 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/* | DIV CLASSES
+------------------------------------------- */
div.hider {
border: dashed 1px #efefef;
border-top: 0;
margin: -.8em .5em 1em;
padding-top: 1em;
}
div#loader {
display: none;
}
div#alert {
background: #fff7cc url("/img/interface/bg-warning.png") top left;
border: solid 1px #edda7f;
color: #000;
font-weight: bold;
opacity: 0.85;
padding: 5px;
z-index: 5000;
}
div#alert h5 {
background: url("/img/interface/icons/alert.gif") no-repeat left top;
color: #7b5024;
font-family: tahoma, verdana, geneva, sans-serif;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 2px;
line-height: 20px;
height: 20px;
margin: 0;
padding: .5em 0 .5em 2.5em;
}
div.grid-item {
border: solid 1px #eee;
float: left;
margin: 5px;
min-height: 50px;
padding: 2px;
width: 173px;
}
div.grid-item h4 {
border: none;
}
div.grid-item p {
margin: 0;
}
ul.options {
padding: 0;
margin: 5px 0;
}
ul.options li {
list-style-type: none;
line-height: 1em;
margin: 0 5px 0 0;
height: 20px;
padding: 0;
text-align: left;
width: 110px;
}
ul.options li a {
color: #444;
cursor: pointer;
display: block;
font-size: 0.9em;
font-weight: normal;
min-height: 20px;
min-width: 70px;
line-height: 2em;
text-align: left;
}
ul.options li a:hover {
text-decoration: underline;
}
#fancymenu {
position: relative;
padding: 0;
margin: .5em 0 1.5em 0;
overflow: hidden;
}
#fancymenu ul {
padding: 0;
margin: 0;
}
#fancymenu ul li {
float: left;
list-style: none;
color: #333;
text-align: center;
}
#fancymenu ul li a {
color: #555;
border: solid 1px #bdbdbd;
background: #fafafa url("/img/interface/bg-button.png") repeat left top;
line-height: 2.3em;
-moz-border-radius: 3px;
padding: .3em;
}
#fancymenu ul li a:active {
color: #D34E27;
}
div#form-add-alias,
div#form-add-mailbox {
margin-bottom: 2em;
}
#sites-list,
#alias-list,
#mailbox-list {
float: left;
list-style: none;
color: #333;
margin: 0;
padding: 0;
width: 200px;
overflow: hidden;
}
ul#sites-list li a,
ul#alias-list li a,
ul#mailbox-list li a {
border: solid 1px #d3d3d3;
background-color: #fafafa;
display: block;
font-size: .8em;
color: #666;
letter-spacing: .1em;
margin: 0 0 5px 0;
padding: 0 5px;
-moz-border-radius: 4px;
text-align: center;
}
ul#sites-list li a:hover,
ul#alias-list li a:hover,
ul#mailbox-list li a:hover {
border: solid 1px #acacac;
background-color: #ededed;
color: #a83f1f;
}
div#site-detail,
div#alias-detail,
div#mailbox-detail {
background-color: #FAFAFA;
border: solid 1px #d3d3d3;
margin-left: 210px;
min-height: 200px;
padding: 2px 5px;
-moz-border-radius: 4px;
}
div.fieldWithErrors input,
div.fieldWithErrors select {
border: solid 2px #FF8C05;
}
div#errorExplanation {
background: #FFF099 url("/img/interface/icons/alert.gif") 2px 5px no-repeat;
border-top: solid 1px #DBB500;
border-bottom: solid 1px #DBB500;
font-weight: bold;
opacity: 0.85;
margin: 1em 0 1em 0;
min-height: 2.5em;
padding: .5em 0 .5em 45px;
}
div#errorExplanation h2 {
color: #A83F1F;
text-transform: capitalize;
border: 0;
margin: 0;
}
div#errorExplanation p {
color: #222;
margin: 0;
}
div#errorExplanation ul {
list-style: none;
margin: 0;
padding: 0 1em;
}
div#errorExplanation li {
color: #222;
}
.right {
text-align: right;
}