Files
2026-06-03 17:37:10 +02:00

1454 lines
34 KiB
CSS

/* ABBADON - LOST HAVEN ART */
/* Character sheet for ROll20 by VJ Rolmasters*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Metal+Mania&family=Rubik+Wet+Paint&display=swap');
/*============= FONTS CSS =============*/
/* <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name */
.lora {
font-family: "Lora", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.metal-mania-regular {
font-family: "Metal Mania", system-ui;
font-weight: 400;
font-style: normal;
}
.rubik-wet-paint-regular {
font-family: "Rubik Wet Paint", system-ui;
font-weight: 400;
font-style: normal;
}
/*============= END FONTS CSS =============*/
/* CSS TABS MENU */
.sheet-margemenu {
float: left;
width: 10px;
min-width: 10px;
height: 30px;
padding: 0px 10px;
}
/* Vertical tabs */
.sheet-notebook-tabs {
position: relative;
float: left;
width: 830px;
gap: 6px;
z-index: 10;
}
.sheet-notebook-tab {
float: left;
width: 130px;
min-width: 100px;
height: 50px;
margin: 0px 20px 0px 0px;
padding: 0px 15px;
background: #cc3333;
color: #ffffff;
border: none;
cursor: pointer;
font-family: "Metal Mania", system-ui;
font-optical-sizing: auto;
font-weight: 400;
font-size: 24px;
}
.sheet-notebook-tab:hover { background:#000000; color:#F0D100 }
/* Ocultar todas las pestañas */
.charsheet .sheet-zero,
.charsheet .sheet-un,
.charsheet .sheet-dos,
.charsheet .sheet-tres,
.charsheet .sheet-quatre {
display: none !important;
}
/* Mostrar según valor del input */
.charsheet .sheet-tabstoggle[value="zero"] ~ .sheet-container .sheet-zero,
.charsheet .sheet-tabstoggle[value="un"] ~ .sheet-container .sheet-un,
.charsheet .sheet-tabstoggle[value="dos"] ~ .sheet-container .sheet-dos,
.charsheet .sheet-tabstoggle[value="tres"] ~ .sheet-container .sheet-tres,
.charsheet .sheet-tabstoggle[value="quatre"] ~ .sheet-container .sheet-quatre {
display: block !important;
}
/* Botones activos */
.charsheet .sheet-tabstoggle[value="zero"] ~ .sheet-container .sheet-notebook-tabs .sheet-button0,
.charsheet .sheet-tabstoggle[value="un"] ~ .sheet-container .sheet-notebook-tabs .sheet-button1,
.charsheet .sheet-tabstoggle[value="dos"] ~ .sheet-container .sheet-notebook-tabs .sheet-button2,
.charsheet .sheet-tabstoggle[value="tres"] ~ .sheet-container .sheet-notebook-tabs .sheet-button3,
.charsheet .sheet-tabstoggle[value="quatre"] ~ .sheet-container .sheet-notebook-tabs .sheet-button4 {
color: #F0D100;
width: 130px;
min-width: 100px;
height: 50px;
padding: 0px 15px;
background-color: #330000;
font-family: "Metal Mania", system-ui;
font-optical-sizing: auto;
font-weight: 400;
font-size: 24px;
}
/* BASIC TAB STYLES - CORREGIDO */
.sheet-contenedorvj {
position: relative;
width: 100%;
max-width: 1345px;
height: 987px;
min-height: 1078px;
margin: 0px auto;
}
.sheet-container { position: relative;
float: left;
width: 1345px;
max-width: 1345px;
height: 987px;
margin: 10px 0px 0px 10px;
min-height: 1000px;
box-sizing:border-box;
}
.sheet-zero{
position: relative;
float:left;
width: 100%;
max-width: 1345px;
height: 987px;
margin: 0px 0px 0px 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_1G.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: bottom center;
}
.sheet-un{
position: relative;
float:left;
width: 100%;
max-width: 1345px;
height: 987px;
margin: 0px 0px 0px 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_2.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: bottom center;
}
.sheet-dos{
position: relative;
float:left;
width: 100%;
max-width: 1345px;
height: 987px;
margin: 0px 0px 0px 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_3B.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: bottom center;
}
.sheet-tres{
position: relative;
float:left;
width: 100%;
max-width: 1345px;
height: 987px;
margin: 0px 0px 0px 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_4A.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: bottom center;
}
.sheet-quatre{
position: relative;
float:left;
width: 100%;
max-width: 1345px;
height: 987px;
margin: 0px 0px 0px 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_FONDO_2.jpg");
background-repeat: no-repeat;
background-size:contain;
background-position: bottom center;
}
/*============= TAB 1 CSS =============*/
.sheet-top-abbadon{
position: relative;
float: left;
width: 1345px;
height: 260px;
margin: 0px 0px 0px 0px;
box-sizing:border-box;
}
.sheet-manabox{
position: relative;
float: left;
width: 230px;
height: 260px;
margin: 0px 0px 0px 0px;
box-sizing:border-box;
}
.sheet-center-topabbadon{
position: relative;
float: left;
width: 870px;
height: 260px;
margin: 0px 0px 0px 0px;
box-sizing:border-box;
}
.sheet-logo{
position: relative;
float: left;
width: 100%;
height: 140px;
margin: 0px 0px 0px 0px;
box-sizing:border-box;
}
.sheet-equipeditems {
position: relative;
float: left;
width: 450px;
height: 680px;
margin: 0px 0px 0px 120px;
box-sizing: border-box;
}
.sheet-attributecolumn {
position: relative;
float: left;
width: 240px;
height: 680px;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
}
.sheet-conditionscolumn {
position: relative;
float: left;
width: 500px;
height: 680px;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
}
.sheet-conditionsbox {
position: relative;
float: left;
width: 340px;
height: 270px;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
}
.sheet-escutfocbox {
position: relative;
float: left;
width: 150px;
height: 270px;
margin: 0px 0px 0px 0px;
box-sizing: border-box;
}
.sheet-characterinfoname{
height:20px;
padding: 0px !important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: left;
font-family: "Metal Mania", system-ui;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
}
.sheet-characterinfo1{
height:31px!important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: left;
font-family: "Lora", serif;
font-size: 16px;
}
.sheet-characterinfo1center{
height:20px;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: center;
font-family: "Lora", serif;
font-size: 18px;
}
.sheet-characterinfo1b{
height:22px!important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: center;
font-family: "Lora", serif;
font-size: 14px;
}
.sheet-attributenumber{
height:40px;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center;
background-color: transparent;
font-family: "Lora", serif;
font-size: 30px;
}
.sheet-armornumber{
height:30px!important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center;
background-color: transparent;
font-family: "Lora", serif;
font-size: 22px;
}
/*=================== AVATAR TAB 1 CSS ===================*/
.sheet-avatar-box{
float:left;
position:relative;
width:420px;
height:355px;
margin: 0% 0% 0% 0%;
padding: 0px;
}
.sheet-avatar-foto {
float: left;
position: relative;
box-sizing: border-box;
width: 375px;
height: auto;
min-height: 355px;
max-height: 280px;
margin: 0px 0px 0px 28px;
overflow: hidden;
}
.sheet-avatar-foto img{
float: none;
box-sizing: border-box;
width: 100%;
height: auto;
position: relative;
margin: 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}
.sheet-marc-foto {
position: absolute;
bottom: 60px;
right: 110px;
width: 416px;
height: 435px;
margin: 0% 0% 0% 0%;
padding: 0px;
z-index: 100;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/ABBADON_MARC_FOTO_1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
/*============= SKILLS TAB 2 CSS =============*/
.sheet-topskills {
float: left;
width: 1140px;
height: 50px !important;
margin: 0px 0px 0px 100px;
outline: 0;
}
.sheet-imagesuit1{
position: absolute;
top: 30px;
left: 30px;
z-index: 100;
}
.sheet-imagesuit2{
position: absolute;
top: 30px;
right: 30px;
z-index: 100;
}
.sheet-titleclass{
position: relative;
float: left;
width: auto;
height:40px!important;
margin: 0px 0px 0px 20px;
padding: 0px 5px;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center;
font-family: "Metal Mania", system-ui;
font-size: 30px;
font-weight: bold;
}
.sheet-selectarchetype1 {
width: 240px!important;
height: 40px !important;
margin: 3px 0px 0px 150px;
border: none!important;
outline: 0;
background-color: transparent !important;
font-family: "Metal Mania", system-ui;
font-size: 22px;
font-weight: bold;
text-align: center;
color: #000;
}
.sheet-selectarchetype {
float: left;
width: 250px!important;
height: 40px !important;
margin: 0px 0px 0px 20px;
border: 2px solid #000 !important;
outline: 0;
background-color: transparent !important;
font-family: "Metal Mania", system-ui;
font-size: 22px;
font-weight: bold;
text-align: center;
color: #000;
}
.sheet-imagentree {
position: relative;
float: left;
width: 500px;
height: 681px !important;
margin: 10px 0px 0px 0px;
}
.sheet-desctree {
float: left;
width: 100%!important;
height: 115px !important;
margin: 5px 0px 0px 0px;
padding: 5px;
background-color: transparent !important;
font-family: "Lora", serif;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #000;
border: double 5px #000000!important;
box-sizing: border-box;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
}
.sheet-columnspells {
position: relative;
float: left;
width: 780px !important;
height: 850px !important;
max-height: 1200px !important;
margin: 0px 0px 0px 0px;
padding: 0px;
border-left: none;
border-right: none;
border-top: 2px solid #000000 !important;
border-bottom: 2px solid #000000 !important;
box-sizing: border-box;
background-color: transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color: #1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
resize: none;
}
.sheet-spellbox {
position: relative;
float: none;
display: inline-block!important;
width: 690px;
max-width: 690px;
height: auto;
min-height: 95px;
margin: 0px 0px 10px 40px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/SPELLS_A1.png");
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
border: none;
}
.sheet-infospell{
height:20px;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: left;
font-family: "Lora", serif;
font-size: 14px;
}
.sheet-selectspell {
position: relative;
float: left;
width: 200px!important;
height: 25px !important;
margin: 22px 0px 0px 10px;
padding: 0px !important;
border: 2px solid #000 !important;
outline: 0;
background-color: transparent !important;
font-family: "Lora", serif;
font-size: 16px;
font-weight: normal;
text-align: center;
color: #000;
}
.sheet-selectspell2 {
position: relative;
float: left;
width: 140px!important;
height: 25px !important;
margin: 22px 0px 0px 10px;
padding: 0px !important;
border: 2px solid #000 !important;
outline: 0;
background-color: transparent !important;
font-family: "Lora", serif;
font-size: 16px;
font-weight: normal;
text-align: center;
color: #000;
}
/*============= SELECTOR CLASSE TAB 2 CSS =============*/
.sheet-vista {
display: none;
}
.sheet-vista1-radio:checked ~ .sheet-vista1,
.sheet-vista2-radio:checked ~ .sheet-vista2,
.sheet-vista3-radio:checked ~ .sheet-vista3,
.sheet-vista4-radio:checked ~ .sheet-vista4,
.sheet-vista5-radio:checked ~ .sheet-vista5,
.sheet-vista6-radio:checked ~ .sheet-vista6,
.sheet-vista7-radio:checked ~ .sheet-vista7 {
display: block;
}
.sheet-vista1,
.sheet-vista2,
.sheet-vista3,
.sheet-vista4,
.sheet-vista5 {
position: relative;
float: left;
width: 1300px !important;
height: 850px !important;
max-height: 850px!important;
margin: 5px 0px 0px 50px;
padding: 0px;
border: none !important;
resize: none;
box-sizing: border-box;
background-color: transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color:#1D1D1D;
}
/*============= INVENTORY TAB 3 CSS =============*/
.sheet-columninventory {
position: relative;
float: left;
width: 1250px !important;
height: 900px !important;
max-height: 900px!important;
margin: 5px 0px 0px 50px;
padding: 0px;
resize: none;
box-sizing: border-box;
background-color: transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color:#1D1D1D;
}
.sheet-historybox {
position: relative;
float: left;
width: 570px !important;
height: 730px !important;
max-height: 730px!important;
margin: 0px 0px 0px 15px;
padding: 0px;
border: none !important;
box-sizing: border-box;
background-color:transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color:#1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
resize: none;
}
.sheet-inventorybox {
position: relative;
float: left;
width: 570px !important;
height: 730px !important;
max-height: 730px!important;
margin: 0px 0px 0px 80px;
padding: 0px;
border: none !important;
box-sizing: border-box;
background-color:transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color:#1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
resize: none;
}
.sheet-inventoryitem1{
float: left;
width: 520px !important;
height: 30px !important;
margin: 0px 5px 0px 5px;
border: none;
border-bottom: 2px solid #000 !important;
outline: none;
background: transparent !important;
font-family: "Lora", serif;
font-size: 14px;
font-weight: bold;
text-align: left;
color: #000;
appearance: textfield; /* reemplaza a -webkit y -moz */
}
.sheet-item2detalles{
float: none;
width: 100%;
height: auto;
min-height: 30px;
margin: 0px auto 0px ;
}
.sheet-item2detalles textarea{
float: none;
width: 96%;
height: 30px;
min-height: 70px;
margin: 5px 5px;
resize: vertical;
box-sizing: border-box;
outline: 0px;
font-family: "Lora", serif;
font-size: 14px;
color: #000000;
background-color: transparent; border: 2px solid #000000;
}
/*============= PNJ TAB 4 CSS =============*/
.sheet-pnjcolumnA {
position: relative;
float: left;
width: 710px !important;
height: 900px !important;
max-height: 900px !important;
margin: 0px 0px 0px 80px;
padding: 0px;
border: none !important;
box-sizing: border-box;
background-color: transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color: #1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
resize: none;
}
.sheet-pnjcolumnB {
position: relative;
float: left;
width: 470px !important;
height: 900px !important;
max-height: 900px !important;
margin: 0px 0px 0px 20px;
padding: 0px;
border: none !important;
box-sizing: border-box;
background-color:transparent;
font-size: 16px;
font-family: "Lora", serif;
font-weight: 500;
color: #1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
resize: none;
}
.sheet-enemyinfoname{
height:20px;
padding: 0px !important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
background-color: transparent;
text-align: center;
font-family: "Metal Mania", system-ui;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.sheet-selectenemies {
width: 200px!important;
height: 40px !important;
margin: 40px 0px 0px 60px;
border: none!important;
outline: 0;
background-color: transparent !important;
font-family: "Metal Mania", system-ui;
font-size: 22px;
font-weight: bold;
text-align: center;
color: #000;
}
.sheet-pnjinfo{
height:30px!important;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center;
background-color: transparent;
font-family: "Lora", serif;
font-size: 22px;
color: #000;
}
.sheet-pnjinfo:hover,
.sheet-pnjinfo:focus,
textarea:hover,
textarea:focus {
background-color: rgba(255, 255, 0, 0.20); /* amarillo claro transparente */
transition: background-color 0.2s ease-in-out;
}
.sheet-textareaenemy1 {
position: relative;
float: left;
width: 660px !important;
height: 310px !important;
margin: 0px 0px 0px 30px;
border: none !important;
resize: none;
box-sizing: border-box;
background-color: transparent;
font-size: 15px;
font-family: "Lora", serif;
font-weight: 500;
color: #1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
background-attachment: local;
background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent , transparent 30px, #000 30px, #ccc 31px, transparent 31px);
line-height: 31px;
padding: 8px 10px;
}
.sheet-textareaenemy2 {
position: relative;
float: left;
width: 400px !important;
height: 345px !important;
margin: 55px 0px 0px 40px;
border: none !important;
resize: none;
box-sizing: border-box;
background-color: transparent;
font-size: 15px;
font-family: "Lora", serif;
font-weight: 500;
color: #1D1D1D;
overflow-y: auto;
scrollbar-color: #000000 transparent;
scrollbar-width: thin;
background-attachment: local;
background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent , transparent 30px, #000 30px, #ccc 31px, transparent 31px);
line-height: 31px;
padding: 8px 10px;
}
/*============= CUSTOM CSS =============*/
.sheet-clearfloat {
clear:both;
height:0;
font-size: 0px;
line-height:0px;
}
.ui-dialog .charsheet {
padding: 0px 0px;
}
/*============= DETAILS CSS =============*/
.sheet-details-summary {
list-style: none;
cursor: pointer;
}
.sheet-details-summary::marker {
display: none;
}
.sheet-details-summary::before {
margin-top: -5px;
content: "+▸";
font-size: 24px;
color: #cc0000;
transition: 0.2s ease;
}
details[open] .sheet-details-summary::before {
content: "-▾";
}
details{
color: #000000 !important;
padding: 0px 0px 0px;
cursor: pointer;
font-family: "Lora", serif;
font-size: 14px;
}
details:hover{
color: #000000 !important;
padding: 0px 0px 0px;
cursor: pointer;
font-family: "Lora", serif;
font-size: 14px;
}
/*============= GENERAL CSS =============*/
.sheet-width100{
float:left;
position:relative;
width:100%;
height:auto;
min-height: 30px;
margin: 0px 0px;
padding: 0px 0px;
box-sizing: border-box;
display: inline-block;
}
.sheet-halfabbadon{
float:left;
position:relative;
width:45%;
height:auto;
margin: 0% 1% 0% 4%;
padding: 0px;
}
.sheet-columnamig{
float:left;
position:relative;
width:49%;
height:auto;
margin: 0% 0% 0% 1%;
padding: 0px;
}
/*============= ESPACIADORES Y SEPARADORES CSS =============*/
[class^="sheet-espai-"] {
float: left;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}
/* === Alturas específicas === */
.sheet-espai-5 { height: 5px; }
.sheet-espai-7 { height: 7px; }
.sheet-espai-10 { height: 10px; }
.sheet-espai-15 { height: 15px; }
.sheet-espai-20 { height: 20px; }
.sheet-espai-17 { height: 17px; }
.sheet-espai-30 { height: 30px; }
.sheet-espai-40 { height: 40px; }
.sheet-espai-50 { height: 40px; }
.sheet-espai-60 { height: 60px; }
.sheet-espai-70 { height: 70px; }
.sheet-espai-80 { height: 80px; }
.sheet-espai-90 { height: 90px; }
.sheet-espai-100 { height: 100px; }
/*============= BLOCKS CSS =============*/
[class^="sheet-block-"] {
position: relative;
float: left;
width: 50px;
height: auto;
min-height: 30px;
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/* === anchos específicos === */
.sheet-block-50 { width: 50px; }
.sheet-block-90 { width: 90px; }
.sheet-block-100 { width: 100px; }
.sheet-block-118 { width: 118px; }
.sheet-block-120 { width: 120px; }
.sheet-block-150 { width: 150px; }
.sheet-block-200 { width: 200px; }
.sheet-block-210 { width: 210px; }
.sheet-block-250 { width: 250px; }
.sheet-block-300 { width: 300px; }
.sheet-block-350 { width: 350px; }
.sheet-block-400 { width: 400px; }
.sheet-block-420 { width: 420px; }
.sheet-block-450 { width: 450px; }
.sheet-block-500 { width: 500px; }
.sheet-block-600 { width: 600px; }
.sheet-block-700 { width: 700px; }
.sheet-block-800 { width: 800px; }
/*============= REPCONTROL BOTONS CSS =============*/
.repcontrol {
display: flex;
width: 96%;
justify-content: flex-end;
clear: both;
}
.repcontrol_add,
.repcontrol_edit,
.repcontrol_add:hover,
.repcontrol_edit:hover,
.repcontrol_add:active,
.repcontrol_edit:active
.repcontrol_add:focus,
.repcontrol_edit:focus{
width: 2em;
height: 1.2em;
margin: 1px;
padding: 0 1px 3px 1px;
box-shadow: none;
color: transparent !important;
text-shadow: none;
outline: transparent !important;
}
.repcontrol_move {
float: left;
margin-left: 5px;
cursor: move;
}
button.btn.repcontrol_del:after,
button.btn.repcontrol_del:hover {
color: black;
}
button.btn.repcontrol_edit:after {
font-family: Pictos;
content: '(';
color: black;
margin: 0 0 0 -38px;
}
.repcontainer.ui-sortable.editmode ~ .repcontrol button.btn.repcontrol_edit:after {
margin: 0 0 0 -28px;
content: ')';
}
button.btn.repcontrol_add:after {
font-family: Pictos;
content: '&';
color: black;
margin: 0 0 0 -31px;
}
button.btn:hover.repcontrol_edit:after,
button.btn:hover.repcontrol_add:after,
button.btn:hover.repcontrol_del:after {
color: #73940D;
}
a.btn.repcontrol_move:hover {
color: #73940D;
}
button.btn.btn-danger.pictos.repcontrol_del:hover {
color: #fff;
}
/*============= BLOCK EDITOR CSS =============*/
.sheet-lock-checkbox{
position: absolute;
top: 10px;
right: 50px;
z-index: 100;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border:none!important;
width: 50px!important;
height: 50px!important;
cursor: pointer;
font-size: 30px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/SkullLock_green_100px.png")!important;
background-repeat: no-repeat;
background-size:contain;
background-position: bottom center;
background-color:transparent!important;
}
.sheet-lock-checkbox:checked{
background-color:transparent!important;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/SkullLock_red_100px.png")!important;
background-repeat: no-repeat;
background-size:contain;
background-position: bottom center;
border:none!important;
}
.sheet-lock-checkbox:hover {
transform: scale(1.05);
}
.sheet-lock-checkbox,
.sheet-lock-checkbox:focus,
.sheet-lock-checkbox:active {
outline: none!important;
box-shadow: none!important;
}
.sheet-main {}
.sheet-input,
.sheet-textarea,
.sheet-select {
width: 100%;
padding: 6px;
margin-bottom: 10px;
}
.sheet-lock-checkbox:checked ~ .sheet-main .sheet-editable {
pointer-events: none;
user-select: none;
background: transparent!important ;
color: #000;
cursor: not-allowed!important;
opacity: 0.85;
}
.sheet-lock-checkbox ~ .sheet-main .sheet-editable {
background-color: rgba(255, 255, 0, 0.20); /* amarillo claro transparente */
transition: background-color 0.2s ease-in-out;
color: #666;
opacity: 0.85;
}
/*=================== FIRMA CSS ===================*/
.sheet-firma-foot{
float: left;
width: 100%;
height: 20px;
min-height: 20px;
margin: 45px auto 5px;
font-family: "Lora", serif;
font-weight: 400;
font-size: 11px;
text-align: center;
color: #630000;
}
/*============= VJBTNA NICE CSS =============*/
.sheet-VJbtna{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 0px 3px;
background: none!important;
border: none!important;
color:#A45700;
box-shadow: none !important;
}
.sheet-VJbtna:hover{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 0px 3px;
background: none;
border: none;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
color: #73940D;
}
.sheet-VJbtna:active{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 0px 3px;
background: none!important;
border: none!important;
box-shadow: none;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.ui-dialog .charsheet button[type=roll]::before {
font-family: dicefontd10;
border: none;
background-color: transparent;
content:"A";
}
/*============= CHECK CSS =============*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
/* Firefox */
input[type=number] {
-moz-appearance: textfield; }
/*============= VJBTNA NICE CSS =============*/
.sheet-VJbtna{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 20px 3px 0px 75px !important;
background: none!important;
border: none!important;
color:red;
box-shadow: none !important;
}
.sheet-VJbtna:hover{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 20px 3px 0px 75px !important;
background: none;
border: none;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
color: darkred;
}
.sheet-VJbtna:active{
padding: 2px 3px 2px 0px!important;
font-size: 35px!important;
margin: 20px 3px 0px 75px !important;
background: none!important;
border: none!important;
box-shadow: none;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.ui-dialog .charsheet button[type=roll]::before {
font-family: dicefontd20;
border: none;
background-color: transparent;
content:"A";
}
/*=================== ABBADON ROLL ROLLTEMPLATE CSS ===================*/
/* Smaller margins - remove these if you want the huge default left margin */
.sheet-rolltemplate-abbadon {
margin-left: -37px;
}
.sheet-rolltemplate-abbadon .sheet-fotofondo {
width: 263px;
height: auto;
min-height: 200px;
overflow: auto;
background-color: #ffffff;
box-sizing: border-box;
border-top: none;
border-left: 10px solid #000000;
border-right: 10px solid #000000;
border-bottom: 10px solid #000000;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Abbadon/images/TEMPLATE_ABBADON_FONDO_F_600px.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: top;
border: 1px solid #A45700;
}
/* Header formatting - title and subtitle */
.sheet-rolltemplate-abbadon .sheet-header {
height: 40px;
background-color: transparent;
/* change text-align to center to center the header text */
padding: 5px;
}
.sheet-rolltemplate-abbadon .sheet-title {
font-size: 20px;
margin: 6px 0px 0px 0px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-family: "Lora", serif;
}
.sheet-rolltemplate-abbadon .sheet-subtitle {
font-size:12px;
margin: 2px 0px 0px 0px;
text-align: center;
color: #ffffff;
font-family: "Lora", serif;
text-decoration: underline;
}
.textchatcontainer .inlinerollresult {
background-color: #fef68e;
border: 2px solid #fef68e;
padding: 3px 3px 0px 3px!important;
font-weight: bold;
cursor: help;
/* line-height: 20px; */
font-size: 1.1em;
}
/* Make even-numbered rows grey */
.sheet-rolltemplate-abbadon .sheet-contento :nth-child(1n+3),
.sheet-rolltemplate-abbadon .sheet-contento :nth-child(1n) {
background-color: transparent !important;
border: none!important;
}
.sheet-rolltemplate-abbadon .sheet-filatemplate1{
position:relative;
float:left;
width:90%;
height:auto;
min-height: 15px;
margin: 0% 5%;
padding: 3px 0px;
color: #ffffff;
text-align:center;
font-family: "Lora", serif;
font-weight: 400;
font-size: 16px;
font-style: normal;
}
.sheet-rolltemplate-abbadon .sheet-filatemplate2{
position:relative;
float:left;
width:90%;
height:auto;
min-height: 36px;
margin: 0% 5%;
padding: 28px 0px 0px;
color: #ffffff;
text-align:center;
font-family: "Rubik Wet Paint", system-ui;
font-weight: 400;
font-size: 40px;
font-style: normal;
}
.sheet-rolltemplate-abbadon .sheet-filatemplate3{
position:relative;
float:left;
width:90%;
height:auto;
min-height: 36px;
margin: 0% 5%;
padding: 30px 0px 0px;
color: #ffffff;
text-align:center;
font-family: "Metal Mania", system-ui;
font-weight: 400;
font-size: 44px;
font-style: normal;
}
/*=================== ABBADON DADOS ROLL ROLLTEMPLATE CSS ===================*/
/* Smaller margins - remove these if you want the huge default left margin */
.sheet-rolltemplate-bshdice {
margin-left: -37px;
}
.sheet-rolltemplate-bshdice .sheet-fotofondo {
width: 300px;
height: auto;
min-height: 130px;
overflow: auto;
background-image: none;
background-repeat: no-repeat;
background-size:cover;
background-position: top;
background-color: #ffffff;
box-sizing: border-box;
border-top: none;
border-left: 10px solid #000000;
border-right: 10px solid #000000;
border-bottom: 10px solid #000000;
}
/* Header formatting - title and subtitle */
.sheet-rolltemplate-bshdice .sheet-header {
height: 45px;
background-color: #000000;
/* change text-align to center to center the header text */
padding: 5px;
}
.sheet-rolltemplate-bshdice .sheet-title {
font-size: 20px;
margin: 6px 0px 0px 0px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
}
.sheet-rolltemplate-bshdice .sheet-subtitle {
font-size:12px;
margin: 2px 0px 0px 0px;
text-align: center;
color: #ffffff;
}
.textchatcontainer .inlinerollresult {
background-color: #fef68e;
border: 2px solid #fef68e;
padding: 3px 3px 0px 3px!important;
font-weight: bold;
cursor: help;
/* line-height: 20px; */
font-size: 1.1em;
}
/* Make even-numbered rows grey */
.sheet-rolltemplate-bshdice .sheet-contento :nth-child(4n+3),
.sheet-rolltemplate-bshdice .sheet-contento :nth-child(4n) {
background-color: transparent !important;
border: none!important;
}
.sheet-rolltemplate-bshdice .sheet-filatemplate1{
position:relative;
float:left;
width:90%;
height:auto;
min-height: 15px;
margin: 0% 5%;
padding: 8px 0px;
color: #000000;
text-align:center;
font-family: "Brawler", serif;
font-weight: 400;
font-size: 16px;
font-style: normal;
}
.sheet-rolltemplate-bshdice .sheet-filatemplate2{
position:relative;
float:left;
width:90%;
height:auto;
min-height: 15px;
margin: 0% 5%;
padding: 10px 0px 10px 0px;
color: #000000;
text-align:center;
font-family: "Brawler", serif;
font-weight: 400;
font-size: 20px;
font-style: normal;
}