mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
2793 lines
87 KiB
CSS
2793 lines
87 KiB
CSS
@font-face {
|
|
font-family: albertus;
|
|
src: url("https://roll20.magpiegames.com/avatar/albertus.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: kamizom;
|
|
src: url("https://roll20.magpiegames.com/avatar/kamizom.ttf") format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: calluna;
|
|
src: url("https://roll20.magpiegames.com/avatar/calluna.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: callunabold;
|
|
src: url("https://roll20.magpiegames.com/avatar/callunabold.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: gottadream;
|
|
src: url("https://roll20.magpiegames.com/avatar/gottadream.woff") format("woff");
|
|
}
|
|
|
|
.charsheet {
|
|
/*Definicion principal*/
|
|
|
|
/*background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Dungeon%20World%20by%20Roll20/images/background.png);*/
|
|
/*background-repeat: repeat-y;*/
|
|
/*background-color: rgb(230, 231, 233);*/
|
|
/*
|
|
border: 0px solid rgb(35, 31, 32);
|
|
font-weight: normal;
|
|
font-family: 'League Gothic', 'Helvetica', sans-serif;
|
|
*/
|
|
|
|
font-family: 'calluna',serif;
|
|
/*
|
|
background: url("https://roll20.magpiegames.com/avatar/blueprint.jpg");
|
|
background-repeat: no-repeat;
|
|
*/
|
|
|
|
background-image: url("https://roll20.magpiegames.com/avatar/bg.jpg");
|
|
background-repeat: repeat;
|
|
|
|
|
|
min-width: 890px;
|
|
height: auto;
|
|
|
|
line-height:unset;
|
|
}
|
|
|
|
button.sheet-generatebutton {
|
|
font-weight: bold;
|
|
font-variant: small-caps;
|
|
/*letter-spacing: 0.5px;*/
|
|
font-size: 12px;
|
|
outline: none;
|
|
border:0;
|
|
font-family:'calluna';
|
|
background:transparent;
|
|
width:180px;
|
|
line-height:0px;
|
|
}
|
|
|
|
button.sheet-generatebutton2 {
|
|
font-weight: bold;
|
|
/*font-variant: small-caps;*/
|
|
letter-spacing: 0.5px;
|
|
font-size: 12px;
|
|
outline: none;
|
|
border:0;
|
|
font-family:'calluna';
|
|
width:120px;
|
|
|
|
color:#fff;
|
|
background:#6a789d;
|
|
}
|
|
|
|
|
|
textarea {
|
|
resize:none;
|
|
}
|
|
|
|
.charsheet button.repcontrol_edit{
|
|
background-image: url("https://roll20.magpiegames.com/avatar/gear.svg");
|
|
background-repeat: no-repeat;
|
|
background-size:cover;/*35px 35px;*/
|
|
width:20px;
|
|
height:20px;
|
|
font-size:0px;
|
|
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
border:none;
|
|
outline: none;
|
|
border-radius: 0;
|
|
color: #000;
|
|
}
|
|
|
|
|
|
.charsheet .repcontrol_edit:hover {
|
|
background: url("https://roll20.magpiegames.com/avatar/gear.svg");
|
|
font-size:0px;
|
|
|
|
}
|
|
.charsheet .editmode {
|
|
|
|
}
|
|
|
|
|
|
.charsheet button.repcontrol_add{
|
|
background-image: url("https://roll20.magpiegames.com/avatar/plus.svg");
|
|
background-repeat: no-repeat;
|
|
background-size:cover;/*35px 35px;*/
|
|
width:20px;
|
|
height:20px;
|
|
content:"";
|
|
|
|
text-shadow: none;
|
|
/*background: transparent;*/
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
border:none;
|
|
/*font-weight: bold;*/
|
|
/*font-family: 'Double';*/
|
|
outline: none;
|
|
border-radius: 0;
|
|
/*transition: all 0.2s;*/
|
|
color: #000;
|
|
|
|
font-size: 0px;
|
|
|
|
}
|
|
|
|
.charsheet .repcontrol_add:hover {
|
|
background: url("https://roll20.magpiegames.com/avatar/plus.svg");
|
|
|
|
}
|
|
|
|
|
|
.charsheet label.sheet-name-normal {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
font-family: 'albertus','Helvetica';
|
|
font-variant: small-caps;
|
|
margin: 0;
|
|
margin-left:12px;
|
|
}
|
|
.charsheet label.sheet-texto {
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
font-family: 'calluna', 'Helvetica', sans-serif;
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: normal;
|
|
}
|
|
|
|
.sheet-cond1 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-cond1text[value="X"] ~ .sheet-cond1 {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
.sheet-cond2 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-cond2text[value="X"] ~ .sheet-cond2 {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
.sheet-cond3 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-cond3text[value="X"] ~ .sheet-cond3 {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
.sheet-cond4 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-cond4text[value="X"] ~ .sheet-cond4 {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
.sheet-cond5 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-cond5text[value="X"] ~ .sheet-cond5 {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
|
|
.sheet-ray1 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray1text[value="X"] ~ .sheet-ray1 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray2 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray2text[value="X"] ~ .sheet-ray2 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray3 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray3text[value="X"] ~ .sheet-ray3 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray4 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray4text[value="X"] ~ .sheet-ray4 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray5 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray5text[value="X"] ~ .sheet-ray5 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray6 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray6text[value="X"] ~ .sheet-ray6 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray7 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray7text[value="X"] ~ .sheet-ray7 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray8 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray8text[value="X"] ~ .sheet-ray8 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-ray9 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-ray9text[value="X"] ~ .sheet-ray9 {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
|
|
.sheet-leg1 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg1text[value="X"] ~ .sheet-leg1 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg2 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg2text[value="X"] ~ .sheet-leg2 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg3 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg3text[value="X"] ~ .sheet-leg3 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg4 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg4text[value="X"] ~ .sheet-leg4 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg5 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg5text[value="X"] ~ .sheet-leg5 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg6 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg6text[value="X"] ~ .sheet-leg6 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg7 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg7text[value="X"] ~ .sheet-leg7 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg8 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg8text[value="X"] ~ .sheet-leg8 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg9 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg9text[value="X"] ~ .sheet-leg9 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg10 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg10text[value="X"] ~ .sheet-leg10 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg11 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg11text[value="X"] ~ .sheet-leg11 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg12 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg12text[value="X"] ~ .sheet-leg12 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg13 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg13text[value="X"] ~ .sheet-leg13 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg14 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg14text[value="X"] ~ .sheet-leg14 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg15 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg15text[value="X"] ~ .sheet-leg15 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg16 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg16text[value="X"] ~ .sheet-leg16 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg17 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg17text[value="X"] ~ .sheet-leg17 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg18 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg18text[value="X"] ~ .sheet-leg18 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg19 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg19text[value="X"] ~ .sheet-leg19 {
|
|
text-decoration: line-through;
|
|
}
|
|
.sheet-leg20 {
|
|
text-decoration: none;
|
|
}
|
|
.sheet-leg20text[value="X"] ~ .sheet-leg20 {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.sheet-mostrar-listado:not([value="1"]) ~ .sheet-container-listado .sheet-listado {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-show-menu:not([value="1"]) ~ .sheet-container-menu .sheet-menu {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-menu-mode:not([value="sheet_choice"]) ~ .sheet-sheet_choice {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-menu {
|
|
background: rgba(0, 0, 0, 0.6);
|
|
position: absolute;
|
|
top: 0;
|
|
padding-top: 11px;
|
|
z-index: 10000;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1000px;
|
|
}
|
|
|
|
.sheet-menu .sheet-content {
|
|
background-image: url("https://roll20.magpiegames.com/avatar/bg.jpg");
|
|
background-repeat: repeat;
|
|
border: 2px solid #6a789d ;
|
|
margin: 0 auto;
|
|
border-radius: 10px;
|
|
padding: 15px;
|
|
}
|
|
|
|
.sheet-menu .sheet-sheet_choice {
|
|
width: 450px;
|
|
display: grid;
|
|
grid: auto/repeat(3, 33%);
|
|
grid-row-gap: 5px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.sheet-menu .sheet-column {
|
|
display: grid;
|
|
align-content: start;
|
|
grid-row-gap: 8px;
|
|
justify-items: center;
|
|
}
|
|
|
|
.sheet-menu .sheet-label {
|
|
font-family: 'Double';
|
|
font-size: 20px;
|
|
text-align: center;
|
|
margin: 3px 0;
|
|
}
|
|
|
|
.sheet-menu .sheet-desc {
|
|
text-align: center;
|
|
font-size: 12px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.sheet-menu .sheet-footer {
|
|
grid-column: 1 / span 3;
|
|
font-size: 15px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
/*font-style: italic;*/
|
|
align-self: center;
|
|
}
|
|
|
|
/*sheet-listado*/
|
|
|
|
.sheet-listado {
|
|
margin-left:-220px;
|
|
margin-top:-150px;
|
|
/*
|
|
background: rgba(0, 0, 0, 0.6);
|
|
position: absolute;
|
|
top: 0;
|
|
padding-top: 11px;
|
|
z-index: 10000;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1000px;
|
|
*/
|
|
}
|
|
|
|
.sheet-listado .sheet-content {
|
|
background: #f4eedb;
|
|
border: 2px solid #99925d ;
|
|
margin: 0 auto;
|
|
border-radius: 10px;
|
|
padding: 15px;
|
|
}
|
|
|
|
.sheet-listado .sheet-sheet_choice {
|
|
width:750px;
|
|
height:580px;
|
|
/*
|
|
display: grid;
|
|
grid: auto/repeat(4, 25%);
|
|
grid-row-gap: 5px;
|
|
justify-content: space-between;
|
|
*/
|
|
}
|
|
|
|
.sheet-listado .sheet-column {
|
|
display: grid;
|
|
align-content: start;
|
|
grid-row-gap: 8px;
|
|
justify-items: center;
|
|
}
|
|
|
|
.sheet-listado .sheet-label {
|
|
font-family: 'Double';
|
|
font-size: 20px;
|
|
text-align: center;
|
|
margin: 3px 0;
|
|
}
|
|
|
|
.sheet-listado .sheet-desc {
|
|
text-align: center;
|
|
font-size: 12px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.sheet-listado .sheet-footer {
|
|
grid-column: 1 / span 3;
|
|
font-size: 15px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
font-style: italic;
|
|
align-self: center;
|
|
}
|
|
|
|
/*FIN sheet-listado*/
|
|
|
|
/*IDEA*/
|
|
input[type="checkbox"].sheet-checkbox {
|
|
opacity: 0.0;
|
|
width: 16px;
|
|
height: 16px;
|
|
cursor: pointer;
|
|
margin-left:0px;
|
|
}
|
|
|
|
.sheet-ExpToggle[value="1"]:checked ~ div.sheet-Expander
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-checkbox + span.sheet-anglebox::before {
|
|
margin-right: 0px;
|
|
margin-left: 3px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
content: "►";
|
|
color: #6a789d;
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
input[type="checkbox"].sheet-checkbox:checked + span.sheet-anglebox::before {
|
|
content: "▼";
|
|
}
|
|
|
|
span.sheet-ExpHeader {
|
|
font-weight: bold;
|
|
font-size: 75%;
|
|
text-transform: uppercase;
|
|
color: #999999;
|
|
}
|
|
|
|
div.sheet-Expander
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
|
|
/**/
|
|
.sheet-audra1, .sheet-audra2, .sheet-audra3{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-brazor1[value="1"] ~ .sheet-audra1,.sheet-brazor2[value="1"] ~ .sheet-audra2,.sheet-brazor3[value="1"] ~ .sheet-audra3{
|
|
display:none;
|
|
}
|
|
|
|
.sheet-bala-nce[value="-3"] ~ .sheet-balancemenostres,.sheet-bala-nce[value="-2"] ~ .sheet-balancemenosdos,.sheet-bala-nce[value="-1"] ~ .sheet-balancemenosuno,.sheet-bala-nce[value="0"] ~ .sheet-balancecero,
|
|
.sheet-bala-nce[value="1"] ~ .sheet-balancemasuno,.sheet-bala-nce[value="2"] ~ .sheet-balancemasdos,.sheet-bala-nce[value="3"] ~ .sheet-balancemastres{
|
|
display:block;
|
|
}
|
|
.sheet-balancecero, .sheet-balancemenosuno, .sheet-balancemenosdos, .sheet-balancemasuno, .sheet-balancemasdos,.sheet-balancemastres, .sheet-balancemenostres{
|
|
display:none;
|
|
}
|
|
|
|
.sheet-limi-te[value="4"] ~ .sheet-label-stat-bloqueo-izq,.sheet-limi-te[value="4"] ~ .sheet-label-stat-bloqueo-izq1,
|
|
.sheet-limi-te[value="-4"] ~ .sheet-label-stat-bloqueo-der,.sheet-limi-te[value="-4"] ~ .sheet-label-stat-bloqueo-der1{
|
|
display:block;
|
|
}
|
|
|
|
.sheet-label-stat-bloqueo-izq,.sheet-label-stat-bloqueo-izq1,
|
|
.sheet-label-stat-bloqueo-der,.sheet-label-stat-bloqueo-der1{
|
|
display:none;
|
|
}
|
|
|
|
.sheet-listado-mode[value="botoun1"] ~ .sheet-skillz1,.sheet-listado-mode[value="botoun2"] ~ .sheet-skillz2, .sheet-listado-mode[value="botoun3"] ~ .sheet-skillz3,.sheet-listado-mode[value="botoun4"] ~ .sheet-skillz4,.sheet-listado-mode[value="botoun5"] ~ .sheet-skillz5,
|
|
.sheet-listado-mode[value="botoun6"] ~ .sheet-skillz6,.sheet-listado-mode[value="botoun7"] ~ .sheet-skillz7, .sheet-listado-mode[value="botoun8"] ~ .sheet-skillz8,.sheet-listado-mode[value="botoun9"] ~ .sheet-skillz9,.sheet-listado-mode[value="botoun10"] ~ .sheet-skillz10,
|
|
|
|
.sheet-listado-mode[value="botoun11"] ~ .sheet-skillz11,.sheet-listado-mode[value="botoun12"] ~ .sheet-skillz12, .sheet-listado-mode[value="botoun13"] ~ .sheet-skillz13,.sheet-listado-mode[value="botoun14"] ~ .sheet-skillz14,.sheet-listado-mode[value="botoun15"] ~ .sheet-skillz15,
|
|
.sheet-listado-mode[value="botoun16"] ~ .sheet-skillz16,.sheet-listado-mode[value="botoun17"] ~ .sheet-skillz17, .sheet-listado-mode[value="botoun18"] ~ .sheet-skillz18,.sheet-listado-mode[value="botoun19"] ~ .sheet-skillz19,.sheet-listado-mode[value="botoun20"] ~ .sheet-skillz20,
|
|
.sheet-listado-mode[value="botoun21"] ~ .sheet-skillz21,.sheet-listado-mode[value="botoun22"] ~ .sheet-skillz22, .sheet-listado-mode[value="botoun23"] ~ .sheet-skillz23,.sheet-listado-mode[value="botoun24"] ~ .sheet-skillz24,.sheet-listado-mode[value="botoun25"] ~ .sheet-skillz25,
|
|
.sheet-listado-mode[value="botoun26"] ~ .sheet-skillz26,.sheet-listado-mode[value="botoun27"] ~ .sheet-skillz27, .sheet-listado-mode[value="botoun28"] ~ .sheet-skillz28,.sheet-listado-mode[value="botoun29"] ~ .sheet-skillz29,.sheet-listado-mode[value="botoun30"] ~ .sheet-skillz30,
|
|
.sheet-listado-mode[value="botoun31"] ~ .sheet-skillz31,.sheet-listado-mode[value="botoun32"] ~ .sheet-skillz32, .sheet-listado-mode[value="botoun33"] ~ .sheet-skillz33,.sheet-listado-mode[value="botoun34"] ~ .sheet-skillz34,.sheet-listado-mode[value="botoun35"] ~ .sheet-skillz35,
|
|
.sheet-listado-mode[value="botoun36"] ~ .sheet-skillz36,.sheet-listado-mode[value="botoun37"] ~ .sheet-skillz37, .sheet-listado-mode[value="botoun38"] ~ .sheet-skillz38,.sheet-listado-mode[value="botoun39"] ~ .sheet-skillz39,.sheet-listado-mode[value="botoun40"] ~ .sheet-skillz40,
|
|
.sheet-listado-mode[value="botoun41"] ~ .sheet-skillz41,.sheet-listado-mode[value="botoun42"] ~ .sheet-skillz42, .sheet-listado-mode[value="botoun43"] ~ .sheet-skillz43,.sheet-listado-mode[value="botoun44"] ~ .sheet-skillz44,.sheet-listado-mode[value="botoun45"] ~ .sheet-skillz45,
|
|
.sheet-listado-mode[value="botoun46"] ~ .sheet-skillz46,.sheet-listado-mode[value="botoun47"] ~ .sheet-skillz47, .sheet-listado-mode[value="botoun48"] ~ .sheet-skillz48,.sheet-listado-mode[value="botoun49"] ~ .sheet-skillz49,.sheet-listado-mode[value="botoun50"] ~ .sheet-skillz50,
|
|
.sheet-listado-mode[value="botoun51"] ~ .sheet-skillz51,.sheet-listado-mode[value="botoun52"] ~ .sheet-skillz52, .sheet-listado-mode[value="botoun53"] ~ .sheet-skillz53,.sheet-listado-mode[value="botoun54"] ~ .sheet-skillz54,.sheet-listado-mode[value="botoun55"] ~ .sheet-skillz55,
|
|
.sheet-listado-mode[value="botoun56"] ~ .sheet-skillz56,.sheet-listado-mode[value="botoun57"] ~ .sheet-skillz57, .sheet-listado-mode[value="botoun58"] ~ .sheet-skillz58,.sheet-listado-mode[value="botoun59"] ~ .sheet-skillz59,.sheet-listado-mode[value="botoun60"] ~ .sheet-skillz60,
|
|
.sheet-listado-mode[value="botoun61"] ~ .sheet-skillz61,.sheet-listado-mode[value="botoun62"] ~ .sheet-skillz62, .sheet-listado-mode[value="botoun63"] ~ .sheet-skillz63,.sheet-listado-mode[value="botoun64"] ~ .sheet-skillz64,.sheet-listado-mode[value="botoun65"] ~ .sheet-skillz65,
|
|
.sheet-listado-mode[value="botoun66"] ~ .sheet-skillz66,.sheet-listado-mode[value="botoun67"] ~ .sheet-skillz67, .sheet-listado-mode[value="botoun68"] ~ .sheet-skillz68,.sheet-listado-mode[value="botoun69"] ~ .sheet-skillz69,.sheet-listado-mode[value="botoun70"] ~ .sheet-skillz70,
|
|
.sheet-listado-mode[value="botoun71"] ~ .sheet-skillz71,.sheet-listado-mode[value="botoun72"] ~ .sheet-skillz72, .sheet-listado-mode[value="botoun73"] ~ .sheet-skillz73,.sheet-listado-mode[value="botoun74"] ~ .sheet-skillz74,.sheet-listado-mode[value="botoun75"] ~ .sheet-skillz75,
|
|
.sheet-listado-mode[value="botoun76"] ~ .sheet-skillz76,.sheet-listado-mode[value="botoun77"] ~ .sheet-skillz77, .sheet-listado-mode[value="botoun78"] ~ .sheet-skillz78,.sheet-listado-mode[value="botoun79"] ~ .sheet-skillz79,.sheet-listado-mode[value="botoun80"] ~ .sheet-skillz80,
|
|
.sheet-listado-mode[value="botoun81"] ~ .sheet-skillz81,.sheet-listado-mode[value="botoun82"] ~ .sheet-skillz82, .sheet-listado-mode[value="botoun83"] ~ .sheet-skillz83,.sheet-listado-mode[value="botoun84"] ~ .sheet-skillz84,.sheet-listado-mode[value="botoun85"] ~ .sheet-skillz85,
|
|
.sheet-listado-mode[value="botoun86"] ~ .sheet-skillz86,.sheet-listado-mode[value="botoun87"] ~ .sheet-skillz87, .sheet-listado-mode[value="botoun88"] ~ .sheet-skillz88,.sheet-listado-mode[value="botoun89"] ~ .sheet-skillz89,.sheet-listado-mode[value="botoun90"] ~ .sheet-skillz90,
|
|
.sheet-listado-mode[value="botoun91"] ~ .sheet-skillz91,.sheet-listado-mode[value="botoun92"] ~ .sheet-skillz92, .sheet-listado-mode[value="botoun93"] ~ .sheet-skillz93,.sheet-listado-mode[value="botoun94"] ~ .sheet-skillz94,.sheet-listado-mode[value="botoun95"] ~ .sheet-skillz95,
|
|
.sheet-listado-mode[value="botoun96"] ~ .sheet-skillz96,.sheet-listado-mode[value="botoun97"] ~ .sheet-skillz97, .sheet-listado-mode[value="botoun98"] ~ .sheet-skillz98,.sheet-listado-mode[value="botoun99"] ~ .sheet-skillz99,.sheet-listado-mode[value="botoun100"] ~ .sheet-skillz100,
|
|
.sheet-listado-mode[value="botoun101"] ~ .sheet-skillz101,.sheet-listado-mode[value="botoun102"] ~ .sheet-skillz102,
|
|
|
|
.sheet-listado-mode[value="botoun103"] ~ .sheet-skillz103,.sheet-listado-mode[value="botoun104"] ~ .sheet-skillz104,.sheet-listado-mode[value="botoun105"] ~ .sheet-skillz105,
|
|
.sheet-listado-mode[value="botoun106"] ~ .sheet-skillz106,.sheet-listado-mode[value="botoun107"] ~ .sheet-skillz107,.sheet-listado-mode[value="botoun108"] ~ .sheet-skillz108,.sheet-listado-mode[value="botoun109"] ~ .sheet-skillz109,.sheet-listado-mode[value="botoun110"] ~ .sheet-skillz110,
|
|
.sheet-listado-mode[value="botoun111"] ~ .sheet-skillz111,.sheet-listado-mode[value="botoun112"] ~ .sheet-skillz112, .sheet-listado-mode[value="botoun113"] ~ .sheet-skillz113,.sheet-listado-mode[value="botoun114"] ~ .sheet-skillz114,.sheet-listado-mode[value="botoun115"] ~ .sheet-skillz115,
|
|
.sheet-listado-mode[value="botoun116"] ~ .sheet-skillz116,.sheet-listado-mode[value="botoun117"] ~ .sheet-skillz117, .sheet-listado-mode[value="botoun118"] ~ .sheet-skillz118,.sheet-listado-mode[value="botoun119"] ~ .sheet-skillz119,.sheet-listado-mode[value="botoun120"] ~ .sheet-skillz120,
|
|
.sheet-listado-mode[value="botoun121"] ~ .sheet-skillz121,.sheet-listado-mode[value="botoun122"] ~ .sheet-skillz122, .sheet-listado-mode[value="botoun123"] ~ .sheet-skillz123,.sheet-listado-mode[value="botoun124"] ~ .sheet-skillz124,.sheet-listado-mode[value="botoun125"] ~ .sheet-skillz125,
|
|
.sheet-listado-mode[value="botoun126"] ~ .sheet-skillz126,.sheet-listado-mode[value="botoun127"] ~ .sheet-skillz127, .sheet-listado-mode[value="botoun128"] ~ .sheet-skillz128,.sheet-listado-mode[value="botoun129"] ~ .sheet-skillz129,.sheet-listado-mode[value="botoun130"] ~ .sheet-skillz130,
|
|
.sheet-listado-mode[value="botoun131"] ~ .sheet-skillz131,.sheet-listado-mode[value="botoun132"] ~ .sheet-skillz132, .sheet-listado-mode[value="botoun133"] ~ .sheet-skillz133,.sheet-listado-mode[value="botoun134"] ~ .sheet-skillz134,.sheet-listado-mode[value="botoun135"] ~ .sheet-skillz135,
|
|
.sheet-listado-mode[value="botoun136"] ~ .sheet-skillz136,.sheet-listado-mode[value="botoun137"] ~ .sheet-skillz137, .sheet-listado-mode[value="botoun138"] ~ .sheet-skillz138,.sheet-listado-mode[value="botoun139"] ~ .sheet-skillz139,.sheet-listado-mode[value="botoun140"] ~ .sheet-skillz140,
|
|
.sheet-listado-mode[value="botoun141"] ~ .sheet-skillz141,.sheet-listado-mode[value="botoun142"] ~ .sheet-skillz142, .sheet-listado-mode[value="botoun143"] ~ .sheet-skillz143,.sheet-listado-mode[value="botoun144"] ~ .sheet-skillz144,.sheet-listado-mode[value="botoun145"] ~ .sheet-skillz145,
|
|
.sheet-listado-mode[value="botoun146"] ~ .sheet-skillz146,.sheet-listado-mode[value="botoun147"] ~ .sheet-skillz147, .sheet-listado-mode[value="botoun148"] ~ .sheet-skillz148,.sheet-listado-mode[value="botoun149"] ~ .sheet-skillz149,.sheet-listado-mode[value="botoun150"] ~ .sheet-skillz150,
|
|
.sheet-listado-mode[value="botoun151"] ~ .sheet-skillz151
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-menu-type[value="char"] ~ .sheet-setting-char,
|
|
.sheet-menu-type[value="era"] ~ .sheet-setting-era,
|
|
.sheet-menu-type[value="npc"] ~ .sheet-setting-npc
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-menu-mode[value="custom"] ~ .sheet-custom,
|
|
.sheet-menu-mode[value="kyoshi"] ~ .sheet-kyoshi,
|
|
.sheet-menu-mode[value="roku"] ~ .sheet-roku,
|
|
.sheet-menu-mode[value="hundred"] ~ .sheet-hundred,
|
|
.sheet-menu-mode[value="aang"] ~ .sheet-aang,
|
|
.sheet-menu-mode[value="korra"] ~ .sheet-korra,
|
|
|
|
.sheet-menu-mode[value="adamant"] ~ .sheet-adamant,
|
|
.sheet-menu-mode[value="bold"] ~ .sheet-bold,
|
|
.sheet-menu-mode[value="guardian"] ~ .sheet-guardian,
|
|
.sheet-menu-mode[value="hammer"] ~ .sheet-hammer,
|
|
.sheet-menu-mode[value="icon"] ~ .sheet-icon,
|
|
.sheet-menu-mode[value="idealist"] ~ .sheet-idealist,
|
|
.sheet-menu-mode[value="pillar"] ~ .sheet-pillar,
|
|
.sheet-menu-mode[value="prodigy"] ~ .sheet-prodigy,
|
|
.sheet-menu-mode[value="rogue"] ~ .sheet-rogue,
|
|
.sheet-menu-mode[value="destined"] ~ .sheet-destined,
|
|
.sheet-menu-mode[value="foundling"] ~ .sheet-foundling,
|
|
.sheet-menu-mode[value="elder"] ~ .sheet-elder,
|
|
.sheet-menu-mode[value="razor"] ~ .sheet-razor,
|
|
.sheet-menu-mode[value="successor"] ~ .sheet-successor,
|
|
|
|
.sheet-menu-mode[value="minor"] ~ .sheet-minor,
|
|
.sheet-menu-mode[value="major"] ~ .sheet-major,
|
|
.sheet-menu-mode[value="master"] ~ .sheet-master,
|
|
.sheet-menu-mode[value="legendary"] ~ .sheet-legendary
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-menu-mode:not([value="elder"]) ~ .sheet-noelder{
|
|
display:block;
|
|
}
|
|
|
|
.sheet-menu-mode[value="adamant"] ~ .sheet-adamanti,
|
|
.sheet-menu-mode[value="bold"] ~ .sheet-boldi,
|
|
.sheet-menu-mode[value="guardian"] ~ .sheet-guardiani,
|
|
.sheet-menu-mode[value="hammer"] ~ .sheet-hammeri,
|
|
.sheet-menu-mode[value="icon"] ~ .sheet-iconi,
|
|
.sheet-menu-mode[value="idealist"] ~ .sheet-idealisti,
|
|
.sheet-menu-mode[value="pillar"] ~ .sheet-pillari,
|
|
.sheet-menu-mode[value="prodigy"] ~ .sheet-prodigyi,
|
|
.sheet-menu-mode[value="rogue"] ~ .sheet-roguei,
|
|
.sheet-menu-mode[value="destined"] ~ .sheet-destinedi,
|
|
.sheet-menu-mode[value="foundling"] ~ .sheet-foundlingi,
|
|
.sheet-menu-mode[value="elder"] ~ .sheet-elderi,
|
|
.sheet-menu-mode[value="razor"] ~ .sheet-razori,
|
|
.sheet-menu-mode[value="successor"] ~ .sheet-successori {
|
|
display: inline;
|
|
}
|
|
|
|
.sheet-skillz1, .sheet-skillz2, .sheet-skillz3, .sheet-skillz4, .sheet-skillz5,.sheet-skillz6, .sheet-skillz7, .sheet-skillz8, .sheet-skillz9, .sheet-skillz10,
|
|
.sheet-skillz11, .sheet-skillz12, .sheet-skillz13, .sheet-skillz14, .sheet-skillz15,.sheet-skillz16, .sheet-skillz17, .sheet-skillz18, .sheet-skillz19, .sheet-skillz20,
|
|
.sheet-skillz21, .sheet-skillz22, .sheet-skillz23, .sheet-skillz24, .sheet-skillz25,.sheet-skillz26, .sheet-skillz27, .sheet-skillz28, .sheet-skillz29, .sheet-skillz30,
|
|
.sheet-skillz31, .sheet-skillz32, .sheet-skillz33, .sheet-skillz34, .sheet-skillz35,.sheet-skillz36, .sheet-skillz37, .sheet-skillz38, .sheet-skillz39, .sheet-skillz40,
|
|
.sheet-skillz41, .sheet-skillz42, .sheet-skillz43, .sheet-skillz44, .sheet-skillz45,.sheet-skillz46, .sheet-skillz47, .sheet-skillz48, .sheet-skillz49, .sheet-skillz50,
|
|
.sheet-skillz51, .sheet-skillz52, .sheet-skillz53, .sheet-skillz54, .sheet-skillz55,.sheet-skillz56, .sheet-skillz57, .sheet-skillz58, .sheet-skillz59, .sheet-skillz60,
|
|
.sheet-skillz61, .sheet-skillz62, .sheet-skillz63, .sheet-skillz64, .sheet-skillz65,.sheet-skillz66, .sheet-skillz67, .sheet-skillz68, .sheet-skillz69, .sheet-skillz70,
|
|
.sheet-skillz71, .sheet-skillz72, .sheet-skillz73, .sheet-skillz74, .sheet-skillz75,.sheet-skillz76, .sheet-skillz77, .sheet-skillz78, .sheet-skillz79, .sheet-skillz80,
|
|
.sheet-skillz81, .sheet-skillz82, .sheet-skillz83, .sheet-skillz84, .sheet-skillz85,.sheet-skillz86, .sheet-skillz87, .sheet-skillz88, .sheet-skillz89, .sheet-skillz90,
|
|
.sheet-skillz91, .sheet-skillz92, .sheet-skillz93, .sheet-skillz94, .sheet-skillz95,.sheet-skillz96, .sheet-skillz97, .sheet-skillz98, .sheet-skillz99, .sheet-skillz100,
|
|
.sheet-skillz101, .sheet-skillz102,
|
|
|
|
.sheet-skillz103, .sheet-skillz104, .sheet-skillz105,.sheet-skillz106, .sheet-skillz107, .sheet-skillz108, .sheet-skillz109, .sheet-skillz110,
|
|
.sheet-skillz111, .sheet-skillz112, .sheet-skillz113, .sheet-skillz114, .sheet-skillz115,.sheet-skillz116, .sheet-skillz117, .sheet-skillz118, .sheet-skillz119, .sheet-skillz120,
|
|
.sheet-skillz121, .sheet-skillz122, .sheet-skillz123, .sheet-skillz124, .sheet-skillz125,.sheet-skillz126, .sheet-skillz127, .sheet-skillz128, .sheet-skillz129, .sheet-skillz130,
|
|
.sheet-skillz131, .sheet-skillz132, .sheet-skillz133, .sheet-skillz134, .sheet-skillz135,.sheet-skillz136, .sheet-skillz137, .sheet-skillz138, .sheet-skillz139, .sheet-skillz140,
|
|
.sheet-skillz141, .sheet-skillz142, .sheet-skillz143, .sheet-skillz144, .sheet-skillz145,.sheet-skillz146, .sheet-skillz147, .sheet-skillz148, .sheet-skillz149, .sheet-skillz150,
|
|
.sheet-skillz151
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-setting-char, .sheet-setting-era, .sheet-setting-npc,
|
|
.sheet-custom, .sheet-kyoshi, .sheet-roku, .sheet-hundred, .sheet-aang, .sheet-korra,
|
|
.sheet-minor, .sheet-major, .sheet-master, .sheet-legendary,
|
|
.sheet-adamant, .sheet-bold, .sheet-guardian, .sheet-hammer, .sheet-icon, .sheet-idealist, .sheet-pillar, .sheet-prodigy, .sheet-rogue, .sheet-successor,
|
|
.sheet-foundling, .sheet-destined, .sheet-elder, .sheet-razor, .sheet-noelder,
|
|
.sheet-foundlingi, .sheet-destinedi, .sheet-elderi, .sheet-razori,
|
|
.sheet-adamanti, .sheet-boldi, .sheet-guardiani, .sheet-hammeri, .sheet-iconi, .sheet-idealisti, .sheet-pillari, .sheet-prodigyi, .sheet-roguei, .sheet-successori {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-titulo{
|
|
font-family:'kamizom','Helvetica',sans-serif;
|
|
font-size:45px;
|
|
line-height:unset;
|
|
text-shadow: 0.3px 0 0 #79a9da, -0.3px 0 0 #79a9da, 0 0.3px 0 #79a9da, 0 -0.3px 0 #79a9da, 0.3px 0.3px #79a9da, -0.3px -0.3px 0 #79a9da, 0.3px -0.3px 0 #79a9da, -0.3px 0.3px 0 #79a9da;
|
|
}
|
|
|
|
.sheet-name{
|
|
height:36px;
|
|
width:320px;
|
|
}
|
|
.sheet-fightstyle{
|
|
/*
|
|
background: url("https://roll20.magpiegames.com/avatar/fightstyle.png");
|
|
background-repeat: no-repeat;
|
|
*/
|
|
height:52px;
|
|
}
|
|
|
|
.sheet-vices{
|
|
display: grid;
|
|
grid-template-columns:13px auto;
|
|
/*grid-template-rows: auto auto;*/
|
|
grid-gap: 0px;
|
|
grid-template-areas:
|
|
"vices1 vices2"
|
|
"vices3 vices3";
|
|
}
|
|
.sheet-vices1{
|
|
grid-area:vices1;
|
|
width:1px;
|
|
justify-self: start:
|
|
align-self: end;
|
|
border: 0px solid #909090;
|
|
}
|
|
.sheet-vices2{
|
|
grid-area:vices2;
|
|
justify-self: start:
|
|
align-self: end;
|
|
padding-top: 2px;
|
|
border: 0px solid #909090;
|
|
}
|
|
.sheet-vices3{
|
|
grid-area:vices3;
|
|
justify-self: start:
|
|
align-self: end;
|
|
border: 0px solid #909090;
|
|
}
|
|
|
|
.sheet-colnpc1 { grid-area: colnpc1; }
|
|
.sheet-colnpc2 { grid-area: colnpc2; }
|
|
.sheet-grid-colnpc {
|
|
display: grid;
|
|
grid-template-columns:180px 90px;
|
|
grid-gap: 0px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'colnpc1 colnpc2';
|
|
}
|
|
.sheet-grid-colnpc > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-erasi2 { grid-area: erasi2; }
|
|
.sheet-erasi3 { grid-area: erasi3; }
|
|
.sheet-erasi4 { grid-area: erasi4; }
|
|
.sheet-grid-erasi {
|
|
display: grid;
|
|
grid-template-columns:133px 335px 315px;
|
|
grid-gap: 5px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'erasi2 erasi2'
|
|
'erasi3 erasi4';
|
|
}
|
|
.sheet-grid-erasi > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-era1 { grid-area: era1; }
|
|
.sheet-era2 { grid-area: era2; }
|
|
.sheet-era3 { grid-area: era3; }
|
|
.sheet-era4 { grid-area: era4; }
|
|
.sheet-grid-era {
|
|
display: grid;
|
|
grid-template-columns:133px 335px 315px;
|
|
grid-gap: 5px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'era1 era2 era2'
|
|
'era1 era3 era4';
|
|
}
|
|
.sheet-grid-era > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-eracol1 { grid-area: eracol1; }
|
|
.sheet-eracol2 { grid-area: eracol2; }
|
|
.sheet-grid-eracol {
|
|
display: grid;
|
|
grid-template-columns:560px 270px;
|
|
grid-gap: 5px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'eracol1 eracol2';
|
|
}
|
|
.sheet-grid-eracol > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-npc1 { grid-area: npc1; }
|
|
.sheet-npc2 { grid-area: npc2; }
|
|
.sheet-npc3 { grid-area: npc3; }
|
|
.sheet-grid-npc {
|
|
display: grid;
|
|
grid-template-columns:470px 350px;
|
|
column-gap:10px;
|
|
row-gap:10px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'npc1 npc2'
|
|
'npc3 npc2';
|
|
}
|
|
.sheet-grid-npc > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-condi1 { grid-area: condi1; }
|
|
.sheet-condi2 { grid-area: condi2; }
|
|
.sheet-grid-condi {
|
|
display: grid;
|
|
grid-template-columns:235px 235px;
|
|
column-gap:0px;
|
|
grid-template-areas:
|
|
'condi1 condi2';
|
|
}
|
|
.sheet-grid-condi > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-item1 { grid-area: col1; }
|
|
.sheet-item2 { grid-area: col2; }
|
|
.sheet-item3 { grid-area: col3; }
|
|
.sheet-item4 { grid-area: col4; }
|
|
.sheet-item5 { grid-area: titulo; }
|
|
.sheet-item6 { grid-area: status; }
|
|
.sheet-item7 { grid-area: back; }
|
|
.sheet-item8 { grid-area: training; }
|
|
.sheet-grid-container {
|
|
display: grid;
|
|
grid-template-columns:15px 240px 5px 340px 5px 240px 20px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'col1 titulo titulo titulo col3 status col4'
|
|
'col1 back col2 training col3 status col4';
|
|
}
|
|
.sheet-grid-container > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-menutech1 { grid-area: menutech1; }
|
|
.sheet-menutech2 { grid-area: menutech2; }
|
|
.sheet-menutech3 { grid-area: menutech3; }
|
|
.sheet-menutech4 { grid-area: menutech4; }
|
|
.sheet-grid-menutech {
|
|
display: grid;
|
|
grid-template-columns:180px 180px 180px 180px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'menutech1 menutech2 menutech3 menutech4';
|
|
}
|
|
.sheet-grid-menutech > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-middle1 { grid-area: middle1; }
|
|
.sheet-middle2 { grid-area: middle2; background-repeat: no-repeat;
|
|
height:298px;
|
|
width:359px;
|
|
}
|
|
.sheet-middle3 { grid-area: middle3; }
|
|
.sheet-grid-middle {
|
|
display: grid;
|
|
grid-template-columns:211px 359px 251px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'middle1 middle2 middle3';
|
|
|
|
background-image: url("https://roll20.magpiegames.com/avatar/statsbalance.png");
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
.sheet-grid-middle > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-moves1 { grid-area: moves1; }
|
|
.sheet-moves2 { grid-area: moves2; }
|
|
.sheet-grid-moves {
|
|
display: grid;
|
|
grid-template-columns:630px 210px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'moves1 moves2';
|
|
}
|
|
.sheet-grid-moves > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-adversary1 { grid-area: adversary1; }
|
|
.sheet-adversary2 { grid-area: adversary2; }
|
|
.sheet-adversary3 { grid-area: adversary3; }
|
|
.sheet-grid-adversary {
|
|
display: grid;
|
|
grid-template-columns:110px 110px 110px;
|
|
column-gap:5px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'adversary1 adversary2 adversary3';
|
|
}
|
|
.sheet-grid-adversary > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-endos1 { grid-area: endos1; }
|
|
.sheet-endos2 { grid-area: endos2; }
|
|
.sheet-grid-endos {
|
|
display: grid;
|
|
grid-template-columns:165px 165px;
|
|
column-gap:10px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'endos1 endos2';
|
|
}
|
|
.sheet-grid-endos > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-mueve1 { grid-area: mueve1; }
|
|
.sheet-mueve2 { grid-area: mueve2; }
|
|
.sheet-grid-mueve {
|
|
display: grid;
|
|
grid-template-columns:350px 227px;
|
|
column-gap:20px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'mueve1 mueve2';
|
|
}
|
|
.sheet-grid-mueve > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-char1 { grid-area: char1; }
|
|
.sheet-char2 { grid-area: char2; }
|
|
.sheet-grid-char {
|
|
display: grid;
|
|
grid-template-columns:288px 288px;
|
|
column-gap:20px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'char1 char2';
|
|
}
|
|
.sheet-grid-char > div {
|
|
border:none;/*1px solid #000;*/
|
|
}
|
|
|
|
|
|
.sheet-combat1 { grid-area: combat1; }
|
|
.sheet-combat2 { grid-area: combat2; }
|
|
.sheet-grid-combat {
|
|
display: grid;
|
|
grid-template-columns:227px 350px;
|
|
column-gap:20px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'combat1 combat2';
|
|
}
|
|
.sheet-grid-combat > div {
|
|
border:none;/*1px solid #000;*/
|
|
}
|
|
|
|
.sheet-habilidad1 { grid-area: habilidad1; }
|
|
.sheet-habilidad2 { grid-area: habilidad2; }
|
|
.sheet-habilidad3 { grid-area: habilidad3; }
|
|
.sheet-habilidad4 { grid-area: habilidad4; }
|
|
.sheet-habilidad5 { grid-area: habilidad5; }
|
|
.sheet-grid-habilidad {
|
|
display: grid;
|
|
grid-template-columns:50% 50%;
|
|
column-gap:0px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'habilidad1 habilidad2'
|
|
'habilidad4 habilidad5'
|
|
'habilidad3 habilidad3';
|
|
}
|
|
.sheet-grid-habilidad > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-fate1 { grid-area: fate1; }
|
|
.sheet-fate2 { grid-area: fate2; }
|
|
.sheet-grid-fate {
|
|
display: grid;
|
|
grid-template-columns:180px 145px;
|
|
column-gap:5px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'fate1 fate2';
|
|
}
|
|
.sheet-grid-fate > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-balanceizq { grid-area: balanceizq; }
|
|
.sheet-balanceizq2 { grid-area: balanceizq2; }
|
|
.sheet-balance1 { grid-area: balance1; }
|
|
.sheet-balance2 { grid-area: balance2; }
|
|
.sheet-balance3 { grid-area: balance3; }
|
|
.sheet-balance4 { grid-area: balance4; }
|
|
.sheet-balance5 { grid-area: balance5; }
|
|
.sheet-balance6 { grid-area: balance6; }
|
|
.sheet-balance7 { grid-area: balance7; }
|
|
.sheet-balanceder2 { grid-area: balanceder2; }
|
|
.sheet-balanceder { grid-area: balanceder; }
|
|
.sheet-grid-balance {
|
|
display: grid;
|
|
grid-template-columns:29px 49px 29px 29px 29px 29px 29px 29px 29px 47px 29px;
|
|
align-content: center;
|
|
grid-template-areas:
|
|
'balanceizq balanceizq2 balance1 balance2 balance3 balance4 balance5 balance6 balance7 balanceder2 balanceder';
|
|
}
|
|
.sheet-grid-balance > div {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-input-text-stat
|
|
{
|
|
width:38px;
|
|
height:38px;
|
|
font-size: 22px;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
/*
|
|
background-repeat: no-repeat;
|
|
background-size:cover;
|
|
background-image:url("https://roll20.magpiegames.com/avatar/statscircle.png");
|
|
*/
|
|
border:0px;
|
|
padding-top:8px;
|
|
outline: none;
|
|
font-family: 'albertus','Helvetica';
|
|
}
|
|
|
|
.sheet-div-numerito{
|
|
display:inline;
|
|
position:relative;
|
|
}
|
|
|
|
.sheet-label-numerito{
|
|
display:inline;
|
|
font-size:12px;
|
|
color:#a90707;
|
|
position:absolute;
|
|
top:-4px;
|
|
font-family:'albertus','Helvetica',sans-serif;
|
|
}
|
|
|
|
button[type="roll"] {
|
|
text-shadow: none;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
border-radius: 0;
|
|
transition: all 0.2s;
|
|
color: #000;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
font-family: 'albertus','Helvetica';
|
|
font-variant: small-caps;
|
|
padding: 5px 0 0 0;
|
|
}
|
|
|
|
button[type="roll"].btn::before {
|
|
content: "";
|
|
outline: none;
|
|
}
|
|
|
|
button[type="roll"].sheet-buttonroll {
|
|
display: flex;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: none;
|
|
font-size:20px;
|
|
}
|
|
|
|
button[type="roll"].sheet-buttonroll:hover {
|
|
color: #6a789d;/*#d3d3d3;*/
|
|
outline: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl {
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(http://nahualrpg.com/roll20/nahuales/miss.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-rollnahual{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-rollnahual .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(http://nahualrpg.com/roll20/nahuales/rollart.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-rollnahual{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-rollnahual .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlhit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(http://nahualrpg.com/roll20/nahuales/fullhit.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-rollnahual{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-rollnahual .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-nhl .sheet-roll-nhlfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/*-- TEMPLATE MOVEES -- INICIO --*/
|
|
.sheet-rolltemplate-movees {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE STATUSP -- INICIO --*/
|
|
.sheet-rolltemplate-broadcaststatusp {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE STATUSN -- INICIO --*/
|
|
.sheet-rolltemplate-broadcaststatusn {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCAST -- INICIO --*/
|
|
.sheet-rolltemplate-broadcast {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTBASIC -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastbasic {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTWEAPONS -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastweapons {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTTECH -- INICIO --*/
|
|
.sheet-rolltemplate-broadcasttech {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTWATER -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastwater {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTEARTH -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastearth {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTFIRE -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastfire {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
/*-- TEMPLATE BROADCASTFIRE -- INICIO --*/
|
|
.sheet-rolltemplate-broadcastair {
|
|
/*width: 299px;*/
|
|
/*height: 258px;*/
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
/*
|
|
background:
|
|
background-size: 282px 104px;
|
|
background-repeat: no-repeat;
|
|
*/
|
|
color: white;
|
|
background-color: #f4eedb;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/*-- TEMPLATE ROOTSTATS - INICIO --*/
|
|
.sheet-rolltemplate-rootstats {
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://programmancer.000webhostapp.com/root/img/BasicMoves-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://programmancer.000webhostapp.com/root/img/BasicMoves-HIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-roothit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://programmancer.000webhostapp.com/root/img/BasicMoves-FULLHIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-rootstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*-- TEMPLATE ROOTSTATS - FIN --*/
|
|
/*-- TEMPLATE avatarbmoves - INICIO --*/
|
|
.sheet-rolltemplate-avatarbmoves {
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BasicMove-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BasicMove-HIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BasicMove-FULLHIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarbmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*-- TEMPLATE avatarbmoves - FIN --*/
|
|
/*-- TEMPLATE avatarlmoves - INICIO --*/
|
|
.sheet-rolltemplate-avatarlmoves {
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BalanceMove-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BalanceMove-HIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-roothit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-BalanceMove-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarlmoves .sheet-roll-rootfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*-- TEMPLATE avatarlmoves - FIN --*/
|
|
/*-- TEMPLATE avatarcombat - INICIO --*/
|
|
.sheet-rolltemplate-avatarcombat {
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-Combat-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-Combat-HIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-roothit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-Combat-FULLHIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarcombat .sheet-roll-rootfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*-- TEMPLATE avatarcombat - FIN --*/
|
|
/*-- TEMPLATE avatarstats - INICIO --*/
|
|
.sheet-rolltemplate-avatarstats {
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-stat-MISS.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootmiss .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-stat-HIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-roothit .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull{
|
|
/*width: 299px;*/
|
|
height: 258px;
|
|
padding: 0px;
|
|
margin:0 -5px -4px -45px;
|
|
background: url(https://roll20.magpiegames.com/avatar/Avatar-Roll20-chat-stat-FULLHIT.jpg);
|
|
background-size: 282px 258px;
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
/*font-weight: bold;*/
|
|
/*text-shadow: 2px 2px #171819;*/
|
|
border: 0px solid black;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-rollroot{
|
|
display: grid;
|
|
grid: auto/ 280px;
|
|
grid-gap: 2px;
|
|
padding-top: 25px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-rollroot .sheet-roll{
|
|
justify-self:start;
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-success .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-success .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-success .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-success .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-failure .inlinerollresult,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-avatarstats .sheet-roll-rootfull .sheet-failure .inlinerollresult.importantroll{
|
|
background-color: transparent;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*-- TEMPLATE avatarstats - FIN --*/
|
|
.sheet-class-move:hover {
|
|
background: url("https://roll20.magpiegames.com/avatar/fondomove.jpg");
|
|
}
|
|
|
|
|
|
.sheet-backg1 { grid-area: backg1; }
|
|
.sheet-backg2 { grid-area: backg2; }
|
|
.sheet-backg3 { grid-area: backg3; }
|
|
.sheet-grid-backg {
|
|
display: grid;
|
|
grid-template-columns:75px 78px 75px;
|
|
grid-template-areas:
|
|
'backg1 backg2 backg3';
|
|
}
|
|
|
|
.sheet-dem1 { grid-area: dem1; }
|
|
.sheet-dem2 { grid-area: dem2; }
|
|
.sheet-grid-dem {
|
|
display: grid;
|
|
grid-template-columns:90px 100px;
|
|
grid-template-areas:
|
|
'dem1 dem2';
|
|
}
|
|
|
|
.sheet-label-stat{
|
|
font-family:'callunabold','Helvetica',sans-serif;
|
|
-ms-transform: rotate(270deg); /* IE 9 */
|
|
transform: rotate(270deg);
|
|
width: 70px;
|
|
height: 10px;
|
|
}
|
|
.sheet-label-stat-bloqueo-izq{
|
|
font-family:'callunabold','Helvetica',sans-serif;
|
|
-ms-transform: rotate(270deg); /* IE 9 */
|
|
transform: rotate(270deg);
|
|
width: 70px;
|
|
height: 10px;
|
|
background: url("https://roll20.magpiegames.com/avatar/crossoff.png");
|
|
background-repeat: no-repeat;
|
|
background-size:200px 6px;
|
|
}
|
|
.sheet-label-stat-bloqueo-izq1{
|
|
font-family:'callunabold','Helvetica',sans-serif;
|
|
width: 70px;
|
|
height: 10px;
|
|
background: url("https://roll20.magpiegames.com/avatar/crossoff.png");
|
|
background-repeat: no-repeat;
|
|
background-size:90px 6px;
|
|
}
|
|
/*background: url(https://roll20.magpiegames.com/avatar/crossoff.png); background-repeat: no-repeat;background-size:210px 6px;*/
|
|
|
|
.sheet-label-stat-bloqueo-der{
|
|
font-family:'callunabold','Helvetica',sans-serif;
|
|
-ms-transform: rotate(90deg); /* IE 9 */
|
|
transform: rotate(90deg);
|
|
width: 70px;
|
|
height: 10px;
|
|
background: url("https://roll20.magpiegames.com/avatar/crossoff.png");
|
|
background-repeat: no-repeat;
|
|
background-size:200px 6px;
|
|
}
|
|
.sheet-label-stat-bloqueo-der1{
|
|
font-family:'callunabold','Helvetica',sans-serif;
|
|
width: 70px;
|
|
height: 10px;
|
|
background: url("https://roll20.magpiegames.com/avatar/crossoff.png");
|
|
background-repeat: no-repeat;
|
|
background-size:90px 6px;
|
|
}
|
|
|
|
.sheet-label-stat90{
|
|
font-family:'gottadream','Helvetica',sans-serif;
|
|
-ms-transform: rotate(90deg); /* IE 9 */
|
|
transform: rotate(90deg);
|
|
width: 70px;
|
|
height: 10px;
|
|
}
|
|
|
|
|
|
.sheet-stat1 { grid-area: stat1; }
|
|
.sheet-stat2 { grid-area: stat2; }
|
|
.sheet-stat3 { grid-area: stat3; }
|
|
.sheet-stat4 { grid-area: stat4; }
|
|
.sheet-grid-stat {
|
|
display: grid;
|
|
grid-template-columns:27px 87px 20px 100px;
|
|
grid-template-areas:
|
|
'stat1 stat2 stat3 stat4';
|
|
}
|
|
|
|
.sheet-train1 { grid-area: train1; }
|
|
.sheet-train2 { grid-area: train2; }
|
|
.sheet-train3 { grid-area: train3; }
|
|
.sheet-train4 { grid-area: train4; }
|
|
.sheet-train5 { grid-area: train5; }
|
|
.sheet-train6 { grid-area: train6; }
|
|
.sheet-grid-train {
|
|
display: grid;
|
|
grid-template-columns:56px 56px 56px 56px 56px 56px;
|
|
grid-template-areas:
|
|
'train1 train2 train3 train4 train5 train6';
|
|
}
|
|
.sheet-grid-train > div {
|
|
border:none;
|
|
}
|
|
|
|
.sheet-fati1 { grid-area: fati1; }
|
|
.sheet-fati2 { grid-area: fati2; }
|
|
.sheet-fati3 { grid-area: fati3; }
|
|
.sheet-fati4 { grid-area: fati4; }
|
|
.sheet-fati5 { grid-area: fati5; }
|
|
.sheet-grid-fati {
|
|
display: grid;
|
|
grid-template-columns:25px 25px 25px 25px 25px;
|
|
grid-template-areas:
|
|
'fati1 fati2 fati3 fati4 fati5';
|
|
}
|
|
.sheet-grid-fati > div {
|
|
border:none;
|
|
}
|
|
|
|
/*Circulitos CHECBOX*/
|
|
/* Create a custom checkbox */
|
|
.sheet-checkmark-circle { /*- vices */
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
height: 8px;
|
|
width: 8px;
|
|
border-radius:10px;
|
|
background-color: #fff; /*#eee*/
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.sheet-container-vices:hover input ~ .sheet-checkmark-circle {
|
|
background-color: #FFF; /*ccc*/
|
|
}
|
|
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-circle {
|
|
background-color: #FFF; /*2196F3*/
|
|
background: url("http://nahualrpg.com/roll20/nahuales/x1.jpg");
|
|
background-size: cover;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.sheet-checkmark-circle:after {
|
|
content: "";
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-circle:after {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-container-vices .sheet-checkmark-circle:after {
|
|
left: -1000px;
|
|
top: 5px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 3px 3px 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
/**/
|
|
|
|
.sheet-barrioq{
|
|
display: grid;
|
|
grid: auto/ 18px auto;
|
|
grid-gap: 2px;
|
|
}
|
|
|
|
.sheet-container-vices {
|
|
display: block;
|
|
position: relative;
|
|
padding-left: 35px;
|
|
margin-bottom: 12px;
|
|
cursor: pointer;
|
|
font-size: 22px;
|
|
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
/* Hide the browser's default checkbox */
|
|
.sheet-container-vices input {
|
|
position: absolute;
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
|
|
/* Create a custom checkbox */
|
|
.sheet-checkmark-npc {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
height: 8px;
|
|
width: 8px;
|
|
background-color: #fff; /*#eee*/
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
/* On mouse-over, add a grey background color */
|
|
.sheet-container-vices:hover input ~ .sheet-checkmark-npc {
|
|
background-color: #FFF; /*ccc*/
|
|
}
|
|
|
|
/* When the checkbox is checked, add a blue background */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-npc {
|
|
background-color: #FFF; /*2196F3*/
|
|
background: url("https://roll20.magpiegames.com/avatar/Avatar-NPC-trackmarker.png");
|
|
background-size: cover;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
/* Create the checkmark/indicator (hidden when not checked) */
|
|
.sheet-checkmark-npc:after {
|
|
content: "";
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
/* Show the checkmark when checked */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-npc:after {
|
|
display: block;
|
|
}
|
|
|
|
/* Style the checkmark/indicator */
|
|
.sheet-container-vices .sheet-checkmark-npc:after {
|
|
left: -1000px;
|
|
top: 5px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 3px 3px 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Create a custom checkbox */
|
|
.sheet-checkmark-vices {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
height: 8px;
|
|
width: 8px;
|
|
background-color: #fff; /*#eee*/
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
/* On mouse-over, add a grey background color */
|
|
.sheet-container-vices:hover input ~ .sheet-checkmark-vices {
|
|
background-color: #FFF; /*ccc*/
|
|
}
|
|
|
|
/* When the checkbox is checked, add a blue background */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-vices {
|
|
background-color: #FFF; /*2196F3*/
|
|
background: url("http://nahualrpg.com/roll20/nahuales/x1.jpg");
|
|
background-size: cover;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
/* Create the checkmark/indicator (hidden when not checked) */
|
|
.sheet-checkmark-vices:after {
|
|
content: "";
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
/* Show the checkmark when checked */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-vices:after {
|
|
display: block;
|
|
}
|
|
|
|
/* Style the checkmark/indicator */
|
|
.sheet-container-vices .sheet-checkmark-vices:after {
|
|
left: -1000px;
|
|
top: 5px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 3px 3px 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
/* checks en rombo */
|
|
.sheet-checkmark-rombo {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
height: 8px;
|
|
width: 8px;
|
|
background-color: #fff; /*#eee*/
|
|
border: 1px solid #000;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
/* On mouse-over, add a grey background color */
|
|
.sheet-container-vices:hover input ~ .sheet-checkmark-rombo {
|
|
background-color: #FFF; /*ccc*/
|
|
}
|
|
|
|
/* When the checkbox is checked, add a blue background */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-rombo {
|
|
background-color: #FFF; /*2196F3*/
|
|
background: url("https://roll20.magpiegames.com/avatar/palomita.jpg");
|
|
background-size: cover;
|
|
border: 1px solid #99925D;
|
|
}
|
|
|
|
/* Create the checkmark/indicator (hidden when not checked) */
|
|
.sheet-checkmark-rombo:after {
|
|
content: "";
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
/* Show the checkmark when checked */
|
|
.sheet-container-vices input:checked ~ .sheet-checkmark-rombo:after {
|
|
display: block;
|
|
}
|
|
|
|
/* Style the checkmark/indicator */
|
|
.sheet-container-vices .sheet-checkmark-rombo:after {
|
|
left: -1000px;
|
|
top: 5px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 3px 3px 0;
|
|
}
|
|
|
|
|
|
|
|
div.sheet-tab-content { display: none; }
|
|
|
|
input.sheet-tab1:checked ~ div.sheet-tab1,
|
|
input.sheet-tab2:checked ~ div.sheet-tab2,
|
|
input.sheet-tab3:checked ~ div.sheet-tab3
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab1:checked + span.sheet-tab1,
|
|
input.sheet-tab2:checked + span.sheet-tab2,
|
|
input.sheet-tab3:checked + span.sheet-tab3
|
|
{
|
|
/* background: gray;
|
|
color: white;
|
|
color:#e0e0e0;*/
|
|
color:#fff;
|
|
background:#6a789d;
|
|
}
|
|
|
|
input.sheet-tab
|
|
{
|
|
width: 200px;
|
|
height: 30px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin-left: -1.5px;
|
|
margin-top: -1.5px;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
z-index: 9999;
|
|
}
|
|
span.sheet-tab {
|
|
line-height:normal;
|
|
outline:none;
|
|
border:0px;
|
|
height:30px;
|
|
width:200px;
|
|
font-weight:bold;
|
|
font-size:1.0em;
|
|
font-family:'La Ghandi Sans','Helvetica',sans-serif;
|
|
padding:0;
|
|
/*margin:0;*/
|
|
line-height:30px;
|
|
text-align: center;
|
|
color:#6a789d;
|
|
background:none;
|
|
|
|
position: relative;
|
|
margin-left: -200px;
|
|
cursor:pointer;
|
|
display:inline-block;
|
|
/*
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
background: white;
|
|
color: gray;
|
|
font-weight: bold;
|
|
width: 70px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-left: -75px;
|
|
*/
|
|
}
|
|
/*
|
|
input.sheet-tab::before
|
|
{
|
|
content: attr(title);
|
|
border: solid 1px #a8a8a8;
|
|
border-bottom-color: black;
|
|
text-align: center;
|
|
display: inline-block;
|
|
background: #fff;
|
|
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
width: 50px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
input.sheet-tab:checked::before
|
|
{
|
|
background: #dcdcdc;
|
|
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
border-bottom-color: #fff;
|
|
}
|
|
*/
|
|
input.sheet-tab:not(:first-child)::before
|
|
{
|
|
border-left: none;
|
|
}
|
|
|
|
div.sheet-tab-content
|
|
{
|
|
/*
|
|
border: 1px solid #a8a8a8;
|
|
border-top-color: #000;
|
|
margin: 2px 0 0 5px;
|
|
padding: 5px;
|
|
*/
|
|
|
|
}
|
|
|