-
Notifications
You must be signed in to change notification settings - Fork 8
/
login.css
executable file
·223 lines (193 loc) · 4.07 KB
/
login.css
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
html > body .canvas {
height: auto;
}
.canvas {
width: 100%;
height: 100%;
min-height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: transparent url("images/loginbg.png") center center;
z-index: 1;
}
table.bg {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
background: transparent url("images/login/login.jpg") center center no-repeat;
padding-bottom: 93px;
}
#mobileme-logo {
position: absolute;
top: 27px;
left: 29px;
z-index: 3;
}
#apple-logo {
position: absolute;
top: 27px;
right: 29px;
z-index: 3;
}
#copyright {
position: absolute;
left: 35px;
bottom: 22px;
z-index: 3;
color: #95989B;
font-size: 11px;
font-family: Helvetica,Arial,Sans-Serif;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}
#options {
position: absolute;
right: 15px;
bottom: 22px;
z-index: 3;
}
#options a {
color: #eeeeee;
font-size: 11px;
font-family: Helvetica,Arial,Sans-Serif;
font-weight: normal;
text-decoration: none;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
padding-right: 20px;
}
#options a:hover {
color: #ffffff;
text-decoration: underline;
}
#loginfield {
width: 238px;
overflow: hidden;
text-align: left;
font-size: 13px;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
}
#loginfield .login-title {
font-size: 15px;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
margin-left: 3px;
}
#loginfield table {
padding: 0px;
margin: 0px;
}
#loginfield table tbody tr td.title {
display: none;
}
#loginfield input {
width: 217px;
color: #808080;
font-size: 13px;
-moz-border-bottom-colors:#F9F9F9 rgb(206, 206, 206);
-moz-border-left-colors:#F9F9F9 rgb(171, 171, 171);
-moz-border-right-colors:#F9F9F9 rgb(171, 171, 171);
-moz-border-top-colors:#F9F9F9 rgb(112, 112, 112);
border-width: 2px;
border-color: #707070 rgb(171, 171, 171) rgb(206, 206, 206);
border-style: solid;
margin-top: 1px;
padding: 4px 3px 2px;
}
#loginfield input:focus {
color: #000000;
-moz-border-bottom-colors: #B8BEC4 rgb(168, 174, 180);
-moz-border-left-colors: #B8BEC4 rgb(152, 158, 164);
-moz-border-right-colors: #B8BEC4 rgb(152, 158, 164);
-moz-border-top-colors: #9CA5AE rgb(124, 130, 136);
-moz-outline-radius-bottomleft: 2px;
-moz-outline-radius-bottomright: 2px;
-moz-outline-radius-topleft: 2px;
-moz-outline-radius-topright: 2px;
outline-color: #CED2D5;
outline-offset: 0px;
outline-style: solid;
outline-width: 1px;
background-color: #FEFEEE;
}
#loginfield input.button {
width: 80px;
height: 23px;
font-size: 13px;
font-family: Helvetica,Arial,sans-serif;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
line-height: 18px;
white-space: nowrap;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
text-align: center;
overflow: visible;
color: #000000;
background: transparent url("images/buttons/buttonblue.png") no-repeat top left;
border: none;
cursor: default;
padding: 3px 0px 7px 0px;
margin-right: 10px;
margin-bottom: 2px;
}
#loginfield input.button:hover {
background: transparent url("images/buttons/buttonblue_press.png") no-repeat bottom left;
cursor: pointer;
}
#loginfield #loginmessage {
height: 14px;
color: #AD0000;
font-size: 11px;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
margin: 2px 0px 0px 3px;
}
#loginfield #keepme {
float: left;
font-weight: normal;
margin: 2px 0px 9px 0px;
}
#loginfield #keepme #keepmecheck {
width: 14px;
}
#loginfield #keepme label {
margin-left: 2px;
}
#loginfield #forgot {
height: 79px;
margin: 0px 0px 0px 3px;
}
#loginfield #forgot .left {
float: left;
margin-top: 4px;
}
#loginfield #forgot .left a {
font-weight: normal;
}
#loginfield #forgot .right {
float: right;
}
#loginfield .borderline {
border-top: 1px solid #bfc0c3;
border-bottom: 1px solid #fdfefe;
margin: 0px 20px 8px 3px;
clear: both;
}
a, a:active, a:visited {
color: #1C4FAD;
font-size: 13px;
font-weight: normal;
font-family: Helvetica,Arial,sans-serif;
}
a:hover {
text-decoration: underline;
}
#loginfield #bottom {
font-weight: normal;
margin: 10px 20px 8px 3px;
}
#loginfield b {
line-height: 20px;
}