Mr Relliks's profile picture

Layout published by Mr Relliks

published
updated

Add to Favorites

View Layouts

View Profile

Report Layout

Old School Runescape Layout

Tags: simple, layout, layouts, runescape, osrs, rs3, jagex, mrrelliks

Description:

Hey there, I come to you once again with another nostalgia trip themed layout. this time its Runescape - more specifically Runescape in 2006 - 2007.


I spent many hours (and still do) playing this game so it was just a matter of time before I got to work to create this one of a kind theme :D

Preview:

Layout Screenshot
click on the image for a larger preview

Copy and paste this code into the "About me" section of your Profile to use it.

Caution: This Layout was not inspected by SpaceHey — use it at your own risk.


Comments

Displaying 5 of 5 comments ( View all | Add Comment )

Gregory Savacool

Gregory Savacool's profile picture

Great layout, love it, I think I'm gonna use this one for awhile. I had a few issues with it, but a little tweaking didn't take me too long to make it perfect, here's the small changes I made just in case you want the same:

The blog background picture PNG underneath where it says "There are no Blog Entries yet." (With a blank blog) Wasn't conforming correctly on my tablet in portrait mode (it would stretch off the screen, while everything else was automatically conforming), so in the code I changed:


}

.blog-preview {


width: 395px;
height: auto;
background-image: url(https://www.runescape.com/img/rsp777/scroll/backdrop_745.gif);

text-align: center;
font-family: 'Arial';

}


To


}

.blog-preview {


width: auto;
height: auto;
background-image: url(https://www.runescape.com/img/rsp777/scroll/backdrop_745.gif);

text-align: center;
font-family: 'Arial';

}


So I replaced the 395x with auto, and now it scales properly.


I was also having trouble with my friends under the friends tab showing up on the profile page, the tab was blank, so I went in and changed this part of the code:


}

.friends-grid {
display: none;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}



To


}

.friends-grid {
display:
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}


I just erased the none; and now everything is displaying correctly.


Report Comment

furb3x

furb3x's profile picture

Definitely using, ty!


Report Comment

321TacocaT123

321TacocaT123's profile picture

The text in the section about the blurb's defaults to black on a black background. I have no experiece in HTML no I'm not quite sure how to fix it.


Report Comment

Karithina

Karithina's profile picture

This is awesome :)


Report Comment

BroxMontana

BroxMontana's profile picture

yoooo this is amazing!


Report Comment



Thanks !!! :)

by Mr Relliks; ; Report