March 28, 2024, 05:38:57 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  

Runescape

Pages: [1]   Go Down
  Print  
Author Topic: Runescape  (Read 1982 times)
0 Members and 2 Guests are viewing this topic.
Kalphiter
Member
Member
Offline Offline

Gender: Male
Posts: 46



View Profile
Badges: (View All)
« on: January 10, 2009, 01:25:30 pm »

RuneScape theme...

This is the a theme based off of the new RS forums, as compared to the older look.



Preview: http://www.styleyourforum.com/preview/index.php?styleid=343



collapse.gifhttp://www.styleyourforum.com/data/343/collapse.gif
expand.gifhttp://www.styleyourforum.com/data/343/expand.gif
new_none.gifhttp://www.styleyourforum.com/data/343/new_none.gif
new_some.gifhttp://www.styleyourforum.com/data/343/new_some.gif
off.gifhttp://www.styleyourforum.com/data/343/off.gif
on.gifhttp://www.styleyourforum.com/data/343/on.gif
on2.gifhttp://www.styleyourforum.com/data/343/on2.gif



CSS
Code: (CSS)
/* Theme originally made by Jagex, made for SMF by Kalphiter */


/* Normal, standard links. */
a:link
{
color: #a07f3b;
text-decoration: none;
}
a:visited
{
color: #a07f3b;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #d6c6ac;
text-decoration: none;
}
a.nav:hover
{
color: #cc3333;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #d6c6ac;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background: url(http://www.styleyourforum.com/data/343/css0.jpg);
margin: 0px;
padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #d6c6ac;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
color: #000000;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
color: #d6c6ac;
background-color: #392C14;
}
.windowbg2
{
color: #d6c6ac;
background-color: #392A14;
}
.windowbg3
{
/*color: #d6c6ac;*/
color: #000000;
background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #000000;
font-style: normal;
background: url(http://www.styleyourforum.com/data/343/css1.jpg) #E9F0F6 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #000000;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: url(http://www.styleyourforum.com/data/343/css2.jpg) #d6c6ac repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background-color: #32C194;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: black;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #696969;
background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
color: #d6c6ac;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
fieldset.spoiler
{
border: 1px dashed gray;
}

fieldset.spoiler > legend
{
font-size: 1.2em;
}

div.spoilerheader a
{
font-family: sans-serif;
font-size: 1.1em;
font-weight: bold;
}

div.spoilerheader input
{
background-color: #cececc;
color: #3e3e33;
font: 0.9em sans-serif;
}

div.spoilerbody
{
color: #0f0f0f;
border: 1px dotted gray;
padding: 1em;
margin: 1em;
}

fieldset.spoiler div.spoilerbody
{
border: 0px;
padding: 0em;
}


/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_last
{
color: white;
text-transform: capitalize;
vertical-align: top;
}

.mirrortab_active_back, .maintab_active_back
{
color: black;
text-decoration: none;
text-transform: capitalize;
font-family: tahoma, sans-serif;
}


.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://www.styleyourforum.com/data/343/css3.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/343/css4.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/343/css5.png) right bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/343/css6.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/343/css7.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/343/css8.png) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: capitalize;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://www.styleyourforum.com/data/343/css9.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/343/css10.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/343/css11.png) right top no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/343/css12.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/343/css13.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/343/css14.png) right top no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

FOOTERS
Code: (Footers)
<center>

<a href="http://www.runescape.com">RuneScape © 1999-2006, Jagex Ltd.</a>
<br/>
Theme made for SMF by <a href="http://www.kalphiter.com">Kalphiter</a>
(more great themes at <a href="http://revolutionx.smfforfree3.com">Revolution X</a>)

</center>
« Last Edit: January 10, 2009, 07:14:15 pm by deathwilldie » Report Spam   Logged

When someone gets 3 wishes, why don't they wish for more?

Share on Facebook Share on Twitter

Mr_Smith
Exclusive
Exclusive
Offline Offline

Gender: Male
Posts: 217



View Profile WWW
Badges: (View All)
« Reply #1 on: January 10, 2009, 06:03:15 pm »

It was about time someone made this  Tongue
Report Spam   Logged

deathwilldie
Administrator
Adminitrator
Offline Offline

Posts: 1,769


View Profile WWW
Badges: (View All)
Tenth year Anniversary Nineth year Anniversary Level 5
« Reply #2 on: January 10, 2009, 06:24:39 pm »

Looks good but I don't think the tabs work too well with it. Tongue
Report Spam   Logged

Kalphiter
Member
Member
Offline Offline

Gender: Male
Posts: 46



View Profile
Badges: (View All)
« Reply #3 on: January 10, 2009, 06:40:36 pm »

It was actually a very old theme by me....

The collapse/expand things were exactly from Runescape.com, they happened to be the correct size for SMF.



When I noticed I had to have every single image off my site(in the .css), I didn't post it. So, I finally posted it, then realized I had to move image's in the CSS, so I was up until 1AM fixing it.










The tabs are exactly as RuneScape has it, XD
Report Spam   Logged

When someone gets 3 wishes, why don't they wish for more?

Mr_Smith
Exclusive
Exclusive
Offline Offline

Gender: Male
Posts: 217



View Profile WWW
Badges: (View All)
« Reply #4 on: January 10, 2009, 06:41:10 pm »

still awsome  Wink
Report Spam   Logged

Kalphiter
Member
Member
Offline Offline

Gender: Male
Posts: 46



View Profile
Badges: (View All)
« Reply #5 on: January 10, 2009, 06:44:48 pm »

lol@sponsered ads.
Report Spam   Logged

When someone gets 3 wishes, why don't they wish for more?

starwarsfz
Member
Member
Offline Offline

Posts: 144


View Profile
Badges: (View All)
« Reply #6 on: January 12, 2009, 07:35:54 pm »

Thats sweet dude, I used to play RS every day back in the 5th-7th grade lol I got up to 85.  But I got a life since then Smiley
Report Spam   Logged
shimmy shabby
Exclusive
Exclusive
Offline Offline

Posts: 432



View Profile
Badges: (View All)
« Reply #7 on: January 13, 2009, 08:57:47 pm »

I still play it and have a life Tongue. And do all the other things that i do on the computer, and play all the video game systems that are in my house XD, and a lot more. Kind of hard at times... That's why there is 2 computers side by side in my house :p multitasking. Like that one comercial, im buying stock on this computer... and on this computer im kicking my friends butt in gears of war. lol. I don't really like the colors used on the catbgs and stuff on the theme....
Report Spam   Logged




@Everypme: Yea my days of sig chatting are over, it's just so hard to go to my profile, and edit my signature everytime i see a response. Actually, it isn't, but... I'm just that lazy
Exilis
Optimistic & Creative
Global Moderator
Global Moderator
Offline Offline

Posts: 929


View Profile
Badges: (View All)
Tenth year Anniversary Linux User Combination
« Reply #8 on: January 15, 2009, 06:27:10 am »

I'm starting to stop playing, and I'm actually starting to read Afro
I'm a nerd... I'm not supposed to get a life... Sad

AAK AAK AAK OFF TOPIC
Sorry bout that...

About the theme, it seems like it needs a little more action...
« Last Edit: January 15, 2009, 06:28:45 am by SyntaxBlitz » Report Spam   Logged

Global Mod, (sort of) at your service.

http://twitter.com/timothyaveni

Mr_Smith
Exclusive
Exclusive
Offline Offline

Gender: Male
Posts: 217



View Profile WWW
Badges: (View All)
« Reply #9 on: January 17, 2009, 05:01:26 am »

Could someone possibly copy details from RS's newest theme and make one?
Report Spam   Logged

Exilis
Optimistic & Creative
Global Moderator
Global Moderator
Offline Offline

Posts: 929


View Profile
Badges: (View All)
Tenth year Anniversary Linux User Combination
« Reply #10 on: January 17, 2009, 09:12:45 am »

I could try it, but it'd take me awhile. I'm not the speediest/best when it comes to making themes Tongue
Report Spam   Logged

Global Mod, (sort of) at your service.

http://twitter.com/timothyaveni

Kalphiter
Member
Member
Offline Offline

Gender: Male
Posts: 46



View Profile
Badges: (View All)
« Reply #11 on: January 17, 2009, 03:04:10 pm »

Could someone possibly copy details from RS's newest theme and make one?
It is the new theme, couldn't catch the background of the new one so I used the old one.
Report Spam   Logged

When someone gets 3 wishes, why don't they wish for more?

Mr_Smith
Exclusive
Exclusive
Offline Offline

Gender: Male
Posts: 217



View Profile WWW
Badges: (View All)
« Reply #12 on: January 18, 2009, 04:41:20 am »

I'd like new one tough
Report Spam   Logged

Exilis
Optimistic & Creative
Global Moderator
Global Moderator
Offline Offline

Posts: 929


View Profile
Badges: (View All)
Tenth year Anniversary Linux User Combination
« Reply #13 on: January 18, 2009, 06:46:54 am »

I've got the background for the new theme, now I'm working on adjusting some things...
Report Spam   Logged

Global Mod, (sort of) at your service.

http://twitter.com/timothyaveni

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy