From 5ab429e49a09692fe02753ab16e160dc00ae3fdb Mon Sep 17 00:00:00 2001 From: VJ ROLMASTERS <162357175+VJRolmasters@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:23:25 +0200 Subject: [PATCH] Add files via upload --- Nights in the Neighborhood/nitn.css | 40 ++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/Nights in the Neighborhood/nitn.css b/Nights in the Neighborhood/nitn.css index e566f7aac9..0c5462bde2 100644 --- a/Nights in the Neighborhood/nitn.css +++ b/Nights in the Neighborhood/nitn.css @@ -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; } -} \ No newline at end of file +} + + + + + +/* 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; +} + + +