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
Energy [Theme] (updated April 1, 2020)


Pushing the limits
by: Defj & Lesigner Girl (updates by Pastor Rick)

Image
Energy

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
/* ENERGY 2020 */

/* BANNER */

.banner {
  width: 100%;
  border: 0;
}
/* THE BAR ACROSS USED AT EITHER SIDE OF BANNER AND AT BOTTOM*/

.sepbar {
  background-color: #FAF102;
  background-image: url(/img/layouts/defj_1/separator.gif);
  background-repeat: no-repeat;
  background-position: right;
  height: 20px;
  width: 100%;
  font-size: 12px;
  color: #000000;
  padding-top: 5px;
  clear: both;
}
/* MARQUEE SETTINGS */

.marquee {
  width: 99%;
  background-color: #FAF102;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 20px;
  margin-top: -5px;
}
.marquee p {
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  margin: 0;
  margin-block-start: auto;
  vertical-align: top;
  _height: 20px;
  padding-left: 100%;
  padding-top: 5px;
  -moz-animation: marquee 60s linear infinite;
  -webkit-animation: marquee 60s linear infinite;
  animation: marquee 60s linear infinite;
}
@-moz-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
  }
  @-webkit-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
  }
  @keyframes marquee {
  0% {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%) }
  100% {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
}
@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}
/* STANDARD RUNBOARD CSS CLASSES BELOW! */

/* SETTING BOARD FONT FAMILY */

