-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
102 lines (84 loc) · 1.46 KB
/
main.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
@import url("http://fonts.googleapis.com/css?family=Press+Start+2P");
body {padding: 0; margin: 0; overflow: hidden;}
#canvas {background: black;}
#menu, #reMenu {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
}
#reMenu {background: transparent;}
h1, p, a {
position: relative;
z-index: 1;
font: 72px "Press Start 2P", cursive;
color: white;
text-align: center;
margin: 0;
}
a{
font-size : 16px;
margin: 0;
display: inline-block;
position: relative;
left: 0;
}
h1 {margin-top: 5%;}
p {
font-size: 16px;
margin-top: 10px;
padding-left: 200px;
}
a#start, a#restart, a#tweet, p#loading, a#home77 {
font-size: 24px;
display: block;
width: 120px;
top: 30%;
left: 0;
border-top: 5px solid white;
border-bottom: 5px solid white;
padding: 10px;
text-decoration: none;
margin: 0 auto;
}
a#restart {width: 165px; top: 20%}
a#tweet {top: 25%; width: 342px;}
#score {
bottom: 10px;
position: absolute;
z-index: 1;
padding-left: 10px;
font-size: 16px;
}
p#loading {
border: none;
font-size: 16px;
top: 20%;
width: 200px;
}
a#start{top: 100%;}
#info2 {padding : 0;}
.seven7Player {
height: 60px;
width: 100%;
border: 1px solid #000;
text-align: center;
}
.seven7Player button {
height: 100%;
width: 65px;
background: none;
float: left;
outline: 0;
border: none;
border-right: 1px solid black;
}
.seven7Player button:hover {
cursor: pointer;
}
.seven7Player button i {
font-size: 30px;
}