-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
94 lines (88 loc) · 1.79 KB
/
style.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
html .container, section {
background-color: beige !important;
}
section {
padding: 20px !important;
height: 100%;
}
.spacer-40 { height: 40px; }
.spacer-20 { height: 20px; }
.spacer-10 { height: 10px; }
#tracker {
margin: -25px;
}
#tracker canvas {
height: 15px;
width: 15px;
}
#tracker canvas.active {
height: 25px;
width: 25px;
}
.controls {
text-align: center;
}
#phase, #stars {
font-size: 20px;
color: #444;
}
#faction-insignia {
text-align: center;
margin: 5px 0 -25px;
}
.cardmeta { font-style: italic; }
.acard { height: 90px; }
.acard.message { margin-bottom: 0 !important; }
.acard .message-header { height: 30px; }
.acard .message-body {
height: 60px;
text-align: center;
}
.ccard { height: 95px; }
.ccard table { background-color: transparent; }
#ccard[data-is-combat='true'] { border: 2px solid red; }
.ccard .message-body {
height: 60px;
padding: 0;
}
.ccard .icon-canvas.combat-card {
width: 18px;
height: 18px;
}
#combat-card-actions table td,
#combat-card-actions table th{
width: 20%;
text-align: center;
}
.message.is-success .message-header { background-color: #4A692E; }
.message.is-danger .message-header { background-color: #8D3B1D; }
.message-body {
color: #444 !important;
line-height: 32px;
}
.container { max-width: 505px !important; }
.card-annotation {
font-size: 32px;
line-height: 32px;
vertical-align: top;
font-weight: bold;
}
.card-annotation.parens {
line-height: 26px;
}
.or-slash { margin-right: 2px; }
@media screen and (max-width: 550px) {
.select, .select select { width: 100% }
.select { margin-bottom: 5px }
.button.is-default {
width: 100%;
margin: 0 0 5px 0; }
.button.is-pulled-right,
#star-panel .button {
width: 49%
}
.container .button:first-of-type {
float: left;
margin-left: 0;
}
}