Add files via upload

This commit is contained in:
VJ ROLMASTERS
2025-10-04 01:23:25 +02:00
committed by GitHub
parent 82c954d05b
commit 5ab429e49a
+37 -3
View File
@@ -753,11 +753,13 @@ color:Black; accent-color:Black;
width: 300px;
height: auto;
min-height: 245px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nights in the Neighborhood/IMAGES/TEMPLATE_FONDO_NITN_A1_600px.png");
background-image: url("https://rolmasters.com/ROLL20/NITN/IMAGES/TEMPLATE_FONDO_NITN_600px.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: top;
border: 1px solid #000000;
display: flex; /* para que el hijo no desborde raro */
align-items: stretch; /* que el hijo ocupe el mismo alto */
}
.withoutavatars .sheet-rolltemplate-nitn {
margin-left: -7px;
@@ -878,11 +880,13 @@ color:Black; accent-color:Black;
width: 300px;
height: auto;
min-height: 245px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nights in the Neighborhood/IMAGES/TEMPLATE_FONDO_NITN_A1_600px.png");
background-image: url("https://rolmasters.com/ROLL20/NITN/IMAGES/TEMPLATE_FONDO_NITN_600px.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: top;
border: 1px solid #000000;
display: flex; /* para que el hijo no desborde raro */
align-items: stretch; /* que el hijo ocupe el mismo alto */
}
.withoutavatars .sheet-rolltemplate-nitndeclaration {
margin-left: -7px;
@@ -1090,4 +1094,34 @@ input[type=number] {
height: 1312px;
}
}
}
/* Rolltemplate básico de prueba */
.sheet-rolltemplate-nitntest .sheet-fotofondo {
width: 300px;
min-height: 245px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nights%20in%20the%20Neighborhood/IMAGES/TEMPLATE_FONDO_NITN_A1_600px.png");
background-repeat: no-repeat;
background-size: cover;
background-position: top;
border: 1px solid #000000;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
/* Para que no tape el fondo */
.sheet-rolltemplate-nitntest .sheet-container {
background: transparent !important;
color: white; /* texto en blanco para contrastar con el fondo */
font-weight: bold;
}