-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
68 lines (65 loc) · 1.16 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
html { height: 100%; }
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #000000;
font-size: 100%;
}
header {
font-family:"Impact",serif; font-size:1em;
position: relative;
width: 810px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
display: block;
}
canvas {
position: relative;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
display: block;
border-color: grey;
border-width: 0px;
border-style: solid;
}
button {
position: relative;
width: 170px;
height: 47px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
display: inline-block;
float: left;
background-color: grey;
border-color: grey;
border-width: 4px;
border-style: outset;
} button:focus { outline: none; border-style: inset; }
p.impact {
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
float: left;
font-family:"Impact",serif; font-size:2em;
color: grey;
border-width: 0px;
}p.impact:hover { color: grey; }
#centerWrap {
position: relative;
width: 1020px;
height: 97px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
display: block;
}