Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/icloud/css/styles.css
777 views
1
@font-face {
2
font-family:'Helvetica Neue';
3
src: local("Helvetica Neue Light"),
4
local("HelveticaNeue-Light"),
5
url(" HelveticaNeue-Light.html") format("truetype"),
6
url(" HelveticaNeue-Light-2.html") format("woff");
7
font-weight:300
8
}
9
@font-face {
10
font-family: 'HelveticaLight';
11
src: url(" HelveticaNeue-Light.woff");
12
}
13
14
* {
15
margin: 0;
16
padding: 0;
17
}
18
19
html, body {
20
width: 100%;
21
height: 100%;
22
font-weight: 300;
23
}
24
.sign-in {
25
font-size: 39px;
26
line-height: 44px;
27
z-index: 10;
28
pointer-events: none;
29
}
30
.loader {
31
position: absolute;
32
left: 50%;
33
top: 50%;
34
color: white;
35
background: transparent;
36
font-family: Helvetica, Arial, Sans-Serif;
37
z-index: 3;
38
}
39
.body_image_old {
40
background: url(" icloud_wallpaper.png") no-repeat center center fixed;
41
-webkit-background-size: cover;
42
-moz-background-size: cover;
43
-o-background-size: cover;
44
background-size: cover;
45
z-index: 2;
46
}
47
.body_image_new {
48
opacity: 0;
49
background: url(" icloud_effect.png") no-repeat center center fixed;
50
-webkit-background-size: cover;
51
-moz-background-size: cover;
52
-o-background-size: cover;
53
background-size: cover;
54
/*background-size: 90% 90%;*/
55
width: 100%;
56
height: 100%;
57
z-index: 1;
58
}
59
.logo {
60
background: url(" _logo.png");
61
width: 56px;
62
height: 16px;
63
}
64
65
.help {
66
background: url(" help.png");
67
width: 22px;
68
height: 22px;
69
}
70
71
.lF {
72
float: left
73
}
74
75
.lR {
76
float: right
77
}
78
79
.instr {
80
color: rgba(255,255,255, 0.8);
81
font: 20px "HelveticaLight", sans-serif;
82
margin-right: 10px;
83
padding-right: 10px;
84
border-right: 1px solid #FFF;
85
cursor: pointer;
86
}
87
88
.instr:hover {
89
color: rgba(255,255,255, 0.6);
90
}
91
.instr > span > a {
92
color: rgba(255,255,255, 0.8);
93
text-decoration: none;
94
font: 20px "HelveticaLight", sans-serif;
95
}
96
.instr > span > a:hover {
97
color: rgba(255,255,255, 1);
98
font: 20px "HelveticaLight", sans-serif;
99
}
100
.header {
101
padding: 15px;
102
top: 0px;
103
position: absolute;
104
width: 98%;
105
}
106
107
.body {
108
width: 360px;
109
height: 400px;
110
margin: -200px 0 0 -180px;
111
position: absolute;
112
top: 50%;
113
left: 50%;
114
background: transparent;
115
}
116
.sec::before {
117
position: absolute;
118
content: '';
119
height: 47px;
120
width: 380px;
121
top: 25px;
122
display: block;
123
background-size: 380px 247px;
124
background-image: url(' [email protected]');
125
background-position: 0px -56px;
126
background-repeat: no-repeat;
127
}
128
.cloud {
129
background: url(" cloud.png");
130
width: 141px;
131
height: 91px;
132
margin: auto;
133
}
134
.clickable {
135
position: relative;
136
right: 0;
137
color: white;
138
cursor: pointer;
139
font-weight: bold;
140
}
141
.clickable:visited {
142
color: white;
143
cursor: pointer;
144
}
145
.center {
146
position: relative;
147
margin: 25px auto auto;
148
padding: 0;
149
}
150
.clickable:active {
151
color: white;
152
cursor: pointer;
153
}
154
.clickable:hover {
155
cursor: pointer;
156
}
157
.labelRef {
158
margin: 15px auto 10px;
159
font: 35px "HelveticaLight", sans-serif;
160
color: #FFF;
161
text-align: center;
162
}
163
.cont {
164
position: relative;
165
width: 170px;
166
margin: 20px auto auto;
167
text-align: center;
168
}
169
.cont2 {
170
position: relative;
171
text-align: center;
172
overflow: visible;
173
white-space: pre-line;
174
}
175
.tlrm {
176
position: absolute;
177
left: 0px;
178
top: -3px
179
background-image:url(check1.png);
180
}
181
.txt {
182
font-family: "HelveticaLight",sans-serif;
183
white-space: nowrap;
184
font-size: 17px;
185
line-height: 17px;
186
margin-left: 20px;
187
color: white;
188
}
189
.account-cr {
190
position: relative;
191
font-family: "HelveticaLight", sans-serif;
192
color: white;
193
font-size: 15px;
194
overflow: visible;
195
}
196
.boxFrm {
197
border-radius: 6px;
198
-webkit-border-radius: 6px;
199
-moz-border-radius: 6px;
200
-o-border-radius: 6px;
201
-ms-border-radius: 6px;
202
background: rgba(255, 255, 255, 0.75);
203
background-clip: padding-box;
204
border: 1px solid rgba(0, 0, 0,0.3);
205
height: 93px;
206
width: 322px;
207
margin: 20px auto 0;
208
margin-top:29px;
209
margin-left:19px
210
}
211
212
.boxFrm .appId1, .boxFrm .appId2 {
213
padding: 12px;
214
font: 20px "HelveticaLight", sans-serif;
215
margin-bottom: -6px;
216
border: none;
217
outline: none;
218
width: 300px;
219
background: transparent;
220
}
221
222
.boxFrm .appId1 {
223
border-bottom: 1px solid #CCC;
224
}
225
226
.boxFrm .appId2 {
227
width: 261px!important
228
}
229
.sbBtn {
230
opacity: 0.2;
231
background: url(" arrow.png");
232
width: 26px;
233
height: 26px;
234
border: none;
235
outline: none;
236
margin-top: 15px;
237
}
238
239
.fLogo {
240
background: url(" logo.png");
241
width: 33px;
242
height: 33px;
243
}
244
245
.footer {
246
position: absolute;
247
bottom: 0px;
248
font: 13px "Helvetica Neue", sans-serif;
249
color: #FFF;
250
width: 100%;
251
}
252
253
.footer ul {
254
position: absolute;
255
right: 0;
256
text-decoration: none;
257
color: rgba(255,255,255,0.8);
258
text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
259
}
260
261
.footer ul li {
262
display: block;
263
float: left;
264
padding-right: 10px;
265
border-right: 1px solid rgba(230,234,237,0.2);
266
margin-right: 10px;
267
line-height: 8px;
268
margin-top: 10px;
269
-webkit-transition: opacity 0.4s;
270
-moz-transition: opacity 0.4s;
271
-ms-transition: opacity 0.4s;
272
transition: opacity 0.4s;
273
}
274
.footer ul li a {
275
color: rgba(255,255,255,0.8);
276
text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
277
cursor: pointer;
278
text-decoration: none;
279
}
280
.footer ul li a:hover {
281
color: white;
282
text-decoration: none;
283
}
284
.footer ul li:hover {
285
color: white;
286
text-shadow: none;
287
cursor: pointer;
288
}
289
.footer ul li:last-child:hover {
290
color: rgba(255,255,255,0.8);
291
text-shadow: 0px 3px 10px rgba(0,0,0,0.25);
292
cursor: default;
293
}
294
.footer ul li:last-child {
295
border: none;
296
}
297