- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
Latest commit
45 lines (39 loc) · 712 Bytes
/
Copy pathstyles.css
File metadata and controls
45 lines (39 loc) · 712 Bytes
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
body {
background-color:#0a0a23;
}
#text {
background-color:#0a0a23;
color:#ffffff;
padding:10px;
}
#game {
max-width:500px;
max-height:400px;
background-color:#ffffff;
color:#ffffff;
margin:30px auto 0px;
padding:10px;
}
#controls,
#stats {
border:1px solid #0a0a23;
padding:5px;
color:#0a0a23;
}
#monsterStats {
display: none;
border:1px solid #0a0a23;
padding:5px;
color:#ffffff;
background-color:#c70d0d;
}
.stat {
padding-right:10px;
}
button {
cursor: pointer;
color:#0a0a23;
background-color:#feac32;
background-image:linear-gradient(#fecc4c,#ffac33);
border:3px solid #feac32;
}