-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.css
More file actions
201 lines (193 loc) · 4.69 KB
/
error.css
File metadata and controls
201 lines (193 loc) · 4.69 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
* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: url("img/body-background.png") repeat scroll 0 0 transparent;
font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
p, h1, h2, h3, h4, h5, h6, li {
font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
color: #404040;
}
h1 {
font-size: 28px;
color: #9C0A88;
margin: 10px 0 0 0;
}
h2 {
border-bottom: 1px solid #ccc;
color: #0D66D2;
font-size: 18px;
margin: 30px 0 20px;
padding-bottom: 6px;
padding-top: 10px;
text-shadow: 0 1px 2px #CCCCCC;
}
h3 {
font-size: 14px;
color: #404040;
margin: 10px 0 5px 0;
}
p, li {
font-size: 14px;
margin: 5px 0;
line-height: 18px;
}
li {
border-bottom: 1px solid #CCCCCC;
font-size: 13px;
list-style: none outside none;
padding-bottom: 10px;
padding-left: 15px;
}
label {
color: #0725A4;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
font-family: Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
line-height: 22px;
padding-right: 10px;
text-align: right;
width: 110px;
margin: 10px 0px;
}
.submit {
background: -moz-linear-gradient(center top , #F1F1F1, #FFFFFF 1px, #F4F4F4 30px) repeat scroll 0 0 transparent;
border: 1px solid #CCCCCC;
color: #666666;
cursor: pointer;
font-weight: bold;
height: 34px;
margin-left: 120px;
width: 96px;
}
.reset {
background: -moz-linear-gradient(center top , #F1F1F1, #FFFFFF 1px, #F4F4F4 30px) repeat scroll 0 0 transparent;
border: 1px solid #CCCCCC;
color: #666666;
cursor: pointer;
font-weight: bold;
height: 34px;
margin-left: 10px;
width: 96px;
}
.inputBox {
background: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4 1px, #FFFFFF 15px) repeat scroll 0 0 transparent;
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
color: #333;
display: inline-block;
font: 13px/22px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
height: 15px;
margin: 10px 0px;
outline: medium none;
padding: 8px 6px;
position: relative;
text-shadow: 0 0 1px #FFFFFF;
transition: all 0.3s ease-in-out 0s;
width: 340px;
z-index: 2;
}
.selectBox {
padding: 6px 6px;
position: relative;
color: #333;
width: 300px;
font-weight: bold;
}
input:focus {
box-shadow: 0 0 5px #007EFF;
}
h3 {
text-align: center;
}
.pass {
background: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4 1px, #FFFFFF 15px) repeat scroll 0 0 transparent;
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
color: #999999;
display: inline-block;
font: 13px/22px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
margin-left: 0;
outline: medium none;
padding: 8px 6px;
position: relative;
text-shadow: 0 0 1px #FFFFFF;
transition: all 0.3s ease-in-out 0s;
width: 170px;
z-index: 2;
}
.logo {
margin-top: 30px;
padding-top: 30px;
border-top: 1px dotted #cecece;
text-align: center;
max-width: 800px;
}
.btn {
box-shadow: 0 0 0 transparent;
font-size: 14px;
height: 36px !important;
padding-left: 18px;
padding-right: 18px;
background-color: #80AA29;
background-image: -moz-linear-gradient(center top , #85B02B, #79A027);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #FFFFFF;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
border-radius: 5px;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal !important;
line-height: 18px;
margin-bottom: 0;
margin-top: 10px;
}
.err {
color: #FF0000;
background: #FFBFBF;
font-size: 13px;
padding: 20px;
}
.green {
background: url("img/boxk.png") no-repeat scroll left center transparent;
border-bottom: 1px solid #CCCCCC;
color: #087A06;
font-size: 24px;
font-weight: bold;
line-height: 52px;
margin-bottom: 20px;
padding-left: 55px;
text-align: left;
}
.red {
background: url("img/boxr.png") no-repeat scroll left center transparent;
border-bottom: 1px solid #CCCCCC;
color: #FF0000;
font-size: 24px;
font-weight: bold;
line-height: 52px;
margin-bottom: 20px;
padding-left: 55px;
text-align: left;
}
.success {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E0E0E0;
box-shadow: 0 0 4px #CFCFCF;
padding: 20px;
}
.success p {font-size: 12px;}