forked from radsaggi/cassetete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
executable file
·394 lines (366 loc) · 10.4 KB
/
index.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
/*
* Copyright (C) 2014 radsaggi(ashutosh)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* {
margin: 0;
outline: none;
}
body {
background: url("./images/cover.jpg") repeat scroll center center rgb(100, 91, 92);
}
.c {
clear: both;
}
#wrapper {
margin: 0 auto;
padding: 0 40px 60px 40px;
width: 960px;
}
h2 {
padding: 20px 0 10px 0;
font-size: 24px;
line-height: 40px;
font-weight: normal;
color: #adc276;
text-shadow: 0 1px 3px #222222;
}
.login {
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
box-shadow: 0 0 10px 4px #222222;
position:absolute;
top:8.6em;
left:62em;
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
height:25em;
width:31em;
}
.login h2 {
text-align: center;
font-weight: bold;
font-size: 32px;
color: #00a1d2;
text-shadow: 0 0 2px #00a1d2;
margin-top: 20px;
letter-spacing: 1px;
}
.login form{
text-align:left;
margin-left:15px;
position:relative;
}
.login .login-submit, .login-submit:before, .login-submit:after {
background: #373737 url("./images/login_back.png") 0 0 repeat;
}
.login a {
color: #00a1d2;
text-decoration: none;
}
.login a:hover {
text-decoration: underline;
}
.login .loginform {
position: relative;
margin: 30px auto;
width: 400px;
padding-right: 32px;
font-weight: 300;
color: #a8a7a8;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login .loginform p {
margin: 0 0 10px;
}
.login input, .login button, .login label {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: 300;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.login input[type=text], .login input[type=password] {
padding: 0 10px;
width: 300px;
height: 40px;
color: #bbb;
text-shadow: 1px 1px 1px black;
background: rgba(0, 0, 0, 0.16);
border: 0;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.login input[type=text]:focus, .login input[type=password]:focus {
color: white;
background: rgba(0, 0, 0, 0.1);
outline: 0;
box-shadow: 0 0 5px #00a1d2;
}
.login input[type=text]:hover, .login input[type=password]:hover {
box-shadow: 0 0 5px #00a1d2;
}
.login label {
float: left;
width: 100px;
line-height: 40px;
padding-right: 10px;
font-weight: 100;
text-align: right;
letter-spacing: 1px;
}
.login .error-display {
padding-left: 100px;
font-size: 13px;
font-weight: 100;
letter-spacing: 1px;
color: red;
}
.login .login-submit {
position: absolute;
top: 12px;
right: 0;
width: 48px;
height: 48px;
padding: 8px;
border-radius: 32px;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login .login-submit:before, .login .login-submit:after {
content: '';
z-index: 1;
position: absolute;
}
.login .login-submit:before {
top: 28px;
left: -4px;
width: 4px;
height: 10px;
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login .login-submit:after {
top: -4px;
bottom: -4px;
right: -4px;
width: 36px;
}
.login .login-button {
position: relative;
z-index: 2;
width: 48px;
height: 48px;
padding: 0 0 48px;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
background: none;
border: 0;
border-radius: 24px;
cursor: pointer;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.login .login-button:before {
content: '';
position: absolute;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
background: #00a2d3;
border-radius: 24px;
background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
-webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login .login-button:active:before {
background: #0591ba;
background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login .login-button:after {
content: '';
position: absolute;
top: 15px;
left: 12px;
width: 25px;
height: 19px;
background: url("./images/login_arrow.png") 0 0 no-repeat;
}
.login .login-submit:hover {
box-shadow: 0 0 4px #029BC9;
}
/*==============================================================================*/
.footer{
background-color:#222222;
position:absolute;
bottom: 0;
width:100%;
height:100px;
color:white;
}
.visit {
position:relative;
float:right;
height:5em;
width:20em;
left:-15px;
top:-15px;
background-color:rgba(241,246,246,0);
}
.visit img {
float:right;
height:30px;
width:18em;
height:4em;
background-color:rgba(241,246,246,0);
}
.visit h1 {
text-align:left;
font-size:12px;
color:white;
margin-left:15px;
}
/*==============================================================================*/
#news_ticker {
margin: 0 1em;
overflow-y: hidden;
border-radius: 4px;
padding: 3px;
position: relative;
border: 0.5px solid #191919;
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
}
#news_ticker span {
float: left;
color: rgba(0,0,0,.8);
color: #001b25;
padding: 6px;
position: relative;
border-radius: 4px;
font-size: 12px;
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0,0,0,0.5);
background: -moz-linear-gradient(top, rgba(0,75,103,1) 0%, rgba(0,53,72,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
background: -o-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
background: -ms-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
background: linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b67', endColorstr='#003548',GradientType=0 );
}
#news_ticker ul {
display: inline-block;
padding-left: 20px;
height: 52px;
overflow-y: hidden;
-webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
-moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
-ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
}
#news_ticker ul:hover {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
animation-play-state: paused;
}
#news_ticker li {
line-height: 52px;
text-wrap: normal;
}
@-webkit-keyframes ticker {
0% {margin-top: 0;}
25% {margin-top: -26px;}
50% {margin-top: -52px;}
75% {margin-top: -78px;}
100% {margin-top: 0;}
}
@-moz-keyframes ticker {
0% {margin-top: 0;}
25% {margin-top: -26px;}
50% {margin-top: -52px;}
75% {margin-top: -78px;}
100% {margin-top: 0;}
}
@-ms-keyframes ticker {
0% {margin-top: 0;}
25% {margin-top: -26px;}
50% {margin-top: -52px;}
75% {margin-top: -78px;}
100% {margin-top: 0;}
}
@keyframes ticker {
0% {margin-top: 0;}
25% {margin-top: -52px;}
50% {margin-top: -104px;}
75% {margin-top: -156px;}
100% {margin-top: 0;}
}
#complete-hide {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(8, 8, 8, 0.6);
animation: vanish 1s ease-out 2s 1 normal;
-webkit-animation: vanish 1s ease-out 2s 1 normal;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
z-index: 100;
}
#complete-hide #message-display {
position: static;
width: 500px;
margin: 100px auto;
padding: 50px;
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
border-radius: 15px;
border: 2px solid #fff;
box-shadow: 0 0 15px 2px #ddd;
}
#complete-hide #message-display h2 {
text-align: center;
}
@keyframes vanish {
0%{display:block;opacity:1;}
90%{opacity:0.5;}
95%{opacity:0.25;}
100%{opacity:0;display:none;z-index:-1;}
}
@-webkit-keyframes vanish {
0%{display:block;opacity:1;}
90%{opacity:0.5;}
95%{opacity:0.25;}
100%{opacity:0;display:none;z-index:-1;}
}