From 397ef3e7c75ca8d0643709eef81bb3aafddf8d36 Mon Sep 17 00:00:00 2001 From: VJ ROLMASTERS <162357175+VJRolmasters@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:55:06 +0200 Subject: [PATCH] Add files via upload --- WAR STORIES WW2 RPG/warstories.css | 35 ++++++++++++++++++++++++-- WAR STORIES WW2 RPG/warstories.html | 38 +++++++++++++++-------------- 2 files changed, 53 insertions(+), 20 deletions(-) diff --git a/WAR STORIES WW2 RPG/warstories.css b/WAR STORIES WW2 RPG/warstories.css index 3cdd9f87e2..02eb793b23 100644 --- a/WAR STORIES WW2 RPG/warstories.css +++ b/WAR STORIES WW2 RPG/warstories.css @@ -70,7 +70,7 @@ a:active { #sheet-contenedorfondo{ width: 900px; height: 1200px; - background-image: url("https://rolmasters.com/ROLL20/WWII/original5.png"); + background-image: url("https://rolmasters.com/ROLL20/WWII/images/WAR_STORIES_CHARACTER_SHEET.png"); background-repeat: no-repeat; background-size: cover; background-position: center; @@ -626,6 +626,37 @@ h1 { -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } + +.btna2{ + float: none; + padding: 0px 3px 0px 0px!important; + font-size: 24px!important; + background: none!important; + border: none!important; +} +.btna2:hover{ + padding: 0px 0px 0px 0px!important; + font-size: 28px!important; + background: none; + border: none; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -ms-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} +.btna2:active{ + padding: 0px 0px 0px 0px!important; + font-size: 28px!important; + background: none!important; + border: none!important; + box-shadow: none; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -ms-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} @media screen and (min-width: 960px){ .sheet-contenedorws{ @@ -639,7 +670,7 @@ h1 { width: 100%; max-width: 100%; padding: 15px 10px; - background-image: url("https://rolmasters.com/ROLL20/WWII/BACKGROUND_WWII_VJROLMASTERS_B_2500px.png"); + background-image: url("https://rolmasters.com/ROLL20/WWII/images/BACKGROUND_WWII_VJROLMASTERS_B_2500px.png"); background-repeat: no-repeat; background-size: auto; background-position: center center; diff --git a/WAR STORIES WW2 RPG/warstories.html b/WAR STORIES WW2 RPG/warstories.html index a3f4d81a81..eda43e8949 100644 --- a/WAR STORIES WW2 RPG/warstories.html +++ b/WAR STORIES WW2 RPG/warstories.html @@ -54,7 +54,8 @@