-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
56 lines (56 loc) · 852 Bytes
/
style.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
body,input {
background-color: #020202;
}
input {
border: 2px dashed;
}
a,p,form,h1,h2,input {
color: #00E500;
text-shadow: 0 0 3px green;
}
a,p,form,input{
font-family: 'VT323';
font-size: 22px;
}
label {
margin-right: 10px;
font-weight: bold;
font-family: 'VT323';
font-size: 24px;
}
h1,h2 {
font-family: 'Press Start 2P';
font-weight: normal;
text-align: center;
}
h1 {
margin-bottom: 30px;
}
.hide {
color: #020202;
text-shadow: none;
}
#content {
width: 768px;
margin: 30px auto;
}
#pass {
text-align: center;
margin: 30px;
}
#keycode {
width: 360px;
}
#hidden-div {
height: 35px;
float: left;
text-align: center;
width: 100%;
z-index: 10;
}
#cover-div {
height: 40px;
background-color: #020202;
opacity: 0.99;
z-index: 100;
}