body, .miscoptbar, .bottominfoline, .locationboard, .locationforum, .locationtopic, .forumlistheader, .forumlistnewswitch, .forumlistnonewswitch, .forumlistforumname, .forumlistseparator, .forumlistdescription, .forumlistnumtopics, .forumlistnumposts, .forumlistadministrators, .forumlistmoderators, .forumlistlastpost, .forumlistwhosonline, .forumlistwhosonlinetable, .forumlistboardstatsheader, .forumlistboardstatstitle, .forumlistboardstatsdata, .ak_fl_forummods, span.topiclistheader, span.topiclistnewswitch, span.topiclistnonewswitch, .topiclisttopicname, span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden, span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.topiclistlastpost, span.topiclistpostnewtopic, span.pageindex, span.pageindexvalue, span.pageindexvaluenow, span.postlistusername, span.postlistusertitle, span.postlistusertype, span.postlistusertier, span.postlistregistered, span.postlistregisteredvalue, span.postlistlocation, span.postlistlocationvalue, span.postlistposts, span.postlistpostsvalue, span.postlist_karma, span.postlist_karma_value, span.postlistedit, span.postlistreply, span.postlistdelete, span.postlistquote, span.postlistquotedtext, span.postlistdate, span.postlistpostname, span.postlistpostbody, span.postlisteditedby, span.postlisteditedbyvalue, span.postlistaddareply, span.postlistsendpm, span.postlistsendicq, span.postlistsendaim, span.postlistsendmsn, span.postlistsendyahoo, span.postlistblog, span.postlist_karma_applaud, span.postlist_karma_smite, span.share_menu, span.postlist_link_to_post, .qcode_bar_but, .msgform_clickable_smiley_box_h, .ak_msgform_master_table, .ak_msgform_topic_posted_table, .ak_msgform_reply_added_table, .ak_msgform_post_edited_table, .ak_poll_table, .ak_subject_posticon_table, .ak_msg_seememberlist_table, .ak_msg_seememberlist_showing, .ak_msg_simplesearch_main_table, .ak_keyword_warning, .ak_description_warning, .ak_keyword_warning input, .ak_description_warning input, .ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea, .ak_msgform_poll_options_right_td input {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* REMOVES ALL THE PAGES MARGINS & SETS BG COLOR ETC */

body {
  margin: 0;
  background-color: #000000;
}
/* COLORED SCROLLBAR (Works In IE And Opera 8.0 Only) on the page/textareas with scrollbars */

body, html {
  scrollbar-face-color: #363636;
  scrollbar-highlight-color: #363636;
  scrollbar-shadow-color: #363636;
  scrollbar-3dlight-color: #666666;
  scrollbar-arrow-color: #FFFF00;
  scrollbar-track-color: #2A2A2A;
  scrollbar-darkshadow-color: #101010;
}
/* REMOVES BORDER FROM OUTER-MOST TABLE*/

.ak_msg_master_table {
  border: none;
  font-size: 11px;
  color: #FFFF00;
  text-align: center;
}
/* BOARD LINKS */

span.locationboard, span.locationforum, span.locationtopic {
  font-size: 13.5px;
  color: #FFFF00;
  letter-spacing: 1px;
}
span.locationboard a, span.locationforum a, span.locationtopic a {
  font-size: 13.5px;
  color: #FFFF00;
  letter-spacing: 1px;
  line-height: 20px;
}
.miscoptbar, .forumlistwhosonline {
  font-size: 10.5px;
  line-height: 15px;
}
/* FORUM LIST TABLE */

.forum_list_table {
  border: 1px solid #FFFF00;
}
.forumlist_separator_td {
  height: 24px;
  background-color: #FAF102;
  text-align: left;
  text-indent: 20px;
  background-image: url(/img/layouts/defj_1/separator.gif);
  background-position: right;
  background-repeat: no-repeat;
  border-color: #2B2B2B;
  padding: 0;
}
.forum_list_header_forum_td, .forum_list_header_lastpost_td {
  text-indent: 10px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  letter-spacing: 1px;
}
.forum_list_header_newtext_td, .forum_list_header_topics_td, .forum_list_header_posts_td {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  letter-spacing: 1px;
}
.forum_list_header_newtext_td {
  width: 1%;
  min-width: 19px;
  padding: 0 3px;
}
.forum_list_header_topics_td, .forum_list_header_posts_td {
  border-style: solid;
  border-color: #000000;
  border-width: 0;
  width: 4%;
  min-width: fit-content;
}
.forum_list_header_lastpost_td {
  width: 20%;
  min-width: fit-content;
}
.forumlistforumname {
  letter-spacing: 1px;
  font-size: 12px;
}
span.forumlistheader {
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFF00;
}
span.forumlistseparator {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
}
span.forumlistnonewswitch {
  color: #FFFF00;
}
span.forumlistdescription {
  font-size: 11px;
  color: #FFFF00;
  line-height: 17px;
}
span.forumlistnumtopics, span.forumlistnumposts, span.forumlistlastpost {
  font-size: 12px;
}
span.forumlistadministrators, span.forumlistmoderators {
  font-size: 11px;
}
/* TOPIC LIST TABLE */

.topic_list_table {
  border: 1px solid #FFFF00;
}
.topiclisttopicname {
  letter-spacing: 1px;
  font-size: 12px;
}
.topic_list_header_topic_td, .topic_list_header_lastpost_td {
  text-indent: 10px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  letter-spacing: 1px;
}
.topic_list_header_modbox_td, .topic_list_header_posticon_td {
  text-align: center;
  width: 20px;
}
.topic_list_header_modbox_td, .topic_list_header_newtext_td, .topic_list_header_posticon_td, .topic_list_header_replies_td, .topic_list_header_views_td, .topic_list_header_startedby_td {
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  letter-spacing: 1px;
}
span.topiclistnewswitch, span.topiclistnonewswitch {
  font-size: 12px;
  color: #FFFF00;
}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.topiclistlastpost {
  font-size: 12px;
  color: #FFFF00;
}
.topiclistlastpost a[href *="offset"] {
  font: 20px arial;
  text-shadow: #DAE227 1px 1px 1px;
  line-height: 10px;
}
span.topiclistreplies {
  font-weight: 700;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
  font-size: 11px;
  font-weight: 400;
  color: #FFFF00;
}
span.topiclistheader {
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFF00;
}
.ak_msg_topic_preview_div {
  background: #111111;
  border: 1px solid #868207;
  color: #FFFF00;
  font-size: 11.5px;
  padding: 5px 10px;
}
.ak_tl_empty_forum {
  font-size: 15px;
  font-weight: 700;
  line-height: 70px;
}
/* MOUSEOVER FORUM/TOPIC ROW (TURNED ON BY DEFAULT) */

.ak_tl_topicrow_mouseover_on, .ak_fl_forumrow_mouseover_on {
  background-color: #424242;
  padding: 5px;
}
.ak_tl_topicrow_mouseover_off, .ak_fl_forumrow_mouseover_off {
  background-color: #2B2B2B;
  padding: 5px;
}
/* POST TABLE */

.ak_msg_post_master_table {
  border: 1px solid #FFFF00;
  background-color: #000000;
  margin-bottom: 5px;
}
.ak_msg_post_master_table td {
  border: 1px solid #000000;
}
.ak_msg_post_table img {
  width: 75px;
  height: 75px;
  margin: 3px 0 10px 0;
}
.postlistuserblock {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  border-width: 0 1px 1px 0;
  height: 100%;
  width: min-content;
}
span.postlistusertitle font {
  color: #FFFF00;
}
span.postlistusername a, span.postlistpostname {
  color: #FFFF00;
  font-size: 12px;
  letter-spacing: 1px;
}
blockquote hr {
  display: none;
}
blockquote {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  background-color: #464646;
  font-size: 11px;
  color: #FFFF00;
}
blockquote blockquote {
  background-color: #424242;
  border-color: #000000;
}
blockquote blockquote blockquote {
  background-color: #464646;
}
blockquote blockquote blockquote blockquote {
  background-color: #424242;
}
blockquote blockquote blockquote blockquote blockquote {
  background-color: #464646;
}
blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #424242;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #464646;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #424242;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #464646;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #424242;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #464646;
}
/* DEFINE POSTLIST LINK MARGIN SETTINGS */

