-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
50 lines (46 loc) · 879 Bytes
/
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
.ui {
/*width: 100%;
height: 100%;*/
position: absolute;
top: 0;
left: 0;
font-family: 'IM Fell French Canon', serif;
}
.health-ui {
background-image: url('./resources/images/health-bar.png');
background-size: 200px 120px;
width: 200px;
height: 120px;
z-index: 1;
}
/*.health-bar {
background: greenyellow;
width: 200px;
max-width: 200px;
height: 40px;
position: relative;
top: 215px;
left: 260px;
border-style: solid;
border-width: 2px;
border-color: black;
border-radius: 5px;
}
.marker-ui {
/*width: 100%;
height: 100%;
position: absolute;
top: 200;
left: 200;
font-family: 'IM Fell French Canon', serif;
}
.green-marker {
background-image: url('./resources/images/greenmarker.png');
background-size: 200px 120px;
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 120px;
z-index: 1;
}*/