Runboard.com
Слава Україні!

runboard.com       Sign up learn about it Sign in lost password?

 
The Wizard3 Profile
Live feed
Blog
Friends
Miscellaneous info

Clones


Registered: 06-2006
Location: Castle Belgalor
Posts: 90
Karma: 1 (+3/-2)
Reply | Quote
Surfer's Paradise


Surfs Up!
by: Wizard3 (updated by Pastor Rick)

Image
Surfers Paradise

Installation InstructionsFirst, switch your board over to custom mode (details are located here)
Custom CSScopy and paste the following CSS code into your Custom CSS box
/* SURFERS PARADISE - DEFINE BODY and COLOR FONT */

body {
  background: #05969A;
  background-image: url(https://rbbt.net/skins/wizard/surfers/sp-bg-001.png);
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
}
/* DEFINES STRUCTURE OF LAYOUT */

#shell {
  width: 95%;
  margin: 0 auto;
}
#offset {
  margin-left: -175px;
  width: 100%;
  float: right;
}
#container {
  margin-left: 180px;
}
#header {
  outline: 4px double #000000;
  background: #6E9EBE url(https://rbbt.net/skins/wizard/surfers/surfbanner3.png);
  background-size: cover;
  color: #00F3F3;
  text-shadow: 0 2px 3px #00033E;
  height: 125px;
  line-height: 100px;
  margin: 4px;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: -0.5em;
}
.header {
  height: 102px;
  text-align: center;
  padding: 2px;
}
#nav {
  width: 175px;
  float: left;
  margin: 0;
  margin-top: 5px;
}
#footer {
  clear: both;
  text-align: center;
  padding: 2px;
  margin-bottom: 0.5em;
}
.nav {
  background-color: #FFFF00;
  border: 1px solid #667480;
}
/* INNER FORUM BACKGROUND COLOUR */

.container {
  margin: 1px;
  margin-top: 5px;
  margin-left: 5px;
  border: 4px double #000000;
  background: #00C7C7;
  font-size: 12px;
}
.footer {
  font-size: 12px;
}
/* CONTROLS BG COLOUR IN THE SIDEBAR */

.navlist {
  text-align: center;
  font-size: 11px;
  background: #00C7C7;
  border: 1px solid #000000;
  margin-bottom: 1.0em;
}
.navlist h2 {
  font-size: 14px;
  margin: 1px;
  background: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
  background-size: cover;
  border: 1px solid #000000;
  text-align: center;
  line-height: 26px;
  height: 25px;
}
#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#nav ul a:link, #nav ul a:visited {
  text-decoration: none;
  display: block;
  border: 1px solid #000000;
  margin: 1px;
  padding: 2px;
}
#nav ul a:hover {
  text-decoration: none;
  background: #00F3F3;
}
/* DEFINES SPACE BETWEEN POSTS */

.ak_msg_postlist_betweenposts_table {
  height: 1px;
  display: block;
}
.ak_msg_postlist_betweenposts_table_td {
  height: 1px;
  display: block;
}
/* DEFINES BOXED PAGE NUMBERS */

span.pageindexvaluenow {
  font-size: 13px;
  font-weight: bold;
  background-color: #899AEB;
  border: 1px solid #000000;
}
/* PREVENTS BORDERS ON IMAGE LINKS */

img {
  border: 0;
}
/* DEFINES WIDTH AND COLOR OF TABLES */

.ak_msg_master_table {
  border: none;
  width: 100%;
  font-size: 12px;
}
.forum_list_table {
  width: 100%;
  border: 1px solid #000000;
  border-top: 3px double;
  border-bottom: 3px double;
  background-color: #899AEB;
}
.topic_list_table, .ak_msg_post_master_table, .ak_msg_seememberlist_table {
  width: 100%;
  border: 1px solid #000000;
  border-top: 3px double;
  border-bottom: 3px double;
  background-color: #899AEB;
}
/* DEFINES WHOS ONLINE BOARD STATS AND MISCOPTBAR TABLES */

