-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminiparse.css
41 lines (36 loc) · 844 Bytes
/
miniparse.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
html {
margin: 0;
font-size: 16px;
height: 100%;
overflow: hidden;
background-color: transparent;
}
.resizeHandle {
background-image: url(img/handle.png);
background-position: bottom right;
background-repeat: no-repeat;
box-sizing: border-box;
}
#combatantsTable {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
#encounter,
#combatantsTable thead {
color: #DED7BE;
text-shadow: -1px 0 2px #795516, 0 1px 2px #795516, 1px 0 2px #795516, 0 -1px 2px #795516;
font-weight: 300;
white-space: nowrap;
}
#combatantsTable thead tr {
border-bottom: 1px solid #DED7BE;
}
#combatantsTable tbody {
color: #E2EBF5;
text-shadow: -1px 0 3px #217AA2, 0 1px 3px #217AA2, 1px 0 3px #217AA2, 0 -1px 3px #217AA2;
font-weight: 300;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}