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
Green Desire [Theme] (updated June 30, 2019)


A Runboard Theme Revival Project
by: Stuart1704, Lesigner Girl, and Pastor Rick

Image
Green Desire

Installation InstructionsFirst, switch your board over to custom mode (details are located here). Pick the "Green Desire" Theme
Custom CSScopy and paste the following CSS code into your Custom CSS box
/* GREEN DESIRE 2019 */

/* SETS BACKGROUND COLOR AND THE BACKGROUND IMAGE */

body {
  background-color: #0C220B;
  background-image: url(/img/layouts/stuart1704_2/background.gif);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 960px;
  font-size: 9px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  margin-top: 35px;
}
/* COLORED SCROLLBAR (Works In IE Only) on the page/text-areas with scrollbars */

body, html {
  scrollbar-arrow-color: #0E260D;
  scrollbar-base-color: #2D582A;
  scrollbar-dark-shadow-color: #000000;
  scrollbar-3d-light-color: #1D481A;
  scrollbar-face-color: #2D582A;
  scrollbar-highlight-color: #1D481A;
  scrollbar-shadow-color: #1D481A;
  scrollbar-track-color: #1D481A;
}
input, textarea {
  border-color: #255022;
}
/* OUTER TABLE SETTING MAX WIDTH */

.ak_msg_master_table {
  width: 800px;
}
/* WHOS ONLINE TABLE */

