forked from Roll20/roll20-character-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRolemaster_1E.css
executable file
·260 lines (243 loc) · 5.55 KB
/
Rolemaster_1E.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
/* Resets */
.charsheet .sheet-wrapper {
width: 830px;
font: 12px Arial, Helvetica, sans-serif;
}
.charsheet .sheet-wrapper div {
border: 1px solid #999;
margin: 3px;
padding: 3px;
}
.charsheet .sheet-wrapper label {
font-weight: bold;
}
.charsheet .sheet-wrapper th {
background-color: #000;
color: #FFF;
}
.charsheet .sheet-wrapper ul {
list-style: none;
list-style-type: none;
margin:0;
padding:0;
}
/* global styles */
.charsheet .sheet-wrapper .sheet-statbox {
width: 30px;
}
/* Demogrphics Block */
.charsheet .sheet-wrapper .sheet-demographics {
width: 280px;
float: left;
font-size: 1.1em;
padding-bottom: 6px;
background-color:#eee;
border-right: 2px solid #777;
border-bottom:2px solid #777;
}
.charsheet .sheet-wrapper .sheet-demographics ul {
margin-left: 10px;
}
.charsheet .sheet-wrapper .sheet-demographics li {
margin-bottom:0.5em;
margin-top:0.5em;
}
.charsheet .sheet-wrapper .sheet-demographics label {
display: inline-block;
width: 80px;
}
.charsheet .sheet-wrapper .sheet-demographics input {
width: 175px;
}
.charsheet .sheet-wrapper .sheet-demographics select {
width: 185px;
}
/* Languages Block */
.charsheet .sheet-languages {
/*width: 33%;*/
float:left;
margin-left: 8px;
margin-right: 8px;
padding:0px;
border-right:2px solid #777;
border-bottom:2px solid #777;
}
.charsheet .sheet-languages li {
width:200px;
}
.charsheet .sheet-languages li {
display: inline-block;
}
.charsheet .sheet-languages table, .spell-lists table {
margin:0 0 2px 0;
padding:0;
}
.charsheet .sheet-languages th, .spell-lists th {
font-size: 1.1em;
background-color:#000;
border-bottom:2px solid #999;
margin:0px;
padding:5px;
letter-spacing: .02em;
}
.charsheet .sheet-languages input.sheet-language-text, .spell-lists input.sheet-text {
margin-top:2px;
margin-left:10px;
margin-right: 10px;
width: 120px;
}
.charsheet .sheet-languages input.sheet-statbox, .spell-lists input.sheet-statbox {
margin-left:10px;
}
/* Spell Lists */
.charsheet .sheet-spell-lists {
width: 275px;
float: left;
border-right: 2px solid #777;
border-bottom:2px solid #777;
padding:5;
position:relative;
right: -7px;
}
.charsheet .sheet-spell-lists th {
font-size: 120%;
padding: 5px 2px;
}
.charsheet .sheet-spell-lists .sheet-text {
width: 160px;
}
/* Combat Info Block */
.charsheet .sheet-combat-info {
width: 200px;
float: left;
border-right:2px solid #777;
border-bottom:2px solid #777;
padding:0;
/*display: inline-block;*/
}
.charsheet .sheet-combat-info ul {
}
.charsheet .sheet-combat-info li {
padding: 1px 5px 1px 5px;
}
.charsheet .sheet-combat-info label {
display: inline-block;
width: 150px;
font-size: 1.2em;
}
.charsheet .sheet-combat-info .statbox {
margin-top:2px;
margin-bottom:2px;
}
.charsheet .sheet-combat-info .zebra, .stats .zebra {
background-color:#eee;
}
.charsheet .sheet-combat-info .crucial {
border:3px double #000;
}
/* Statistics Block */
.charsheet .sheet-stats {
display: inline-block;
float: left;
clear: left;
width: 63%;
margin-right:20px;
border-right:2px solid #777;
border-bottom:2px solid #777;
padding:0;
}
.charsheet .sheet-stats table {
/* Removed > combinator */
width: 100%;
}
.charsheet tr.sheet-stat th {
/* Removed > combinator */
font-weight:bold;
font-size: 120%;
}
.charsheet tr.sheet-stat td {
font-weight:bold;
}
.charsheet .sheet-stat-table th {
background-color: #000;
color: #FFF;
font-size: 120%;
padding:7px;
border-bottom:2px solid #999;
}
.charsheet .sheet-stat-table td.total {
font-size: 120%;
}
.charsheet .sheet-stats .sheet-statname {
font-size: 1.2em;
padding: 7px 0 7px 7px;
}
.charsheet .sheet-stats .sheet-temp, .charsheet .sheet-stats .pot, .charsheet .sheet-stats .sheet-dev, .charsheet .sheet-stats .sheet-normal, .charsheet .sheet-stats .sheet-race, .charsheet .sheet-stats .sheet-total {
text-align: center;
}
.sheet-stats .sheet-total .sheet-statbox {
border: 3px double #000;
}
/* Skills */
.charsheet div.sheet-skills {
width: 100%;
clear: left;
padding: 0;
border-right:2px solid #777;
border-bottom:2px solid #777;
}
.charsheet div.sheet-skills .sheet-ranks {
display:none;
/* margin:0;
padding: 0 0 0 5px; */
}
.charsheet div.sheet-skills .sheet-ranks input {
width: 1.2em;
height: 1.2em;
font-size: 1em;
margin: -2px;
}
.charsheet .sheet-skills table {
width: 100%;
}
.charsheet .sheet-skills th {
font-size: 1.1em;
padding: 5px 0 5px 0;
}
.charsheet .sheet-skills input.sheet-statbox {
width: 30px;
}
.charsheet .sheet-skills .sheet-total-bonus {
border-right:1px dotted #000;
}
.charsheet .sheet-skills .sheet-total-bonus .sheet-statbox {
border: 3px double #000;
margin-right: 10px;
margin-left: 3px;
}
.charsheet .sheet-skill-name input {
margin-left: 5px;
width: 130px;
}
.charsheet .sheet-ranks .sheet-fivepct {
border: 1px solid #000;
}
.charsheet .sheet-ranks .sheet-twopct {
border: 1px dashed #000;
}
.charsheet .sheet-ranks .sheet-onepct {
border: 1px dotted #000;
}
.charsheet .sheet-cost-standard {
padding-left: 5px;
}
.charsheet .sheet-cost-standard, .charsheet .sheet-cost-rapid, .charsheet .sheet-rank-bonus, .charsheet .sheet-stat-bonus,
.charsheet .sheet-level-bonus, .charsheet .sheet-item-bonus, .charsheet .sheet-misc-bonus, .charsheet .sheet-ranks {
background: #eee;
}
.charsheet .sheet-cost-standard .sheet-statbox, .charsheet .sheet-cost-rapid .sheet-statbox, .charsheet .sheet-rank-bonus .sheet-statbox, .charsheet .sheet-stat-bonus .sheet-statbox,
.charsheet .sheet-level-bonus .sheet-statbox, .charsheet .sheet-item-bonus .sheet-statbox, .charsheet .sheet-misc-bonus .sheet-statbox {
width: 20px;
margin-right:5px;
margin-left: 2px;
}