Merge pull request #114 from summerdevs/master

Halloween design
This commit is contained in:
Dan G 2021-10-10 11:40:47 -04:00 committed by GitHub
commit d8e75a0fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ title: A free & open-source remake of 2009 era RuneScape
<div id="left"> <div id="left">
<!--MAIN BUTTON: LEFT (DISCORD)--> <!--MAIN BUTTON: LEFT (DISCORD)-->
<a href="https://discord.gg/43YPGND" target="_blank" class="createbutton"> <a href="https://discord.gg/43YPGND" target="_blank" class="createbutton">
<img src="./site/2009scape-resources/img/buttons/btn-discord.png" alt="Join us on Discord" /> <img src="./site/2009scape-resources/img/buttons/halloween-btn.png" alt="Join us on Discord" />
<span class="shim"></span> <span class="shim"></span>
</a> </a>
<!--WEBSITE FEATURES--> <!--WEBSITE FEATURES-->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -43,16 +43,16 @@ body {
} }
.bodyBackground { .bodyBackground {
background: #000 url(./../img/2009img/main/skins/default/bg.jpg?12) repeat-y scroll center 355px; background: #000 url(./../img/2009img/main/skins/default/bg_halloween.png?12) repeat-y scroll center 355px;
} }
.bodyBackgroundHead { .bodyBackgroundHead {
background: url(./../img/2009img/main/skins/default/bg.jpg?12) no-repeat scroll center top; background: url(./../img/2009img/main/skins/default/bg_halloween.png?12) no-repeat scroll center top;
padding-top: 0.1px; padding-top: 0.1px;
} }
.bodyBackgroundHeadAdvert { .bodyBackgroundHeadAdvert {
background: url(./../img/2009img/main/skins/default/bg.jpg.png) no-repeat scroll center top; background: url(./../img/2009img/main/skins/default/bg_halloween.png) no-repeat scroll center top;
padding-top: 0.1px; padding-top: 0.1px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB