-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest1.css
More file actions
40 lines (32 loc) · 730 Bytes
/
Copy pathtest1.css
File metadata and controls
40 lines (32 loc) · 730 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
/* HEALTH BAR */
*:not(input) {
/*cursor: pointer;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#HB_player {
display: inline-block;
margin: 5px;
width: 50px;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
position: absolute;
bottom: 20%;
left: 40%;
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
#HB_player .HB_name {
text-align: center;
width: 200%;
position: absolute;
font-family: Arial, sans-serif;
font-weight: bold;
top: -50px;
left: -50%;
font-size: initial;
font-size: 90%;
}