Quick Revert PR

I need to take a full look at the CSS, because Jagex  mixed everything all over the place
This commit is contained in:
Summer 2021-01-29 16:05:15 -05:00 committed by GitHub
parent ecc9d3c979
commit 0ba892478f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;