forked from szanata/imei-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imei.css
92 lines (87 loc) · 1.57 KB
/
imei.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
*{
font-family:courier,sans-serif;
}
/* github ribbon */
a[href="http://github.com/madeinstefano/imei-validator"] img{
position:absolute;
top:0;
left:0;
border:0;
}
body{
margin:0px;
padding:0px;
text-align:center;
background:url('lite-noise2.png');
}
#title{
padding-top:100px;
}
#title span{
font-size:90px;
color:#333;
text-shadow:#ddd 1px 1px 0px, #ddd -1px -1px 0px;
font-weight:bolder;
text-transform:lowercase;
}
#result a{
text-decoration:underline;
cursor:pointer;
color:#44bdfb;
text-shadow:#44bfff 0px 0px 1px;
}
#result{
display:none;
margin:25px 0px 0px 30px;
font-size:30px;
color:#eee;
text-shadow:#fff 0px 0px 1px;
}
#controls input{
font-size:46px;
padding:15px 5px 15px 35px;
width:500px;
border:0px;
background:transparent;
font-family:courier;
color:#eee;
text-shadow:#fff 0px 0px 1px;
outline:0px;
}
#validate{
border:1px solid #ddd;
position:absolute;
top:4px;
right:6px;
bottom:4px;
width:70px;
font-size:22px;
background:#ccc;
box-shadow:0px 0px 10px #000;
color:#000;
font-weight:bolder;
-webkit-border-radius:100px;
border-radius:100px;
cursor:pointer;
}
#validate:hover{
border-color:#222;
background-color:#aaa;
}
#imei_bar{
height:82px;
margin:100px auto 0px;
text-align:left;
position:relative;
width:650px;
border:1px solid #ddd;
-webkit-border-radius:110px;
border-radius:110px;
background:#333;
-webkit-box-shadow:inset 0px 0px 20px #000;
box-shadow:inset 0px 0px 20px #000;
}
p{
text-shadow:-1px -1px 0px #eee,1px 1px 0px #eee;
color:#333;
}