forked from emanchado/3d-die-roller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
50 lines (43 loc) · 788 Bytes
/
Copy pathmain.css
File metadata and controls
50 lines (43 loc) · 788 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
#svg *, .svg * {
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
user-select: none;
}
#waitform {
position: absolute;
width: 100%;
height: 100%;
z-index: 10000;
cursor: wait;
}
a {
color: gray;
}
em {
border: 1px rgba(0, 0, 0, 0.2) solid;
font-style: normal;
padding: 0px 3px;
background-color: rgba(0, 0, 0, 0.08);
border-radius: 3px;
}
body {
font-family: Georgia;
}
h6 {
font-size: 100%;
font-weight: normal;
margin: 0px;
}
p {
font-size: 80%;
margin-top: 5px;
margin-bottom: 0px;
}
.control_panel {
padding: 15px;
padding-bottom: 0px;
position: absolute;
z-index: 10;
}