mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
115 lines
2.0 KiB
CSS
115 lines
2.0 KiB
CSS
div.sheet-Victime,
|
|
div.sheet-Chef,
|
|
div.sheet-Brute,
|
|
div.sheet-Bizarre,
|
|
div.sheet-Princesse,
|
|
div.sheet-Maman,
|
|
div.sheet-Solitaire,
|
|
div.sheet-Ptitbout,
|
|
div.sheet-Custom
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
input[type="radio"][value="0"]:checked ~ div.sheet-DarkestSelf-Rewritten
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
input.sheet-Skin[type="radio"][value="1"]:checked ~ div.sheet-Victime,
|
|
input.sheet-Skin[type="radio"][value="2"]:checked ~ div.sheet-Chef,
|
|
input.sheet-Skin[type="radio"][value="3"]:checked ~ div.sheet-Brute,
|
|
input.sheet-Skin[type="radio"][value="4"]:checked ~ div.sheet-Bizarre,
|
|
input.sheet-Skin[type="radio"][value="5"]:checked ~ div.sheet-Princesse,
|
|
input.sheet-Skin[type="radio"][value="6"]:checked ~ div.sheet-Maman,
|
|
input.sheet-Skin[type="radio"][value="7"]:checked ~ div.sheet-Solitaire,
|
|
input.sheet-Skin[type="radio"][value="8"]:checked ~ div.sheet-Ptitbout,
|
|
input.sheet-Skin[type="radio"][value="99"]:checked ~ div.sheet-Custom
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
select.sheet-SkinSelect
|
|
{
|
|
position: relative;
|
|
}
|
|
|
|
select.sheet-CultureSelect
|
|
{
|
|
position: relative;
|
|
}
|
|
|
|
input[type="radio"]
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
input[class^="sheet-Moves-"] {
|
|
margin-bottom:4px;
|
|
}
|
|
|
|
option.sheet-SkinSelect:checked
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
option.sheet-CultureSelect:checked
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
/* TEXT FORMATTING */
|
|
|
|
textarea {
|
|
resize:vertical;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 120%;
|
|
font-family: "Tahoma";
|
|
color: black;
|
|
|
|
}
|
|
|
|
p {
|
|
-webkit-hyphens: auto;
|
|
-moz-hyphens: auto;
|
|
hyphens: auto;
|
|
}
|
|
|
|
/* HR line */
|
|
|
|
hr.sheet-stat {
|
|
display: block;
|
|
height: 4px;
|
|
border: 0;
|
|
border-top: 4px solid #000;
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
hr {
|
|
display: block;
|
|
height: 4px;
|
|
border: 0;
|
|
border-top: 1px solid #000;
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type=number] {
|
|
text-align:center;
|
|
color:black;
|
|
}
|
|
|
|
p.sheet-titre {
|
|
text-align:center;
|
|
background:black;
|
|
color:white;
|
|
padding-top:5px;
|
|
height:25px;
|
|
}
|
|
|
|
.sheet-apprentissages {
|
|
margin-bottom:;
|
|
} |