.forumlistwhosonlinetable {
  background-color: #000000;
  background-image: linear-gradient(to bottom, #0D210C, #0C1E0A, #091C08, #071905, #041603, #041603, #041603, #041603, #071905, #091C08, #0C1E0A, #0D210C);
  width: 100%;
  border: 1px solid #2D582A;
}
.forumlistwhosonlinetd {
  padding: 4px
}
span.forumlistwhosonline {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* FORUM/TOPIC LIST CELL CONTENTS*/

.forum_list_table, .topic_list_table {
  padding: 0;
  border: 1px solid #003300;
}
span.topiclistnewswitch, span.forumlistnewswitch {
  color: #FFFFFF;
  font-size: 11.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
span.forumlistnonewswitch, span.topiclistnonewswitch {
  color: #FFFFFF;
  font-size: 11.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.forumlistforumname, .topiclisttopicname, span.forumlistheader, span.topiclistheader {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
span.forumlistnumtopics, span.forumlistnumposts, span.forumlistdescription, span.forumlistlastpost, span.forumlistseparator {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
span.forumlistdescription {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.forumlist_separator_td {
  background-image: linear-gradient(to bottom, #0D210C, #0C1E0A, #091C08, #071905, #041603, #041603, #041603, #041603, #071905, #091C08, #0C1E0A, #0D210C);
  border-width: 0;
  padding: 5px;
}
span.forumlistadministrators, span.forumlistmoderators {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.topic_list_header_modbox_td {
  text-align: center;
}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.topiclistlastpost {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.topiclistlastpost a[href *="offset"] {
  font: 20px arial;
  text-shadow: #989898 1px 0 1px;
  line-height: 10px;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ak_msg_topic_preview_div {
  background: #244F21;
  border: 1px solid #307A2C;
  color: #FFFFFF;
}
/* SETS THE FONT-SIZE/FONT OF REMAINING ELEMENTS*/

span.miscoptbar, span.bottominfoline, span.locationboard, span.locationforum, span.locationtopic {
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #FFFFFF;
  line-height: 15px;
}
.ak_tl_empty_forum {
  color: #59D252;
  font-size: large;
  font-weight: 700;
}
/* POLL TABLE AND ITS PARTS */

.ak_poll_table {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  border: 1px solid #003300;
  margin-bottom: 10px;
}
.ak_poll_table td {
  border: 0 solid #003300;
}
.ak_poll_table_header {
  height: 20px;
  padding: 0 20px 0 20px;
  font-size: 10.5px;
}
.ak_poll_table_header br {
  display: none;
}
.ak_poll_table_header a {
  padding-left: 5px;
}
.ak_poll_table_button_cell input {
  background-color: #2D582A;
  border: 1px solid #003300;
  height: 22px;
  font-size: 11.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ak_poll_table_option_rcell1 input, .ak_poll_table_option_rcell2 input {
  border: none;
}
.ak_poll_table_viewres_cell {
  font-weight: 700;
  font-size: 10.5px;
}
.ak_poll_table_option_gback1 {
  background-color#2D582A;
}
.ak_poll_table_option_gback2 {
  background-color: #2D582A;
}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {
  border: 1px solid #003300;
}
/* HR (Using border attribute for cross browser compatibility) */

hr {
  height: 0;
  border: solid #003300 0;
  border-top-width: 1px;
}
/* BOARD STATS TABLE */

.forumlistboardstatstable {
  background-color: #000000;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 2px solid #003300;
}
.forumlistboardstatsheader {
  background-image: linear-gradient(to bottom, #0D210C, #0C1E0A, #091C08, #071905, #041603, #041603, #041603, #041603, #071905, #091C08, #0C1E0A, #0D210C);
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-width: 0 0 1px 0;
  border-color: #003300;
}
.forumlistboardstatstitle, .forumlistboardstatsdata {
  color: #FFFFFF;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10.5px;
  border-style: none;
  padding: 2.5px 5px;
}
/* NEW TOPIC & ADD REPLY BUTTONS */

.topiclistpostnewtopic a, .postlistaddareply a {
  color: #FFFFFF;
  font-size: larger;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* POST TABLE (SHOWING POSTS IN A TOPIC) */

.ak_msg_post_table {
  padding: 0 3px;
  height: 100%;
  width: 100%;
}
.ak_msg_post_master_table {
  border: 1px solid #003300;
  margin-bottom: 5px;
}
.postlistuserblock {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #003300;
  height: 100%;
}
.postlistuserblock img {
  padding: 3px 0 4px 0;
}
span.postlistusertitle {
  line-height: 1.9em;
}
.postlistpostblock {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #003300;
}
span.postlist_link_to_post {
  border: 0;
  padding: 0;
}
.user_popup a:link, .user_popup a:visited {
  border: #99CC99;
  background: #2D712A;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0.125em 0.75em;
}
.user_popup a:hover {
  background: #245A21;
}
/* POST TABLE USER INFORMATION TO 10.5PX */

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 {
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* 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;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* POST TABLE MSG CONTENTS*/

span.postlistpostname, span.postlistpostbody {
  color: #FFFFFF;
  font-size: 12.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
span.postlisteditedby, span.postlisteditedbyvalue {
  font-size: 9px;
  color: #AABBAA;
}
span.postlistquotedtext blockquote:first-line {
  line-height: 1.5em;
  color: #99FF99;
  font-weight: 700;
  font-size: 11.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
blockquote {
  background-color: #1D481A;
  color: #FFFFFF;
  font-size: 11.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 3px 5px;
  border: 1px solid #003300;
  border-radius: 5px;
}
blockquote blockquote {
  background-color: #2D582A;
}
blockquote blockquote blockquote {
  background-color: #1D481A;
}
blockquote blockquote blockquote blockquote {
  background-color: #2D582A;
}
blockquote blockquote blockquote blockquote blockquote {
  background-color: #1D481A;
}
blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #2D582A;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #1D481A;
}
blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background-color: #2D582A;
}
blockquote hr {
  display: none;
}
/* DATE CONTACT AND SHARING BARS */

.postlistdate_td, .postlistcontact {
  line-height: 13px;
  vertical-align: middle;
}
span.postlistdate, 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 {
  color: #FFFFFF;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10.5px;
}
.share_hidden h4 {
  background: #006600;
}
/* 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;
}
/* WRITE MESSAGE TABLE & BUTTONS */

.ak_msgform_master_table {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  border: 2px solid #003300;
}
.ak_msgform_master_table td {
  border: 1px solid #003300;
}
.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-color: #2D582A;
  height: 22px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 1px solid #003300;
  border-radius: 5px;
  cursor: pointer;
}
.qcode_bar_but {
  background-color: #2D582A;
  height: 20px;
  font-weight: 700;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #FFFFFF;
  border: 1px solid #003300;
  border-radius: 4px;
  margin-top: 3px;
  padding: 3px;
  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: #307A2C;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea, textarea {
  background-image: url(/img/layouts/stuart1704_2/area.gif);
  background-repeat: repeat;
  color: #FFFFFF;
  font-size: 12.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 3px;
  width: 97%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.ak_msgform_poll_options_table {
  border: 2px solid #003300;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ak_msgform_poll_options_head_td {
    background-image: linear-gradient(to bottom, #0D210C, #0C1E0A, #091C08, #071905, #041603, #041603, #041603, #041603, #071905, #091C08, #0C1E0A, #0D210C);
    height: 20px;
    border-width: 0;
    border-bottom: 1px solid #003300;
    padding: 2px;
}
.ak_msgform_poll_options_table td {
  border: 0;
  border-bottom: 1px solid #003300;
}
.ak_msgform_poll_options_left_td {
  padding: 3px 0 3px 3px;
}
.ak_msgform_poll_options_right_td input {
  background-color: #2D582A;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  margin: 1px;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  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 #003300;
}
/* POSTICON TABLE */

.ak_clickposticon_table, .ak_clickposticon_td, .ak_subject_posticon_icons_td, .ak_subject_posticon_icons_td td {
  border: none;
}
.ak_subject_posticon_table {
  border: 2px solid #003300;
  margin-bottom: 4px;
}
.ak_subject_posticon_table td {
  border: 0;
}
.ak_subject_posticon_head_td {
  text-align: center;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #FFFFFF;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 3px;
}
.ak_subject_posticon_icons_td {
  padding: 2px 0 1px 10px;
}
/* SMILIE TABLE */

.msgform_clickable_smiley_box_h {
  background-color: #000000;
  padding: 4px 3px;
  color: #FFFFFF;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 2px solid #003300;
}
.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;
  margin-top: 2px;
  border-top: 3px ridge #003300;
  border-left: 1px solid #003300;
  border-right: 0;
  border-bottom: 0;
}
.msgform_clickable_smiley_box_b tbody {
  border: .5px solid #003300;
}
/* DEFAULT 'FORUM READY' MSGS ARE MADE SCROLL INSTEAD OF DISTORTING TABLES */

.postlistpostbody img {
  max-width: 600px;
}
.postlistpostbody pre {
  font-weight: 400;
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow: scroll;
  width: 600px;
  border: 1px solid #003300;
}
/* MEMBERSHIP LIST TABLE */

.ak_msg_memberlist_abovelist_table {
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 5px;
}
.ak_msg_memberlist_abovelist_table::after {
  padding: 5px 10px;
  content: "Our Message Board Communities Membership List";
}
.ak_msg_seememberlist_table, .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: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding-top: 3px;
  border-bottom: 1px solid#005500;
  padding-bottom: 3px;
}
.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-image: linear-gradient(to bottom, #0D210C, #0C1E0A, #091C08, #071905, #041603, #041603, #041603, #041603, #071905, #091C08, #0C1E0A, #0D210C);
}
.ak_msg_seememberlist_table {
  border: 2px solid #003300;
  width: 798px;
}
.ak_msg_seememberlist_showing {
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  margin-top: 1em;
  color: #FFFFFF;
}
.msg_foot_linkbar a {
  font-family: Verdana, Geneva, Tahoma, 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, Geneva, Tahoma, sans-serif;
  font-size: 10.5px;
  color: #FFFFFF;
}
/* LINK COLOR SETTING */

a:link, a:active {
  color: #FFFFFF !important;
  text-decoration: underline;
}
a:visited {
  color: #FFFFFF !important;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF !important;
  text-decoration: underline overline;
}

HTML HEADERcopy and paste the following HTML code into your Custom HTML header
No additions required
HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
No additions required
EDIT COLORS/LAYOUT (ECL)find and change the following in your: Control Panel :: Board management :: Edit colors and theme
Change the "Community Logo width" to 800
CUSTOM LANGUAGE SET (CLS)(optional)find and change the following in your: Control Panel :: Board management :: Customize the language set
name: Green Desire 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: leave this area blank

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

misc_miscoptbar_host_service_link: <a href="%1">Runboard</a>

THIRD PARTY OPTIONAL ADDITION-Lesigner Girl has created two optional "background images" which can take the place of the themes default imgage:
 http://img.runboard.com/img/layouts/stuart1704_2/background.gif
Image

Outset image: https://rb.lesigns.com/skins/green-desire-outset.png
Image

Inset image: https://rb.lesigns.com/skins/green-desire-inset.png
Image

To use either one of Lesigner Girl's new images you replace the URL to the default image in the "body" of your CSS with the one you want to use on your message board.

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

Last edited by Pastor Rick, 7/2/2019, 8:29 pm


---

Advertise Boards On TRDConceptsDE
5/21/2019, 3:00 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Green Desire [Theme] (updated June 30, 2019)


I have updated the CSS to override most of the ECL form settings. The change ensures a board owner that their message board will be usable during the Runboard hosting migration to Chicago.

---

Advertise Boards On TRDConceptsDE
6/30/2019, 5:26 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Green Desire [Theme] (updated June 30, 2019)


Default ECL for this theme

Image

---

Advertise Boards On TRDConceptsDE
7/1/2019, 11:00 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)