From 7f403994e2aff2da8cd8792b251fe29621348d63 Mon Sep 17 00:00:00 2001 From: vince Date: Sun, 26 Apr 2026 13:41:34 -0700 Subject: [PATCH] - updated url for the new image to match where the image will be located after this merge. - updated all background-image: url declarations to use quotes around url for consistency. --- ADnD_1E_Revised/1ESheet.css | 8 ++++---- ADnD_1E_Revised/src/1ESheet.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ADnD_1E_Revised/1ESheet.css b/ADnD_1E_Revised/1ESheet.css index 466a72413d..74c5e34aa9 100644 --- a/ADnD_1E_Revised/1ESheet.css +++ b/ADnD_1E_Revised/1ESheet.css @@ -1532,7 +1532,7 @@ section.npc-box.statblock3 .image-avatar { .charsheet .logo-box .normalmode, .charsheet .logo-box .darkmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png'); background-position: 50% 0; background-repeat: no-repeat; background-size: contain; @@ -1547,7 +1547,7 @@ section.npc-box.statblock3 .image-avatar { /* darkmode */ .sheet-darkmode .tab-content .charsheet .logo-box .darkmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo_inverted.png); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo_inverted.png'); display: block; opacity: 0.8; } @@ -3053,7 +3053,7 @@ section.npc-box.statblock3 .image-avatar { .charsheet .options-box .hide-areas-image { aspect-ratio: 1; - background-image: url("https://raw.githubusercontent.com/vince-roll20/roll20-character-sheets/refs/heads/AD%26D1e_Changes_Only_hideAR/ADnD_1E_Revised/images/hidden_image.png"); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/hidden_image.png'); background-repeat: no-repeat; background-size: contain; height: 4em; @@ -5464,7 +5464,7 @@ section.npc-box.statblock3 .image-avatar { } .charsheet .logo-box .normalmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png) !important; + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png') !important; background-position: 50% 0 !important; background-repeat: no-repeat !important; background-size: contain !important; diff --git a/ADnD_1E_Revised/src/1ESheet.css b/ADnD_1E_Revised/src/1ESheet.css index 466a72413d..74c5e34aa9 100644 --- a/ADnD_1E_Revised/src/1ESheet.css +++ b/ADnD_1E_Revised/src/1ESheet.css @@ -1532,7 +1532,7 @@ section.npc-box.statblock3 .image-avatar { .charsheet .logo-box .normalmode, .charsheet .logo-box .darkmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png'); background-position: 50% 0; background-repeat: no-repeat; background-size: contain; @@ -1547,7 +1547,7 @@ section.npc-box.statblock3 .image-avatar { /* darkmode */ .sheet-darkmode .tab-content .charsheet .logo-box .darkmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo_inverted.png); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo_inverted.png'); display: block; opacity: 0.8; } @@ -3053,7 +3053,7 @@ section.npc-box.statblock3 .image-avatar { .charsheet .options-box .hide-areas-image { aspect-ratio: 1; - background-image: url("https://raw.githubusercontent.com/vince-roll20/roll20-character-sheets/refs/heads/AD%26D1e_Changes_Only_hideAR/ADnD_1E_Revised/images/hidden_image.png"); + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/hidden_image.png'); background-repeat: no-repeat; background-size: contain; height: 4em; @@ -5464,7 +5464,7 @@ section.npc-box.statblock3 .image-avatar { } .charsheet .logo-box .normalmode { - background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png) !important; + background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_1E/images/logo.png') !important; background-position: 50% 0 !important; background-repeat: no-repeat !important; background-size: contain !important;