mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
83 lines
2.5 KiB
CSS
83 lines
2.5 KiB
CSS
div.sheet-Null,
|
|
div.sheet-Chosen,
|
|
div.sheet-Fae,
|
|
div.sheet-Ghost,
|
|
div.sheet-Ghoul,
|
|
div.sheet-Infernal,
|
|
div.sheet-Mortal,
|
|
div.sheet-Queen,
|
|
div.sheet-Vampire,
|
|
div.sheet-Werewolf,
|
|
div.sheet-Witch,
|
|
div.sheet-Serpentine,
|
|
div.sheet-Sasquatch,
|
|
div.sheet-Wyrm,
|
|
div.sheet-Cuckoo,
|
|
div.sheet-Unicorn,
|
|
div.sheet-Heir,
|
|
div.sheet-Neighbor,
|
|
div.sheet-Selkie,
|
|
div.sheet-Beast,
|
|
div.sheet-Calaca,
|
|
div.sheet-Fury,
|
|
div.sheet-Proxy,
|
|
div.sheet-Unseen,
|
|
div.sheet-Succubus,
|
|
div.sheet-Banshee,
|
|
div.sheet-DeepOne,
|
|
div.sheet-Gorgon,
|
|
div.sheet-Angel,
|
|
div.sheet-Homebrew
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
input[type="radio"][value="0"]:checked ~ div.sheet-Null,
|
|
input[type="radio"][value="1"]:checked ~ div.sheet-Chosen,
|
|
input[type="radio"][value="2"]:checked ~ div.sheet-Fae,
|
|
input[type="radio"][value="3"]:checked ~ div.sheet-Ghost,
|
|
input[type="radio"][value="4"]:checked ~ div.sheet-Ghoul,
|
|
input[type="radio"][value="5"]:checked ~ div.sheet-Infernal,
|
|
input[type="radio"][value="6"]:checked ~ div.sheet-Mortal,
|
|
input[type="radio"][value="7"]:checked ~ div.sheet-Queen,
|
|
input[type="radio"][value="8"]:checked ~ div.sheet-Vampire,
|
|
input[type="radio"][value="9"]:checked ~ div.sheet-Werewolf,
|
|
input[type="radio"][value="10"]:checked ~ div.sheet-Witch,
|
|
input[type="radio"][value="11"]:checked ~ div.sheet-Serpentine,
|
|
input[type="radio"][value="12"]:checked ~ div.sheet-Sasquatch,
|
|
input[type="radio"][value="13"]:checked ~ div.sheet-Wyrm,
|
|
input[type="radio"][value="14"]:checked ~ div.sheet-Cuckoo,
|
|
input[type="radio"][value="15"]:checked ~ div.sheet-Unicorn,
|
|
input[type="radio"][value="16"]:checked ~ div.sheet-Heir,
|
|
input[type="radio"][value="17"]:checked ~ div.sheet-Neighbor,
|
|
input[type="radio"][value="18"]:checked ~ div.sheet-Selkie,
|
|
input[type="radio"][value="19"]:checked ~ div.sheet-Beast,
|
|
input[type="radio"][value="20"]:checked ~ div.sheet-Calaca,
|
|
input[type="radio"][value="21"]:checked ~ div.sheet-Fury,
|
|
input[type="radio"][value="22"]:checked ~ div.sheet-Proxy,
|
|
input[type="radio"][value="23"]:checked ~ div.sheet-Unseen,
|
|
input[type="radio"][value="24"]:checked ~ div.sheet-Succubus,
|
|
input[type="radio"][value="25"]:checked ~ div.sheet-Banshee,
|
|
input[type="radio"][value="26"]:checked ~ div.sheet-DeepOne,
|
|
input[type="radio"][value="27"]:checked ~ div.sheet-Gorgon,
|
|
input[type="radio"][value="28"]:checked ~ div.sheet-Angel,
|
|
input[type="radio"][value="99"]:checked ~ div.sheet-Homebrew
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
select.sheet-SkinSelect
|
|
{
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
|
|
input[type="radio"]
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
option.sheet-SkinSelect:checked
|
|
{
|
|
display: none;
|
|
} |