Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Irish Pogue (added January 22, 2019)


A Tribute to the old "Pogue's Pie Factory"
by: Pastor Rick

Image
Irish Pogue

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
/* IRISH POGUE 2019 SIDEBAR SET-UP */

#wrapper {
  background: url(https://rbbt.net/skins/background/wrapper-bg-001.png);
  position: relative;
  border: 3px double #FF6600;
  outline: 1px solid #FFEECC;
  width: 992px;
  margin: 0 auto;
}
#header {
  background: #E0EDDF;
  float: right;
  width: 810px;
  text-align: center;
  border: 1px solid #FF6600;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  height: 150px;
}
.banner {
  color: #104307;
  margin: 0 auto;
  margin-top: -21px;
  background: url(http://rbbt.net/skins/banners/irish-pogue-banner.png);
  height: 150px;
  width: 810px;
}
.banner h1 {
  padding-top: 70px;
  padding-left: 20px;
  text-shadow: -1px -1px 0 #938B82, 1px -1px 0 #938B82, -1px 1px 0 #938B82, 1px 1px 0 #938D82;
}
#sidebar {
  float: left;
  background: #163A1B;
  width: 178px;
  border: 3px double #FF6600;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 3px;
  margin: 0 auto;
}
#sidebar>div:nth-child(1) {
  border-top: 0;
}
.navlist {
  width: 175px;
  text-align: center;
  font-size: 14px;
  color: #FFFFCC;
  border: 3px double #FF6600;
  border-left: 0;
  border-right: 0;
  margin-bottom: 10px;
}
.navlist h2 {
  background: linear-gradient(to bottom, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #1D5A12;
  color: #FFFFCC;
  text-shadow: 1px 1px #374B54;
  font-size: 12px;
  margin: 1px;
  text-align: center;
  line-height: 23px;
}
.navlist ul, #nav li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style: none;
  display: inline;
}
.navlist img {
  padding-top: 10px;
  margin-bottom: -10px;
}
#nav ul a:link, #nav ul a:visited, #nav ul a:active {
  text-decoration: none;
  display: block;
  border: 1px solid #4C4340;
  margin: 1px;
  padding: 2px;
}
#nav ul a:hover {
  text-decoration: none;
  background: #4A4A4A;
  color: #DEDEDE;
}
#content {
  border: 1px solid #FF6600;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 810px;
  float: right;
}
.clear {
  clear: both;
}
/* CSS Background */