.ak_miscoptbar_table {
  background: #00F3F3;
  background-repeat: repeat-x;
  width: 100%;
  padding: 4px;
  border: 1px solid #000000;
}
.forumlistwhosonlinetable {
  width: 100%;
  border: 1px solid #000000;
  background: #00F3F3;
}
.forumlistwhosonlinetd {
  padding: 6px;
  font-size: 11px;
  font-weight: bold;
}
.forumlistnumtopics, .forumlistnumposts {
  font-size: 10.5px;
}
.forumlistboardstatstable {
  width: 100%;
  border: 1px solid #000000;
  background: #00F3F3;
}
.ak_fl_boardstats_master_table {
  width: 100%;
}
.forumlistboardstatstable {
  width: 100%;
  border: 1px solid #000000;
}
.forumlistboardstatsheader {
  background-image: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
  font-size: 14px;
  text-align: center;
  width: 100%;
  border: 0;
}
.forumlistboardstatsdata {
  background: #00F3F3;
  border: 0;
  font-size: 11px;
  color: #000000;
  padding: 3px;
}
.forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2), .forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(4) {
  border-top: 3px double;
}
.forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2), .forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2), .forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2), .forumlistboardstatstable > tbody:nth-child(1) > tr:nth-child(5) > td:nth-child(2) {
  border-right: 1px solid;
}
.forumlistboardstatstitle {
  background: #00F3F3;
  border-top: 3px double;
  border-right: 1px solid;
  font-size: 11px;
  color: #000000;
  padding: 3px;
}
/* DEFINES BACK TO TOP LINK AND HOVER */

.backtotop {
  margin: 0 auto;
}
.backtotop a:link {
  font-size: 12px;
  text-decoration: none;
}
.backtotop a:active {
  font-size: 12px;
  text-decoration: none;
}
.backtotop a:visited {
  font-size: 12px;
  text-decoration: none;
}
.backtotop a:hover {
  color: #5c5c5c;
  font-size: 12px;
  text-decoration: none;
}
/* DEFINES SEPARATOR IMAGES */

.ak_msgform_poll_options_head_td, .ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_date_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td, .ak_poll_table_header, .forum_list_header_newtext_td, .forum_list_header_forum_td, .forum_list_header_topics_td, .forum_list_header_posts_td, .forum_list_header_lastpost_td, .forumlistboardstatsheader, .forumlist_separator_td, .topic_list_header_modbox_td, .topic_list_header_newtext_td, .topic_list_header_posticon_td, .topic_list_header_topic_td, .topic_list_header_startedby_td, .topic_list_header_replies_td, .topic_list_header_views_td, .topic_list_header_lastpost_td, .msgform_clickable_smiley_box_h, .ak_subject_posticon_head_td {
  height: 23px;
  background-image: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
  background-size: cover;
  padding: 0;
  text-align: center;
}
span.topiclistheader {
  padding: 5px;
}
/* DEFINES FONT SIZE AND COLORS FOR TOPIC FORUM AND POST LISTS */

.ak_msg_post_master_table {
  font-size: 12px;
  margin-bottom: 0.5em;
}
span.postlistusername a, span.postlistpostname, span.postlistpostbody {
  color: #000000;
  font-size: 12px;
}
.ak_msg_post_table {
  padding-left: 3px;
}
.ak_msg_post_table img {
  padding-top: 3px;
  padding-bottom: 10px;
}
span.postlistusertitle font {
  color: #000000;
}
blockquote {
  border: 1px solid #000000;
  background-color: #00E6E6;
  font-size: 12px;
}
blockquote hr {
  display: none;
}
.share_hidden {
  display: none;
  position: relative;
  background: #D8FDFB;
  border: 2px groove #899AEB;
}
.share_hidden h4 {
  background: #02566F;
}
.user_popup a:link, .user_popup a:visited {
  display: block;
  font-weight: 400;
  color: #000033;
  text-decoration: none;
  padding: 0.125em 0.75em;
}
.user_popup a:hover {
  background-color: #02566F;
  color: #D8FDFB;
}
.postlistuserblock {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid;
  border-bottom: 1px solid;
  height: 100%;
  width: fit-content;
}
.postlistpostblock {
border-bottom: 1px solid;
}
.postlistdate_td {
border-right: 1px solid;
}
hr {
  height: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
}
.postlistpostbody pre {
  font-size: 11px;
  overflow: scroll;
  width: 500px;
  border: 1px solid #000000;
}
/* DEFINE POSTLIST LINK MARGIN SETTINGS */
span.postlist_link_to_post {
  border: 0;
  padding: 0;
  padding-left: 5px;
  margin-right: 5px;
}
span.postlistblog {
  margin-right: 5px;
}
td.postlistcontact > span:nth-child(4), td.postlistcontact > span:nth-child(6), td.postlistcontact > span:nth-child(7), td.postlistcontact > span:nth-child(8), td.postlistcontact > span:nth-child(9), .postlist_karma_applaud {
  margin-right: 5px;
}
span.postlistsendpm {
  margin-right: -3px;
}
/* DEFINES COLORS AND IMAGES IN MESSAGE AREA */

