|
| 1 | +.charsheet, .sheet-rolltemplate-PMD { |
| 2 | + font-family: 'Calibri', 'Arial', sans-serif; |
| 3 | +} |
| 4 | + |
1 | 5 | .charsheet, .sheet-rolltemplate-PMD{
|
2 | 6 | --background:#faf3d7;
|
3 | 7 | --section:#cfccb8;
|
@@ -187,27 +191,126 @@ div.sheet-section{
|
187 | 191 | box-sizing:border-box;
|
188 | 192 | }
|
189 | 193 |
|
190 |
| -.sheet-type-toggle[value="trainer"] ~ div.sheet-section{ background-color:var(--section);} |
| 194 | + |
191 | 195 | .sheet-type-toggle[value="trainer"] ~ .sheet-character-header strong{ color:var(--border) !important; text-shadow: 0px 0px 3px var(--background) !important;}
|
192 |
| -.sheet-type-toggle[value="normal"] ~ div.sheet-section{ background-color:var(--normal);} |
193 |
| -.sheet-type-toggle[value="bug"] ~ div.sheet-section{ background-color:var(--bug);} |
194 |
| -.sheet-type-toggle[value="dark"] ~ div.sheet-section{ background-color:var(--dark);} |
195 |
| -.sheet-type-toggle[value="dragon"] ~ div.sheet-section{ background-color:var(--dragon);} |
196 |
| -.sheet-type-toggle[value="electric"] ~ div.sheet-section{ background-color:var(--electric);} |
197 |
| -.sheet-type-toggle[value="fairy"] ~ div.sheet-section{ background-color:var(--fairy);} |
198 |
| -.sheet-type-toggle[value="fighting"] ~ div.sheet-section{ background-color:var(--fighting);} |
199 |
| -.sheet-type-toggle[value="fire"] ~ div.sheet-section{ background-color:var(--fire);} |
200 |
| -.sheet-type-toggle[value="flying"] ~ div.sheet-section{ background-color:var(--flying);} |
201 |
| -.sheet-type-toggle[value="ghost"] ~ div.sheet-section{ background-color:var(--ghost);} |
202 |
| -.sheet-type-toggle[value="grass"] ~ div.sheet-section{ background-color:var(--grass);} |
203 |
| -.sheet-type-toggle[value="ground"] ~ div.sheet-section{ background-color:var(--ground);} |
204 |
| -.sheet-type-toggle[value="ice"] ~ div.sheet-section{ background-color:var(--ice);} |
205 |
| -.sheet-type-toggle[value="poison"] ~ div.sheet-section{ background-color:var(--poison);} |
206 |
| -.sheet-type-toggle[value="psychic"] ~ div.sheet-section{ background-color:var(--psychic);} |
207 |
| -.sheet-type-toggle[value="rock"] ~ div.sheet-section{ background-color:var(--rock);} |
208 |
| -.sheet-type-toggle[value="steel"] ~ div.sheet-section{ background-color:var(--steel);} |
209 |
| -.sheet-type-toggle[value="water"] ~ div.sheet-section{ background-color:var(--water);} |
| 196 | +/* PRIMARY TYPE (type_1) BACKGROUND COLORS - Complete List */ |
| 197 | +.sheet-type-toggle[value="trainer"] ~ .sheet-tab-core div.sheet-section { |
| 198 | + background-color: var(--section); |
| 199 | +} |
| 200 | +.sheet-type-toggle[value="normal"] ~ .sheet-tab-core div.sheet-section { |
| 201 | + background-color: var(--normal); |
| 202 | +} |
| 203 | +.sheet-type-toggle[value="bug"] ~ .sheet-tab-core div.sheet-section { |
| 204 | + background-color: var(--bug); |
| 205 | +} |
| 206 | +.sheet-type-toggle[value="dark"] ~ .sheet-tab-core div.sheet-section { |
| 207 | + background-color: var(--dark); |
| 208 | +} |
| 209 | +.sheet-type-toggle[value="dragon"] ~ .sheet-tab-core div.sheet-section { |
| 210 | + background-color: var(--dragon); |
| 211 | +} |
| 212 | +.sheet-type-toggle[value="electric"] ~ .sheet-tab-core div.sheet-section { |
| 213 | + background-color: var(--electric); |
| 214 | +} |
| 215 | +.sheet-type-toggle[value="fairy"] ~ .sheet-tab-core div.sheet-section { |
| 216 | + background-color: var(--fairy); |
| 217 | +} |
| 218 | +.sheet-type-toggle[value="fighting"] ~ .sheet-tab-core div.sheet-section { |
| 219 | + background-color: var(--fighting); |
| 220 | +} |
| 221 | +.sheet-type-toggle[value="fire"] ~ .sheet-tab-core div.sheet-section { |
| 222 | + background-color: var(--fire); |
| 223 | +} |
| 224 | +.sheet-type-toggle[value="flying"] ~ .sheet-tab-core div.sheet-section { |
| 225 | + background-color: var(--flying); |
| 226 | +} |
| 227 | +.sheet-type-toggle[value="ghost"] ~ .sheet-tab-core div.sheet-section { |
| 228 | + background-color: var(--ghost); |
| 229 | +} |
| 230 | +.sheet-type-toggle[value="grass"] ~ .sheet-tab-core div.sheet-section { |
| 231 | + background-color: var(--grass); |
| 232 | +} |
| 233 | +.sheet-type-toggle[value="ground"] ~ .sheet-tab-core div.sheet-section { |
| 234 | + background-color: var(--ground); |
| 235 | +} |
| 236 | +.sheet-type-toggle[value="ice"] ~ .sheet-tab-core div.sheet-section { |
| 237 | + background-color: var(--ice); |
| 238 | +} |
| 239 | +.sheet-type-toggle[value="poison"] ~ .sheet-tab-core div.sheet-section { |
| 240 | + background-color: var(--poison); |
| 241 | +} |
| 242 | +.sheet-type-toggle[value="psychic"] ~ .sheet-tab-core div.sheet-section { |
| 243 | + background-color: var(--psychic); |
| 244 | +} |
| 245 | +.sheet-type-toggle[value="rock"] ~ .sheet-tab-core div.sheet-section { |
| 246 | + background-color: var(--rock); |
| 247 | +} |
| 248 | +.sheet-type-toggle[value="steel"] ~ .sheet-tab-core div.sheet-section { |
| 249 | + background-color: var(--steel); |
| 250 | +} |
| 251 | +.sheet-type-toggle[value="water"] ~ .sheet-tab-core div.sheet-section { |
| 252 | + background-color: var(--water); |
| 253 | +} |
210 | 254 |
|
| 255 | +/* SECONDARY TYPE (type_2) BORDER COLORS - Complete List */ |
| 256 | +.sheet-type2-toggle[value="trainer"] ~ .sheet-tab-core div.sheet-section, |
| 257 | +.sheet-type2-toggle[value=""] ~ .sheet-tab-core div.sheet-section { |
| 258 | + border-color: var(--border); |
| 259 | +} |
| 260 | +.sheet-type2-toggle[value="normal"] ~ .sheet-tab-core div.sheet-section { |
| 261 | + border-color: var(--normal); |
| 262 | +} |
| 263 | +.sheet-type2-toggle[value="bug"] ~ .sheet-tab-core div.sheet-section { |
| 264 | + border-color: var(--bug); |
| 265 | +} |
| 266 | +.sheet-type2-toggle[value="dark"] ~ .sheet-tab-core div.sheet-section { |
| 267 | + border-color: var(--dark); |
| 268 | +} |
| 269 | +.sheet-type2-toggle[value="dragon"] ~ .sheet-tab-core div.sheet-section { |
| 270 | + border-color: var(--dragon); |
| 271 | +} |
| 272 | +.sheet-type2-toggle[value="electric"] ~ .sheet-tab-core div.sheet-section { |
| 273 | + border-color: var(--electric); |
| 274 | +} |
| 275 | +.sheet-type2-toggle[value="fairy"] ~ .sheet-tab-core div.sheet-section { |
| 276 | + border-color: var(--fairy); |
| 277 | +} |
| 278 | +.sheet-type2-toggle[value="fighting"] ~ .sheet-tab-core div.sheet-section { |
| 279 | + border-color: var(--fighting); |
| 280 | +} |
| 281 | +.sheet-type2-toggle[value="fire"] ~ .sheet-tab-core div.sheet-section { |
| 282 | + border-color: var(--fire); |
| 283 | +} |
| 284 | +.sheet-type2-toggle[value="flying"] ~ .sheet-tab-core div.sheet-section { |
| 285 | + border-color: var(--flying); |
| 286 | +} |
| 287 | +.sheet-type2-toggle[value="ghost"] ~ .sheet-tab-core div.sheet-section { |
| 288 | + border-color: var(--ghost); |
| 289 | +} |
| 290 | +.sheet-type2-toggle[value="grass"] ~ .sheet-tab-core div.sheet-section { |
| 291 | + border-color: var(--grass); |
| 292 | +} |
| 293 | +.sheet-type2-toggle[value="ground"] ~ .sheet-tab-core div.sheet-section { |
| 294 | + border-color: var(--ground); |
| 295 | +} |
| 296 | +.sheet-type2-toggle[value="ice"] ~ .sheet-tab-core div.sheet-section { |
| 297 | + border-color: var(--ice); |
| 298 | +} |
| 299 | +.sheet-type2-toggle[value="poison"] ~ .sheet-tab-core div.sheet-section { |
| 300 | + border-color: var(--poison); |
| 301 | +} |
| 302 | +.sheet-type2-toggle[value="psychic"] ~ .sheet-tab-core div.sheet-section { |
| 303 | + border-color: var(--psychic); |
| 304 | +} |
| 305 | +.sheet-type2-toggle[value="rock"] ~ .sheet-tab-core div.sheet-section { |
| 306 | + border-color: var(--rock); |
| 307 | +} |
| 308 | +.sheet-type2-toggle[value="steel"] ~ .sheet-tab-core div.sheet-section { |
| 309 | + border-color: var(--steel); |
| 310 | +} |
| 311 | +.sheet-type2-toggle[value="water"] ~ .sheet-tab-core div.sheet-section { |
| 312 | + border-color: var(--water); |
| 313 | +} |
211 | 314 | input[type="checkbox"]{
|
212 | 315 | display:inline;
|
213 | 316 | }
|
@@ -522,7 +625,7 @@ div.sheet-character-header strong{
|
522 | 625 | text-align: right;
|
523 | 626 | }
|
524 | 627 | .sheet-attributes .sheet-social > label {
|
525 |
| - width: 70px; |
| 628 | + width: 50px; |
526 | 629 | text-align: right;
|
527 | 630 | }
|
528 | 631 |
|
@@ -626,7 +729,7 @@ div.sheet-character-header strong{
|
626 | 729 | display:-ms-grid;
|
627 | 730 | display:grid;
|
628 | 731 | -ms-grid-columns:auto 10px auto 10px auto;
|
629 |
| - grid-template-columns:auto auto auto; |
| 732 | + grid-template-columns:auto auto auto auto; |
630 | 733 | -webkit-box-pack:center;
|
631 | 734 | -ms-flex-pack:center;
|
632 | 735 | justify-content:center;
|
|
0 commit comments