.postlistcontact, .postlistdate_td {
  vertical-align: middle;
}
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;
}
/* POP UP MENUS */

.user_popup {
  background:#AAAAAA;
  border:1px solid #868207;
  margin:2px;
}
.user_popup a:hover {
  background:#404040;
  color: #FAF102;
}
.share_hidden {
  display: none;
  position: relative;
  background: #868207;
  border: 1px solid;
}
.share_hidden div {
  background: #111111;
  border-color: #868207;
  padding: 5px 3px 3px 3px;
}
/* POST TABLE USER INFORMATION TO 11PX */

span.postlistusertitle, span.postlistusername, span.postlistusertype, span.postlistregistered, span.postlistregisteredvalue, span.postlistlocation, span.postlistlocationvalue, span.postlistposts, span.postlistpostsvalue, span.postlist_karma, span.postlist_karma_value {
  font-size: 11px;
  line-height: 15px;
}
/* POST TABLE LINKS */

span.postlistedit, span.postlistreply, span.postlistdelete, span.postlistaddareply, span.postlistsendpm, span.postlistsendicq, span.postlistsendaim, span.postlistsendmsn, span.postlistsendyahoo, span.postlistblog, span.postlist_karma_applaud, span.postlist_karma_smite {
  font-size: 10.5px;
}
/* POST TABLE MSG CONTENTS*/
span.postlistquotedtext, span.postlistdate, span.postlistpostname, span.postlistpostbody {
  font-size: 13.5px;
}
span.postlistdate {
  font-size: 11.5px;
}
span.postlisteditedby, span.postlisteditedbyvalue {
  font-size: 9px;
  font-style: italic;
}
/* WRITE MESSAGE */

