mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
* Fixed header banner * Added source drop-down fields for talents and quirks. * Removed hard-coded talents and quirks. Any data that was in these fields in v1.5 will be automatically migrated as a new row in their respective repeating sections. * Fixed upgrades/downgrades so be rules-correct for D20/D4 cases, respectively. * Moved Equipment and Campaign Notes to their own tabs. * Display version # in banner. * Updated preview image. * Include banner graphic in repository.
50 lines
638 B
Plaintext
50 lines
638 B
Plaintext
.d20 {
|
|
display: inline-block;
|
|
font-family: dicefontd20;
|
|
vertical-align: middle;
|
|
|
|
&::before {
|
|
content: "t";
|
|
}
|
|
}
|
|
|
|
.itemIcon {
|
|
display: inline-block;
|
|
font-family: pictos;
|
|
vertical-align: middle;
|
|
|
|
&::before {
|
|
content: ":";
|
|
}
|
|
}
|
|
|
|
.quirkIcon {
|
|
display: inline-block;
|
|
font-family: pictos;
|
|
vertical-align: middle;
|
|
|
|
&::before {
|
|
content: "k";
|
|
}
|
|
}
|
|
|
|
.reputationIcon {
|
|
display: inline-block;
|
|
font-family: pictos;
|
|
vertical-align: middle;
|
|
|
|
&::before {
|
|
content: "^";
|
|
}
|
|
}
|
|
|
|
.talentIcon {
|
|
display: inline-block;
|
|
font-family: pictos;
|
|
vertical-align: middle;
|
|
|
|
&::before {
|
|
content: "e";
|
|
}
|
|
}
|