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.
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
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.
furb3x
Definitely using, ty!
321TacocaT123
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.
Karithina
This is awesome :)
BroxMontana
yoooo this is amazing!
Thanks !!! :)
by Mr Relliks; ; Report