.ak_msgform_master_table {
  border: 1px solid #FFFF00;
  background-color: #2B2B2B;
  font-size: 11.5px;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.ak_msgform_master_table td {
  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, .qcode_bar_but {
  font-size: 11.5px;
  letter-spacing: 1px;
  background-color: #000000;
  border: 1px solid #FFFF00;
  height: 22px;
  color: #FFFF00;
  padding: 2px 5px 3px 5px;
  margin: 3px 5px 3px 0;
  cursor: pointer;
}
.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-color: #484848;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea, textarea {
  background-color: #424242;
  border: 1px solid #FFFF00;
  color: #FFFF00;
  font-size: 11.5px;
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  padding: 2px 0 2px 3px;
}
/* SETUP A POLL TABLE WITHIN WRITE MESSAGE TABLE */

.ak_msgform_poll_options_table {
  border: 1px solid #FFFF00;
}
.ak_msgform_poll_options_head_td {
  background-color: #2B2B2B;
  background-image: url(/img/layouts/defj_1/blackseparator.gif);
  background-repeat: repeat-x;
}
.ak_msgform_poll_options_table td {
  border: 0;
  border-bottom: 1px dashed #000000;
  height: 22px;
}
.ak_msgform_poll_options_left_td {
  padding-left: 5px;
}
.ak_msgform_poll_options_right_td input {
  border: 1px solid #868207;
  background-color: #424242;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 1px;
  font-size: 11.5px;
  color: #FFFF00;
  width: 97%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  padding-left: 3px;
}
.ak_msgform_poll_options_head_td {
  height: 26px;
  background-image: url(/img/layouts/defj_1/blackseparator.gif);
  background-repeat: repeat-x;
}
/* 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 #FFFF00;
}
/* DEFAULT 'FORUM READY' MSGS ARE MADE SCROLL INSTEAD OF DISTORTING TABLES */

.postlistpostbody pre {
  font-size: 10px;
  font-weight: 400;
  overflow: scroll;
  width: 500px;
  border: 1px solid #000000
}
/* NEW TOPIC & ADD REPLY BUTTONS */

.topiclistpostnewtopic a {
  font-size: 12px;
  background-color: #000000;
  background-image: url(/img/layouts/defj_1/button.gif);
  background-repeat: no-repeat;
  border-color: #FFFF00;
  letter-spacing: 1px;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
.postlistaddareply a {
  font-size: 12px;
  background-color: #000000;
  background-image: url(/img/layouts/defj_1/button.gif);
  background-repeat: no-repeat;
  border-color: #FFFF00;
  letter-spacing: 1px;
  padding: 11px;
  padding-left: 30px;
  padding-right: 30px;
}
/* POLL TABLE AND ITS PARTS */

.ak_poll_table {
  font-size: 11px;
  border: 1px solid #FFFF00;
  background-color: #2B2B2B;
  margin-bottom: 10px;
}
.ak_poll_table td {
  border: 0 solid #FFFF00;
}
.ak_poll_table_header {
  height: 26px;
  padding: 0 20px 0 20px;
  font-size: 12px;
  background-color: #2B2B2B;
  background-image: url(/img/layouts/defj_1/blackseparator.gif);
  background-repeat: repeat-x;
  padding-top: 0;
  padding-bottom: 0;
  color: #FFFF00;
  text-align: center;
  letter-spacing: 1px;
}
.ak_poll_table_header br {
  display: none;
}
.ak_poll_table_header a {
  padding-left: 10px;
  letter-spacing: 0;
}
.ak_poll_table_button_cell input {
  background-color: #424242;
  border: 1px solid #FFFF00;
  height: 22px;
  font-size: 11px;
  color: #FFFF00;
  cursor: pointer;
}
.ak_poll_table_button_cell input:hover {
  background-color: #111111;
}
.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;
  text-align: center;
}
.ak_poll_table_option_gback1 {
  background-color: #FFFF00;
}
.ak_poll_table_option_gback2 {
  background-color: #FFFF00;
}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {
  border: 1px solid #000000;
}
.ak_poll_table_stats_cell {
  font-size: 10.5px;
  background-color: #111111;
}
/* BOARD STATS TABLE */

.forumlistboardstatsheader {
  text-indent: 10px;
  background-color: #2B2B2B;
  background-image: url(/img/layouts/defj_1/blackseparator.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #000000;
  letter-spacing: 1px;
  height: 28px;
  padding: 0 0 0 22px;
}
.forumlistboardstatstable {
  background-color: #2B2B2B;
  border: 1px solid #FFFF00;
}
.forumlistboardstatstitle, .forumlistboardstatsdata {
  font-size: 10.5px;
  border-style: none;
  padding-left: 10px;
}
/* POSTICON TABLE */

.ak_subject_posticon_table {
  border: 1px solid #FFFF00;
  margin-bottom: 4px;
  padding: 0;
}
.ak_subject_posticon_table td {
  border: none;
}
.ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td {
  border: none;
}
.ak_subject_posticon_head_td {
  background-color: #F2EA03;
  font-size: 12px;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;
}
.ak_subject_posticon_icons_td {
  padding: 2px 0 1px 10px;
}
/* SMILIE TABLE */

.msgform_clickable_smiley_box_h {
  background-color: #2B2B2B;
  font-size: 12px;
  padding: 4px 3px;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;
  background-image: url(/img/layouts/defj_1/smilieseparator.gif);
  background-repeat: repeat-x;
  border: 1px solid #FFFF00;
}
.msgform_clickable_smiley_box_h td img {
  padding: 3px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 0;
}
.msgform_clickable_smiley_box_b {
  margin: 0 auto;
  border-width: 0;
  padding-top: 8px;
  padding-left: 2px;
}
.msgform_clickable_smiley_box_b td {
  border-width: 0;
}
/* MEMBERSHIP LIST */

.ak_msg_seememberlist_table {
  text-align: center;
  outline: 1px solid #FFFF00;
  width: 100%;
  background-color: #2B2B2B;
  font-size: 10.5px;
}
.ak_msg_seememberlist_table td {
  border-color: #000000;
  text-align: center;
}
.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 {
  background-color: #000000;
  font-size: 12px;
  height: 26px;
  background-image: url(/img/layouts/defj_1/blackseparator.gif);
  background-repeat: repeat-x;
  padding-top: 0;
  padding-bottom: 0;
  color: #FFFF00;
  text-indent: 10px;
  text-align: left;
  letter-spacing: 1px;
  border-width: 1px;
}
.ak_msg_seememberlist_showing {
  font-size: 11px;
  color: #000000;
}
#memberlist_link_back_to_board {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10.5px;
}
.msg_foot_linkbar a {
  margin: 1em;
}
a[href$="linktous"]::after {
  content: ' (Runboard)';
}
a[href$="blogs"]+a::after {
  content: none;
}
div.msg_foot_linkbar > a:nth-child(6)::after {
  content: ' Community';
}
.bottominfoline {
  margin: 0 auto;
  margin-top: .5em;
  text-align: center;
  font-size: 10.5px;
}

HTML HEADERcopy and paste the following HTML code into your Custom HTML header
<div class="sepbar">
 </div>
 <!-- CHANGE URL FOR BOARD BANNER BELOW THIS -->

<div class="banner"><img src="/img/layouts/defj_1/samplebanner.jpg" alt="BANNER" height="142" width="800" style="float: left">
 </div>
 <!-- CHANGE URL FOR BOARD BANNER ABOVE THIS -->

<div class="sepbar">
<div style="margin-right: 360px">
 <!-- EDIT THE SCROLLING TEXT INSIDE THE <p></p> TAGS BELOW THIS -->

<div class="marquee">
<p>Welcome: You can edit this scrolling text and change the sample banner - Goto Control Panel > Select your board > Click 'Manage' > Click 'Edit layout / colors of your board' > Click 'Manage custom html content' > Edit the text then click Submit. Done!</p>
</div>
 <!-- EDIT THE SCROLLING TEXT ABOVE THIS -->
 </div>
 </div>

HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
<div class="sepbar">
 <a href="#" style="color: #000000">Back To Top <img src="/img/layouts/defj_1/top.gif" alt="Back to top" style="margin-left: 2px; height: 11px; width: 11px; vertical-align: middle; text-align: center"></a>
 </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: #000000
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #FFFF00
Bottom info line color: #FFFF00

Link Options
Link color: #FFFF00
Link overlined: Image
Link line-through: Image
Link underlined: Image
Visited link color: #FFFF00
Visited link overlined: Image
Visited link line-through: Image
Visited link underlined: Image
Hover link color: #FFFF00
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: #FFFF00
Forum list master table border width (pixels): 1
Forum list table background color: #000000
Forum list table background image:
Forum list table border color: #FFFF00
Forum list table border width (pixels): 1
Forum list table header background color: #464646
Forum list table header background image: https://img.runboard.com/img/layouts/defj_1/blackseparator.gif
Forum list table header border color: #FFFF00
Forum list table header border width (pixels): 0
Forum list table header text color: #FFFF00
Forum list table first alternate background color: #2B2B2B
Forum list table second alternate background color: #424242
Forum list table text color (optional): #FFFF00
Forum list table description color: #FFFF00
Forum list table separator background color: #DDDDDD
Forum list table separator background image:
Forum list table separator text color: #FFFF00
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: #FFFF00
Topic list master table border width (pixels): 1
Topic list table background color: #000000
Topic list table background image:
Topic list table border color: #FFFF00
Topic list table border width (pixels): 1
Topic list table header background color: #464646
Topic list table header background image: https://img.runboard.com/img/layouts/defj_1/blackseparator.gif
Topic list table header border color: #FFFF00
Topic list table header border width (pixels): 0
Topic list table header text color: #FFFF00
Topic list table first alternate background color: #2B2B2B
Topic list table second alternate background color: #424242
Topic list table text color (optional): #FFFF00
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): 1
Post list master table border color: #FFFF00
Post list master table width (percents): 100
Post list table width (percents): 100
Post list table first alternate background color: #2B2B2B
Post list table second alternate background color: #424242
Post list table border color: #FFFF00
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
name Energy 2020
forum_list_head_lastpost Latest&nbsp;Post
boardstats_board_statistics Community Board Statistics
topic_list_head_lastpost Latest&nbsp;Post
topic_list_moderate_sticky Pin
topic_list_moderate_unsticky Unpin
post_list_blog Member's Blog
msgform_autoconvert_http Automatically convert https:// links?
misc_regacc %1 <a href="https://runboard.com/create_user">Create Account</a> <a href="https://bakheva.runboard.com/t8744">learn about it</a> %6 %7
misc_regacc_learn (blank this entry out)
misc_sticky_topic pinned
misc_sticky Pin
boardstats_board_founded_on Community founded on:
post_list_command_separator &nbsp;♦&nbsp;
misc_support_link <a href="https://brunboardkb.runboard.com/">Support</a><br />
misc_miscoptbar_host_service_link <a href="%1">Runboard</a>


Last edited by Pastor Rick, 4/1/2020, 2:51 pm


---

Advertise Boards On TRDConceptsDE
4/1/2020, 2:48 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)