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
Clear Gray [Theme update] December 10, 2018


A Theme Revival Update Project
by: Xeen (coding updates by Pastor Rick)

Image
Clear Gray

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
/* CLEAR GRAY 2018 */

body {
  background-color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
}
/* FORUM AND TOPIC LIST SETTINGS */

span.forumlistheader {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
}
span.forumlistseparator {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
}
span.topiclistheader {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
}
.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 {
    text-align: center;
    padding: 5px;
}
.topic_list_header_posticon_td {
  width: 21px;
}
.ak_fl_forumrow_mouseover_on {
  background-color: #EEEEEE;
}
.ak_fl_forumrow_mouseover_off {
}
.ak_tl_topicrow_mouseover_on {
  background-color: #EEEEEE;
}
.ak_tl_topicrow_mouseover_off {
}
.ak_tl_topicrow_mouseover_off input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ak_tl_topicrow_mouseover_on input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* BOARD STATISTICS TABLE */

.forumlistboardstatstable {
  border: 1px solid #DDDDDD;
  width: 100%;
}
.forumlistboardstatsheader {
  background-color: #DDDDDD;
  border-width: 0 0 1px 0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9px;
  font-weight: 700;
}
.forumlistboardstatstitle, .forumlistboardstatsdata {
    margin-top: 2px;
    margin-bottom: 3px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    border-style: none;
}
/* SETTINGS FOR POSTED MESSAGES */

.ak_msg_post_master_table {
  border-color: #DDDDDD;
  border-width: 1px;
  border-top-width: 25px;
  border-bottom-color: #9A9A9A;
}
.postlistuserblock {
  white-space: nowrap;
  width: min-content;
  vertical-align: top;
  text-align: left;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #DDDDDD;
  height: 100%;
}
.postlistpostblock {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #DDDDDD;
}
blockquote {
  background-color: #EEEEEE;
  font-size: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
}
span.postlistaddareply, span.topiclistpostnewtopic {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.postlistdate_td, .postlistcontact {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #DDDDDD;
}
/* 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;
}
/* AVATAR IMAGE SETTINGS */

.ak_msg_post_table img {
  margin-top: 3px;
  margin-bottom: 3px;
  max-width: 150px;
}
/* POST IMAGE SETTINGS */

span.postlistpostbody img {
  max-width: 90%;
}
/* EDITED POST SETTINGS */

span.postlisteditedby, span.postlisteditedbyvalue {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #777777;
}
/* POST AND TOPIC CREATION */
.ak_msgform_master_table, .ak_msgform_master_table td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #9A9AA9;
}
.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  border: 1px solid #DDDDDD;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  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;
}
.qcode_bar_but {
  background-color: #FAFAFA;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  margin-top: 4px;
}
.qcode_bar_but:hover {
  background-color: #EEEEEE;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  margin-top: 4px;
}
.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, .ak_poll_table_button_cell input {
    border: 2px outset;
    background-color: #FAFAFA;
}
.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, .ak_poll_table_button_cell input:hover {
  border: 2px inset;
  background-color: #EEEEEE;
}
/* POLL SETTINGS */

.ak_poll_table {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  border-color: #DDDDDD;
}
.ak_poll_table_header, .ak_msgform_poll_options_head_td, .ak_poll_table_viewres_cell {
  background-color: #DDDDDD;
}
.ak_poll_table_option_gback1 {
  background-color: #B6B6B6;
}
.ak_poll_table_option_gback2 {
  background-color: #858585;
}
.ak_msgform_poll_options_left_td {
  padding-left: 3px;
}
.ak_msgform_poll_options_right_td input {
  text-align: left;
  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;
}
/* MEMBERLIST SETTINGS */

.ak_msg_seememberlist_table {
  width: 100%;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  text-align: left;
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
}
.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: #DDDDDD;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #9A9AA9;
}
/* BOTTOM LINKS AND INFO LINE */

.bottominfoline {
  text-align: center;
}
.msg_foot_linkbar {
  font-size: 10px;
  text-align: center;
  margin-top: 1.1em;
  padding: 5px;
}
.msg_foot_linkbar a {
  margin: 0 1.1em;
}
a[href$=linktous]:after {
  content: ' (Runboard)';
}
a[href$=blogs]+a:after {
  content: none;
}

HTML HEADERcopy and paste the following HTML code into your Custom HTML header
No HTML Codes To Enter
HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
No HTML Codes To Enter
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:#FFFFFF
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #000000
Bottom info line color: #000000

Link Options
Link color: #000000
Link overlined: Image
Link line-through: Image
Link underlined: Image
Visited link color: #000000
Visited link overlined: Image
Visited link line-through: Image
Visited link underlined: Image
Hover link color: #666666
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: #DDDDDD
Forum list table background image:
Forum list table border color: #000000
Forum list table border width (pixels): 0
Forum list table header background color: #DDDDDD
Forum list table header background image:
Forum list table header border color: #000000
Forum list table header border width (pixels): 0
Forum list table header text color: #000000
Forum list table first alternate background color: #FFFFFF
Forum list table second alternate background color: #FFFFFF
Forum list table text color (optional): #000000
Forum list table description color: #000000
Forum list table separator background color: #EEEEEE
Forum list table separator background image:
Forum list table separator text color: #000000
Forum list master table width (percents): 95
Forum list table width (percents): 95

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: #DDDDDD
Topic list table background image:
Topic list table border color: #000000
Topic list table border width (pixels): 0
Topic list table header background color: #DDDDDD
Topic list table header background image:
Topic list table header border color: #000000
Topic list table header border width (pixels): 0
Topic list table header text color: #000000
Topic list table first alternate background color: #FFFFFF
Topic list table second alternate background color: #FFFFFF
Topic list table text color (optional): #000000
Topic list master table width (percents): 95
Topic list table width (percents): 95

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): 95
Post list table width (percents): 95
Post list table first alternate background color: #FFFFFF
Post list table second alternate background color: #FFFFFF
Post list table border color: #000000
Post list table border width (pixels): 0

CUSTOM LANGUAGE SET (CLS)(optional)find and change the following in your: Control Panel :: Board management :: Customize the language set
name: Clear Gray 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>


Last edited by Pastor Rick, 8/6/2019, 8:06 pm


---

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


Add a reply



You are not logged in (login)