Sherbet (updated March 2018) https://bakheva.runboard.com/t14473 Runboard| Sherbet (updated March 2018) en-us Thu, 28 Mar 2024 19:39:27 +0000 Thu, 28 Mar 2024 19:39:27 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287152,from=rss#post287152https://bakheva.runboard.com/p287152,from=rss#post287152I don't know how you find the time for everything else you do.nondisclosed_email@example.com (Lesigner Girl)Sun, 22 Jun 2014 19:08:23 +0000 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287144,from=rss#post287144https://bakheva.runboard.com/p287144,from=rss#post287144Envisioning a skin is the easiest part for me. Coding can take 2-3 weeks with my schedule though...nondisclosed_email@example.com (Pastor Rick)Sun, 22 Jun 2014 03:40:08 +0000 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287142,from=rss#post287142https://bakheva.runboard.com/p287142,from=rss#post287142It's too bad you can't just envision something and have it create itself automatically. nondisclosed_email@example.com (Lesigner Girl)Sun, 22 Jun 2014 02:00:29 +0000 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287137,from=rss#post287137https://bakheva.runboard.com/p287137,from=rss#post287137You're welcome, You know if it was up to me I would make a new skin every week until we had 100 skins in the library. nondisclosed_email@example.com (Pastor Rick)Sun, 22 Jun 2014 01:02:48 +0000 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287136,from=rss#post287136https://bakheva.runboard.com/p287136,from=rss#post287136Cool beans. Thanks for doing that. nondisclosed_email@example.com (Lesigner Girl)Sun, 22 Jun 2014 00:43:47 +0000 Re: Sherbet (updated June 2014)https://bakheva.runboard.com/p287132,from=rss#post287132https://bakheva.runboard.com/p287132,from=rss#post287132Thank you LG, I recreated the forums to match the "sherbet theme." The current skin pic looks close enough to the new "demo board" that we don't need to change anything here or in the skin shows. I left most of the coding alone (simple optimization to save about 12% on the CSS file size). I also redid the top and bottom graphic bits which saved about 400 bytes even with the images being in the png format now.nondisclosed_email@example.com (Pastor Rick)Sat, 21 Jun 2014 03:10:49 +0000 Re: Sherbet (updated May 2011)https://bakheva.runboard.com/p287131,from=rss#post287131https://bakheva.runboard.com/p287131,from=rss#post287131Cool beans. I gave it some credits, and made it so they won't be depleted. nondisclosed_email@example.com (Lesigner Girl)Fri, 20 Jun 2014 22:42:29 +0000 Re: Sherbet (updated May 2011)https://bakheva.runboard.com/p287130,from=rss#post287130https://bakheva.runboard.com/p287130,from=rss#post287130I decided to do it... nondisclosed_email@example.com (Pastor Rick)Fri, 20 Jun 2014 14:22:25 +0000 Re: Sherbet (updated May 2011)https://bakheva.runboard.com/p287107,from=rss#post287107https://bakheva.runboard.com/p287107,from=rss#post287107If you do, let me know and I'll add a few credits to keep it from happening again.nondisclosed_email@example.com (Lesigner Girl)Thu, 19 Jun 2014 04:35:48 +0000 Re: Sherbet (updated May 2011)https://bakheva.runboard.com/p287105,from=rss#post287105https://bakheva.runboard.com/p287105,from=rss#post287105The test site showing what this skin looks like in action has been deleted... I am thinking of recreating the skin with a few updates but would like feedback on doing so before/if I begin...nondisclosed_email@example.com (Pastor Rick)Thu, 19 Jun 2014 02:10:23 +0000 Sherbet (updated March 2018)https://bakheva.runboard.com/p253852,from=rss#post253852https://bakheva.runboard.com/p253852,from=rss#post253852 by: Wizard3 Sherbet 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 /* BODY COLOUR BACKGROUND IMAGE AND POSITION */ body { margin:1em; background-color:#408080; font-family:verdana, arial, helvetica, sans-serif; } /* STOPS BORDERS ON IMAGE LINKS */ img { border:0; } /* STOPS IMAGES FROM EXPANDING FORUM WIDTH */ span.postlistpostbody img { max-width:500px; width:expression(this.width>500?500:true); } /* SHOWS ORANGE GRAPHIC BARS ON TOP AND BOTTOM OF TABLES*/ .top { background-image:url(http://rbbt.net/skins/wizard/sherbet/sherbet-top.png); background-repeat:no-repeat; border:0; margin:0 auto; width:804px; height:28px; text-align:center; font-size:11px; font-weight:700; } .bot { background-image:url(http://rbbt.net/skins/wizard/sherbet/sherbet-bottom.png); background-repeat:no-repeat; border:0; margin:0 auto; width:804px; height:28px; } /* BACKGROUND AND WIDTH OF AREA AROUND THE TABLES */ #content { background-color:#E65719; border:1px solid #000; border-top:0; border-bottom:0; width:802px; margin:0 auto; margin-top:-8px; } /* BANNER BOX */ .bannerbox { border:1px solid #000; background-color:#007CB9; width:786px; height:125px; font-size:15px; font-weight:700; margin:0 auto; text-align:center; margin-bottom:.5em; margin-top:.5em; } /* SHOWS SPACES INBETWEEN POSTS */ .ak_msg_postlist_betweenposts_table,.ak_msg_postlist_betweenposts_table_td { height:3px; display:block; } /* BOX ON CURRENT PAGE NUMBER*/ span.pageindexvaluenow { font-size:13px; font-weight:700; background-color:#FFF; border:1px solid #7093a9; } /* BACK TO TOP FONT SIZE */ .backtotop { font-size:12px; text-align:center; } /* NEW TOPIC AND ADD REPLY BUTTONS */ .topiclistpostnewtopic a,.postlistaddareply a { color:#FC3; padding-top:5px; padding-bottom:5px; padding-left:15px; padding-right:15px; font-size:11px; background-color:#E75518; background-repeat:repeat-x; background-position:center 0; border:1px solid #7093a9; } /* RESIZES THE YOUTUBE WINDOW TO FIT */ .postlistpostbody object,.postlistpostbody embed { width:480px; height:385px; } /* WIDTH AND COLOUR OF TABLES */ .ak_msg_master_table { border:0; width:100%; font-size:11px; clear:both; } .forum_list_table,.topic_list_table,.ak_msg_post_master_table,.ak_msg_seememberlist_table { width:100%; border:1px solid #B84514; background-color:#FC3; } /* HEADERS AND SEPARATORS */ .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 { font-size:14px; height:24px; padding:0; background-color:#E75518; background-repeat:repeat-x; } span.postlist_link_to_post { margin:0; border:0; } .share_hidden { border:1px solid #333; } .share_hidden h4 { background:#007cb8; color:#fc3; } .share_hidden a:link,.share_hidden a:visited { color:#fc0; } /* WHOS ONLINE BOARD STATS AND MISCOPTBAR TABLES*/ .forumlistwhosonlinetd { padding:6px; } .forumlistboardstatstable,.forumlistwhosonlinetable,.ak_miscoptbar_table { width:100%; border:1px solid #FC3; background-color:#007CB9; } /* FONT SIZE AND COLOURS FOR TOPIC FORUM AND POST LISTS */ span.locationboard,span.locationforum,span.locationtopic { font-size:14px; } .forumlistforumname,.topiclisttopicname { color:#000; font-size:14px; } span.forumlistnumtopics,span.forumlistnumposts { font-size:11px; } span.topiclistnewswitch,span.forumlistnewswitch { color:#000; font-size:11px; } .forumlistboardstatsheader { font-size:11px; border:0; color:#000; } span.forumlistheader,span.topiclistheader,span.forumlistseparator,span.topiclisttopicname,span.topicliststartedby,span.topiclistreplies,span.topiclistviews { font-size:11px; } span.topiclistlastpost { font-size:10px; } span.topiclisttopicclosed,span.topiclisttopicsticky,span.topiclisttopichidden { font-size:10px; } .ak_msg_topic_preview_div { background:#e65719; border:1px solid #333; } .ak_msg_post_master_table { font-size:10px; } span.postlistusername a,span.postlistpostname { color:#000; font-size:11px; } .ak_msg_post_table { padding-left:3px; } span.postlistusertitle font { color:#000; } /* SHOWS COLOUR BACKGROUND AND FONT OF QUOTE BOX */ blockquote { border:1px solid #7093a9; background-color:#E65719; font-size:14px; } blockquote hr { display:none; } hr { height:0; width:100%; border:0; border-bottom:1px solid #7093A9; } .postlistpostbody pre { font-size:9px; overflow:scroll; width:500px; border:1px solid #1B2836; } .ak_msg_post_master_table td { border:1px solid #000; } /* COLOURS AND IMAGES IN MESSAGE AREA */ .ak_msgform_master_table { background-color:#007CB9; border:1px solid #000; font-size:11px; } .ak_msgform_master_table td { border:none; } .ak_msgform_master_table input { border:none; } .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 { border:1px solid #000; height:24px; background-color:#E75518; background-repeat:repeat-x; color:#FC3; font-size:11px; } .qcode_bar_but { font-size:12px; border:1px solid #000; color:#FC3; height:24px; background-color:#007CB9; background-color:#E75518; background-repeat:repeat-x; margin-top:2px; padding-left:5px; padding-right:5px; } .ak_msgform_subject_right_td input,.ak_msgform_message_right_td textarea { background-color:#007CB9; border:1px solid #000; color:#FC3; width:340px; font-size:16px; font-family:verdana; } .ak_msgform_poll_options_table { border:1px solid #000; } .ak_msgform_poll_options_right_td input { background-color:#007CB9; padding-top:2px; padding-bottom:2px; margin:2px; font-size:11px; color:#FC3; border:1px solid #000; } /* POLL TABLE COLOURS */ .ak_poll_table { font-size:10px; text-align:center; border:1px solid #7093a9; background-color:#007CB9; margin-bottom:15px; } .ak_poll_table_header { height:22px; padding:0 25px; font-size:11px; } .ak_poll_table_header br { display:none; } .ak_poll_table_header a { padding-left:10px; } .ak_poll_table_button_cell input { border:1px solid #7093a9; height:22px; background-color:#007CB9; background-color:#E75518; background-repeat:repeat-x; color:#FC3; 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:700; font-size:11px; } .ak_poll_table_option_gback1 { background-color:#007CB9; } .ak_poll_table_option_gback2 { background-color:#007CB9; } /* MEMBER LIST TABLE COLOURS AND SIZE */ .ak_msg_seememberlist_table td { border:1px solid #000; } .ak_msg_seememberlist_table { font-size:10px; background-color:#FC3; border:1px solid #000; } .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:#000; font-size:11px; padding:3px; text-align:center; } /* POSTICON AND SMILEY BOXES */ .ak_subject_posticon_table { padding:0; text-align:center; color:#FC3; font-size:11px; border:1px solid #000; background-color:#007CB9; margin-bottom:5px; } .ak_subject_posticon_head_td { text-align:center; font-size:11px; color:#FC3; } .msgform_clickable_smiley_box_h { padding-left:10px; padding-right:10px; font-size:11px; border:1px solid #000; background-color:#007CB9; color:#FC3; white-space:nowrap; } .msgform_clickable_smiley_box_b { margin-top:8px; text-align:center; } .msgform_clickable_smiley_box_b,.msgform_clickable_smiley_box_b_td,.msgform_clickable_smiley_box_b td { border:0; } .user_popup { background:#333; border:0; } .user_popup a:link,.user_popup a:visited { color:#fc0; background:#408080; margin:1px; } .user_popup a:hover { background:#007cb8; } /* BOTTOM RB LINKS */ .msg_foot_linkbar {     font-size: 10px;     text-align: center;     margin-top: 2px;     border: 1px solid #ffcc33;     padding: 5px;     width: 92%;     margin-bottom: .5em; } .msg_foot_linkbar a {   margin: 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 class="top"></div> <div id="content"> <div class="bannerbox"><img src="http://www.rbbt.net/skins/wizard/sherbet/sherbet.jpg" /></div> HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer <div class="backtotop"><a href="#"> ↑<br />back to top</a></div> </div> <div class="bot"></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?:Leave Checked Use CSS trick 1?:leave unchecked Use CSS trick 2?:Leave Unchecked Background color:#000000 Background color transparent:Leave Unchecked Background image (optional):Leave Blank Background image tile X:Leave Unchecked Background image tile Y:Leave Unchecked Text color :#000000 Bottom info line color:#000000 Link Options Link color : #000000 Link overlined : unchecked Link line-through : unchecked Visited link underlined : Check Visited link color : #000000 Visited link overlined : unchecked Visited link line-through : unchecked Visited link underlined : Check Hover link color : #FFFFFF Hover link overlined : Check Hover link line-through : uncheck Hover link underlined : Check Forum List Layout Options Forum list master table background color : Leave blank Forum list master table border color : #000000 Forum list master table border width (pixels): 0 Forum list table background color : Leave blank Forum list table background image: Leave blank Forum list table border color : #FFFFFF Forum list table border width (pixels): 0 Forum list table header background color : Leave blank Forum list table header background image: Leave blank Forum list table header border color : #FFFFFF Forum list table header border width (pixels): 0 Forum list table header text color : #000000 Forum list table first alternate background color : Leave blank Forum list table second alternate background color : Leave blank Forum list table text color (optional) : #000000 Forum list table description color : #000000 Forum list table separator background color : Leave blank Forum list table separator background image: Leave blank Forum list table separator text color : #000000 Forum list master table width (percents): 100 Forum list table width (percents): 95 Topic list layout options Topic list master table background color : Leave blank Topic list master table border color : #000000 Topic list master table border width (pixels): 0 Topic list table background color : Leave blank Topic list table background image: Leave blank Topic list table border color : #FFFFFF Topic list table border width (pixels): 0 Topic list table header background color : Leave blank Topic list table header background image: Leave blank Topic list table header border color : #FFFFFF Topic list table header border width (pixels): 0 Topic list table header text color : #000000 Topic list table first alternate background color : Leave blank Topic list table second alternate background color : Leave blank Topic list table text color (optional) : #000000 Topic list master table width (percents) : 100 Topic list table width (percents) : 95 Post list layout options Post list master table background color :Leave blank Post list master table border width (pixels): 0 Post list master table border color : #000000 Post list master table width (percents) : 100 Post list table width (percents) : 95 Post list table first alternate background color : Leave blank Post list table second alternate background color : Leave blank Post list table border color : #FFFFFF Post list table border width (pixels): 0 CUSTOMIZE LANGUAGE SET (CLS)find and change the following in your: Control Panel :: Board management :: Customize Language Set forum_list_newtext - <img src="http://www.rbbt.net/skins/wizard/sherbet/newred.gif" alt="new" /> topic_list_newtext - <img src="http://www.rbbt.net/skins/wizard/sherbet/newred.gif" alt="new" /> BANNER DIMENSIONS & IMAGE The banner size is 786 x 125 Using a Paint editing program you can add your title on top of the block. Wizard3 will make a title for you if you prefer. Drop him a message or use a PM The Font used in the title for the screenshot is called Sea Bird Heavy SF http://i56.photobucket.com/albums/g177/wiz-bits/Quizzical/bannerblank.jpgnondisclosed_email@example.com (Pastor Rick)Sun, 09 Aug 2009 18:14:23 +0000