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 Camo [Theme Update] October 29, 2018


A Theme Revival Update Project
by: Smackdown5 (updated by Pastor Rick)

Image
Green Camo


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
/* REMOVES THE SIDE PAGE MARGINS AND SETS BACKGROUND COLOR */

body {
  background-color: #303030;
  margin-left: 0;
  margin-right: 0;
}
/* SETS THE OUTER TABLES WIDTH TO KEEP NON-TABLE CONTENT WITHIN A MAX WIDTH*/

.ak_msg_master_table {
  width: 960px;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
}
span.locationboard, span.locationforum, span.locationtopic {
  font-size: 15px;
  font-family: verdana, tahoma, arial;
}
/* 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 #000000;
}
/* DEFAULT 'FORUM READY' MSGS ARE MADE SCROLL INSTEAD OF DISTORTING TABLES */

.postlistpostbody pre {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  font-weight: 400;
  overflow: auto;
  width: 520px;
  height: 200px;
  border: 1px solid #000000;
  background-color: #445252;
}
/* FORUM LIST PAGE */

.forum_list_table {
  border: 0;
  border-style: solid;
  border-color: #000000;
  width: 950px;
}
span.forumlistheader {
  font-size: 12px;
  color: #CCCCCC;
}
.forumlist_separator_td {
  background-color: #323A3A;
  color: #CCCCCC;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
}
span.forumlistseparator {
  font-size: 12px;
}
.forumlistlastpost {
  font-size: 11px;
  font-family: verdana, tahoma, arial;
}
.forumlistforumname, span.forumlistnumtopics, span.forumlistnumposts {
  font-size: 13px;
}
span.forumlistnewswitch, span.forumlistnonewswitch {
  font-size: 12px;
}
/* BOARD STATS TABLE */

.forumlistboardstatsheader {
  background-color: #323A3A;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #000000;
  font-size: 12px;
  color: #CCCCCC;
  border-right: 1px solid #000000;
}
.forumlistboardstatstable {
  background-color: #323A3A;
  border: 1px solid #000000;
  border-right: 0 solid #000000;
  border-bottom: 0;
}
.forumlistboardstatstitle {
  padding-top: 2px;
  padding-bottom: 3px;
  width: 25%;
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
}
.forumlistboardstatsdata {
  padding-top: 2px;
  padding-bottom: 3px;
  width: 25%;
  background-color: #445252;
  text-align: center;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
}
.forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(1), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(2), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(3), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(4) {
  border-bottom: 1px solid #000000;
}
/* TOPIC LIST PAGE */

.topic_list_table {
  width: 950px;
  border: 0px solid #000000;
}
span.topiclistheader {
  font-size: 12px;
  color: #CCCCCC;
}
span.topiclistnewswitch, span.topiclistnonewswitch {
  font-size: 11px;
}
.topiclisttopicname {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
}
.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: 5px;
}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews {
  font-size: 12px;
}
.topic_list_header_modbox_td {
  padding: 0;
  padding-left: 5px;
}
.ak_tl_topicrow_mouseover_off, .ak_tl_topicrow_mouseover_on {
  padding: 5px;
}
span.topiclistreplies {
  font-weight: 700;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
  font-size: 12px;
  font-weight: 400;
  font-family: verdana, tahoma, arial;
}
.ak_msg_topic_preview_div {
  background-color: #3E4A4A;
  border: 1px solid #000000;
  color: #EEEEEE;
}
/* POLL TABLE AND ITS PARTS */

.ak_poll_table {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  border: 1px solid #000000;
  background-color: #414E48;
  margin-bottom: 10px;
  text-align: left;
}
.ak_poll_table td {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #000000;
}
.ak_poll_table td td {
  border: none;
}
.ak_poll_table_header {
  background-color: #323A3A;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  color: #CCCCCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.ak_msgform_poll_options_left_td {
  padding-left: 3px;
}
.ak_msgform_poll_options_right_td input {
  width: 95%;
  padding-left: 3px;
  background-color: #b9cccc;
  border-color: #1E5E5E;
  border-style: ridge;
}
.ak_poll_table_header br {
  display: none;
}
.ak_poll_table_option_gback1 {
  background-color: #323A3A;
}
.ak_poll_table_option_gback2 {
  background-color: #445252;
}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {
  border: 1px solid #000000;
}
/* NEW TOPIC & ADD REPLY BUTTONS */

