-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (46 loc) · 733 Bytes
/
style.css
File metadata and controls
52 lines (46 loc) · 733 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
46
47
48
49
50
51
52
.inventory-full{
background-color:chrome;
}
#button-div{
width:50%;
float:left;
overflow:hidden;
}
.inventory-label{
text-align:right;
}
body{
background-color:green;
}
button{
background-color:#000000;
color:#ffffff;
border:dark green;
border-style:solid;
height:40px;
width:120px;
border-radius:15px;
}
#inventory-div button{
height: 22px;
}
#mouse-div {
width: 80px;
height: 80px;
position: absolute;
background-color: transparent;
border-color: black;
opacity: 1.0;
border-width: 5000px;
border-style: solid;
pointer-events: none;
}
#gameover-div{
font-size:xx-large;
}
#emoji-div {
width: 100px;
height: 100px;
background-color: #eee;
overflow:auto ;
}