mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
300 lines
6.2 KiB
SCSS
300 lines
6.2 KiB
SCSS
// FONDO DE FICHA
|
|
// @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');*/
|
|
// @import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');*/
|
|
|
|
// TIPOGRAFIAS
|
|
@font-face {
|
|
font-family: '!PaulMaul';
|
|
src: local('!PaulMaul.ttf'),
|
|
url(!PaulMaul.woff2) format('woff2'),
|
|
url(!PaulMaul.woff) format('woff'),
|
|
url(!PaulMaul.ttf) format('truetype'),
|
|
url(!PaulMaul.otf) format('opentype'),
|
|
url(!PaulMaul.eot) format('embedded-opentype');
|
|
}
|
|
|
|
.charsheet{
|
|
|
|
div.mainBg {
|
|
height: 100%;
|
|
width: 700px;
|
|
background: url("https://i.imgur.com/0tA6R9M.jpg");
|
|
background-size: cover;
|
|
border: 2px solid #2F5860;
|
|
border-radius: 10px;
|
|
padding: 6px 10px;
|
|
|
|
}
|
|
img.logo{
|
|
width: 341px;
|
|
height: 165px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.section-block{
|
|
height: 50%;
|
|
width: 50%;
|
|
}
|
|
|
|
.float-right {
|
|
float: right;
|
|
}
|
|
.float-left {
|
|
float: left;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
display: inline;
|
|
margin-right: 20px;
|
|
float: right;
|
|
font-family: 'Shadows Into Light';
|
|
color: blue;
|
|
font-size: 18px;
|
|
font-weight: bolder;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.separatorVertical {
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
.separatorVerticalInicio {
|
|
display: flex;
|
|
margin: 6px 0px;
|
|
height: 40px;
|
|
}
|
|
|
|
.separatorVerticalGrande {
|
|
display: flex;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
height: 40px;
|
|
}
|
|
|
|
.separatorVerticalGrande2 {
|
|
margin-top: 5px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.separatorVerticalGrande3 {
|
|
margin-top: 5px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
input[type="number"]{
|
|
text-align: center;
|
|
}
|
|
input[type="text"].wid50{
|
|
width: 50%;
|
|
}
|
|
|
|
button[type=roll].blank-roll-button::before {
|
|
color: red;
|
|
content: '';
|
|
}
|
|
|
|
button[type=roll] {
|
|
background: none;
|
|
border: 1px solid black;
|
|
font-style: normal;
|
|
color: black;
|
|
content: '';
|
|
|
|
span.d6{
|
|
font-family: 'dicefontd6';
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
|
|
button[type=roll]:hover {
|
|
background: #a6a6a6;
|
|
}
|
|
|
|
button[type=roll]:before {
|
|
content: '';
|
|
}
|
|
|
|
|
|
|
|
// ETIQUETAS
|
|
.labelCentro {
|
|
font-family: 'veteran typewriter';
|
|
color: black;
|
|
text-align: center;
|
|
}
|
|
|
|
.labelCentral{
|
|
font-family: 'veteran typewriter';
|
|
font-size: 20px;
|
|
}
|
|
|
|
.labelPeque {
|
|
font-family: 'veteran typewriter';
|
|
color: black;
|
|
text-align: center;
|
|
font-weight: lighter;
|
|
margin-right: 3px;
|
|
margin-left: 5px;
|
|
display: inline;
|
|
}
|
|
|
|
|
|
.label {
|
|
font-family: 'veteran typewriter';
|
|
color: black;
|
|
display: inline-block;
|
|
padding: 0.8%;
|
|
margin-right: -.5%;
|
|
font-size: 20px;
|
|
font-weight: Normal;
|
|
text-align: center;
|
|
display: inline;
|
|
}
|
|
|
|
div.nombre label.label{
|
|
padding-top: 11px;
|
|
width: 150px;
|
|
}
|
|
|
|
div.skills label.label{
|
|
padding-left: 35px;
|
|
}
|
|
|
|
div.salud {
|
|
text-align: center;
|
|
}
|
|
|
|
h4 {
|
|
/* DAÑO */
|
|
border-radius: 35px 0px 35px 0px;
|
|
-moz-border-radius: 35px 0px 35px 0px;
|
|
-webkit-border-radius: 35px 0px 35px 0px;
|
|
text-align: center;
|
|
background-image: url("https://i.imgur.com/vNVTYig.png");
|
|
padding-left: 5px;
|
|
width: 70%;
|
|
margin-left: 150px;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
|
|
div.flex-column{
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
label{
|
|
width: 120px;
|
|
padding-left: 20px;
|
|
padding-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
div.notes {
|
|
|
|
.note-bg{
|
|
background: url("https://i.imgur.com/Gjsmgoo.jpg");
|
|
width: 95%;
|
|
}
|
|
|
|
.note-left{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
// RECURSOS
|
|
.recursos {
|
|
margin-top: 5px;
|
|
}
|
|
// ARMAS Y EQUIPO
|
|
.armasEquipo {
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
label.label{
|
|
margin-left: 65px;
|
|
}
|
|
|
|
textarea {
|
|
width: calc(100% - 70px);
|
|
height: 90px;
|
|
resize: none;
|
|
background: transparent;
|
|
margin-left: 52px;
|
|
font-family:'Shadows Into Light';
|
|
color: blue;
|
|
font-size: 18px;
|
|
font-weight: bolder;
|
|
}
|
|
textarea:hover{
|
|
background: hsla(0, 0%, 85%, 0.6);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
// ROLL TEMPLATE / PLANTILLA EN ROLLO
|
|
.sheet-rolltemplate-RELP {
|
|
.sheet-rt-title {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.sheet-backg {
|
|
background: url(https://i.imgur.com/SJdfgIn.png) top left;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
border-spacing: 0;
|
|
display: flex;
|
|
place-content: center;
|
|
flex-flow: nowrap column;
|
|
background-position: top -48px left -4px;
|
|
height: 150px;
|
|
width: 230px;
|
|
}
|
|
|
|
.sheet-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-header1 {
|
|
color : blue;
|
|
font-size: 22px;
|
|
font-family: 'veteran typewriter';
|
|
letter-spacing:0.5px;
|
|
word-wrap: break-word;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sheet-header2 {
|
|
background-color: transparent;
|
|
color : black;
|
|
font-size: 18px;
|
|
font-family: 'veteran typewriter';
|
|
letter-spacing:1px;
|
|
font-weight: bolder;
|
|
margin-bottom: 10px;
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.sheet-body1 {
|
|
color : #212f3d ;
|
|
font-size: 30px;
|
|
padding:15px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.inlinerollresult{
|
|
font-size: 1.5em;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.inlinerollresult.fullcrit{
|
|
border: 5px solid #3FB315;
|
|
}
|
|
.inlinerollresult.fullfail{
|
|
border: 5px solid #B31515;
|
|
}
|
|
.inlinerollresult.importantroll {
|
|
border: 5px solid #4A57ED;
|
|
}
|
|
} |