Files
roll20-character-sheets/thordezilhas/thordezilhas.css
T
Cleison Silfer 5e0cb9cf69 (Thordezilhas) Inclunding Templates (#6965)
* Including spells tab

* Inclusão de templates para ataques e testes de atributos
2020-07-13 11:07:28 -05:00

358 lines
7.9 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Pirata+One|Alegreya&display=swap');
.sheet-body {
background-image: url("https://i.imgur.com/cHyDwls.png");
background-position: center top;
background-size: 100% auto;
max-width: 830px;
}
/*Configure the tab buttons*/
.sheet-principal,
.sheet-magias {
display: none;
}
/* show the selected tab */
.sheet-tabstoggle[value="principal"] ~ div.sheet-principal,
.sheet-tabstoggle[value="magias"] ~ div.sheet-magias {
display: block;
}
.sheet-botao-selecao {
font-family: 'Pirata One', cursive;
text-align:center;
font-size:1.3em;
border-radius: 5px solid black;
background-color: white;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 5px;
color: black;
background-color:white;
}
.sheet-body button {
margin-top:2px;
}
.sheet-body textarea {
font-family: 'Alegreya', serif;
font-size:1.1em;
}
.sheet-body input {
font-family: 'Alegreya', serif;
}
.sheet-header {
font-family: 'Alegreya', serif;
font-size: 0.85em;
display: inline-block;
}
.right-logo-with-button div {
float: right
}
.sheet-header label {
font-size: 1em;
display: inline-block;
font-weight: normal;
margin: 0px;
padding: 0px;
}
.sheet-header input {
font-family: 'Alegreya', serif;
border-bottom: 1px solid black;
height: 25px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0px;
color: black;
margin-bottom: 0px;
}
.sheet-atributos {
font-family: 'Pirata One', cursive;
}
.sheet-titulo {
font-family: 'Pirata One', cursive;
text-align:center;
}
.sheet-atributos input {
width: 35px;
height: 30px;
text-align:center;
font-family: 'Alegreya', serif;
font-size:1em;
border-radius: 5px solid black;
background-color: white;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 5px;
color: black;
margin-bottom: 0px;
}
.sheet-atributos select {
width: 76px;
height: 30px;
text-align:center;
font-family: 'Alegreya', serif;
font-size:1em;
border-radius: 5px solid black;
background-color: white;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 5px;
color: black;
margin-bottom: 0px;
}
.sheet-atributos input-small {
width: 150px;
}
.sheet-atributos h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
.sheet-atributos label {
display: inline-block;
width: 31%;
}
.sheet-atributos textarea {
resize: vertical;
}
.sheet-obs-label {
font-family: 'Alegreya', serif;
font-size: 0.6em;
padding-top: 0px !important;
}
.sheet-dados-combate {
font-family: 'Pirata One', cursive;
font-size: 1em;
display: inline-block;
}
.sheet-armas {
font-family: 'Alegreya', serif;
font-size: 1em;
}
.sheet-armas input {
font-family: 'Alegreya', serif;
font-size: 1em;
}
.sheet-armas label {
font-size: 0.9em;
}
.sheet-dados-combate input {
width: 35px;
height: 30px;
text-align:center;
font-family: 'Alegreya', serif;
font-size:1em;
border-radius: 5px solid black;
background: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 5px;
color: black;
margin-bottom: 0px;
font-size: 1em;
}
.sheet-obs-label-combate {
font-size:0.8em;
}
.sheet-pv {
width: 50px;
}
.sheet-combate-input {
border-bottom: 1px solid;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
.sheet-combate {
font-size: 0.7em;
font-family: 'Alegreya', serif;
}
.sheet-magias {
font-family: 'Alegreya', serif;
font-size: 1em;
width: 800px;
}
.sheet-magias textarea {
resize: vertical;
font-family: 'Alegreya', serif;
text-align:center;
}
.sheet-magias label {
font-size: 1em;
display: inline-block;
font-weight: normal;
font-family: 'Alegreya', serif;
}
.sheet-magias input {
text-align: left;
font-family: 'Alegreya', serif;
height: 25px;
}
.sheet-creditos {
font-family: 'Alegreya', serif;
font-size: 0.7em;
text-align:right;
}
.sheet-rolltemplate-ataque,
.sheet-rolltemplate-atributo {
box-sizing:border-box;
width:100%;
position:relative;
background-color:white;
overflow:hidden;
border-radius: 5px solid black;
background-color: white;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 5px;
}
.sheet-rolltemplate-ataque .sheet-rollbox-container,
.sheet-rolltemplate-atributo .sheet-rollbox-container {
width:100%;
position:relative;
box-sizing:border-box;
border:2px solid black
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox{
padding:5px;
font-family:'Scala Sans';
position:relative;
width:100%;
min-height:40px;
display:grid;
box-sizing:border-box;
grid-template-columns:1fr 1px 1fr;
column-gap:5px;
row-gap:5px
}
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox{
padding:5px;
font-family:'Scala Sans';
width:100%;
box-sizing:border-box;
text-align:center;
}
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox-desempenho{
padding:5px;
font-family:'Scala Sans';
width:100%;
box-sizing:border-box;
margin-bottom:3px;
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-roll-title,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox .sheet-roll-title,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox-desempenho .sheet-roll-title{
width:100%;
grid-column:1/4;
min-height:16px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
text-transform:uppercase
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-roll-label,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox .sheet-roll-label,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox-desempenho .sheet-roll-label{
margin-top:5px;
width:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
font-weight:normal
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-roll,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox .sheet-roll,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox-desempenho .sheet-roll{
padding-top:5px;
width:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-roll span,
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox .sheet-roll span{
margin:0 auto;
padding:8px;
font-family: 'Alegreya', serif;
font-size:18px
}
.sheet-rolltemplate-atributo .sheet-rollbox-container .sheet-rollbox-desempenho .sheet-roll span{
margin-top:-9px;
padding:8px;
font-family: 'Alegreya', serif;
font-size:18px
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-divisor{
display:flex;
align-items:center;
justify-content:center;
text-align:center
}
.sheet-rolltemplate-ataque .sheet-rollbox-container .sheet-rollbox .sheet-divisor span{
width:1px;
height:70%;
background-color:black
}
.sheet-rolltemplate-ataque .sheet-header,
.sheet-rolltemplate-atributo .sheet-header{
width: 100%;
font-family: 'Pirata One', cursive;
background-color: black;
display: inline-block;
text-align: center;
color: white;
position: relative;
font-size: 1.3em;
}
.sheet-rolltemplate-ataque .sheet-left,
.sheet-rolltemplate-atributo .sheet-left{
margin-left: 5px;
}