.ak_msgform_master_table {
  background-color: #00C7C7;
  border: 2px solid #000000;
  font-size: 12px;
}
.ak_msgform_master_table td {
  border: 0;
}
.ak_msgform_master_table input {
  border: 1px solid #000000;
}
.ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button, .ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button {
    background-image: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
    background-repeat: repeat-x;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    height: 22px;
}
.qcode_bar_but {
    background-color: #76b0f3;
    color: #000000;
    font-size: 11px;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    border: 1px solid #000000;
}
.ak_msgform_newtopic_submit_button:hover, .ak_msgform_newtopic_preview_button:hover, .ak_msgform_postreply_submit_button:hover, .ak_msgform_postreply_preview_button:hover, .ak_msgform_editpost_submit_button:hover, .ak_msgform_editpost_preview_button:hover, .qcode_bar_but:hover {
    background: #9EBADA;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  background: #84E5EA;
  padding-left: 4px;
  border: 1px outset #96B3E2;
  color: #000000;
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  font-size: 13px;
}
.ak_msgform_poll_options_table {
  border: 1px solid #000000;
}
.ak_msgform_poll_options_left_td, .ak_msgform_poll_options_right_td {
  padding-left: 5px;
}
.ak_msgform_poll_options_right_td input {
  background-image: url(https://rbbt.net/skins/wizard/surfers/surfbanner3.png);
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 2px;
  font-size: 11px;
  color: #000000;
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  border: 1px solid #000000;
}
/* DEFINES POLL TABLE COLORS */

.ak_poll_table {
  font-size: 11px;
  text-align: center;
  border: 1px solid #000000;
  background: #00F3F3;
  margin-bottom: 15px;
}
.ak_poll_table_header {
  height: 22px;
  padding: 0 25px 0 25px;
  font-size: 11px;
}
.ak_poll_table_header br {
  display: none;
}
.ak_poll_table_header a {
  padding-left: 11px;
}
.ak_poll_table_button_cell input {
  background: #00F3F3;
  border: 1px solid #000000;
  height: 22px;
  background-image: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
  background-repeat: repeat-x;
  color: #000000;
  font-size: 11px;
}
.ak_poll_table td {
  border: 0;
}
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {
  border: 0;
}
.ak_poll_table_viewres_cell {
  font-weight: bold;
  font-size: 11px;
}
.ak_poll_table_option_gback1 {
  background: #00F3F3;
}
.ak_poll_table_option_gback2 {
  background: #00F3F3;
}
.ak_poll_table_header {
  color: #000000;
}
.ak_msgform_poll_options_head_td {
  color: #000000;
}
/* DEFINES MEMBER LIST COLORS AND SIZE */

ak_msg_seememberlist_table td {
  border: 1px solid #000000;
}
.ak_msg_seememberlist_table {
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  font-size: 11px;
}
.ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_date_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td {
  color: #000000;
  font-size: 11px;
  padding: 3px;
}
.ak_msg_seememberlist_table {
  width: 100%;
  border: 1px solid #000000;
  background: #00F3F3;
}
/* DEFINES POST ICONS AND SMILEY COLORS */

.ak_subject_posticon_table {
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 11px;
  border: 1px solid #000000;
  background: #00F3F3;
  margin-bottom: 5px;
}
.ak_subject_posticon_head_td {
  text-align: center;
  font-size: 12px;
}
.ak_subject_posticon_icons_td {
  padding: 2px 0 1px 10px;
}
.msgform_clickable_smiley_box_h {
    background-color: #00F3F3;
    background-size: 100% 23px;
    background-repeat: no-repeat;
    padding: 3px 5px 1px 5px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    border: 2px solid #000000;
}
.msgform_clickable_smiley_box_b {
    margin: 0 auto;
    padding-top: 3px;
}
.msgform_clickable_smiley_box_b, .msgform_clickable_smiley_box_b_td, .msgform_clickable_smiley_box_b td {
  border: 0;
}
/* DEFINES POST NEW TOPIC AND ADD REPLY BOXES */

.topiclistpostnewtopic a, .postlistaddareply a {
  padding: 5px 15px;
  font-size: 12.5px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  background-image: url(https://rbbt.net/skins/wizard/surfers/surfsep-1.png);
  background-repeat: repeat-x;
  background-position: center 0%;
  background-color: #05969A;
  border: 1px solid #000000;
  text-shadow: 0 1px 1px #899AEB;
  border-top: 3px double #454d75;
  border-bottom: 3px double #454d75;
}
.topiclistpostnewtopic a:hover, .postlistaddareply a:hover {
  color: #DFE4FF;
  text-shadow: 0 1px 1px #000000;
  border-top: 3px double #454d75;
  border-bottom: 3px double #454d75;
}
/* BOTTOM LINKS AND INFO LINE */

.bottominfoline {
  text-align: center;
}
.msg_foot_linkbar {
  font-size: 10px;
  text-align: center;
  margin-top: 12px;
  padding: 5px;
  margin-bottom: .2em;
}
.msg_foot_linkbar a {
  margin: 0 1.1em;
}
a[href$=linktous]:after {
  content: ' (Runboard)';
}
a[href$=blogs]+a:after {
  content: none;
}

HTML HEADERcopy and paste the following HTML code into your Custom HTML header
<div id="shell"><div id="header"><h1>Your Board name/banner here</h1></div>
<div id="offset"><div id="container"><div class="container">

HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
</div></div></div>
<div id="nav">
<div class="navlist">
<h2>Title</h2>
<ul>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>

<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
</ul></div>
<div class="navlist">
<h2>Title</h2>
<ul>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>

<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
</ul></div>
<div class="navlist">
<h2>Title</h2>
<ul>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>

<li><a href="#">Links</a></li>
<li><a href="#">Links</a></li>
</ul></div>
</div>
<div id="footer">
<div class="backtotop"><br />
<a href="#">♥ Back to Top ♥</a></div>
</div>
</div>

EDIT COLORS/LAYOUT (ECL)find and change the following in your: Control Panel :: Board management :: Edit colors and theme
Miscellaneous options
Use extra CSS options?: Image
Use CSS trick 1?: Image
Use CSS trick 2?: Image
Background color: #899AEB
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #000000
Bottom info line color: #000000

Link Options
Link color: #000000
Link overlined: Image
Link line-through: Image
Link underlined: Image
Visited link color: #000000
Visited link overlined: Image
Visited link line-through: Image
Visited link underlined: Image
Hover link color: #6F6F6F
Hover link overlined: Image
Hover link line-through: Image
Hover link underlined: Image

Forum List Layout Options
Forum list master table background color:
Forum list master table border color: #898989
Forum list master table border width (pixels): 0
Forum list table background color:
Forum list table background image:
Forum list table border color: #898989
Forum list table border width (pixels): 0
Forum list table header background color: #9DC0EB
Forum list table header background image:
Forum list table header border color: #898989
Forum list table header border width (pixels): 0
Forum list table header text color: #000000
Forum list table first alternate background color: #00F3F3
Forum list table second alternate background color: #00F3F3
Forum list table text color (optional): #000000
Forum list table description color: #000000
Forum list table separator background color: #9DC0EB
Forum list table separator background image:
Forum list table separator text color: #000000
Forum list master table width (percents): 100
Forum list table width (percents): 100

Topic List Layout Options
Topic list master table background color:
Topic list master table border color: #898989
Topic list master table border width (pixels): 0
Topic list table background color:
Topic list table background image:
Topic list table border color: #898989
Topic list table border width (pixels): 0
Topic list table header background color: #9DC0EB
Topic list table header background image:
Topic list table header border color: #898989
Topic list table header border width (pixels): 0
Topic list table header text color: #000000
Topic list table first alternate background color: #00F3F3
Topic list table second alternate background color: #00F3F3
Topic list table text color (optional): #000000
Topic list master table width (percents): 100
Topic list table width (percents): 100

Post List Layout Options
Post list master table background color:
Post list master table border width (pixels): 0
Post list master table border color: #898989
Post list master table width (percents): 100
Post list table width (percents): 100
Post list table first alternate background color: #00F3F3
Post list table second alternate background color: #00F3F3
Post list table border color: #898989
Post list table border width (pixels): 0

CUSTOM LANGUAGE SET (CLS)(optional)find and change the following in your: Control Panel :: Board management :: Customize the language set
name: Surfers Paradise 2019

misc_regacc: %1 <a href="https://www.runboard.com/create_user">Create Account</a> <a href="https://bakheva.runboard.com/t8744">learn about it</a> %6 %7

misc_regacc_learn: blank out this entry

misc_support_link: <a href="https://brunboardkb.runboard.com/">Support</a><br />


If you need help with this skin, please ask your questions Here.

Last edited by Pastor Rick, 3/19/2019, 7:51 am
12/13/2008, 7:44 pm Link to this post Send PM to The Wizard3 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Admin


Registered: 07-2005
Location: Texas
Posts: 704
Karma: 10 (+10/-0)
Reply | Quote
Re: Surfer's Paradise


Nice one Wiz emoticon

---

Advertise Boards On TRDConceptsDE
1/2/2009, 8:19 pm Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 
The Wizard3 Profile
Live feed
Blog
Friends
Miscellaneous info

Clones


Registered: 06-2006
Location: Castle Belgalor
Posts: 90
Karma: 1 (+3/-2)
Reply | Quote
Re: Surfer's Paradise


Thanks for tidying up PR, must learn how to do that as it looks so much neater. Let's hope someone can use the skin for their new board emoticon
1/7/2009, 1:51 pm Link to this post Send PM to The Wizard3 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Admin


Registered: 07-2005
Location: Texas
Posts: 704
Karma: 10 (+10/-0)
Reply | Quote
Re: Surfer's Paradise


My only suggestion has to do with the banner pic. Right now it tiles which looks a little strange but there is a way to make the banner look like it stretches to fit the box (it doesn't really re-size but it sure looks like it does which is what most people care about emoticon

If you are interested I'll show you how its done...

---

Advertise Boards On TRDConceptsDE
1/10/2009, 11:48 pm Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Admin


Registered: 07-2005
Location: Texas
Posts: 704
Karma: 10 (+10/-0)
Reply | Quote
Re: Surfer's Paradise


If you took the banner pic out of the CSS #header and set it with HTML like this:

<img src="http://i56.photobucket.com/albums/g177/wiz-bits/surfbanner3.jpg" border="0" width="100%" height="100%" align="center" alt="" />

then the banner would always appear the correct size to the user...

---

Advertise Boards On TRDConceptsDE
1/16/2009, 8:59 pm Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 
The Wizard3 Profile
Live feed
Blog
Friends
Miscellaneous info

Clones


Registered: 06-2006
Location: Castle Belgalor
Posts: 90
Karma: 1 (+3/-2)
Reply | Quote
Re: Surfer's Paradise


Thanks PR,

I've taken the following CSS off

#header {
border : 4px double #000000;
background : url(http://i56.photobucket.com/albums/g177/wiz-bits/surfbanner3.jpg) repeat;
color : #00E6E6;
height : 102px;
margin : 1px;
text-align : center;
margin-bottom : 0.5em;
margin-top : 0.5em;
}
.header {
height : 100px;
text-align : center;
padding : 2px;
}

and added your HTML code to the HTML Header section, it looks better I think now, many thanks

Now I have to do is change the code here, but need to wait for your reply to see if I have done it correctly before I do
1/31/2009, 9:07 am Link to this post Send PM to The Wizard3 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Admin


Registered: 07-2005
Location: Texas
Posts: 704
Karma: 10 (+10/-0)
Reply | Quote
Re: Surfer's Paradise


Looks great Wiz, I checked at 3 resolutions and the banner pic looks like it was designed for each resolution emoticon

---

Advertise Boards On TRDConceptsDE
1/31/2009, 10:06 am Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 
The Wizard3 Profile
Live feed
Blog
Friends
Miscellaneous info

Clones


Registered: 06-2006
Location: Castle Belgalor
Posts: 90
Karma: 1 (+3/-2)
Reply | Quote
Re: Surfer's Paradise


All done, thanks again :bow
1/31/2009, 1:38 pm Link to this post Send PM to The Wizard3 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Admin


Registered: 07-2005
Location: Texas
Posts: 704
Karma: 10 (+10/-0)
Reply | Quote
Re: Surfer's Paradise


I updated all the skins coding and edited the first post to show the changes.

---

Advertise Boards On TRDConceptsDE
3/19/2019, 7:52 am Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 


Add a Reply





You are not logged in (login)