mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
* added adjDX check style weapon/spell rolls, Shields and Armor section, reformatted main stats to roll20 standard "DX/DX_max" * csss for sheet buttons * Sheet/Journal buttons added. Talent section added, minor fixes * Updated credits * Updated credits * rename error * Update image
11 lines
247 B
CSS
11 lines
247 B
CSS
/*Configure the tab buttons*/
|
|
.sheet-character,
|
|
.sheet-journal {
|
|
display: none;
|
|
}
|
|
|
|
/* show the selected tab */
|
|
.sheet-tabstoggle[value="character"] ~ div.sheet-character,
|
|
.sheet-tabstoggle[value="journal"] ~ div.sheet-journal {
|
|
display: block;
|
|
} |