Files
roll20-character-sheets/LOTR5E/LOTR5E.css
T
2025-11-04 14:58:36 +01:00

1638 lines
37 KiB
CSS

/* CSS NAHUI OLLIN - NSR */
/* Character sheet for ROll20 by VJ Rolmasters*/
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&family=Uncial+Antiqua&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&family=Fleur+De+Leah&family=Galada&family=Katibeh&family=Tangerine:wght@400;700&family=Uncial+Antiqua&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*============= FONTS CSS =============*/
.uncial-antiqua-regular {
font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
}
.volkhov-regular {
font-family: "Volkhov", serif;
font-weight: 400;
font-style: normal;
}
.volkhov-bold {
font-family: "Volkhov", serif;
font-weight: 700;
font-style: normal;
}
.volkhov-regular-italic {
font-family: "Volkhov", serif;
font-weight: 400;
font-style: italic;
}
.volkhov-bold-italic {
font-family: "Volkhov", serif;
font-weight: 700;
font-style: italic;
}
.coustard-regular {
font-family: "Coustard", serif;
font-weight: 400;
font-style: normal;
}
.coustard-black {
font-family: "Coustard", serif;
font-weight: 900;
font-style: normal;
}
.tangerine-regular {
font-family: "Tangerine", cursive;
font-weight: 400;
font-style: normal;
}
.tangerine-bold {
font-family: "Tangerine", cursive;
font-weight: 700;
font-style: normal;
}
.galada-regular {
font-family: "Galada", cursive;
font-weight: 400;
font-style: normal;
}
.katibeh-regular {
font-family: "Katibeh", serif;
font-weight: 400;
font-style: normal;
}
.fleur-de-leah-regular {
font-family: "Fleur De Leah", cursive;
font-weight: 400;
font-style: normal;
}
/*=================== TABS MENU CSS ===================*/
.sheet-center-menu{
float: none;
width: 100%;
height: 50px;
min-height: 50px;
margin: 0px auto 0px ;
}
/* configure the tab buttons */
.charsheet .sheet-front,
.charsheet .sheet-back,
.charsheet .sheet-combat,
.charsheet .sheet-magic{
display: none;
}
/* style the active button */
.charsheet .sheet-tabstoggle[value="front"] ~ div .sheet-button0 {background-color: #8e1605 !important; color: #ffffff !important;}
.charsheet .sheet-tabstoggle[value="back"] ~ div .sheet-button1 {background-color: #8e1605 !important; color: #ffffff !important;}
.charsheet .sheet-tabstoggle[value="combat"] ~ div .sheet-button2 {background-color: #8e1605 !important; color: #ffffff !important;}
.charsheet .sheet-tabstoggle[value="magic"] ~ div .sheet-button3 {background-color: #8e1605 !important; color: #ffffff !important;}
/* show the selected tab */
.charsheet .sheet-tabstoggle[value="front"] ~ div.sheet-front,
.charsheet .sheet-tabstoggle[value="back"] ~ div.sheet-back,
.charsheet .sheet-tabstoggle[value="combat"] ~ div.sheet-combat,
.charsheet .sheet-tabstoggle[value="magic"] ~ div.sheet-magic{
display: block;
}
.sheet-button0,
.sheet-button1,
.sheet-button2,
.sheet-button3{
width: auto;
height: 24px;
background: #000000;
color: #ffffff;
margin: 0px 0px 0px 3px;
padding: 6px 20px 1px;
text-align: center;
font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
font-size: 16px;
border: 2px solid #000000;
-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.sheet-button0:hover,
.sheet-button1:hover,
.sheet-button2:hover,
.sheet-button3:hover{
width: auto;
height: 24px;
background: #e88e00;
color: #000000;
margin: 0px 0px 0px 3px;
padding: 6px 20px 1px;;
text-align: center;
font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
font-size: 16px;
border: 2px solid #000000;
-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.charsheet .sheet-tabstoggle ~ div .sheet-button0 {
margin-left: 400px;
}
.sheet-separadormenu{
float: none;
position: relative;
width: 100%;
height: 10px;
margin: 50px auto 0px;
}
/*============= CONTENEDORES Y COLUMNAS CSS =============*/
.sheet-clearfloat {
clear:both;
height:0;
font-size: 0px;
line-height:0px;
}
.sheet-espai100{
float: left;
position: relative;
width: 100%;
height: 100px;
margin: 0px auto;
}
.ui-dialog .charsheet {
padding: 0px 0px;
}
.sheet-contenedorvj{
float:none;
position:relative;
width:100%;
max-width: 860px;
height:auto;
margin: 0px auto;
padding: 0px 0px;
}
.sheet-centerbox{
float: left;
width: 860px;
height: auto;
min-height: 1111px;
margin: 0px auto ;
}
/*============= HEADBOX - HEADER CSS =============*/
.sheet-headbox{
position: relative;
float: left;
width: 100%;
height: 100px;
margin: 0px auto;
font-family: "Vesper Libre", serif;
}
.sheet-headboxA{
position: relative;
float: left;
width: 370px;
height: 100px;
margin: 0px auto;
font-family: "Vesper Libre", serif;
}
.sheet-name{
position: relative;
float: left;
width: 100px;
height: 15px;
margin: 10px 0px 0px 155px;
font-size: 12px;
font-family: "Vesper Libre", serif;
text-align: center;
color: #98210b;
}
.sheet-pjname{
position: relative;
float: left;
width: 300px;
height: 30px;
margin: 0px 0px 0px 50px;
font-family: "Vesper Libre", serif;
}
.sheet-secretbox{
position: relative;
float: left;
width: 320px;
height: 20px;
min-height: 10px;
margin: 20px 0px 0px 48px;
font-size: 12px; font-family: "Volkhov", serif;
}
.sheet-selectrolltype{
width: 150px;
height: 25px!important;
margin: 0px 0px 0px 20px !important;
padding: 0px 0px;
text-align: center;
color:#ffffff;
font-family: "Volkhov", serif;
font-size: 12px;
border: 1px solid #000000;
background-color: brown;
}
.sheet-barralanzadados{
float: none;
width: 100px;
height: auto;
min-height: 30px;
margin: 0px 10px 0px 0px;
border: 2px solid #000000;
text-align: center;
color: #000000;
font-family: "Uncial Antiqua", system-ui;
font-size: 16px;
cursor: pointer;
}
.sheet-barralanzadados2{
width: auto;
height: 36px;
min-height: 36px;
background: #000000;
color: #ffffff;
margin: 0px 0px 0px 3px;
padding: 4px 8px 1px;
text-align: center;
font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
font-size: 16px;
border: 2px solid #000000;
-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.sheet-secretdmroll{
float:left;
position:relative;
width:100%;
height:auto;
min-height: 18px;
margin: 2px 0px 0px 0px;
padding: 0px 0px;
box-sizing: border-box;
display: inline-block;
}
.sheet-characterinfo{
width:100%;
height:18px;
margin:0px 0px;
padding: 8px 0px 0px 10px ;
border-top: none;
border-left: none ;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center; background-color: transparent; font-size: 18px; font-family: "Brawler", serif; font-weight: bold !important;
}
.sheet-characterinfo2{
width:135px!important;
height:11px;
margin:0px 0px 0px 10px;
padding: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center; background-color: transparent; font-size: 12px; font-family: "Brawler", serif; font-weight: bold !important;
}
.sheet-characterinfo3{
position: relative;
float: left;
width:135px;
height:12px;
margin:0px 0px 0px 12px;
padding: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: left; background-color: transparent; font-size: 9px; font-family: "Brawler", serif;
}
.sheet-headboxB{
position: relative;
float: left;
width: 480px;
height: 100px;
margin: 0px auto;
font-family: "Vesper Libre", serif;
}
.sheet-bigbox{
position: relative;
float: left;
width: 100%;
height: auto;
min-height: 900px;
margin: 0px auto ;
}
.sheet-leftcolumn{
position: relative;
float: left;
width: 300px;
height: auto;
min-height: 930px;
margin: 0px auto;
}
.sheet-rightcolumn{
position: relative;
float: left;
width: 540px;
height: auto;
min-height: 930px;
margin: 0px auto ;
}
.sheet-titlebox{
float:left;
position:relative;
width:100%;
height:18px;
margin: 0px auto;
padding: 2px 0px 0px;
font-size: 12px; font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
text-align: center;
color: #4b3c2b;
}
.sheet-titlebox2{
float:left;
position:relative;
width:150px;
height:18px;
margin: 0px auto;
padding: 2px 0px 0px;
font-size: 12px; font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
text-align: left;
color: #4b3c2b;
}
.sheet-titlebox3{
position: relative;
float: left;
width: 100%;
height: 12px;
min-height: 10px;
margin: 3px auto 0px;
font-size: 8px; font-family: "Volkhov", serif;
font-weight: bold;
text-align: center;
}
.sheet-valoratributos{
float: left;
width: 50px !important;
height: 50px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 20px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
/*============= FRONT TAB 1 CSS =============*/
.sheet-front{
float: left;
width: 100%;
height: auto;
min-height: 1111px;
margin: -50px auto 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/LOTR5E/IMAGES/LOTR_5E_FRONT_MARCA_BLANCA_B5_860px.jpg");
background-repeat: no-repeat;
background-size:auto;
background-position: top;
}
.sheet-atributecolumn{
position: relative;
float: left;
width: 120px;
height: auto;
min-height: 680px;
margin: 0px auto9
}
.sheet-atributebox{
position: relative;
float: left;
width: 100%;
height: 110px;
min-height: 110px;
margin: 0px auto;
font-size: 10px; font-family: "Volkhov", serif;
}
.sheet-diceatributes{
position: relative;
float: left;
width: 40px;
height: 100px;
min-height: 100px;
margin: 22px 0px 0px 5px;
text-align: center;
}
.sheet-titleatributes{
position: relative;
float: left;
width: 65px;
height: 10px;
min-height: 10px;
margin: 6px auto 0px;
font-size: 8px; font-family: "Volkhov", serif;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
.sheet-valueatributes{
float: left;
width: 60px !important;
height: 40px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom:none!important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 35px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-bonusatributes{
float: left;
width: 63px !important;
height: 40px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom:none!important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 15px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-habilitycolumn{
position: relative;
float: left;
width: 176px;
height: auto;
min-height: 680px;
margin: 0px 0px 0px 3px;
}
.sheet-titleinspiration{
float:left;
position:relative;
width:100px;
height:18px;
margin: 0px auto;
padding: 2px 0px 0px;
font-size: 12px; font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
text-align: left;
color: #4b3c2b;
}
.sheet-habilitybox{
position: relative;
float: left;
width: 176px;
height: 15px;
min-height: 10px;
margin: 0px auto;
font-size: 10px; font-family: "Volkhov", serif;
}
.sheet-valorhability{
float: left;
width: 28px !important;
height: 16px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #cab0a9 !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 14px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-titlelanguages{
float:left;
position:relative;
width:91%;
height:18px;
margin: 3px 0% 0% 9%;
padding: 2px 0px 0px;
font-size: 12px; font-family: "Uncial Antiqua", system-ui;
font-weight: 400;
font-style: normal;
text-align: center;
color: #4b3c2b;
}
/*============= ARMOR FRONT TAB 1 SECOND COLUMN CSS =============*/
.sheet-bigarmorcolumn{
position: relative;
float: left;
width: 525px;
height: auto;
min-height: 340px;
margin: 0px 0px 0px 25px;
}
.sheet-armorcolumn{
position: relative;
float: left;
width: 235px;
height: auto;
min-height: 290px;
margin: 25px 0px 0px 0px;
}
.sheet-iniciativebox{
position: relative;
float: left;
width: 68px;
height: auto;
min-height: 68px;
margin: 0px 10px 0px 0px;
}
.sheet-valorarmor{
float: left;
width: 68px !important;
height: 20px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 20px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-titleextra{
position: relative;
float: left;
width: 65px;
height: 10px;
min-height: 10px;
margin: 0px 0px 0px 2px;
font-size: 8px; font-family: "Volkhov", serif;
font-weight: bold;
text-align: left;
}
.sheet-extrabox{
float: left;
width: 28px !important;
height: 20px !important;
}
.sheet-valorextra{
float: left;
width: 30px !important;
height: 18px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 20px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-diceinibox{
float: left;
width: 38px !important;
height: 20px !important;
}
.sheet-temporarybox{
float: left;
width: 90px !important;
height: auto;
min-height: 20px !important;
}
.sheet-hitdicebox{
float: left;
width: 107px !important;
height: auto;
min-height: 65px !important;
margin: 0px 10px 0px 0px;
}
.sheet-deadsavestextbox{
position: relative;
float: left;
width: 50px;
height: 12px;
margin: 5px 0px 0px 7px;
text-align: left;
line-height: 12px;
font-family: "Volkhov", serif;
font-weight: 400;
font-size: 10px;
color:#000000;
}
.sheet-deadsavescheck{
position: relative;
float: left;
width: 45px;
height: auto;
margin: 6px 0px 0px 0px;
}
/*============= ENCUMBRANCE & SHADOW FRONT TAB 1 SECOND COLUMN CSS =============*/
.sheet-shadowcolumn {
position: relative;
float: left;
width: 240px;
height: auto;
min-height: 290px;
margin: 25px 0px 0px 25px;
}
.sheet-carriedbox{
position: relative;
float: left;
width: 68px;
height: auto;
min-height: 60px;
margin: 0px 0px 0px 10px;
}
.sheet-encumbredbox{
position: relative;
float: left;
width: 150px;
height: auto;
min-height: 60px;
margin: 0px 0px 0px 0px;
}
.sheet-encumbredline{
position: relative;
float: left;
width: 100%;
height: 20px;
min-height: 10px;
margin: 5px auto 0px;
font-size: 10px; font-family: "Volkhov", serif;
}
.sheet-shadowbox{
position: relative;
float: left;
width: 80px;
height: auto;
min-height: 60px;
margin: 0px 0px 0px 0px;
}
/*============= WEAPONS FRONT TAB 1 SECOND COLUMN CSS =============*/
.sheet-weaponscolumn{
position: relative;
float: left;
width: 540px;
height: auto;
min-height: 140px;
max-height: 140px;
margin: 0px 0px 0px 10px;
overflow-y: auto;
scrollbar-color: #ad4c37 transparent; /* thumb rojo, track transparente */
scrollbar-width: thin;
}
.sheet-weapon{
float:none;
width:100%;
height: auto;
max-height: 24px;
min-height: 24px;
margin: 0px auto;
padding: 0px;
box-sizing: border-box;
}
.sheet-weapontitle1{
float: left;
width: 135px !important;
height: 25px !important;
margin: 0px 0px 0px 5px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #cab0a9 !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 12px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-weapontitle2{
float: left;
width: 80px !important;
height: 25px !important;
margin: 0px 0px 0px 5px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #cab0a9 !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 12px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-weapontitle3{
float: left;
width: 40px !important;
height: 25px !important;
margin: 0px 0px 0px 5px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #cab0a9 !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 10px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-weaponbox1{
float: left;
width: 30px !important;
height: 18px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 700;
font-size: 20px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
/*============= INVENTORY FRONT TAB 1 SECOND COLUMN CSS =============*/
.sheet-inventorycolumn{
position: relative;
float: left;
width: 550px;
height: auto;
min-height: 440px;
margin: 20px auto 0px;
}
.sheet-equipmentcolumn{
position: relative;
float: left;
width: 250px;
height: auto;
min-height: 440px;
margin: 0px 0px 0px 14px;
}
.sheet-coinscolumn{
position: relative;
float: left;
width: 70px;
height: auto;
min-height: 65px;
margin: 0px 0px 0px 0px;
}
.sheet-coinsbox{
position: relative;
float: left;
width: 100%;
height: auto;
min-height: 60px;
}
.sheet-valorcoins{
float: left;
width: 50px !important;
height: 40px !important;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none !important;
outline: 0px;
text-align: center; background-color: transparent !important;
font-family: "Volkhov", serif;
font-weight: 400;
font-size: 12px;
color:#000000;
-webkit-inner-spin-button: none;
-webkit-outer-spin-button: none;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.sheet-titlecoins{
position: relative;
float: left;
width: 100%;
height: 10px;
min-height: 10px;
margin: 3px auto 0px;
font-size: 9px; font-family: "Volkhov", serif;
font-weight: bold;
text-align: center;
}
.sheet-traitscolumn{
position: relative;
float: left;
width: 250px;
height: auto;
min-height: 440px;
margin: 0px 0px 0px 20px;
}
/*============= BACK TAB 2 CSS ============= rolmasters.com/ROLL20/LOTR5E/LOTR_5E_BACK_BACKGROUND_860px.jpg */
.sheet-back{
float: left;
width: 100%;
height: auto;
min-height: 1111px;
margin: -50px auto 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/LOTR5E/IMAGES/LOTR_5E_BACK_MARCA_BLANCA_B5_860px.jpg");
background-repeat: no-repeat;
background-size:auto;
background-position: top;
}
.sheet-avatar-box{
float:left;
position:relative;
width:298px;
height:320px;
margin: 0% 0% 0% 0%;
padding: 0px;
}
.sheet-avatar-foto{
float: left;
position: relative;
box-sizing: border-box;
width: 230px;
height: auto;
min-height: 290px;
max-height: 290px;
margin: 30px 0px 0px 38px;
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-fellowshipbox{
position: relative;
float: left;
width: 520px;
height: auto;
min-height: 350px;
margin: 0px auto ;
}
.sheet-fellowshippoints{
position: relative;
float: left;
width: 100%;
height: auto;
min-height: 75px;
margin: 0px auto;
}
.sheet-half50{
position: relative;
float: left;
width: 50%;
height: auto;
min-height: 150px;
margin: 0px auto;
}
.sheet-heirinfo1{
position: relative;
float: right;
width:160px;
height:14px;
margin:0px 20px 0px 0px;
padding: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: center; background-color: transparent; font-size: 14px; font-family: 'Volkhov', serif; line-height: 15px;
}
.sheet-heirinfo2{
position: relative;
float: left;
width:65px;
height:12px;
margin:3px 0px 0px 22px;
padding: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: none;
outline: 0px;
text-align: left; background-color: transparent; font-size: 9px; font-family: "Brawler", serif;
}
.sheet-featuresbox{
position: relative;
float: left;
width: 520px;
height: auto;
min-height: 275px;
margin: 0px auto ;
}
.sheet-equipmentbox{
position: relative;
float: left;
width: 520px;
height: auto;
min-height: 275px;
margin: 0px auto ;
}
/*============= MAGIA TAB 4 CSS =============*/
.sheet-checksalvation{
float:left;
width: 10px!important;
height: 10px!important;
color:darkred; accent-color:darkred;
border-color: darkred!important;
}
.sheet-mycheck{
width: 12px;
height: 12px;
color:darkred; accent-color:darkred;
border-color: darkred!important;
}
/*============= GENERAL CSS =============*/
.charsheet .sheet-invisible {
display: none;
}
.sheet-80{
float:left;
position:relative;
width:80%;
height:auto;
margin: 0px 0px 0px 20%;
padding: 0px 0px;
box-sizing: border-box;
display: inline-block;
}
.sheet-cos100{
float: left;
width: 100%;
height: auto;
min-height: 20px;
margin: 0px auto ;
}
.sheet-100{
float:left;
position:relative;
width:100%;
height:auto;
margin: 0px auto;
padding: 0px;
box-sizing: border-box;
display: inline-block;
}
.sheet-width100{
float:left;
position:relative;
width:100%;
height:auto;
min-height: 70px;
margin: 0px 0px;
padding: 0px 0px;
box-sizing: border-box;
display: inline-block;
}
.sheet-cos750px{
float: none;
width: 750px;
height: auto;
min-height: 40px;
margin: 0px auto ;
}
.sheet-columnaters{
float:left;
position:relative;
width:240px;
height:auto;
min-height: 200px;
margin: 0% 5px 0px 5px;
padding: 0px;
}
.sheet-columnadosters{
float:left;
position:relative;
width: 480px;
height:auto;
min-height: 200px;
margin: 0px 0px 0px 14px;
padding: 0px;
}
.sheet-columnamig{
float:left;
position:relative;
width:49%;
height:auto;
margin: 0% 1% 0% 0%;
padding: 0px;
}
.sheet-columnacinc{
float:left;
position:relative;
width:20%;
height:auto;
margin: 0% 0% 0% 0%;
padding: 0px;
}
.sheet-columnasis{
float:left;
position:relative;
width:16%;
height:auto;
margin: 0% 0% 0% 0%;
padding: 0px;
}
.sheet-ampladatotal30{
float:none;
width:100%;
height:30px;
display: inline-block;
}
/*============= ESPACIADORES Y SEPARADORES CSS =============*/
.sheet-espai-5{
float:left;
position:relative;
width:100%;
height:5px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-10{
float:left;
position:relative;
width:100%;
height:10px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-15{
float:left;
position:relative;
width:100%;
height:15px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-20{
float:left;
position:relative;
width:100%;
height:20px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-30{
float:left;
position:relative;
width:100%;
height:30px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-40{
float:none;
position:relative;
width:100%;
height:40px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-50{
float:left;
position:relative;
width:100%;
height:50px;
margin: 0px auto;
padding: 0px;
}
.sheet-espai-60{
float:left;
position:relative;
width:100%;
height:60px;
margin: 0px auto;
padding: 0px;
}
/*============= REPCONTROL BOTONS CSS =============*/
.itemcontrol .btn {
}
.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;
}
/*=================== FIRMA CSS ===================*/
.sheet-firma-foot{
float: left;
width: 100%;
height: 20px;
min-height: 20px;
margin: 10px auto 5px;
font-family: "Brawler", serif;
font-weight: 500;
font-size: 10px;
text-align: center;
color: #b30b00;
}
/*=================== LOTR5E ROLLTEMPLATE CSS ===================*/
/* Smaller margins - remove these if you want the huge default left margin */
.sheet-rolltemplate-lotr5e {
margin-left: -37px;
}
.sheet-rolltemplate-lotr5e .sheet-fotofondo {
width: 300px;
height: auto;
min-height: 245px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/LOTR5E/IMAGES/TEMPLATE_FONDO_LOTR5E_B2_600px.png");
background-repeat: no-repeat;
background-size:cover;
background-position: top;
border: 1px solid #98210b;
}
.withoutavatars .sheet-rolltemplate-lotr5e {
margin-left: -7px;
}
.sheet-rolltemplate-lotr5e .sheet-container {
}
/* Header formatting - title and subtitle */
.sheet-rolltemplate-lotr5e .sheet-header {
height: 70px;
background-color: transparent;
/* change text-align to center to center the header text */
text-align: left;
padding: 5px;
}
.sheet-rolltemplate-lotr5e .sheet-title {
margin: 20px 0px 0px;
font-size: 1.2em;
text-align: center;
font-family: "Katibeh", serif;
font-weight: bold;
color:#98210b;
}
.sheet-rolltemplate-lotr5e .sheet-subtitle {
margin-top: 5px;
font-size:.9em;
text-align: center;
font-family: "Coustard", serif;
color:#98210b;
}
/* example colors */
.sheet-rolltemplate-lotr5e .sheet-container.sheet-color-red {
--header-bg-color: #F00;
}
.sheet-rolltemplate-lotr5e .sheet-container.sheet-color-green {
--header-bg-color: #0F0;
--header-text-color: #000;
}
/* Allprops part */
.sheet-rolltemplate-lotr5e .sheet-content {
display: grid;
align-content: center;
justify-content: start;
background-color: transparent !important;
/* Header formatting - modify the column layout below */
grid-template-columns: auto auto;
/* Line height to match default roll template */
line-height:1.4em;
}
.sheet-rolltemplate-lotr5e .sheet-content > div {
padding: 5px;
}
/* Left column */
.sheet-rolltemplate-lotr5e .sheet-content .sheet-key {
width: 190px;
height: 35px;
font-size: 18px; font-family: "Volkhov", serif; color: #98210b;
font-weight: bold;
padding-right: 8px;
text-align: right;
background-color: transparent !important;
}
.sheet-rolltemplate-lotr5e .sheet-value {
font-size: 24px !important;
}
/* Empty rule, use this if you want to change the right column
.sheet-rolltemplate-custom .sheet-value {
}
*/
/* Make even-numbered rows grey */
.sheet-rolltemplate-lotr5e .sheet-content :nth-child(4n+3),
.sheet-rolltemplate-lotr5e .sheet-content :nth-child(4n) {
background-color: transparent !important;
}
/* Description field */
.sheet-rolltemplate-lotr5e .sheet-desc {
padding: 0px 40px !important;
text-align: center;
font-size: 14px; font-family: "Volkhov", serif; color: #98210b;
}
/*============= 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; }
/*============= BTNA LOTR5E CSS =============*/
.lotr5ebtn{
float: left;
padding: 0px 3px 0px 0px!important;
font-size: 35px!important;
background: none!important;
border: none!important;
text-align: center !important;
color: #8e1605 !important;
}
.lotr5ebtn:hover{
padding: 0px 0px 0px 0px!important;
font-size: 35px!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: #000000 !important;
}
.lotr5ebtn:active{
padding: 0px 0px 0px 0px!important;
font-size: 35px!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;
color: #8e1605 !important;
}
/*============= BTNA LOTR5E2 CSS =============*/
.lotr5ebtn2{
float: left;
padding: 2px 3px 0px 0px!important;
font-size: 22px!important;
background: none!important;
border: none!important;
text-align: center !important;
color: #8e1605 !important;
}
.lotr5ebtn2:hover{
padding: 2px 0px 0px 0px!important;
font-size: 28px!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: #000000 !important;
}
.lotr5ebtn2:active{
padding: 2px 0px 0px 0px!important;
font-size: 28px!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;
color: #8e1605 !important;
}
/*============= BTNA LOTR5E3 CSS =============*/
.lotr5ebtn3{
float: right;
padding: 0px 10px 0px 0px!important;
font-size: 15px!important;
background: none!important;
border: none!important;
text-align: center !important;
color: #8e1605 !important;
}
.lotr5ebtn3:hover{
padding: 0px 10px 0px 0px!important;
font-size: 18px!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: #000000 !important;
}
.lotr5ebtn3:active{
padding: 0px 10px 0px 0px!important;
font-size: 18px!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;
color: #8e1605 !important;
}
/*============= BTNA LOTR5E4 CSS =============*/
.lotr5ebtn4{
float: none;
padding: 0px 0px 0px 0px!important;
font-size: 35px!important;
background: none!important;
border: none!important;
text-align: center !important;
color: #8e1605 !important;
}
.lotr5ebtn4:hover{
padding: 0px 0px 0px 0px!important;
font-size: 35px!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: #000000 !important;
}
.lotr5ebtn4:active{
padding: 0px 0px 0px 0px!important;
font-size: 35px!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;
color: #8e1605 !important;
}
/*============= RED SCROLL BAR LOTR5E2 CSS =============*/
.sheet-contenedorvj textarea{
scrollbar-color: #ad4c37 transparent; /* thumb rojo, track transparente */
scrollbar-width: thin;
}
/* Chrome / Edge / Safari */
.sheet-contenedorvj textarea::-webkit-scrollbar {
width: 10px;
}
.sheet-contenedorvj textarea::-webkit-scrollbar-track {
background: transparent; /* color del track */
}
.sheet-contenedorvj textarea::-webkit-scrollbar-thumb {
background-color: #ff0000; /* rojo */
border-radius: 6px;
border: 2px solid transparent;
}
.sheet-contenedorvj textarea::-webkit-scrollbar-thumb:hover {
background-color: #ff4444; /* rojo más oscuro al pasar el mouse */
}
/*=================== MEDIA CSS ===================*/
@media screen and (min-width: 960px){
.sheet-selectrolltype{
width: 150px;
height: 25px!important;
margin: 0px 0px 0px 20px !important;
padding: 0px 0px;
text-align: center;
color:#625B65;
font-family: "Volkhov", serif;
font-size: 12px;
border: 1px solid #ad4c37;
background-color: transparent;
}
.sheet-front{
float: left;
width: 100%;
height: auto;
min-height: 1111px;
margin: -50px auto 0px;
background-image: url("https://rolmasters.com/ROLL20/LOTR5E/LOTR_5E_FRONT_MARCA_BLANCA_BN_860px.jpg");
background-repeat: no-repeat;
background-size:auto;
background-position: top;
}
.sheet-back{
float: left;
width: 100%;
height: auto;
min-height: 1111px;
margin: -50px auto 0px;
background-image: url("https://rolmasters.com/ROLL20/LOTR5E/LOTR_5E_BACK_MARCA_BLANCA_BN_860px.jpg");
background-repeat: no-repeat;
background-size:auto;
background-position: top;
}
}