.topiclistpostnewtopic a, .postlistaddareply a {
  background-color: #445252;
  color: #000000;
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  border: 1px solid #000000;
}
/* MEMBERSHIP LIST */

.ak_msg_seememberlist_table td {
  border: 1px solid #000000;
  text-align: center;
}
.ak_msg_seememberlist_table {
  background-color: #445252;
  font-size: 12px;
  border: 1px solid #000000;
  width: 950px;
  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: #323A3A;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  color: #CCCCCC;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #000000;
}
.ak_msg_seememberlist_showing {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  color: #CCCCCC;
}
/* POST TABLE */

.ak_msg_post_table {
  background: #414e48;
  height: 100%;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.ak_msg_post_table img {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ak_msg_post_master_table {
  width: 950px;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #000000;
  margin-bottom: 4px;
}
span.postlistusername a, span.postlistpostname {
  font-size: 12px;
}
.user_popup {
  background: #effff5;
  display: none;
  border: 2px solid;
  border-color: #d4e2d4 #cee2d4 #cee2d4 #d4e2d4;
  white-space: nowrap;
  font-size: 11px;
  margin-top: -0.25em;
}
span.postlistpostbody {
  font-size: 14px;
}
blockquote {
  background-color: #414E48;
  border: 1px solid #000000;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  color: #CCCCCC;
  width: 98%;
  margin: 0;
  padding: 5px;
}
blockquote hr {
  display: none;
}
span.postlistpostbody hr {
  display: none;
}
.postlistpostbody object, .postlistpostbody embed {
  width: 600px;
  height: 385px;
}
span.postlistpostbody img {
  max-width: 700px;
  width: expression(this.width > 700 ? 700: true);
}
.ak_msg_post_signature_block {
  font-size: 12.3px;
}
.share_hidden {
  background: #58776f;
  border: 1px solid #66756e;
}
.share_hidden h4 {
  background: #333333;
}
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 {
  margin-right: -3px;
}
/* WRITE MESSAGE TABLE */

.ak_msgform_master_table {
  background-color: #323A3A;
  border: 1px solid #000000;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
}
.ak_msgform_master_table td {
  border: 1px solid #000000;
}
.ak_msgform_poll_options_table td {
  border: none;
  border-bottom: 1px solid #000000;
}
.ak_msgform_poll_options_table {
  border: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ak_msgform_poll_options_head_td {
  background-color: #323A3A;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  color: #CCCCCC;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
.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 {
  background-color: #445252;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #000000;
  margin-top: 1px;
  margin-bottom: 2px;
  color: #CCCCCC;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.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:hover {
  background: linear-gradient(to bottom, #0c3532 0%, #206262 40%, #0f3836 91%);
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #000000;
  margin-top: 1px;
  margin-bottom: 2px;
  color: #CCCCCC;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  border: 1px solid #000000;
  font-family: verdana, tahoma, arial;
  font-size: 13px;
  color: #CCCCCC;
  padding: 2px;
  padding-left: 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;
}
/* POSTICON TABLE */

.ak_subject_posticon_table {
  background-color: #445252;
  border: 1px solid #000000;
  margin-bottom: 4px;
}
.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: #445252;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  color: #CCCCCC;
  padding: 3px;
  border-bottom: 1px solid #000000;
  height: 20px;
  padding: 3px;
}
/* SMILIE TABLE */

.msgform_clickable_smiley_box_h {
  background-color: #445252;
  background-image: url(/img/layouts/smackdown5_13/separator.jpg);
  background-repeat: repeat-x;
  font-size: 12px;
  line-height: 14px;
  padding: 7px;
  padding-bottom: 5px;
  border: 1px solid #000000;
}
.msgform_clickable_smiley_box_b {
  padding-top: 5px;
}
.msgform_clickable_smiley_box_b, .msgform_clickable_smiley_box_b td {
  border-width: 0;
  margin: 0 auto;
  padding-left: 3px;
  padding-right: 3px;
}
/* ACCESS DENIED */

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

.backtotop {
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 14px;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 1em;
  width: 85%;
}
.msg_foot_linkbar a {
  margin: 1em;
}
a[href$=linktous]:after {
  content: ' (Runboard)';
}
a[href$=blogs]+a:after {
  content: none;
}
.bottominfoline {
  font-family: verdana, tahoma, arial;
  font-size: 10px;
  text-align: center;
}


HTML HEADERcopy and paste the following HTML code into your Custom HTML header
Leave Blank

HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
<div class="backtotop">
  <a href="#">Back to Top</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: #303030
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #CCCCCC
Bottom info line color: #CCCCCC

Link Options
Link color: #CCCCCC
Link overlined: Image
Link line-through: Image
Link underlined: Image
Visited link color: #CCCCCC
Visited link overlined: Image
Visited link line-through: Image
Visited link underlined: Image
Hover link color: #CCCCCC
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: #000000
Forum list master table border width (pixels): 0
Forum list table background color: #000000
Forum list table background image:
Forum list table border color: #000000
Forum list table border width (pixels): 1
Forum list table header background color: #27302F
Forum list table header background image: http://img.runboard.com/img/layouts/smackdown5_13/separator.jpg
Forum list table header border color: #000000
Forum list table header border width (pixels): 0
Forum list table header text color: #CCCCCC
Forum list table first alternate background color: #445252
Forum list table second alternate background color: #323A3A
Forum list table text color (optional): #CCCCCC
Forum list table description color: #CCCCCC
Forum list table separator background color: #27302F
Forum list table separator background image: http://img.runboard.com/img/layouts/smackdown5_13/separator.jpg
Forum list table separator text color: #CCCCCC
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: #000000
Topic list master table border width (pixels): 0
Topic list table background color: #000000
Topic list table background image:
Topic list table border color: #000000
Topic list table border width (pixels): 1
Topic list table header background color: #27302F
Topic list table header background image: http://img.runboard.com/img/layouts/smackdown5_13/separator.jpg
Topic list table header border color: #000000
Topic list table header border width (pixels): 0
Topic list table header text color: #CCCCCC
Topic list table first alternate background color: #445252
Topic list table second alternate background color: #323A3A
Topic list table text color (optional): #CCCCCC
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: #000000
Post list master table width (percents): 100
Post list table width (percents): 100
Post list table first alternate background color: #445252
Post list table second alternate background color: #323A3A
Post list table border color: #000000
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
No CLS Changes

THIRD PARTY OPTIONAL ADDITION-See Runboard Extra for ideas.

Last edited by Pastor Rick, 11/21/2018, 11:31 am


---

Advertise Boards On TRDConceptsDE
7/31/2018, 3:06 am 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 Camo [Theme Update] August 8, 2018


I corrected the CSS default settings for the "link to post" feature found in the post listings. The change is minor but being a perfectionist I had to do it, or the little jag found in the default CSS would continue to bug me. emoticon

---

Advertise Boards On TRDConceptsDE
8/8/2018, 5:54 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 Camo [Theme Update] October 29, 2018


I made a few minor punctuation corrections (or modifications) to the CSS in the interest of being consistent in my updating approach. Nothing was broke, I just felt like making sure the CSS followed the same rules in all of its class declarations.

---

Advertise Boards On TRDConceptsDE
11/14/2018, 11:41 am 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 Camo [Theme Update] October 29, 2018


An Alternative Theme Color Project
by: Pastor Rick

Image
Laurel Green


Install the "Green Camo" theme as detailed above then replace the CSS with this...

Custom CSScopy and paste the following CSS code into your Custom CSS box
/* REMOVES THE SIDE PAGE MARGINS AND SETS BACKGROUND COLOR */

body {
  background-color: #1B422B;
  margin-left: 0;
  margin-right: 0;
}
/* SETS THE OUTER TABLES WIDTH TO KEEP NON-TABLE CONTENT WITHIN A MAX WIDTH*/

.ak_msg_master_table {
  width: 960px;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
}
span.locationboard, span.locationforum, span.locationtopic {
  font-size: 15px;
  font-family: verdana, tahoma, arial;
}
/* 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 #003300;
}
/* DEFAULT 'FORUM READY' MSGS ARE MADE SCROLL INSTEAD OF DISTORTING TABLES */

.postlistpostbody pre {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  font-weight: 400;
  overflow: auto;
  width: 520px;
  height: 200px;
  border: 1px solid #003300;
  background-color: #445252;
}
/* FORUM LIST PAGE */

.forum_list_table {
  border: 0;
  border-style: solid;
  border-color: #003300;
  width: 950px;
}
span.forumlistheader {
  font-size: 12px;
  color: #EEEEEE;
}
.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 {
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  border: 0 solid #003300;
}
.forumlist_separator_td {
  background-color: #323A3A;
  color: #EEEEEE;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
}
span.forumlistseparator {
  font-size: 12px;
}
.forumlistlastpost {
  font-size: 11px;
  font-family: verdana, tahoma, arial;
}
.forumlistforumname, span.forumlistnumtopics, span.forumlistnumposts {
  font-size: 13px;
}
span.forumlistnewswitch, span.forumlistnonewswitch {
  font-size: 12px;
}
/* BOARD STATS TABLE */

.forumlistboardstatsheader {
  background-color: #007744;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  border-right: 1px solid #003300;
  border-bottom: 1px solid #003300;
  font-size: 12px;
  color: #eeeeee;
}
.forumlistboardstatstable {
  background-color: #323A3A;
  border: 1px solid #003300;
  border-right: 0 solid #003300;
  border-bottom: 0;
}
.forumlistboardstatstitle {
  background-color: #005327;
  margin-top: 2px;
  margin-bottom: 3px;
  width: 25%;
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
}
.forumlistboardstatsdata {
  background-color: #2d6f49;
  margin-top: 2px;
  margin-bottom: 3px;
  width: 25%;
  text-align: center;
  border-left: 1px solid #003300;
  border-right: 1px solid #003300;
  font-family: verdana, tahoma, arial;
  font-size: 11px;
}
.forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(1), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(2), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(3), .forumlistboardstatstable>tbody:nth-child(1)>tr:nth-child(5)>td:nth-child(4) {
  border-bottom: 1px solid #003300;
}
/* TOPIC LIST PAGE */

.topic_list_table {
  width: 950px;
  border: 0 solid #003300;
}
span.topiclistheader {
  font-size: 12px;
  color: #EEEEEE;
}
span.topiclistnewswitch, span.topiclistnonewswitch {
  font-size: 11px;
}
.topiclisttopicname {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
}
.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 {
  background-color: #007744;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  padding: 5px;
}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews {
  font-size: 12px;
}
.topic_list_header_modbox_td {
  padding: 0;
  padding-left: 5px;
}
.ak_tl_topicrow_mouseover_off, .ak_tl_topicrow_mouseover_on {
  padding: 5px;
}
span.topiclistreplies {
  font-weight: 700;
}
span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden {
  font-size: 12px;
  font-weight: 400;
  font-family: verdana, tahoma, arial;
}
.ak_msg_topic_preview_div {
  background-color: #3E4A4A;
  border: 1px solid #003300;
  color: #EEEEEE;
}
/* POLL TABLE AND ITS PARTS */

.ak_poll_table {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  border: 1px solid #003300;
  background-color: #007744;
  margin-bottom: 10px;
  text-align: left;
}
.ak_poll_table td {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #003300;
}
.ak_poll_table td td {
  border: none;
}
.ak_poll_table_header {
  background-color: #323A3A;
  color: #EEEEEE;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
}
.ak_msgform_poll_options_left_td {
  padding-left: 3px;
}
.ak_msgform_poll_options_right_td input {
  width: 95%;
  padding-left: 3px;
  background-color: #EFFFEF;
  border-color: #1E5E5E;
  border-style: ridge;
}
.ak_poll_table_header br {
  display: none;
}
.ak_poll_table_option_gback1 {
  background-color: #005C28;
}
.ak_poll_table_option_gback2 {
  background-color: #1B422B;
}
.ak_poll_table_option_gcell1, .ak_poll_table_option_gcell2 {
  border: 1px solid #003300;
}
.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: #007744;
}
.ak_poll_table_button_cell {
  background-color: #1B422B;
}
.ak_poll_table_viewres_cell, .ak_poll_table_stats_cell {
  background-color: #005C28;
}
/* NEW TOPIC & ADD REPLY BUTTONS */

.topiclistpostnewtopic a, .postlistaddareply a {
  background-color: #005C28;
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  border: 1px solid #003300;
}
/* MEMBERSHIP LIST */

.ak_msg_seememberlist_table td {
  border: 1px solid #003300;
  text-align: center;
}
.ak_msg_seememberlist_table {
  background-color: #2D6F49;
  font-size: 12px;
  border: 1px solid #003300;
  width: 950px;
  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: #323A3A;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  color: #EEEEEE;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #003300;
}
.ak_msg_seememberlist_showing {
  font-size: 12px;
  font-family: verdana, tahoma, arial;
  color: #EEEEEE;
}
/* POST TABLE */

.ak_msg_post_table {
  background: #1b422b;
  height: 100%;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.ak_msg_post_table img {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ak_msg_post_master_table {
  width: 950px;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #003300;
  margin-bottom: 4px;
}
span.postlistusername a, span.postlistpostname {
  font-size: 12px;
}
.user_popup {
  display: none;
  border: 2px solid;
  border-color: #d4e2d4 #cee2d4 #cee2d4 #d4e2d4;
  background: #effff5;
  white-space: nowrap;
  font-size: 11px;
  margin-top: -0.25em;
}
span.postlistpostbody {
  font-size: 14px;
}
blockquote {
  border: 1px solid #003300;
  background-color: #414E48;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  color: #EEEEEE;
  width: 98%;
  margin: 0;
  padding: 5px;
}
blockquote hr {
  display: none;
}
span.postlistpostbody hr {
  display: none;
}
.postlistpostbody object, .postlistpostbody embed {
  width: 600px;
  height: 385px;
}
span.postlistpostbody img {
  max-width: 700px;
  width: expression(this.width > 700 ? 700: true);
}
.ak_msg_post_signature_block {
  font-size: 12.3px;
}
.share_hidden {
  background: #58776f;
  border: 1px solid #66756e;
}
.share_hidden h4 {
  background: #333333;
}
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 {
  margin-right: -3px;
}
/* WRITE MESSAGE TABLE */

.ak_msgform_master_table {
  background-color: #005327;
  border: 1px solid #003300;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
}
.ak_msgform_master_table td {
  border: 1px solid #003300;
}
.ak_msgform_poll_options_table td {
  border: none;
  border-bottom: 1px solid #003300;
}
.ak_msgform_poll_options_table {
  border: 1px solid #003300;
}
.ak_msgform_poll_options_head_td {
  background-color: #323A3A;
  color: #EEEEEE;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
}
.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 {
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #003300;
  background-color: #445252;
  margin-top: 1px;
  margin-bottom: 2px;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  color: #EEEEEE;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.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:hover {
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  border: 1px solid #003300;
  background: linear-gradient(to top, #015221 0%, #02a05a 34%, #03a55d 72%, #015a24 100%);
  margin-top: 1px;
  margin-bottom: 2px;
  color: #EEEEEE;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  background-color: #EFFFEF;
  border: 1px solid #003300;
  font-family: verdana, tahoma, arial;
  font-size: 13px;
  color: #002200;
  padding: 2px;
  padding-left: 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;
}
/* POSTICON TABLE */

.ak_subject_posticon_table {
  background-color: #2D6F49;
  border: 1px solid #003300;
  margin-bottom: 4px;
}
.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: #007744;
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  color: #EEEEEE;
  padding: 3px;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  border-bottom: 1px solid #003300;
  height: 20px;
}
/* SMILIE TABLE */

.msgform_clickable_smiley_box_h {
  background-color: #445252;
  font-size: 12px;
  line-height: 14px;
  background: linear-gradient(to top, #004019 0%, #007843 34%, #007642 72%, #004019 100%);
  padding: 7px;
  padding-bottom: 5px;
  border: 1px solid #003300;
}
.msgform_clickable_smiley_box_b {
  padding-top: 5px;
}
.msgform_clickable_smiley_box_b, .msgform_clickable_smiley_box_b td {
  border-width: 0;
  margin: 0 auto;
  padding-left: 3px;
  padding-right: 3px;
}
/* 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 */

.backtotop {
  text-align: center;
  font-family: verdana, tahoma, arial;
  font-size: 14px;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 1em;
  width: 85%;
}
.msg_foot_linkbar a {
  margin: 1em;
}
a[href$=linktous]:after {
  content: ' (Runboard)';
}
a[href$=blogs]+a:after {
  content: none;
}
.bottominfoline {
  font-family: verdana, tahoma, arial;
  font-size: 10px;
  text-align: center;
}


---

Advertise Boards On TRDConceptsDE
11/21/2018, 11:51 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)