mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
847 lines
17 KiB
CSS
847 lines
17 KiB
CSS
/* CSS Document */
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Chonburi|Satisfy&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Caesar+Dressing&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap" rel="stylesheet"');
|
|
|
|
.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;
|
|
}
|
|
.sheet-separador{
|
|
float: left;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin: 10px auto;
|
|
border-bottom-color: solid medium;
|
|
}
|
|
|
|
/* LINKS CSS */
|
|
a:link {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
color: #034583;
|
|
text-decoration: none;
|
|
}
|
|
a:active {
|
|
color: #CCC;
|
|
text-decoration: none;
|
|
}
|
|
/* END LINKS CSS */
|
|
|
|
.sheet-espaitop{
|
|
float: none;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0px;
|
|
margin: 30px auto;
|
|
}
|
|
.sheet-espaitop2{
|
|
float: none;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0px;
|
|
margin: 10px auto;
|
|
}
|
|
/* MENU */
|
|
|
|
label {
|
|
font-size:1em;
|
|
z-index: 1;
|
|
}
|
|
input.sheet-tab
|
|
{
|
|
width: 120px;
|
|
position: relative;
|
|
margin: 10px 5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
border: 5px #000000;
|
|
text-align: center;
|
|
z-index: 1;
|
|
}
|
|
input.sheet-tab::before
|
|
{
|
|
content: attr(title);
|
|
text-align: center;
|
|
display: inline-block;
|
|
background: #dddddd;
|
|
color: #034583;
|
|
padding: 8px 0px;
|
|
font-family: "Caesar Dressing", system-ui;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
width: 120px;
|
|
font-size: 19px;
|
|
border: 2px solid #000000;
|
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
-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);
|
|
z-index: 1;
|
|
}
|
|
input.sheet-tab:checked::before
|
|
{
|
|
background: #034583;
|
|
color: white;
|
|
border: 2px solid #000000;
|
|
}
|
|
|
|
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,
|
|
input.sheet-tab4:checked ~ div.sheet-tab4,
|
|
input.sheet-tab5:checked ~ div.sheet-tab5,
|
|
input.sheet-tab6:checked ~ div.sheet-tab6
|
|
{
|
|
display: block;
|
|
height: auto;
|
|
min-height: 400px;
|
|
width: 800px;
|
|
margin: 40px 0px;
|
|
z-index: 1;
|
|
}
|
|
|
|
|
|
/*============= CONTENEDORES Y COLUMNAS CSS=============*/
|
|
.ui-dialog .charsheet {
|
|
padding: 10px 0px;
|
|
}
|
|
.sheet-contenedorVikingos{
|
|
float:none;
|
|
position:relative;
|
|
width:96%;
|
|
max-width: 810px;
|
|
height:auto;
|
|
margin: 0px auto;
|
|
padding: 2%;
|
|
|
|
background: url("http://rolfelvikingo.es/Roll20/FONSVI.png");
|
|
background-size: cover;
|
|
}
|
|
|
|
.sheet-center{
|
|
float: left;
|
|
position: relative;
|
|
width: 800px;
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin: 0px auto;
|
|
background-image:url("xxx");
|
|
background-repeat:no-repeat;
|
|
background-position: left top;
|
|
}
|
|
|
|
.sheet-1columna{
|
|
float: left;
|
|
position: relative;
|
|
width: 800px;
|
|
height: auto;
|
|
}
|
|
|
|
.sheet-2columns400{
|
|
float: left;
|
|
position: relative;
|
|
width: 400px;
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin: 0px auto;
|
|
text-align: left;
|
|
background-color:#A7E8F8;
|
|
background-image:url(../images/xxx.jpg);
|
|
background-repeat:no-repeat;
|
|
background-position: center top;
|
|
}
|
|
.sheet-2columnes{
|
|
float: left;
|
|
position: relative;
|
|
width: 400px;
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin: 0px auto;
|
|
text-align: left;
|
|
background-color:#BBC9FF;
|
|
background-image:url(../images/xxx.jpg);
|
|
background-repeat:no-repeat;
|
|
background-position: center top;
|
|
}
|
|
|
|
.sheet-3columns250{
|
|
float: left;
|
|
position: relative;
|
|
width: 245px;
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin: 0px 10px;
|
|
text-align: center;
|
|
|
|
background-image:url(../images/xxx.jpg);
|
|
background-repeat:no-repeat;
|
|
background-position: center top;
|
|
}
|
|
|
|
.sheet-3columnes{
|
|
float: left;
|
|
position: relative;
|
|
width: 265px;
|
|
height: auto;
|
|
}
|
|
.sheet-trescolumnes{
|
|
float: left;
|
|
position: relative;
|
|
width: 33%;
|
|
height: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-3columnshabilitats{
|
|
float: left;
|
|
position: relative;
|
|
width: 265px;
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
|
|
background-image:url(../images/xxx.jpg);
|
|
background-repeat:no-repeat;
|
|
background-position: center top;
|
|
}
|
|
.sheet-columntf{
|
|
float: left;
|
|
position: relative;
|
|
width: 120px;
|
|
height: auto;
|
|
}
|
|
.sheet-tasafortaleza{
|
|
font-family: "caesar-dressing", "PR Viking 01";
|
|
font: bold;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
padding-left: 5px;
|
|
}
|
|
.sheet-columnheridas{
|
|
float: left;
|
|
position: relative;
|
|
width: 240px;
|
|
height: auto;
|
|
margin: 0px;
|
|
text-align: center;
|
|
}
|
|
.sheet-heridas{
|
|
font-family: "IM Fell English", "caesar-dressing", "PR Viking 01";
|
|
font: bold;
|
|
font-size: 18px;
|
|
text-align: left;
|
|
padding-left: 20px;
|
|
}
|
|
.sheet-heridaslocalizacion{
|
|
float: left;
|
|
width: 150px;
|
|
margin: 1px 0px;
|
|
}
|
|
.sheet-tf1{
|
|
float: left;
|
|
width: 30px;
|
|
margin: 1px 0px;
|
|
}
|
|
.sheet-tf2{
|
|
float: left;
|
|
width: 50px;
|
|
margin: 1px 0px;
|
|
}
|
|
.sheet-columnprotecciones{
|
|
float: left;
|
|
position: relative;
|
|
width: 440px;
|
|
height: auto;
|
|
margin: 0px;
|
|
text-align: center;
|
|
}
|
|
/*============= DATOS CSS=============*/
|
|
|
|
.sheet-logo{
|
|
float: left;
|
|
position: relative;
|
|
width:260px;
|
|
height: auto;
|
|
margin: 0px 25px 0px 0px;
|
|
}
|
|
|
|
.sheet-logo img{
|
|
float: none;
|
|
position: relative;
|
|
width: 100%;
|
|
max-width:600px;
|
|
height: auto;
|
|
margin: 0px auto;
|
|
}
|
|
.sheet-col_datos{
|
|
float: left;
|
|
position: relative;
|
|
width:500px;
|
|
height: auto;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.sheet-datos1{
|
|
float: left;
|
|
position: relative;
|
|
width:600px;
|
|
height: 30px;
|
|
margin: 0px auto;
|
|
}
|
|
.sheet-datos2{
|
|
float: left;
|
|
position: relative;
|
|
height: 30px;
|
|
margin: 0px auto;
|
|
}
|
|
.sheet-datos3{
|
|
float: left;
|
|
position: relative;
|
|
width:150px;
|
|
height: 30px;
|
|
margin: 5px auto 0px;
|
|
font-family: Rakkas, Chonburi, Rye, Abril Fatface, Merriweather ;
|
|
font-size: 20px;
|
|
}
|
|
|
|
/*============= ATRIBUTOS Y HABILIDADES CSS=============*/
|
|
.sheet-titolcenter{
|
|
font-family: "caesar-dressing", "PR Viking 01";
|
|
font: bold;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
}
|
|
.sheet-titolleft{
|
|
font-family: "caesar-dressing", "PR Viking 01";
|
|
font: bold;
|
|
font-size: 18px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-titolbarra{
|
|
color: #FFF;
|
|
background-color: #034583;
|
|
text-align: center;
|
|
padding: 3px;
|
|
border-radius: 10px 10px 10px 10px;
|
|
-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);
|
|
font-family: "caesar-dressing","PR Viking 01" ;
|
|
font-size: 18px;
|
|
}
|
|
.sheet-titolbarra2{
|
|
color: #FFF;
|
|
background-color: #034583;
|
|
text-align: center;
|
|
margin: 10px 10px;
|
|
padding: 2px;
|
|
border-radius: 10px 10px 10px 10px;
|
|
-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
font-family: "caesar-dressing","PR Viking 01" ;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sheet-titolbarradificultat{
|
|
color: #FFF;
|
|
height: 50px;
|
|
background-color: #034583;
|
|
text-align: center;
|
|
margin: 5px 0px;
|
|
padding: 5px 0px;
|
|
border-radius: 10px 10px 10px 10px;
|
|
-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
font-family: "caesar-dressing","PR Viking 01" ;
|
|
font-size: 14px;
|
|
}
|
|
.sheet-titolramaseidr{
|
|
color: #FFF;
|
|
height: 30px;
|
|
background-color: #034583;
|
|
text-align: center;
|
|
margin: 5px 0px;
|
|
padding: 5px 0px;
|
|
border-radius: 10px 10px 10px 10px;
|
|
-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.75);
|
|
font-family: "PR Viking 01","Caesar Dressing", system-ui, Chonburi;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sheet-atributos{
|
|
font-family: "caesar-dressing","PR Viking 01" ;
|
|
font: bold;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.sheet-atributos1{
|
|
float: left;
|
|
width: 135px;
|
|
margin: 5px 0px 0px;
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
font-family: 'caesar-dressing',"PR Viking 01" ;
|
|
font-weight: 900;
|
|
font-size: 15px;
|
|
}
|
|
.sheet-atributos2{
|
|
float: left;
|
|
width: 50px;
|
|
margin: 2px 0px 0px;
|
|
text-align: left;
|
|
font: bold;
|
|
font-size: 15px;
|
|
}
|
|
.sheet-atributos3{
|
|
float: left;
|
|
width: 80px;
|
|
margin: 2px 0px 0px;
|
|
text-align: left;
|
|
font: bold;
|
|
font-size: 15px;
|
|
}
|
|
.sheet-tinyspan{
|
|
font-family: Arial;
|
|
font: bold;
|
|
font-size: 12px;
|
|
}
|
|
.sheet-atributossec{
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
|
|
font: bold;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.sheet-atributosepara{
|
|
float: left;
|
|
width: 100%;
|
|
margin: 3px 0px;
|
|
padding-bottom: 3px;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
.sheet-dinero{
|
|
float: left;
|
|
width: 135px;
|
|
margin: 5px 0px 0px;
|
|
padding-left: 20px;
|
|
text-align: left;
|
|
font-family: 'Helvetica Neue', Arial;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sheet-mycheck{
|
|
//* filter: hue-rotate(120deg) brightness(0.8); *//
|
|
}
|
|
//* filter: invert(100%) hue-rotate(1040deg) brightness(0.8); *//
|
|
.sheet-mycheck:checked {
|
|
}
|
|
|
|
.sheet-habilidad{
|
|
float: left;
|
|
position: relative;
|
|
width:170px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 0px 0px 0px 10px;
|
|
text-align: left;
|
|
font-family: "Constantia", "IM Fell English";
|
|
color: #000000;
|
|
}
|
|
|
|
.sheet-habilidad2{
|
|
float: left;
|
|
position: relative;
|
|
width: 70px;
|
|
height: 30px;
|
|
margin: 0px 0px 0px 2px;
|
|
overflow:hidden;
|
|
font-family: Constantia;
|
|
}
|
|
|
|
/*============= TABLA ARMAS =============*/
|
|
.sheet-proteccionesgrid {
|
|
width: 442px;
|
|
min-height: 30px;
|
|
margin: 0px auto 3px;
|
|
background: #034583;
|
|
display: grid;
|
|
grid-template-columns: 155px 43px 43px 110px 91px;
|
|
grid-template-rows: 30px;
|
|
}
|
|
.sheet-proteccionesceldasgrid {
|
|
text-align: center;
|
|
padding: 3px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
border-right: 1px solid #000000;
|
|
}
|
|
.sheet-armasgrid {
|
|
width: 800px;
|
|
min-height: 30px;
|
|
margin: 0px auto 3px;
|
|
background: #034583;
|
|
display: grid;
|
|
grid-template-columns: 170px 55px 55px 60px 95px 300px 65px;
|
|
grid-template-rows: 60px;
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
.sheet-armasceldasgrid {
|
|
text-align: center;
|
|
padding: 3px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
border-right: 1px solid #000000;
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
.sheet-dano {
|
|
text-align: center;
|
|
padding: 3px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
width: 300px;
|
|
margin: 0px auto;
|
|
border-bottom: 1px solid #000000;
|
|
}
|
|
.sheet-dano4 {
|
|
position: relative;
|
|
float: left;
|
|
width: 73px;
|
|
text-align: center;
|
|
padding: 5px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
border-right: 1px solid #000000;
|
|
}
|
|
.sheet-dano4l {
|
|
position: relative;
|
|
float: left;
|
|
width: 73px;
|
|
text-align: center;
|
|
padding: 5px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
.sheet-seidrgrid {
|
|
width: 800px;
|
|
min-height: 30px;
|
|
margin: 0px auto 3px;
|
|
background: #034583;
|
|
display: grid;
|
|
grid-template-columns: 50px 200px 200px 50px 150px 150px;
|
|
grid-template-rows: 30px;
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
.sheet-seidrceldasgrid {
|
|
text-align: center;
|
|
padding: 3px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
border-right: 1px solid #000000;
|
|
align-content: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sheet-oracionesgrid {
|
|
width: 800px;
|
|
min-height: 30px;
|
|
margin: 0px auto;
|
|
background: #034583;
|
|
display: grid;
|
|
grid-template-columns: 160px 475px 110px 55px;
|
|
grid-template-rows: 30px;
|
|
}
|
|
.sheet-oracionesceldasgrid {
|
|
text-align: center;
|
|
padding: 3px 0px;
|
|
font-family: Cambria, Arial ;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
border-right: 1px solid #000000;
|
|
}
|
|
|
|
/* =============== POP UPS ================== */
|
|
h1 {
|
|
text-align: center;
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
color: #880202;
|
|
margin: 80px 0;
|
|
}
|
|
|
|
.overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
transition: opacity 500ms;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
z-index: 3;
|
|
}
|
|
.overlay:target {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
.popup {
|
|
margin: 70px auto;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
width: 55%;
|
|
position: relative;
|
|
transition: all 5s ease-in-out;
|
|
}
|
|
|
|
.popup h2 {
|
|
margin-top: 0;
|
|
color: #333;
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
}
|
|
.popup .close {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 30px;
|
|
transition: all 200ms;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
.popup .close:hover {
|
|
color: #880202;
|
|
}
|
|
.popup .content {
|
|
max-height: 55%;
|
|
overflow: auto;
|
|
}
|
|
|
|
@media screen and (max-width: 700px){
|
|
.box{
|
|
width: 70%;
|
|
}
|
|
.popup{
|
|
width: 70%;
|
|
}
|
|
}
|
|
|
|
/* ================== FIRMA =============== */
|
|
.sheet-firma{
|
|
float: left;
|
|
position: relative;
|
|
width:100%;
|
|
max-width: 1000px;
|
|
height: 20px;
|
|
margin: 0px auto;
|
|
overflow:hidden;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-firma:hover{
|
|
color: #034583;
|
|
}
|
|
|
|
/* ========== CSS TEMPLATE VIKINGOS ============== */
|
|
|
|
.sheet-rolltemplate-vikingos2 {
|
|
margin-left: -37px;
|
|
}
|
|
.withoutavatars .sheet-rolltemplate-vikingos2 {
|
|
margin-left: -7px;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-container {
|
|
width: 100%;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-header {
|
|
background-color: var(--header-bg-color);
|
|
color: var(--header-text-color);
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
padding: 20px 0px 15px 0px;
|
|
border: 2px solid black;
|
|
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
|
|
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
|
|
box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-title {
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
line-height:28px;
|
|
padding: 0px 10px;
|
|
text-align: center;
|
|
font-family: "Caesar Dressing", system-ui;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-title img.sheet-vikingorolf {
|
|
width: 33px;
|
|
height: 33px;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-subtitle {
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
background-image:url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Vikingos/images/espada-vikingos-300px.png);
|
|
background-repeat: no-repeat;
|
|
height: 30px;
|
|
padding: 15px 0px 0px;
|
|
color:#000000;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-container {
|
|
--header-bg-color: #034583;
|
|
--header-text-color: #FFF;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-container.sheet-color-green {
|
|
--header-bg-color: #008000;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-container.sheet-color-black {
|
|
--header-bg-color: #000;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-container.sheet-color-white {
|
|
--header-bg-color: #FFF;
|
|
--header-text-color: #000;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-content {
|
|
display: grid;
|
|
background: #FFF;
|
|
grid-template-columns: auto auto;
|
|
line-height: 1.4em;
|
|
color: #1200B3;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-content > div {
|
|
padding: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-content .sheet-key {
|
|
text-align: right;
|
|
color: #FF0004;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
font-family: "IM Fell English";
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-content .sheet-value {
|
|
text-align: left;
|
|
color: #000000;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
font-family: "IM Fell English";
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-vikingos2 .sheet-content :nth-child(4n+3),
|
|
.sheet-rolltemplate-vikingos2 .sheet-content :nth-child(1n) {
|
|
background: #FFF;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-content .sheet-exito {
|
|
font-weight: bold;
|
|
text-align: right;
|
|
color: #FF0004;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
padding: 10px 0px;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-desc {
|
|
grid-column: span 2;
|
|
margin: 10px 0px 0px;
|
|
padding:30px 0px;
|
|
text-align: center;
|
|
color: #1200B3;
|
|
font-family: "Caesar Dressing", system-ui;
|
|
font-size: 28px;
|
|
height: 30px;
|
|
}
|
|
.sheet-rolltemplate-vikingos2 .sheet-final {
|
|
grid-column: span 2;
|
|
text-align: center;
|
|
background-color: #FFFFFF;
|
|
font-size: 16px;
|
|
padding: 5px 0px;
|
|
height: auto;
|
|
width: 100%;
|
|
background-color: beige;
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 910px) {
|
|
.sheet-contenedorVikingos{
|
|
float:none;
|
|
position:relative;
|
|
width:96%;
|
|
height:auto;
|
|
margin: 0px auto;
|
|
padding: 2%;
|
|
overflow:hidden;
|
|
background-color:antiquewhite;
|
|
|
|
background-image: url(http://rolfelvikingo.es/Roll20/FONDO_ROLL20_VIKINGOS_B_1000px.png);
|
|
background-repeat: cover;
|
|
background-position: left top;
|
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
-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);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|