mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
2521 lines
94 KiB
CSS
2521 lines
94 KiB
CSS
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash&display=swap');
|
|
|
|
.charsheet
|
|
{
|
|
font-family:"Segoe UI", Arial;
|
|
--or: RGB(238, 228, 197);
|
|
--grey: RGB(217, 217, 217);
|
|
min-width:860px;
|
|
}
|
|
|
|
.itemcontrol
|
|
{
|
|
z-index:9999;
|
|
}
|
|
|
|
.itemcontrol > .btn
|
|
{
|
|
padding-top:2px;
|
|
padding-bottom:3px;
|
|
}
|
|
|
|
.btn
|
|
{
|
|
border-radius:0px;
|
|
}
|
|
|
|
div,
|
|
span,
|
|
input[type="number"],
|
|
input[type="text"],
|
|
textarea,
|
|
select,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
label,
|
|
button[type="roll"],
|
|
button[type="action"],
|
|
b
|
|
{
|
|
display:flex;
|
|
color:black;
|
|
}
|
|
|
|
label
|
|
{
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
select
|
|
{
|
|
margin-bottom:0px;
|
|
border-radius:0px;
|
|
}
|
|
|
|
input[type=number]::-webkit-outer-spin-button,
|
|
input[type=number]::-webkit-inner-spin-button
|
|
{
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type=number],
|
|
input[type=text]
|
|
{
|
|
-moz-appearance:textfield;
|
|
border-radius:0px;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
border:none;
|
|
width:100%;
|
|
padding:0px;
|
|
text-align:justify;
|
|
border-radius:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
.repcontrol
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
border-top:1px solid var(--sombre);
|
|
background:var(--clair);
|
|
justify-content:space-between;
|
|
flex-direction:row-reverse;
|
|
}
|
|
|
|
.repcontrol > .btn
|
|
{
|
|
padding-bottom:0px;
|
|
border-radius:0px;
|
|
border:0px;
|
|
padding-top:0px;
|
|
}
|
|
|
|
div.sheet-autoex
|
|
{
|
|
line-height: 1.4em;
|
|
min-height: 1.4em;
|
|
cursor: text;
|
|
text-align: left;
|
|
position:relative;
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-autoex > span
|
|
{
|
|
visibility: hidden;
|
|
display: block;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
white-space: pre-wrap;
|
|
text-align: inherit;
|
|
min-height: inherit;
|
|
height:100%;
|
|
word-wrap:anywhere;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
div.sheet-autoex > textarea
|
|
{
|
|
display: block;
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: calc(100% - 4px);;
|
|
overflow: hidden;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
white-space: pre-wrap;
|
|
text-align: inherit;
|
|
min-height: inherit;
|
|
resize: none;
|
|
margin:0px;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
div.sheet-autoex > textarea::placeholder
|
|
{
|
|
font-family:"Contrail One";
|
|
color: #575957da;
|
|
text-transform: capitalize;
|
|
font-style: italic;
|
|
text-align: center;
|
|
font-size: 95%;
|
|
font-weight:normal;
|
|
}
|
|
|
|
div.sheet-autoex22
|
|
{
|
|
min-height:22px;
|
|
}
|
|
|
|
div.sheet-autoex24
|
|
{
|
|
min-height:24px;
|
|
}
|
|
|
|
div.sheet-autoex28
|
|
{
|
|
min-height:28px;
|
|
}
|
|
|
|
div.sheet-autoex40
|
|
{
|
|
min-height:40px;
|
|
}
|
|
|
|
div.sheet-autoex100
|
|
{
|
|
min-height:100px;
|
|
}
|
|
|
|
div.sheet-menu
|
|
{
|
|
width:calc(100% + 15px);
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
margin-left:-10px;
|
|
min-width:860px;
|
|
}
|
|
|
|
div.sheet-menu > label
|
|
{
|
|
width:calc((100% / 5) - 10px);
|
|
}
|
|
|
|
div.sheet-menu > label > input[type="radio"]
|
|
{
|
|
position:absolute;
|
|
width:calc((100% / 5) - 22px);
|
|
height:32px;
|
|
opacity:0;
|
|
min-width:162px;
|
|
}
|
|
|
|
div.sheet-menu > label > input[type="radio"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-menu > label > input[type="radio"] ~ span::before
|
|
{
|
|
content:attr(title);
|
|
display:flex;
|
|
background-color:var(--grey);
|
|
border:1px solid black;
|
|
color:#404040;
|
|
width:100%;
|
|
justify-content:center;
|
|
text-align:center;
|
|
line-height:30px;
|
|
align-content:center;
|
|
}
|
|
|
|
div.sheet-menu > label > input[type="radio"]:checked ~ span::before
|
|
{
|
|
background-color:black;
|
|
color:var(--grey);
|
|
}
|
|
|
|
div.sheet-menu > label:nth-of-type(1n+6)
|
|
{
|
|
margin-top:2px;
|
|
}
|
|
|
|
div.sheet-options
|
|
{
|
|
position:absolute;
|
|
width:100%;
|
|
min-width:875px;
|
|
margin-left:-10px;
|
|
width:calc(100% - 45px);
|
|
margin-top:10px;
|
|
justify-content:flex-end;
|
|
}
|
|
|
|
div.sheet-options > label
|
|
{
|
|
width:25px;
|
|
height:25px;
|
|
margin-left:auto;
|
|
}
|
|
|
|
div.sheet-options > label > input[type="checkbox"]
|
|
{
|
|
position:absolute;
|
|
width:25px;
|
|
height:25px;
|
|
z-index:99;
|
|
opacity:0;
|
|
}
|
|
|
|
div.sheet-options > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-options > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
content: "y";
|
|
font-family:"pictos";
|
|
display: flex;
|
|
background-color: var(--grey);
|
|
border: 1px solid black;
|
|
color: #404040;
|
|
width: 100%;
|
|
justify-content: center;
|
|
text-align: center;
|
|
line-height: 24px;
|
|
align-content: center;
|
|
height:25px;
|
|
font-size:20px;
|
|
}
|
|
|
|
div.sheet-options > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
background-color: black;
|
|
color: var(--grey);
|
|
}
|
|
|
|
div.sheet-options > div.sheet-optionsExpand
|
|
{
|
|
display: none;
|
|
width:230px;
|
|
position: absolute;
|
|
margin-top: 20px;
|
|
background: var(--grey);
|
|
padding: 15px;
|
|
border: 1px solid black;
|
|
border-radius: 20px;
|
|
margin-right: 20px;
|
|
z-index:999;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-optionsExpand > select
|
|
{
|
|
width: 100%;
|
|
text-align: center;
|
|
background: transparent;
|
|
border: 1px solid black;
|
|
font-weight: bold;
|
|
color: #404040;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-optionsExpand > select:not(:first-of-type)
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-options > input[type="hidden"][value="1"] ~ div
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls
|
|
{
|
|
width:800px;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(2)
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(1) > div
|
|
{
|
|
width:148px;
|
|
background:linear-gradient(#fff,#e6e6e6);
|
|
height:22px;
|
|
border:1px solid black;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(2) > div
|
|
{
|
|
width:150px;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div:nth-of-type(1)
|
|
{
|
|
width:100%;
|
|
background:linear-gradient(#fff,#e6e6e6);
|
|
height:22px;
|
|
border:1px solid black;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div > label
|
|
{
|
|
width:20px;
|
|
height:22px;
|
|
border-right:1px solid black;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div > label > input[type="checkbox"]
|
|
{
|
|
position:absolute;
|
|
opacity:0;
|
|
width:20px;
|
|
height:22px;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
content:"y";
|
|
font-family:"pictos";
|
|
color:black;
|
|
width:100%;
|
|
height:22px;
|
|
font-size:17px;
|
|
text-align:center;
|
|
line-height:21px;
|
|
border-radius:0px;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
background:black;
|
|
color:var(--grey);
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > button[type="roll"],
|
|
div.sheet-options > div.sheet-rolls > div > div > div > button[type="roll"]
|
|
{
|
|
padding:0px;
|
|
background:transparent;
|
|
border:0px;
|
|
margin:0px;
|
|
height:22px;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(1) > div:hover > button[type="roll"],
|
|
div.sheet-options > div.sheet-rolls > div > div > div:nth-of-type(1) > button[type="roll"]:hover
|
|
{
|
|
text-decoration: none;
|
|
background-color: #e6e6e6;
|
|
background-position: 0 -22px;
|
|
transition: background-position .1s linear;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(2) > div > div > button[type="roll"]
|
|
{
|
|
width:calc(100% - 23px);
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div:nth-of-type(1) > div > button[type="roll"]
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > button[type="roll"]::before,
|
|
div.sheet-options > div.sheet-rolls > div > div > div > button[type="roll"]::before
|
|
{
|
|
content:"";
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > button[type="roll"] > span,
|
|
div.sheet-options > div.sheet-rolls > div > div > div > button[type="roll"] > span
|
|
{
|
|
width:100%;
|
|
line-height:22px;
|
|
height:22px;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > div.sheet-expand
|
|
{
|
|
display:none;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > input[type="hidden"][value="1"] ~ div.sheet-expand
|
|
{
|
|
display:flex;
|
|
z-index:95;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > input[type="hidden"][value="1"] ~ div.sheet-expand > h1
|
|
{
|
|
width: 100%;
|
|
background: var(--grey);
|
|
font-size: 15px;
|
|
font-variant: small-caps;
|
|
justify-content: center;
|
|
line-height: 19px;
|
|
border-right:1px solid black;
|
|
border-left:1px solid black;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > input[type="hidden"][value="1"] ~ div.sheet-expand > select
|
|
{
|
|
width:100%;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border: 0px;
|
|
border-left: 1px solid black;
|
|
border-right: 1px solid black;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > input[type="hidden"][value="1"] ~ div.sheet-expand > input[type="text"]
|
|
{
|
|
width:100%;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border: 0px;
|
|
border-left: 1px solid black;
|
|
border-right: 1px solid black;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rolls > div > div > input[type="hidden"][value="1"] ~ div.sheet-expand > select:last-of-type
|
|
{
|
|
border-bottom:1px solid black;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rollInitiative
|
|
{
|
|
position:absolute;
|
|
width: 75px;
|
|
background: linear-gradient(#fff,#e6e6e6);
|
|
height: 22px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rollInitiative > button[type="roll"]
|
|
{
|
|
width:100%;
|
|
padding: 0px;
|
|
background: transparent;
|
|
border: 0px;
|
|
margin: 0px;
|
|
height: 22px;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rollInitiative > button[type="roll"]::before
|
|
{
|
|
content:"";
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rollInitiative:hover > button[type="roll"]
|
|
{
|
|
text-decoration: none;
|
|
background-color: #e6e6e6;
|
|
background-position: 0 -22px;
|
|
transition: background-position .1s linear;
|
|
}
|
|
|
|
div.sheet-options > div.sheet-rollInitiative > button[type="roll"] > span
|
|
{
|
|
width: 100%;
|
|
line-height: 22px;
|
|
height: 22px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-tabContent
|
|
{
|
|
display:none;
|
|
width:calc(100% - 80px);
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
border:1px solid;
|
|
border-image-slice: 160 160 160 160;
|
|
border-image-width: 50px 50px 50px 50px;
|
|
border-image-outset: 13px 13px 13px 13px;
|
|
border-image-repeat: stretch;
|
|
border-image-source: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CWOD-M20/img/Border.png');
|
|
padding:40px;
|
|
align-content:flex-start;
|
|
min-width:770px;
|
|
margin-top:20px;
|
|
}
|
|
|
|
div.sheet-tabContent > h1
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
input[type="hidden"][value="Primary"].sheet-tabMenu ~ div.sheet-tabPrimary,
|
|
input[type="hidden"][value="Gear"].sheet-tabMenu ~ div.sheet-tabGear,
|
|
input[type="hidden"][value="Backgrounds"].sheet-tabMenu ~ div.sheet-tabBackgrounds,
|
|
input[type="hidden"][value="Rotes"].sheet-tabMenu ~ div.sheet-tabRotes,
|
|
input[type="hidden"][value="Other"].sheet-tabMenu ~ div.sheet-tabOther
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
h1.sheet-titre
|
|
{
|
|
width:100%;
|
|
height:30px;
|
|
justify-content:center;
|
|
font-style: italic;
|
|
font-family: "Berkshire Swash";
|
|
font-weight: normal;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
h1.sheet-titre::before,
|
|
h1.sheet-titre::after
|
|
{
|
|
content:"";
|
|
width: 100%;
|
|
height: 4px;
|
|
margin-top: auto;
|
|
border-top: 3px solid var(--or);
|
|
border-bottom: 10px solid var(--or);
|
|
}
|
|
|
|
h1.sheet-titre::before
|
|
{
|
|
margin-right:5px;
|
|
}
|
|
|
|
h1.sheet-titre::after
|
|
{
|
|
margin-left:5px;
|
|
}
|
|
|
|
div.sheet-identite
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
justify-content:space-between;
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-identite > label
|
|
{
|
|
width:calc((100% / 3) - 10px);
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-identite > label > h1
|
|
{
|
|
font-family:"Times New Roman";
|
|
font-weight:normal;
|
|
font-variant:small-caps;
|
|
font-size:18px;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
div.sheet-identite > label > input[type="text"]
|
|
{
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
margin-left:5px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:22px;
|
|
margin-top:5px;
|
|
padding-top:5px;
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-attributs,
|
|
div.sheet-abilities,
|
|
div.sheet-spheres,
|
|
div.sheet-backgrounds,
|
|
div.sheet-meritsFlaws,
|
|
div.sheet-arete,
|
|
div.sheet-arete > div,
|
|
div.sheet-willpower,
|
|
div.sheet-willpower > div,
|
|
div.sheet-health,
|
|
div.sheet-health > div,
|
|
div.sheet-resonance,
|
|
div.sheet-synergie,
|
|
div.sheet-experience,
|
|
div.sheet-freePoints,
|
|
div.sheet-rotes,
|
|
div.sheet-depenseExperience,
|
|
div.sheet-depenseExperience > div,
|
|
div.sheet-depenseExperience > .repcontainer > .repitem,
|
|
div.sheet-otherTraits,
|
|
div.sheet-armor > .repcontainer,
|
|
div.sheet-armor > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-attributs > div > div,
|
|
div.sheet-spheres,
|
|
div.sheet-backgrounds,
|
|
div.sheet-meritsFlaws,
|
|
div.sheet-arete,
|
|
div.sheet-willpower,
|
|
div.sheet-quintPara,
|
|
div.sheet-health,
|
|
div.sheet-resonance,
|
|
div.sheet-synergie,
|
|
div.sheet-experience,
|
|
div.sheet-freePoints,
|
|
div.sheet-gear,
|
|
div.sheet-notes,
|
|
div.sheet-expandedBackgrounds,
|
|
div.sheet-expandedBackgrounds > .repcontainer > .repitem,
|
|
div.sheet-rotes,
|
|
div.sheet-rotes > .repcontainer,
|
|
div.sheet-rotes > .repcontainer > .repitem,
|
|
div.sheet-depenseExperience,
|
|
div.sheet-depenseExperience > .repcontainer,
|
|
div.sheet-otherTraits,
|
|
div.sheet-combat,
|
|
div.sheet-combat > .repcontainer,
|
|
div.sheet-armor,
|
|
div.sheet-armor > .repcontainer,
|
|
div.sheet-armor > .repcontainer > .repitem
|
|
{
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-attributs > div,
|
|
div.sheet-abilities > div,
|
|
div.sheet-advantage-1,
|
|
div.sheet-advantage-3
|
|
{
|
|
width:calc((100% / 3) - 10px);
|
|
flex-wrap:wrap;
|
|
align-content:flex-start;
|
|
}
|
|
|
|
div.sheet-advantage-2
|
|
{
|
|
width:calc((100% / 3) - 30px);
|
|
padding-right:10px;
|
|
padding-left:10px;
|
|
flex-wrap:wrap;
|
|
align-content:flex-start;
|
|
}
|
|
|
|
div.sheet-attributs > div > h2,
|
|
div.sheet-abilities > div > h2,
|
|
div.sheet-backgrounds > h2,
|
|
div.sheet-meritsFlaws > h2,
|
|
div.sheet-willpower > h2,
|
|
div.sheet-quintPara > h2,
|
|
div.sheet-health > h2,
|
|
div.sheet-resonance > h2,
|
|
div.sheet-synergie > h2,
|
|
div.sheet-experience > h2,
|
|
div.sheet-freePoints > h2,
|
|
div.sheet-gear > h2,
|
|
div.sheet-notes > h2,
|
|
div.sheet-otherTraits > h2,
|
|
div.sheet-armor > h2
|
|
{
|
|
width:100%;
|
|
font-size:18px;
|
|
justify-content:center;
|
|
font-family:"Times New Roman";
|
|
font-weight:normal;
|
|
font-variant:small-caps;
|
|
line-height:20px;
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-arete > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-size:18px;
|
|
font-family:"Times New Roman";
|
|
font-weight:normal;
|
|
font-variant:small-caps;
|
|
height:20px;
|
|
margin:0px;
|
|
margin-top:10px;
|
|
padding:0px;
|
|
border:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-backgrounds > .repcontainer,
|
|
div.sheet-backgrounds > .repcontainer > .repitem,
|
|
div.sheet-meritsFlaws > div,
|
|
div.sheet-meritsFlaws > div.repcontainer > .repitem,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-otherTraits > .repcontainer,
|
|
div.sheet-otherTraits > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-arete > div,
|
|
div.sheet-willpower > div
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:first-of-type):not(:nth-last-of-type(1)),
|
|
div.sheet-backgrounds > .repcontainer > .repitem:not(:first-of-type),
|
|
div.sheet-otherTraits > div:not(:first-of-type):not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-otherTraits > .repcontainer > .repitem
|
|
{
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-meritsFlaws > div:not(:first-of-type):not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
min-height:25px;
|
|
}
|
|
|
|
div.sheet-abilities > div > div,
|
|
div.sheet-resonance > div,
|
|
div.sheet-synergie > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
height:25px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div:not(:first-of-type)
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
min-height:20px;
|
|
}
|
|
|
|
div.sheet-meritsFlaws > div:nth-of-type(1) > div,
|
|
div.sheet-meritsFlaws > div:nth-of-type(2) > div,
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem > div,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
min-height:25px;
|
|
}
|
|
|
|
div.sheet-spheres > div
|
|
{
|
|
height:25px;
|
|
width:calc((100% / 3) - 10px);
|
|
}
|
|
|
|
div.sheet-spheres > div > img
|
|
{
|
|
width: 25px;
|
|
height: 20px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
div.sheet-abilities > div > div > h3,
|
|
div.sheet-resonance > div > h3,
|
|
div.sheet-synergie > div > h3
|
|
{
|
|
min-width:max-content;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
font-family:"Times New Roman";
|
|
}
|
|
|
|
div.sheet-spheres > div > label
|
|
{
|
|
width:max-content;
|
|
height:25px;
|
|
position:relative;
|
|
align-items:flex-end;
|
|
}
|
|
|
|
div.sheet-spheres > div > label > input[type="text"]
|
|
{
|
|
position:absolute;
|
|
width:100%;
|
|
min-width:0px;
|
|
border:0px;
|
|
z-index:99;
|
|
margin:0px;
|
|
padding:0px;
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
font-family:"Times New Roman";
|
|
padding-right:1px;
|
|
height:14px;
|
|
}
|
|
|
|
div.sheet-spheres > div > label > span
|
|
{
|
|
min-width:max-content;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
font-family:"Times New Roman";
|
|
opacity:0;
|
|
padding-right:1px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > h3
|
|
{
|
|
min-width:max-content;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
font-family:"Times New Roman";
|
|
line-height:18px;
|
|
margin-left:2px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > input[type="text"],
|
|
div.sheet-abilities > div > div > input[type="text"],
|
|
div.sheet-resonance > div > input[type="text"],
|
|
div.sheet-synergie > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:18px;
|
|
margin-top:3px;
|
|
padding-top:5px;
|
|
margin-left:2px;
|
|
margin-right:5px;
|
|
}
|
|
|
|
div.sheet-abilities > div > div.sheet-other > input[type="text"]:first-of-type
|
|
{
|
|
width:90px;
|
|
font-weight:bold;
|
|
margin-right:0px;
|
|
}
|
|
|
|
div.sheet-abilities > div > div.sheet-other > input[type="text"]:last-of-type
|
|
{
|
|
width:calc(100% - 190px);
|
|
margin-left:auto;
|
|
}
|
|
|
|
div.sheet-spheres > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:18px;
|
|
margin-top:8px;
|
|
padding-top:5px;
|
|
margin-left:2px;
|
|
margin-right:5px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div:nth-of-type(1)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
align-items:flex-end;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div.sheet-extend
|
|
{
|
|
display:none;
|
|
width:100%;
|
|
justify-content:space-between;
|
|
align-items:flex-end;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > input[type="hidden"][value="1"] ~ div.sheet-extend
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > input[type="hidden"][value="1"] ~ div > input[type="text"]
|
|
{
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div.sheet-extend > select
|
|
{
|
|
width:100%;
|
|
text-align:center;
|
|
border:1px solid black;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div
|
|
{
|
|
min-width:82px;
|
|
width:82px;
|
|
justify-content:space-between;
|
|
align-items:flex-end;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > label.sheet-extend
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > input[type="hidden"][value="10"] ~ div
|
|
{
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > input[type="hidden"][value="10"] ~ div > label.sheet-extend
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-abilities > div > div > div,
|
|
div.sheet-spheres > div > div,
|
|
div.sheet-resonance > div > div,
|
|
div.sheet-synergie > div > div
|
|
{
|
|
width:90px;
|
|
justify-content:space-between;
|
|
align-items:flex-end;
|
|
padding-bottom:2px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > label,
|
|
div.sheet-abilities > div > div > div > label,
|
|
div.sheet-spheres > div > div > label,
|
|
div.sheet-arete > div > label,
|
|
div.sheet-willpower > div > label,
|
|
div.sheet-resonance > div > div > label,
|
|
div.sheet-synergie > div > div > label
|
|
{
|
|
width:15px;
|
|
height:14px;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > label > input[type="radio"],
|
|
div.sheet-abilities > div > div > div > label > input[type="radio"],
|
|
div.sheet-spheres > div > div > label > input[type="radio"],
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > input[type="radio"],
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label > input[type="radio"],
|
|
div.sheet-arete > div > label > input[type="radio"],
|
|
div.sheet-willpower > div > label > input[type="radio"],
|
|
div.sheet-resonance > div > div > label > input[type="radio"],
|
|
div.sheet-synergie > div > div > label > input[type="radio"],
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > input[type="radio"],
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > label > input[type="radio"]
|
|
{
|
|
position:absolute;
|
|
width:14px;
|
|
height:14px;
|
|
opacity:0;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > label > span,
|
|
div.sheet-abilities > div > div > div > label > span,
|
|
div.sheet-spheres > div > div > label > span,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > span,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label > span,
|
|
div.sheet-arete > div > label > span,
|
|
div.sheet-willpower > div > label > span,
|
|
div.sheet-resonance > div > div > label > span,
|
|
div.sheet-synergie > div > div > label > span,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > span,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > label > span::before,
|
|
div.sheet-abilities > div > div > div > label > span::before,
|
|
div.sheet-spheres > div > div > label > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label > span::before,
|
|
div.sheet-arete > div > label > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > label > span::before,
|
|
div.sheet-resonance > div > div > label > span::before,
|
|
div.sheet-synergie > div > div > label > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > label > span::before
|
|
{
|
|
content: "";
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 50%;
|
|
margin-right: 1px;
|
|
border: solid 1px black;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
box-shadow: 0 0 2px #ccc;
|
|
}
|
|
|
|
div.sheet-willpower > div:nth-of-type(2) > label:nth-of-type(1)
|
|
{
|
|
position:absolute;
|
|
margin-left:-20px;
|
|
}
|
|
|
|
div.sheet-willpower > div:nth-of-type(2) > label > span::before
|
|
{
|
|
content: "";
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: 1px;
|
|
border: solid 1px black;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
box-shadow: 0 0 2px #ccc;
|
|
}
|
|
|
|
div.sheet-abilities > div > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-spheres > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > label:nth-of-type(1) > span::before,
|
|
div.sheet-resonance > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-synergie > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > label:nth-of-type(1) > span::before
|
|
{
|
|
content:"✖";
|
|
opacity:0;
|
|
font-size:14px;
|
|
line-height:11px;
|
|
}
|
|
|
|
div.sheet-abilities > div > div:hover > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-spheres > div:hover > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem:hover > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:hover > label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2):hover > label:nth-of-type(1) > span::before,
|
|
div.sheet-resonance > div:hover > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-synergie > div:hover > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem:hover > div > div > label:nth-of-type(1) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:hover > label:nth-of-type(1) > span::before
|
|
{
|
|
opacity:0.5;
|
|
}
|
|
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-attributs > div > div > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-abilities > div > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-spheres > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(11) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="6"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="7"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="8"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="9"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > input[type="hidden"][value="10"] ~ label:nth-of-type(11) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="1"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="2"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="2"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="3"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="3"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="3"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="4"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="4"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="4"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="4"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="5"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="5"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="5"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="5"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="5"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="6"] ~ div > label:nth-of-type(6) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(6) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="7"] ~ div > label:nth-of-type(7) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(6) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(7) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="8"] ~ div > label:nth-of-type(8) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(6) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(7) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(8) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="9"] ~ div > label:nth-of-type(9) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(1) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(2) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(3) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(4) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(5) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(6) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(7) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(8) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(9) > span::before,
|
|
div.sheet-arete > input[type="hidden"][value="10"] ~ div > label:nth-of-type(10) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="1"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="2"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="3"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="4"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="5"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="6"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="7"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="8"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="9"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(1) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(1) > input[type="hidden"][value="10"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-resonance > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-synergie > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before
|
|
{
|
|
background:black;
|
|
}
|
|
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="1"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="2"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="2"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="3"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="3"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="3"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="4"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="4"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="4"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="4"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="5"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="5"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="5"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="5"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="5"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="6"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="7"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="8"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="9"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(2) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(3) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(4) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(5) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(6) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(7) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(8) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(9) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(10) > span::before,
|
|
div.sheet-willpower > div:nth-of-type(2) > input[type="hidden"][value="10"] ~ label:nth-of-type(11) > span::before
|
|
{
|
|
content:"✖";
|
|
font-size:14px;
|
|
line-height:11px;
|
|
}
|
|
|
|
label.sheet-buttonExpand
|
|
{
|
|
width:20px;
|
|
height:20px;
|
|
min-width:20px;
|
|
}
|
|
|
|
label.sheet-buttonExpand > input[type="checkbox"]
|
|
{
|
|
position:absolute;
|
|
width:20px;
|
|
height:20px;
|
|
opacity:0;
|
|
z-index:99;
|
|
}
|
|
|
|
label.sheet-buttonExpand > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
label.sheet-buttonExpand > input[type="checkbox"] ~ span::before
|
|
{
|
|
display:flex;
|
|
content:"+";
|
|
width:100%;
|
|
height:18px;
|
|
background:var(--or);
|
|
color:black;
|
|
justify-content:center;
|
|
align-content:center;
|
|
border:1px solid black;
|
|
border-radius:0px;
|
|
font-weight:bold;
|
|
font-size:18px;
|
|
line-height:16px;
|
|
}
|
|
|
|
label.sheet-buttonExpand > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
content:"-";
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:20px;
|
|
padding-top:5px;
|
|
margin-left:2px;
|
|
margin-right:5px;
|
|
}
|
|
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:25px;
|
|
padding-top:10px;
|
|
margin-left:2px;
|
|
margin-right:5px;
|
|
}
|
|
|
|
div.sheet-meritsFlaws > div:nth-of-type(1) > div > input[type="text"],
|
|
div.sheet-meritsFlaws > div:nth-of-type(2) > div > input[type="text"],
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
font-family:"Times New Roman";
|
|
border:0px;
|
|
padding:0px;
|
|
min-width:0px;
|
|
border-bottom:1px solid black;
|
|
height:25px;
|
|
padding-top:10px;
|
|
margin-left:2px;
|
|
}
|
|
|
|
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div
|
|
{
|
|
flex-wrap:wrap;
|
|
width:97px;
|
|
justify-content:flex-end;
|
|
align-items:flex-end;
|
|
min-width:97px;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div > div > label
|
|
{
|
|
width:15px;
|
|
height:14px;
|
|
margin-left:1px;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-extend,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div.sheet-extend,
|
|
div.sheet-meritsFlaws > div:nth-of-type(1) > div.sheet-extend,
|
|
div.sheet-meritsFlaws > div:nth-of-type(2) > div.sheet-extend,
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem > div.sheet-extend,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div > label.sheet-extend,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > div > label.sheet-extend,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-extend,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div.sheet-extend
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-meritsFlaws > div:nth-of-type(1) > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-meritsFlaws > div:nth-of-type(2) > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="hidden"][value="10"] ~ div > label.sheet-extend,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > input[type="hidden"][value="10"] ~ div > label.sheet-extend,
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"][value="1"] ~ div.sheet-extend,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div.sheet-extend
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"][value="1"] ~ div:nth-of-type(1) > input[type="text"],
|
|
div.sheet-otherTraits > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:nth-of-type(2) > input[type="text"]
|
|
{
|
|
border-bottom:0px;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div > select
|
|
{
|
|
padding: 0px;
|
|
width: 100%;
|
|
text-align: center;
|
|
border: 0px;
|
|
border-bottom: 1px solid black;
|
|
height: 20px;
|
|
margin-top:auto;
|
|
}
|
|
|
|
div.sheet-backgrounds > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-autoex,
|
|
div.sheet-backgrounds > .repcontainer > .repitem > div.sheet-autoex,
|
|
div.sheet-meritsFlaws > div:nth-of-type(1) > div.sheet-autoex,
|
|
div.sheet-meritsFlaws > div:nth-of-type(2) > div.sheet-autoex,
|
|
div.sheet-meritsFlaws > div.repcontainer > div.repitem > div.sheet-autoex
|
|
{
|
|
border:1px solid black;
|
|
border-top:0px;
|
|
}
|
|
|
|
div.sheet-otherTraits > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-autoex,
|
|
div.sheet-otherTraits > .repcontainer > .repitem > div.sheet-autoex
|
|
{
|
|
border:1px solid black;
|
|
}
|
|
|
|
div.sheet-quintPara
|
|
{
|
|
width:100%;
|
|
justify-content:space-evenly;
|
|
}
|
|
|
|
div.sheet-quintPara > h2
|
|
{
|
|
padding-left:20px;
|
|
}
|
|
|
|
div.sheet-quintPara > h2:last-of-type
|
|
{
|
|
margin-top:0px;
|
|
}
|
|
|
|
div.sheet-quintPara > span
|
|
{
|
|
width:8px;
|
|
height:20px;
|
|
margin-top:auto;
|
|
margin-bottom:auto;
|
|
margin-left:auto;
|
|
margin-right:10px;
|
|
font-size:20px;
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-quintPara > div
|
|
{
|
|
height:190px;
|
|
width:169px;
|
|
flex-wrap:wrap;
|
|
margin-right:auto;
|
|
}
|
|
|
|
div.sheet-quintPara > div > img
|
|
{
|
|
position: absolute;
|
|
width: 140px;
|
|
margin-top: 27px;
|
|
margin-left: 14px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div
|
|
{
|
|
|
|
height:95px;
|
|
width:169px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1)
|
|
{
|
|
align-items:flex-end;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2)
|
|
{
|
|
align-items:flex-start;
|
|
margin-top:4px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label
|
|
{
|
|
appearance:none;
|
|
margin:0px;
|
|
width:20px;
|
|
height:20px;
|
|
padding:0px;
|
|
-webkit-padding-start:4px;
|
|
cursor:pointer;
|
|
position:absolute;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > input[type="radio"]
|
|
{
|
|
position:absolute;
|
|
display:none;
|
|
width:19px;
|
|
height:19px;
|
|
opacity:0;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > span::before
|
|
{
|
|
content:"";
|
|
display:flex;
|
|
width:18px;
|
|
height:18px;
|
|
border:1px solid black;
|
|
justify-content:center;
|
|
font-size:12px;
|
|
font-weight:normal;
|
|
line-height:16px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > input[type="hidden"][value=""] ~ input[type="radio"]:nth-of-type(3),
|
|
div.sheet-quintPara > div > div > label > input[type="hidden"][value="Quintessence"] ~ input[type="radio"]:nth-of-type(4),
|
|
div.sheet-quintPara > div > div > label > input[type="hidden"][value="Paradox"] ~ input[type="radio"]:nth-of-type(2)
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > input[type="hidden"][value="Quintessence"] ~ span::before
|
|
{
|
|
content:"Ψ";
|
|
}
|
|
|
|
div.sheet-quintPara > div > div > label > input[type="hidden"][value="Paradox"] ~ span::before
|
|
{
|
|
content:"✖";
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(1)
|
|
{
|
|
transform:rotate(9deg);
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(2)
|
|
{
|
|
transform:rotate(25deg);
|
|
margin-bottom:22px;
|
|
margin-left:7px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(3)
|
|
{
|
|
transform:rotate(40deg);
|
|
margin-bottom:42px;
|
|
margin-left:20px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(4)
|
|
{
|
|
transform:rotate(60deg);
|
|
margin-bottom:58px;
|
|
margin-left:38px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(5)
|
|
{
|
|
transform:rotate(80deg);
|
|
margin-bottom:67px;
|
|
margin-left:61px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(6)
|
|
{
|
|
transform:rotate(100deg);
|
|
margin-bottom:67px;
|
|
margin-left:85px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(7)
|
|
{
|
|
transform:rotate(124deg);
|
|
margin-bottom:58px;
|
|
margin-left:108px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(8)
|
|
{
|
|
transform:rotate(140deg);
|
|
margin-bottom:42px;
|
|
margin-left:127px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(9)
|
|
{
|
|
transform:rotate(151deg);
|
|
margin-bottom:22px;
|
|
margin-left:140px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(1) > label:nth-of-type(10)
|
|
{
|
|
transform:rotate(172deg);
|
|
margin-left:148px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(1)
|
|
{
|
|
transform:rotate(-9deg);
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(2)
|
|
{
|
|
transform:rotate(-25deg);
|
|
margin-top:22px;
|
|
margin-left:7px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(3)
|
|
{
|
|
transform:rotate(-40deg);
|
|
margin-top:42px;
|
|
margin-left:20px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(4)
|
|
{
|
|
transform:rotate(-60deg);
|
|
margin-top:58px;
|
|
margin-left:38px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(5)
|
|
{
|
|
transform:rotate(-80deg);
|
|
margin-top:67px;
|
|
margin-left:61px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(6)
|
|
{
|
|
transform:rotate(-100deg);
|
|
margin-top:67px;
|
|
margin-left:85px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(7)
|
|
{
|
|
transform:rotate(-124deg);
|
|
margin-top:58px;
|
|
margin-left:108px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(8)
|
|
{
|
|
transform:rotate(-140deg);
|
|
margin-top:42px;
|
|
margin-left:127px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(9)
|
|
{
|
|
transform:rotate(-151deg);
|
|
margin-top:22px;
|
|
margin-left:140px;
|
|
}
|
|
|
|
div.sheet-quintPara > div > div:nth-of-type(2) > label:nth-of-type(10)
|
|
{
|
|
transform:rotate(-172deg);
|
|
margin-left:148px;
|
|
}
|
|
|
|
div.sheet-health > div > h3,
|
|
div.sheet-health > div > div.sheet-malus > span
|
|
{
|
|
min-width: max-content;
|
|
font-size: 14px;
|
|
font-family: "Times New Roman";
|
|
font-weight:normal;
|
|
letter-spacing:1px;
|
|
}
|
|
|
|
div.sheet-health > div
|
|
{
|
|
align-items:center;
|
|
height:20px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-health > div:nth-of-type(even)
|
|
{
|
|
background: linear-gradient(to right, RGB(183, 183, 183), white);
|
|
}
|
|
|
|
div.sheet-health > input[type="hidden"][value="1"] + div > div.sheet-special
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-special
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
|
|
div.sheet-health > div > input[type="hidden"] ~ div,
|
|
div.sheet-health > div > div.sheet-special
|
|
{
|
|
width:15px;
|
|
height:15px;
|
|
}
|
|
|
|
div.sheet-health > div > div.sheet-special,
|
|
div.sheet-health > div > div.sheet-malus
|
|
{
|
|
margin-left:auto;
|
|
margin-right:5px;
|
|
}
|
|
|
|
div.sheet-health > div > div.sheet-malus > span
|
|
{
|
|
font-family:Arial;
|
|
font-style:italic;
|
|
}
|
|
|
|
div.sheet-health > div > div.sheet-special > span::before
|
|
{
|
|
content:"X";
|
|
}
|
|
|
|
div.sheet-health > div > div > input[type="radio"]
|
|
{
|
|
position:absolute;
|
|
display:none;
|
|
width:15px;
|
|
height:15px;
|
|
opacity:0;
|
|
}
|
|
|
|
div.sheet-health > div > div > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-health > div > div > input[type="radio"] ~ span::before,
|
|
div.sheet-health > div > div.sheet-special > span::before
|
|
{
|
|
content: "";
|
|
width: 13px;
|
|
height: 13px;
|
|
border: solid 1px black;
|
|
line-height: 12px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
box-shadow: 0 0 2px #ccc;
|
|
font-size:15px;
|
|
}
|
|
|
|
div.sheet-health > div > input[type="hidden"][value=""] + div > input[type="radio"]:nth-of-type(2),
|
|
div.sheet-health > div > input[type="hidden"][value="Bashing"] + div > input[type="radio"]:nth-of-type(3),
|
|
div.sheet-health > div > input[type="hidden"][value="Lethal"] + div > input[type="radio"]:nth-of-type(4),
|
|
div.sheet-health > div > input[type="hidden"][value="Aggravated"] + div > input[type="radio"]:nth-of-type(1)
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-health > div > input[type="hidden"][value=""] + div > span::before
|
|
{
|
|
content:"";
|
|
}
|
|
|
|
div.sheet-health > div > input[type="hidden"][value="Bashing"] + div > span::before
|
|
{
|
|
content:"/";
|
|
}
|
|
|
|
div.sheet-health > div > input[type="hidden"][value="Lethal"] + div > span::before
|
|
{
|
|
content:"X";
|
|
}
|
|
|
|
div.sheet-health > div > input[type="hidden"][value="Aggravated"] + div > span::before
|
|
{
|
|
content:"Ж";
|
|
}
|
|
|
|
div.sheet-experience > input[type="text"],
|
|
div.sheet-freePoints > input[type="text"]
|
|
{
|
|
width:100%;
|
|
text-align:center;
|
|
border:2px solid black;
|
|
}
|
|
|
|
div.sheet-notes,
|
|
div.sheet-expandedBackgrounds
|
|
{
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-gear,
|
|
div.sheet-notes,
|
|
div.sheet-expandedBackgrounds
|
|
{
|
|
width:calc((100% / 2) - 10px);
|
|
align-content:flex-start;
|
|
}
|
|
|
|
div.sheet-gear > div.sheet-autoex,
|
|
div.sheet-notes > div.sheet-autoex
|
|
{
|
|
width:100%;
|
|
border:1px solid black;
|
|
}
|
|
|
|
div.sheet-gear > .repcontainer,
|
|
div.sheet-notes > .repcontainer,
|
|
div.sheet-expandedBackgrounds > .repcontainer
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-gear > .repcontainer > .repitem,
|
|
div.sheet-notes > .repcontainer > .repitem,
|
|
div.sheet-expandedBackgrounds > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-expandedBackgrounds > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
width:100%;
|
|
border:0px;
|
|
padding:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-gear > .repcontainer > .repitem > div.sheet-autoex,
|
|
div.sheet-notes > .repcontainer > .repitem > div.sheet-autoex,
|
|
div.sheet-expandedBackgrounds > .repcontainer > .repitem > div.sheet-autoex
|
|
{
|
|
width:100%;
|
|
border:1px solid black;
|
|
}
|
|
|
|
div.sheet-rotes > .repcontainer > .repitem
|
|
{
|
|
width:calc((100% / 2) - 10px);
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-rotes > .editmode > .repitem
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-rotes > .repcontainer,
|
|
div.sheet-rotes > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-rotes > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"]
|
|
{
|
|
width:calc((100% / 2) - 15px);
|
|
font-family: "Times New Roman";
|
|
border: 0px;
|
|
padding: 0px;
|
|
min-width: 0px;
|
|
border-bottom: 1px solid black;
|
|
height: 25px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
div.sheet-rotes > .repcontainer > .repitem > div:last-of-type
|
|
{
|
|
display:none;
|
|
width:100%;
|
|
border-bottom:1px solid black;
|
|
border-right:1px solid black;
|
|
border-left:1px solid black;
|
|
}
|
|
|
|
div.sheet-rotes > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:last-of-type
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-depenseExperience > div:first-of-type > h2
|
|
{
|
|
font-family: "Times New Roman";
|
|
font-weight: normal;
|
|
font-variant: small-caps;
|
|
font-size: 18px;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-depenseExperience > div:first-of-type > h2:nth-of-type(1)
|
|
{
|
|
width:calc(100% - 100px - 200px - 20px);
|
|
}
|
|
|
|
div.sheet-depenseExperience > div:first-of-type > h2:nth-of-type(2)
|
|
{
|
|
width:100px;
|
|
}
|
|
|
|
div.sheet-depenseExperience > div:first-of-type > h2:nth-of-type(3)
|
|
{
|
|
width:200px;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem:not(:first-of-type)
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
font-family: "Times New Roman";
|
|
border: 0px;
|
|
padding: 0px;
|
|
min-width: 0px;
|
|
border-bottom: 1px solid black;
|
|
height: 22px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > input[type="text"]:nth-of-type(1)
|
|
{
|
|
width:calc(100% - 100px - 200px - 20px);
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
width:100px;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2) > label
|
|
{
|
|
width: 15px;
|
|
height: 15px;
|
|
margin:auto;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="checkbox"]
|
|
{
|
|
position: absolute;
|
|
width: 14px;
|
|
height: 14px;
|
|
opacity: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
content: "";
|
|
width: 12px;
|
|
height: 12px;
|
|
border: solid 1px black;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
box-shadow: 0 0 2px #ccc;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
background:black;
|
|
}
|
|
|
|
div.sheet-depenseExperience > .repcontainer > .repitem > input[type="text"]:nth-of-type(2)
|
|
{
|
|
width:200px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-combat
|
|
{
|
|
width:calc(80% - 10px);
|
|
justify-content:space-between;
|
|
border:2px solid black;
|
|
margin-top:10px;
|
|
align-content:flex-start;
|
|
align-items:flex-start;
|
|
align-self:flex-start;
|
|
}
|
|
|
|
div.sheet-combat > div:first-of-type
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-combat > div:first-of-type > h2
|
|
{
|
|
font-size:14px;
|
|
font-weight:normal;
|
|
font-family:"Times New Roman";
|
|
font-variant:small-caps;
|
|
border-bottom:1px solid black;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-combat > div:first-of-type > h2:nth-of-type(1)
|
|
{
|
|
width:30%;
|
|
}
|
|
|
|
div.sheet-combat > div:first-of-type > h2:not(:nth-of-type(1))
|
|
{
|
|
width:calc(70% / 6);
|
|
border-left:1px solid black;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
border-bottom:1px solid black;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer > .repitem > div > input[type="text"]
|
|
{
|
|
width:100%;
|
|
border:0px;
|
|
height:25px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
width:30%;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer > .repitem > div:not(:nth-of-type(1)):not(:nth-of-type(2))
|
|
{
|
|
width:calc(70% / 6);
|
|
border-left:1px solid black;
|
|
}
|
|
|
|
div.sheet-combat > .repcontainer > .repitem > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > input[type="text"]
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-armor
|
|
{
|
|
width:20%;
|
|
align-items:flex-start;
|
|
align-content:flex-start;
|
|
}
|
|
|
|
div.sheet-armor > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
width:100%;
|
|
border:0px;
|
|
padding:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-armor > .repcontainer > .repitem > div:last-of-type
|
|
{
|
|
width:100%;
|
|
border:1px solid black;
|
|
}
|
|
|
|
div.sheet-armor > .repcontainer > .repitem:not(:first-of-type)
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-footer
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-footer > span
|
|
{
|
|
width:100%;
|
|
font-size:10px;
|
|
}
|
|
|
|
/* Roll Template */
|
|
.sheet-rolltemplate-generic
|
|
{
|
|
--or: RGB(238, 228, 197);
|
|
--grey: RGB(217, 217, 217);
|
|
display:flex;
|
|
width:100%;
|
|
background:var(--grey);
|
|
flex-wrap:wrap;
|
|
border-radius:20px;
|
|
padding-bottom:20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > h1
|
|
{
|
|
width:100%;
|
|
font-size:15px;
|
|
font-variant:small-caps;
|
|
text-align:center;
|
|
word-wrap:anywhere;
|
|
padding:10px;
|
|
line-height:20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > h2
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
font-size:12px;
|
|
font-variant:small-caps;
|
|
justify-content:center;
|
|
border-top:1px solid black;
|
|
line-height:20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
justify-content:space-between;
|
|
border-top:1px solid black;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > span
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
justify-content:center;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
padding-bottom:2px;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > div > span
|
|
{
|
|
align-items:center;
|
|
padding-top:2px;
|
|
padding-bottom:2px;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > div > span:nth-of-type(1)
|
|
{
|
|
display:flex;
|
|
width:70%;
|
|
padding-left:10px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic > div > span:nth-of-type(2)
|
|
{
|
|
display:flex;
|
|
width:30%;
|
|
padding-right:10px;
|
|
font-weight:bold;
|
|
justify-content:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-generic .inlinerollresult
|
|
{
|
|
color: #FFF;
|
|
background-color: #000;
|
|
border-color: #000;
|
|
min-width: 1em;
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin-left: 1px;
|
|
padding:0px;
|
|
}
|
|
.sheet-rolltemplate-generic .inlinerollresult.fullcrit
|
|
{
|
|
color: #FFF;
|
|
background-color: #3FB315;
|
|
}
|
|
.sheet-rolltemplate-generic .inlinerollresult.fullfail
|
|
{
|
|
color: #FFF;
|
|
background-color: #B31515;
|
|
}
|
|
.sheet-rolltemplate-generic .inlinerollresult.importantroll
|
|
{
|
|
color: #FFF;
|
|
background-color: #4A57ED;
|
|
}
|