Files
2020-12-21 08:39:40 +01:00

1066 lines
18 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Italianno&display=swap');
/* HEADER */
.sheet-background-header {}
.sheet-background-header img {
max-width: 100%;
}
.sheet-background-img{
background-image: url("https://i.imgur.com/zfWmzI9.png");
background-size: 100% 100%;
}
/* VERTICAL LINE */
.sheet-vertical-line {
border-left: 3px dotted dimgrey;
height: 35px;
position: relative;
display: inline-block;
margin: 0 auto;
}
/* DOG TAG */
.sheet-dog-tag {
position: relative;
z-index: 999;
background-color: darkgrey;
border-color: darkslategrey;
border-style: solid 5px;
border-radius: 20px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
/* DOTTED BOX */
.sheet-border-box {
border-style: solid;
border-color: dimgrey;
}
/* CSS - Step 1 */
/* Make default checkbox invisible */
.sheet-checkbox-label input {
opacity: 0;
position: absolute;
min-height: 16px;
min-width: 16px;
z-index: 999;
}
/* CSS - Step 2 */
/* Unchecked state - makes the new box */
.sheet-checkbox-label .sheet-checkbox-custom {
background: white;
border: 1px solid black;
border-radius: 50px;
display: inline-block;
/* display inline-block needed so that we can set the width */
height: 16px;
width: 16px;
}
/* CSS - Step 3 */
/* Unchecked state - makes the check */
.sheet-checkbox-label .sheet-checkbox-custom::after {
content: "✓";
opacity: 0;
}
/* CSS - Step 4 */
/* Checked state - chages the box */
.sheet-checkbox-label input:checked ~ .sheet-checkbox-custom {
background-color: white;
}
/* CSS - Step 5 */
/* Checked state - changes the check */
.sheet-checkbox-label input:checked ~ .sheet-checkbox-custom::after {
color: black;
left: 2px;
opacity: 1;
position: relative;
top: -1px;
}
/* TABS */
.sheet-character,
.sheet-journal {
display: none !important;
}
/* show the selected tab */
.sheet-tabstoggle[value="character"] ~ div.sheet-character,
.sheet-tabstoggle[value="journal"] ~ div.sheet-journal {
display: block !important;
}
.sheet-tab-button{
font-family: 'Italianno', cursive;
font-size: 15px;
min-height: 30px;
background-color: white;
border-color: darkslategrey;
border-style: solid 1px;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
/* Firefox */
.sheet-pestana-jugador input[type=number] {
-moz-appearance: textfield;
}
/* TEXT */
.sheet-notes {
border: none;
background-attachment: local;
background-image:
linear-gradient(to right, white 10px, transparent 10px),
linear-gradient(to left, white 10px, transparent 10px),
repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
line-height: 31px;
padding: 8px 10px;
}
.subheader-span {}
.sheet-text-vertical {
display: flex;
transform: rotate(-180deg);
writing-mode: tb-lr;
/* for IE */
writing-mode: vertical-lr;
}
.sheet-text-rb {
color: #C31F26;
font-family: 'Italianno', cursive;
font-weight: bold;
letter-spacing: 0.1em
}
.sheet-text-bb {
font-family: 'Italianno', cursive;
font-weight: bold;
letter-spacing: 0.1em
}
.sheet-rolltemplate-center,
.sheet-text-center {
text-align: center;
}
.sheet-text-header {
font-family: 'Italianno', cursive;
font-size: 23px;
min-height: 25px;
}
.sheet-text-subheader {
font-family: 'Italianno', cursive;
font-size: 18px;
min-height: 20px;
}
.sheet-text-important {
font-family: 'Italianno', cursive;
font-size: 25px;
min-height: 30px;
}
.sheet-text-important-bigger {
font-family: 'Italianno', cursive;
font-size: 35px;
min-height: 40px;
}
.sheet-full-tittle-center {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.sheet-full-tittle-center h4 {
font-family: 'Italianno', cursive;
font-size: 45px;
min-height: 35px;
margin: 15px auto 0 auto;
}
/* DIV BOXES */
.sheet-nobox-grey {
border: none;
background: #eaeaea;
}
.sheet-border-b {
border-bottom: solid 2px black;
}
.sheet-border-circle {
background: #eaeaea;
border-color: black;
height: 50px !important;
width: 50px !important;
border-radius: 50% !important;
}
.sheet-background-black {
background: black;
color: white
}
/* BUTTONS */
.sheet-button-without-dice:before {
content: "" !important;
}
.sheet-button-label:before {
content: "" !important;
}
.sheet-button-label {
background-image: none;
background-color: transparent;
border-radius: 0;
border: 0;
box-shadow: none;
text-shadow: none;
margin: 0 !important;
font-size: 13px !important;
}
/* CHECKBOX */
.sheet-checkbox-icon {
height: 18px !important;
width: 18px !important;
margin-left: 2px;
margin-right: 2px;
}
.sheet-checkbox-icon-bigger {
height: 20px !important;
width: 20px !important;
margin-left: 2px;
margin-right: 2px;
}
/* STRUCTURE */
/* Columns*/
.sheet-skill-empty,
.sheet-skill-list,
.sheet-skill-list .sheet-col-xs-1,
.sheet-skill-list .sheet-col-xs-2 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.sheet-skill-list .sheet-col-xs-8 {
padding-right: 0 !important;
}
.sheet-skill-empty {
height: 26px !important;
}
.sheet-skill-list {
max-height: 26px;
padding-top: 2px;
}
.sheet-column-w {
display: flex;
flex-flow: column wrap;
min-width: 0;
min-height: 0;
}
.sheet-column-flex-1{
flex: 1;
}
.sheet-rolltemplate-column-nw,
.sheet-column-nw {
display: flex;
flex-flow: column nowrap;
min-width: 0;
min-height: 0;
}
/* Rows*/
.sheet-row-w {
display: flex;
flex-flow: row wrap;
min-width: 0;
min-height: 0;
padding-right: 1rem;
padding-left: 1rem;
}
.sheet-rolltemplate-row-nw,
.sheet-row-nw {
display: flex;
flex-flow: row nowrap;
min-width: 0;
min-height: 0;
padding-right: 1rem;
padding-left: 1rem;
}
/* Rows full height inside column */
.sheet-fill-height > div {
flex: 1;
display: flex;
justify-content: flex-start;
flex-direction: row;
}
.sheet-position-bottom {
align-content: flex-end;
align-items: flex-end;
}
.sheet-position-sb {
align-content: space-between;
align-items: space-between;
}
.sheet-content-sa {
justify-content: space-around;
}
.sheet-rolltemplate-content-center,
.sheet-content-center {
align-items: center;
justify-content: center;
}
.sheet-content-st {
align-items: stretch
}
/* Width */
.sheet-rolltemplate-width-100,
.sheet-width-100 {
width: 100%;
}
.sheet-width-85 {
width: 85%;
}
.sheet-width-75 {
width: 75%;
}
.sheet-width-70 {
width: 70%;
}
.sheet-width-60 {
width: 60%;
}
.sheet-rolltemplate-width-50,
.sheet-width-50 {
width: 50%;
}
.sheet-width-40 {
width: 40%;
}
.sheet-width-30 {
width: 30%;
}
.sheet-width-25 {
width: 25%;
}
.sheet-width-20 {
width: 20%;
}
.sheet-width-15 {
width: 15%;
}
.sheet-width-10 {
width: 10%;
}
.sheet-width-5 {
width: 5%;
}
.sheet-max-width-300 {
max-width: 300px;
}
.sheet-max-width-250 {
max-width: 250px;
}
.sheet-max-width-250 {
max-width: 200px;
}
.sheet-max-width-125 {
max-width: 125px;
}
.sheet-max-width-50 {
max-width: 50px;
}
/* Height */
.sheet-height-100 {
height: 100%;
}
.sheet-max-height-25 {
max-height: 25px;
}
.sheet-max-height-50 {
max-height: 50px;
}
.sheet-max-height-150 {
max-height: 150px;
}
.sheet-max-height-210 {
max-height: 210px;
}
.sheet-overflow-025 {
flex: 0.25;
overflow: hidden;
}
.sheet-overflow-1 {
flex: 1;
overflow: hidden;
}
.sheet-overflow-2 {
flex: 2;
overflow: hidden;
}
.sheet-overflow-3 {
flex: 3;
overflow: hidden;
}
.sheet-flex-30 {
flex: 0 0 30em;
}
.sheet-flex-25 {
flex: 0 0 25em;
}
.sheet-flex-20 {
flex: 0 0 20em;
}
.sheet-flex-15 {
flex: 0 0 15em;
}
.sheet-flex-10 {
flex: 0 0 10em;
}
.sheet-flex-5 {
flex: 0 0 5em;
}
.sheet-padding-r-0 {
padding-right: 0px !important;
}
.sheet-padding-r-5 {
padding-right: 5px;
}
.sheet-padding-r-10 {
padding-right: 10px;
}
.sheet-padding-r-15 {
padding-right: 15px;
}
.sheet-padding-r-30 {
padding-right: 30px;
}
.sheet-padding-r-35 {
padding-right: 35px;
}
.sheet-padding-l-0 {
padding-left: 0px !important;
}
.sheet-padding-l-5 {
padding-left: 5px;
}
.sheet-padding-l-10 {
padding-left: 10px;
}
.sheet-padding-l-15 {
padding-left: 15px !important;
}
.sheet-padding-l-30 {
padding-left: 30px !important;
}
.sheet-padding-l-35 {
padding-left: 35px;
}
.sheet-padding-t-5 {
padding-top: 5px;
}
.sheet-padding-t-10 {
padding-top: 10px;
}
.sheet-padding-t-15 {
padding-top: 15px;
}
.sheet-padding-t-35 {
padding-top: 35px;
}
.sheet-padding-b-2 {
padding-bottom: 2px !important;
}
.sheet-padding-b-6 {
padding-bottom: 6px !important;
}
.sheet-padding-b-10 {
padding-bottom: 10px;
}
.sheet-padding-b-15 {
padding-bottom: 15px;
}
.sheet-padding-b-50 {
padding-bottom: 50px !important;
}
.sheet-margin-b-50 {
margin-bottom: 50px !important;
}
.sheet-margin-b-10 {
margin-bottom: 10px;
}
.sheet-margin-b-0 {
margin-bottom: 0px;
}
.sheet-margin-l-0 {
margin-left: 0px !important;
}
.sheet-margin-l-5 {
margin-left: 5px !important;
}
.sheet-margin-l-15 {
margin-left: 15px !important;
}
.sheet-margin-l-20 {
margin-left: 20px !important;
}
.sheet-margin-l-35 {
margin-left: 35px !important;
}
.sheet-margin-l-40 {
margin-left: 40px !important;
}
.sheet-margin-r-0 {
margin-right: 0px !important;
}
.sheet-margin-r-3 {
margin-right: 3px !important;
}
.sheet-margin-r-6 {
margin-right: 6px !important;
}
.sheet-margin-r-15 {
margin-right: 15px !important;
}
.sheet-margin-t-neg-5 {
margin-top: -5px !important;
}
.sheet-margin-t-neg-10 {
margin-top: -10px !important;
}
.sheet-margin-t-10 {
margin-top: 10px !important;
}
.sheet-margin-t-15 {
margin-top: 15px !important;
}
.sheet-margin-t-25 {
margin-top: 25px !important;
}
.sheet-margin-t-35 {
margin-top: 35px !important;
}
.sheet-margin-t-45 {
margin-top: 45px !important;
}
.sheet-margin-t-90 {
margin-top: 90px !important;
}
.sheet-margin-t-neg-60 {
margin-top: -60px !important;
}
.sheet-margin-t-neg-70 {
margin-top: -70px !important;
}
.sheet-margin-t-neg-80 {
margin-top: -80px !important;
}
.sheet-margin-b-2 {
margin-bottom: 2px !important;
}
.sheet-margin-b-10 {
margin-bottom: 10px !important;
}
.sheet-margin-b-25 {
margin-bottom: 25px !important;
}
.sheet-padding-b-6 {
margin-bottom: 6px !important;
}
.sheet-margin-t-2 {
margin-top: 2px !important;
}
.sheet-padding-t-6 {
margin-top: 6px !important;
}
.sheet-margin-auto{
margin: auto;
}
.sheet-rolltemplate-col-xs,
.sheet-rolltemplate-col-xs-1,
.sheet-rolltemplate-col-xs-2,
.sheet-rolltemplate-col-xs-3,
.sheet-rolltemplate-col-xs-4,
.sheet-rolltemplate-col-xs-5,
.sheet-rolltemplate-col-xs-6,
.sheet-rolltemplate-col-xs-7,
.sheet-rolltemplate-col-xs-8,
.sheet-rolltemplate-col-xs-9,
.sheet-rolltemplate-col-xs-10,
.sheet-rolltemplate-col-xs-11,
.sheet-rolltemplate-col-xs-12,
.sheet-col-xs,
.sheet-col-xs-1,
.sheet-col-xs-2,
.sheet-col-xs-3,
.sheet-col-xs-4,
.sheet-col-xs-5,
.sheet-col-xs-6,
.sheet-col-xs-7,
.sheet-col-xs-8,
.sheet-col-xs-9,
.sheet-col-xs-10,
.sheet-col-xs-11,
.sheet-col-xs-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.sheet-col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.sheet-col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.sheet-col-xs-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.sheet-col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.sheet-col-xs-30 {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
max-width: 30%;
}
.sheet-col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.sheet-col-xs-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.sheet-col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.sheet-col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.sheet-col-xs-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.sheet-col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.sheet-col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.sheet-col-xs-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.sheet-col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.sheet-col-xs-offset-1 {
margin-left: 8.333%;
}
.sheet-col-xs-offset-2 {
margin-left: 16.667%;
}
.sheet-col-xs-offset-3 {
margin-left: 25%;
}
.sheet-col-xs-offset-4 {
margin-left: 33.333%;
}
.sheet-col-xs-offset-5 {
margin-left: 41.667%;
}
.sheet-col-xs-offset-6 {
margin-left: 50%;
}
.sheet-col-xs-offset-7 {
margin-left: 58.333%;
}
.sheet-col-xs-offset-8 {
margin-left: 66.667%;
}
.sheet-col-xs-offset-9 {
margin-left: 75%;
}
.sheet-col-xs-offset-10 {
margin-left: 83.333%;
}
.sheet-col-xs-offset-11 {
margin-left: 91.667%;
}
/* TRICKS */
.sheet-inverse {
transform: scaleX(-1);
}
.sheet-element-hidden {
visibility: hidden !important;
}
.sheet-hide-arrow{
-o-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.sheet-element-break {
flex-basis: 100% !important;
width: 0px !important;
height: 0px !important;
overflow: hidden !important;
}
/* REPEATING */
.charsheet .repcontrol_add,
.charsheet .repcontrol_edit,
.charsheet .repcontrol_del {
display: block;
background: #000;
color: white;
box-shadow: none;
font-size: 0.9em;
height: 2.2em;
}
.sheet-pestana-jugador .repitem {
display: flex;
align-items: stretch;
margin-bottom: 3px;
justify-content: flex-start;
width: 100%;
}
.sheet-pestana-jugador .repcontainer {
width: 100%;
}
.sheet-pestana-jugador .repcontrol {
display: flex !important;
flex-flow: row nowrap !important;
}
/* +ADD - MODIFY BUTTON */
[data-groupname=repeating_armas] > button.btn.repcontrol_add,
[data-groupname=repeating_armas] > button.btn.repcontrol_edit {
height: 20px;
}
[data-groupname=repeating_armas] > button.btn.repcontrol_add::after,
[data-groupname=repeating_inventario] > button.btn.repcontrol_add::after,
[data-groupname=repeating_proteccion] > button.btn.repcontrol_add::after,
[data-groupname=repeating_habilidades] > button.btn.repcontrol_add::after {
content: "Nuevo";
background-color: #000 !important;
font-family: 'Italianno', cursive;
text-align: left;
color: white;
margin-left: -30px;
}
/* Overlay the Modify/Done button. Overlying text is static */
[data-groupname=repeating_armas] > button.btn.repcontrol_edit::after,
[data-groupname=repeating_inventario] > button.btn.repcontrol_edit::after,
[data-groupname=repeating_proteccion] > button.btn.repcontrol_edit::after,
[data-groupname=repeating_habilidades] > button.btn.repcontrol_edit::after {
content: "Modificar";
background-color: #000 !important;
font-family: 'Italianno', cursive;
text-align: left;
color: white;
margin-left: -36px;
}
/* this sets the formatting for all repcontrol buttons */
.sheet-pestana-jugador .charsheet .repcontrol_add,
.sheet-pestana-jugador .charsheet .repcontrol_edit,
.sheet-pestana-jugador .charsheet .repcontrol_del {
display: inline-flex;
background-color: #000 !important;
color: white;
box-shadow: none;
font-size: 0.9em;
height: 2.2em;
}
.sheet-container-row {
margin: 0 0 15px 0;
align-content: flex-start;
align-items: stretch;
}
.sheet-col-flex-1 {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.sheet-rolltemplate-atacar .sheet-container {
background-color: #ffffff;
border: 1px solid;
padding: 2px;
width: 189px;
}
.sheet-rolltemplate-atacar .sheet-container h1 {
color: rgb(126, 45, 64);
font-size: 1.2em;
font-variant: small-caps;
line-height: 20px;
}
.sheet-rolltemplate-atacar div {
padding: 2px;
}
;
.sheet-rolltemplate-atacar span {
color: rgb(126, 45, 64);
font-family: 'Italianno', cursive;
font-size: 1.2em;
font-variant: small-caps;
line-height: 1.6em;
padding-left: 5px;
text-align: left;
}
.sheet-rolltemplate-atacar .sheet-subheader {
color: #000;
font-size: 1em;
font-style: italic;
}
.sheet-rolltemplate-atacar .sheet-arrow-right {
border-bottom: 2px solid transparent;
border-left: 180px solid rgb(126, 45, 64);
border-top: 2px solid transparent;
}
.sheet-rolltemplate-atacar .sheet-tcat {
font-style: italic;
}
.sheet-rolltemplate-atacar .inlinerollresult {
background-color: #ffffff;
border: none;
}
.sheet-rolltemplate-atacar .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-atacar .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-atacar .inlinerollresult.importandivoll {
color: #4A57ED;
border: none;
}