body {
  background-color: #104306;
  background-image: radial-gradient(circle closest-side, #104306 63%, transparent 62%), radial-gradient(circle closest-side, transparent 85%, #1A881A 86%, #178017 99%, transparent 100%), radial-gradient(circle closest-side, transparent 85%, #198019 86%, #2D6915 99%, transparent 100%);
  background-size: 100px 100px, 100px 50px, 50px 100px;
  background-position: 0 0;
}
/* MISCOPTBAR TABLE*/

.ak_miscoptbar_table {
  border: 1px solid #4D4D4D;
  background-color: #1F0F00;
  width: 100%;
  padding: 4px 4px 4px 4px;
}
/* SETS THE OUTER TABLES WIDTH TO KEEP NON-TABLE CONTENT WITHIN A MAX WIDTH*/

.ak_msg_master_table {
  background: #163A1B;
  border: none;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
/* SETS THE WIDTH AND BORDERS OF THE FORUM/TOPIC TABLES*/

.forum_list_table, .topic_list_table {
  width: 100%;
  box-shadow: 1px 2px 5px rgba(243, 222, 200, 0.54);
  border-width: 0;
  border-color: #4D4D4D;
  background-color: #058C01;
}
/* SETS THE WIDTH AND BORDERS OF THE POST TABLE*/

.ak_msg_post_master_table {
  box-shadow: 1px 2px 5px rgba(243, 222, 200, 0.54);
  border: 1px solid #4D4D4D;
  background-color: #4D4D4D;
  margin-bottom: 1em;
}
/* RESTRICT AVATAR DIMENSIONS */

.ak_msg_post_table img {
  max-width: 125px;
  width: expression(this.width > 125 ? 125: true);
  max-height: 125px;
  height: expression(this.height > 125 ? 125: true);
}
/* RESTRICT SIGNATURE IMAGE DIMENSIONS */

.ak_msg_post_signature_block img {
  max-height: 175px;
  height: expression(this.height > 175 ? 175: true);
}
/* RESTRICT WIDTH OF IMAGES IN POSTS */

.postlistpostbody img {
  max-width: 600px;
  width: expression(this.width > 600 ? 600: true);
}
/* SETS THE BEVELED IMAGE USED FOR HEADER OF MOST TABLES */

.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, .forumlist_separator_td, .forumlistboardstatsheader, .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: 11px;
  text-align: center;
  height: 23px;
  background: linear-gradient(to bottom, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #1E5B12;
  padding-top: 0;
  padding-bottom: 0;
}
.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 {
  padding-left: 3px;
  padding-right: 3px;
}
.ak_tl_topicrow_mouseover_off, .ak_tl_topicrow_mouseover_on {
  padding: 5px 3px;
  border-width: 0;
}
.ak_fl_forumrow_mouseover_on, .ak_tl_topicrow_mouseover_on {
  background-color: #246819;
}
/* CHANGES AND ADJUSTS THE WHO IS ONLINE TABLE */

.forumlistwhosonlinetd {
  padding: 6px 6px 6px 6px;
}
/*BOARD STAT TABLE*/

.ak_fl_boardstats_master_table {
  width: 100%;
  box-shadow: rgba(243, 222, 200, 0.54) 1px 2px 5px;
  border-style: solid;
  border-color: #4D4D4D;
  border-image: initial;
  border-width: 0;
  padding: 0;
}
.forumlistboardstatstable, .forumlistwhosonlinetable {
  background-color: #1F0F00;
  width: 100%;
  border: 1px solid #4D4D4D;
}
.forumlistboardstatstitle {
  background: #222222;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 0 0 0 5px;
  font-size: 11px;
  line-height: 15px;
  border-style: none;
}
.forumlistboardstatsdata {
  background-color: #1F0F00;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 0 0 0 5px;
  font-size: 11px;
  line-height: 15px;
  border-style: none;
}
/* SETTINGS FONT TYPE, COLOR AND SIZE TO REMAINING ELEMENTS */

span.locationboard, span.locationforum, span.locationtopic {
  font-size: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
}
.forumlistforumname, .topiclisttopicname {
  color: #FFFFFF;
  font-size: 13px;
  font-family: verdana, arial, helvetica, sans-serif;
}
span.forumlistnumtopics, span.forumlistnumposts {
  font-size: 13px;
  font-family: verdana, arial, helvetica, sans-serif;
}
span.topiclistnewswitch, span.forumlistnewswitch {
  color: #FFFFFF;
  font-size: 13px;
  font-family: verdana, arial, helvetica, sans-serif;
}
.forumlistboardstatsheader {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  border-width: 0;
  color: #FFFFFF;
}
span.forumlistheader, span.topiclistheader, span.forumlistseparator, span.topiclisttopicname, span.topicliststartedby, span.topiclistreplies, span.topiclistviews {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFCC;
}
span.topiclistlastpost {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
.topiclistlastpost a[href *=offset] {
  font: 20px arial;
  font-weight: 700;
  text-shadow: #014602 1px 0 1px;
  text-decoration: none;
  line-height: 0;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
  font-size: 10px;
  font-weight: 400;
  font-family: verdana, arial, helvetica, sans-serif;
}
/* POST TABLE */

.ak_msg_post_master_table {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
.ak_msg_post_master_table td {
  border: 1px solid #4D4D4D;
  background: #1E5B12;
}
span.postlistusername a, span.postlistpostname, span.postlistpostbody {
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}
.postlistdate_td {
  border: 0;
}
span.postlistdate::before {
  content: "Posted: ";
}
.ak_msg_post_table {
  padding-left: 3px;
}
.ak_msg_post_table img {
  padding-top: 3px;
  padding-bottom: 5px;
}
.postlistuserblock, .postlistpostblock {
  vertical-align: top;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #4D4D4D;
  height: 100%;
}
.postlistuserblock {
  border-right: 1px solid #4D4D4D;
}
span.postlistusertitle font {
  color: #FFFFFF;
}
blockquote {
  background-color: #B3D4AD;
  color: #104307;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 5px;
  margin: 5px 10px;
  border: 3px ridge #4A4948;
  border-radius: 3px;
}
blockquote hr {
  display: none;
}
span.postlisteditedby, span.postlisteditedbyvalue {
  color: #8FA992;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-style: italic;
}
.share_hidden h4 {
  background: #163A1B;
}
span.postlist_link_to_post {
  border: 0;
  padding: 0;
  padding-left: 5px;
  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 {}
.ak_msg_postlist_betweenposts_table {
  height: 3px;
  display: block;
}
.ak_msg_postlist_betweenposts_table_td {
  height: 3px;
  display: block;
}
span.postlistaddareply {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* HORIZONTAL RULE FOR CROSS COMPATIBILITY REASONS WE USE THE BORDER TO GIVE THE LINE EFFECT */

hr {
  height: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4D4D4D;
}
/* DEFAULT 'FORUM READY' MSGS ARE MADE SCROLL INSTEAD OF DISTORTING TABLES */

.postlistpostbody pre {
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 400;
  overflow: scroll;
  width: 500px;
  border: 1px solid #4D4D4D;
}
/* WRITE MESSAGE */

.ak_msgform_master_table {
  background-color: #104306;
  border-color: #4D4D4D;
  border-width: 2px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
.ak_msgform_master_table td {
  border: none;
}
.ak_msgform_master_table input {
  border: 1px solid #4D4D4D;
}
.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: linear-gradient(to bottom, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #1D5A12;
  height: 20px;
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.topiclistpostnewtopic, .postlistaddareply {
  background-color: #104306;
  background-image: radial-gradient(circle closest-side, #a306 63%, transparent 62%), radial-gradient(circle closest-side, transparent 85%, #A81A 86%, #178017 99%, transparent 100%), radial-gradient(circle closest-side, transparent 85%, #198019 86%, #2D6915 99%, transparent 100%);
  background-size: 50px, 50px 25px, 25px 50px;
  background-position: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  text-shadow: -1px -1px 0 #065001, 1px -1px 0 #054601, -1px 1px 0 #034400, 1px 1px 0 #094802;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}
span.topiclistpostnewtopic, span.postlistaddareply {
  font-family: verdana, arial, helvetica, sans-serif;
  border: 3px double #FF7300;
  border-left: 1px solid #FF7300;
  border-right: 1px solid #FF7300;
}
.qcode_bar_but {
  background: linear-gradient(to bottom, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #1D5A12;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.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: linear-gradient(to top, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #368C29;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  background-color: #1F0F00;
  border: 1px solid #4D4D4D;
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.ak_msgform_poll_options_table {
  border-style: solid;
  border-width: 1px;
  border-color: #4D4D4D;
}
.ak_msgform_poll_options_right_td input {
  background-color: #1F0F00;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 2px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  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 #4D4D4D;
}
/* POLL TABLE AND ITS PARTS */

.ak_poll_table {
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
  border: 0 solid #4D4D4D;
  box-shadow: 1px 2px 5px rgba(243, 222, 200, 0.54);
  background-color: #000000;
  margin-bottom: 1.5em;
}
.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: 10px;
}
.ak_poll_table_button_cell input {
  background: linear-gradient(to bottom, #608C57 0%, #276512 5%, #1D5A12 50%, #368C29 95%, #1F6D08 100%);
  background-color: #1D5A12;
  border-width: 1px;
  border-style: solid;
  border-color: #4D4D4D;
  height: 22px;
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {
  border: none;
}
.ak_poll_table_viewres_cell {
  font-weight: 700;
  font-size: 11px;
}
.ak_poll_table_option_lcell1, .ak_poll_table_option_lcell2, .ak_poll_table_option_rcell1, .ak_poll_table_option_rcell2, .ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {
  background-color: darkgreen;
  text-align: left;
  outline: 1px solid #4D4D4D;
}
.ak_poll_table_option_gback1 {
  background-color: #4D4D4D;
}
.ak_poll_table_option_gback2 {
  background-color: #4D4D4D;
}
/* MEMBERSHIP LIST */

.ak_msg_seememberlist_table td {
  border-style: solid;
  border-color: #000000;
}
.ak_msg_seememberlist_table {
  background: #1F0F00;
  box-shadow: 1px 2px 5px rgba(243, 222, 200, 0.54);
  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 #4D4D4D;
}
.ak_msg_seememberlist_head_date_td {
  font-size: 14px;
  -ms-transform: scalex(1.3);
  /* IE 9 */
  -webkit-transform: scalex(1.3);
  /* Safari 3-8 */
  transform: scalex(1.3);
  padding-left: 30px;
}
.ak_msg_seememberlist_head_user_td, .ak_msg_seememberlist_head_im_td, .ak_msg_seememberlist_head_pm_td, .ak_msg_seememberlist_head_email_td {
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  padding: 3px;
}
/* POSTICONS & SMILIE TABLES */

.ak_subject_posticon_table {
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #4D4D4D;
  background-color: #1F0F00;
  margin-bottom: 5px;
}
.ak_subject_posticon_head_td {
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-color: #FFFFFF;
}
.msgform_clickable_smiley_box_h {
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #4D4D4D;
  background-color: #1F0F00;
  background-image: url(https://rbbt.net/skins/images/ip-sep.png);
  background-repeat: repeat-x;
  color: #FFFFFF;
}
.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-width: 0;
  border-style: solid;
}
span.pageindexvaluenow {
  font-size: 13px;
  font-weight: 700;
  background-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-color: #4D4D4D;
}
/* ACCESS DENIED */

#access_denied_go_back_to_board {
  padding: 10px 15px 10px 15px;
  font-weight: 700;
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  border: 1px solid #003300;
  background-color: #445252;
}
/*BACK TO TOP LINK*/

#footer {
  height: 23px;
  background-image: url(https://rbbt.net/skins/background/irish-pogue-foot.png);
  background-color: #1D5A12;
}
#footer a {
  color: #163A1B;
}
.backtotop {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
/*NO IMAGE BORDERS*/

img {
  border: 0;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
  margin-top: 1em;
  color: #FF6600;
}
.msg_foot_linkbar a {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 1em;
}
a[href$="linktous"]:after {
  content: ' (Runboard)';
}
a[href$="blogs"]+a:after {
  content: none;
}
.bottominfoline {
  margin: 0 auto;
  margin-top: .5em;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}


HTML HEADERcopy and paste the following HTML code into your Custom HTML header
<div id="wrapper">
<div id="header">
<!-- BOARD COMMUNITY BANNER //-->
<a href="https://birishpogue.runboard.com/"><div class="banner"><h1>Irish Pogue: sample banner</h1>
</a>Welcome to the land of the Irish Pogue</div></div>
<div id="sidebar">
<div class="navlist">
<h2>Runboard Sites</h2>
<ul>
<li><a href="https://bakheva.runboard.com/bakheva">Runboard Support</a></li>
<li><a href="https://bakheva.runboard.com/btherunboarddirectory">Runboard Directory</a></li>
<li><a href="https://bakheva.runboard.com/brunboardextra">Runboard Extra</a></li>
</ul></div>
<div class="navlist">
<h2>Forum Jump</h2>
<ul>
<li><a href="https://birishpogue.runboard.com/f1">Main Chat</a></li>
</ul></div>
<div class="navlist">
<h2>First Separator</h2>
<ul>
<li><a href="https://birishpogue.runboard.com/f2">CSS & HTML</a></li>
<li><a href="https://birishpogue.runboard.com/f3">Secondary Coding</a></li>
</ul></div>
<div class="navlist">
<h2>Second Separator</h2>
<ul>
<li><a href="https://birishpogue.runboard.com/f4">Visitors Center</a></li>
</ul></div>
<div class="navlist">
<h2>Karl Witkowski</h2>
<img src="http://rbbt.net/skins/wizard/Karl_Witkowski_-_Game_of_Marbles.png" title="Game of Marbles" alt="Game of Marbles" height="130" width="155">
<h5>{{PD-Art|old-1910}}</h5></div>
</div><!-- end sidebar -->
<div id="content">

HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
<div id="footer">
<a class="backtotop" href="#">Back to top</a>
</div>
</div><!-- end content -->
<div class="clear"></div><!-- clears all floats -->
</div><!-- end wrapper -->

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:
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #FFFFFF
Bottom info line color: #008888

Link Options
Link color: #AAFF99
Link overlined: Image
Link line-through: Image
Link underlined: Image
Visited link color: #AAFF99
Visited link overlined: Image
Visited link line-through: Image
Visited link underlined: Image
Hover link color: #AAFF99
Hover link overlined: Image
Hover link line-through: Image
Hover link underlined: Image

Forum List Layout Options
Forum list master table background color: #163A1B
Forum list master table border color: #000000
Forum list master table border width (pixels): 1
Forum list table background color: #058C01
Forum list table background image:
Forum list table border color: #FFFFFF
Forum list table border width (pixels): 1
Forum list table header background color: #000000
Forum list table header background image:
Forum list table header border color: #444444
Forum list table header border width (pixels): 1
Forum list table header text color: #AAAA33
Forum list table first alternate background color: #007700
Forum list table second alternate background color: #007700
Forum list table text color (optional): #E5EEE4
Forum list table description color: #E5EEE4
Forum list table separator background color: #004400
Forum list table separator background image:
Forum list table separator text color: #FFFFCC
Forum list master table width (percents): 100
Forum list table width (percents): 100

Topic List Layout Options
Topic list master table background color: #163A1B
Topic list master table border color: #000000
Topic list master table border width (pixels): 1
Topic list table background color: #058C01
Topic list table background image:
Topic list table border color: #FFFFFF
Topic list table border width (pixels): 1
Topic list table header background color: #000000
Topic list table header background image:
Topic list table header border color: #444444
Topic list table header border width (pixels): 1
Topic list table header text color: #AAAA33
Topic list table first alternate background color: #007700
Topic list table second alternate background color: #007700
Topic list table text color (optional): #E5EEE4
Topic list master table width (percents): 100
Topic list table width (percents): 100

Post List Layout Options
Post list master table background color: #163A1B
Post list master table border width (pixels): 1
Post list master table border color: #000000
Post list master table width (percents): 100
Post list table width (percents): 100
Post list table first alternate background color: #007700
Post list table second alternate background color: #007700
Post list table border color: #FFFFFF
Post list table border width (pixels): 1

CUSTOM LANGUAGE SET (CLS)(optional)find and change the following in your: Control Panel :: Board management :: Customize the language set
Text IDContent
―――――――――――――――――――――――――――――――――――――――――――――――――――――――
nameIrish Pogue 2019
boardstats_no_members_yetCheck our membership list!
msgform_new_topic_posted<br /><br /><br /><br /><br />New topic posted!<br /><br /><br /><br /><br />
msgform_post_edited<br /><br /><br /><br /><br />Post edited!<br /><br /><br /><br /><br />
msgform_reply_added<br /><br /><br /><br /><br />Reply added!<br /><br /><br /><br /><br />
misc_regacc%1 (%3) ● %6 (%7)
misc_regacc_learn<a href="https://bakheva.runboard.com/t8744">learn about it</a>
misc_miscoptbar_separator
post_list_command_separator&nbsp;●&nbsp;
misc_support_link<a href="https://brunboardkb.runboard.com/">Support</a><br />
topic_list_empty_forum<br />No active topics in this forum<br /><br />
memberlist_link_back_to_board<br /><br /><br /><p id="memberlist_link_back_to_board"><a href="%1">Go back to %2</a></p><br />
search_link_back_to_board<br /><br /><p id="search_link_back_to_board"><a href="%1">Go back to %2</a></p><br />


THIRD PARTY OPTIONAL ADDITION-Check out Runboard Extra for dozens of ideas and suggestions.

Last edited by Pastor Rick, 1/23/2019, 4:03 am


---

Advertise Boards On TRDConceptsDE
1/23/2019, 3:54 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)