From 0ba892478f1b1c6da42591332e9dc087216425d8 Mon Sep 17 00:00:00 2001 From: Summer <69411389+summerdevs@users.noreply.github.com> Date: Fri, 29 Jan 2021 16:05:15 -0500 Subject: [PATCH] Quick Revert PR I need to take a full look at the CSS, because Jagex mixed everything all over the place --- site/css/global-34.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/site/css/global-34.css b/site/css/global-34.css index 091b679e4..e14c43245 100644 --- a/site/css/global-34.css +++ b/site/css/global-34.css @@ -29,7 +29,11 @@ input, textarea, select { +/* Before I break the entire website trying to change this wonky background. I am going to revert the changes by doing this PR. + This is the file that controls the main layout of the website. the 2009 picture is background: url(../img/2009img/main/skins/default/bg.jpg); + Lets wait until I figure everything out perfectly. +*/ body { padding: 0; @@ -39,17 +43,18 @@ body { } .bodyBackground { - background: #000 url(../img/2009img/main/skins/default/bg.jpg) repeat-y scroll center top; + background: #000 url(../img/main/skins/default/bg_headc20a.jpg) no-repeat scroll center top; } .bodyBackgroundHead { - background: url(../img/main/skins/default/bg_headc20a.jpg?12) no-repeat scroll center top; + background: url(../img/main/skins/default/bg_headc20a.jpg) repeat-y scroll center top; padding-top: 0.1px; + } .bodyBackgroundHeadAdvert { - background: url(../img/2009img/main/skins/default/bg.jpg) repeat-y scroll center top; - padding-top: 0.1px; + background: url(../img/main/skins/default/bg_headc20a.jpg) no-repeat scroll center top; + padding-top: 0.1px; } @@ -58,6 +63,7 @@ body { + #scroll { height: 1%;