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
Minimas (added October 28, 2018)


A "Clean Canvas" Skin
by: Runboard, Pastor Rick

Image
Minimas


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
/* MINIMAS - CODE SETTINGS */

body {
  background-color: #E7F9FD;
}
/* DEFAULT BOARD WIDTH AND ALIGNMENT */

#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* FORUM LIST SETTINGS */

.forumlistnumtopics, .forumlistnumposts {
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 12px;
}
/* BOARD STATS PANEL SETTINGS */

.forumlistboardstatsheader {
  background-color: #F7B0A0;
  border-width: 0 0 1px 0;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
.forumlistboardstatstitle {
  padding-top: 2px;
  padding-bottom: 3px;
  background-color: #EEEEEE;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 10px;
  border-style: none;
}
.forumlistboardstatsdata {
  padding-top: 2px;
  padding-bottom: 3px;
  background-color: #DDDDDD;
  border-width: 0;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 10px;
}
/* MEMBERSHIP LIST SETTINGS */

.ak_msg_seememberlist_table {
  text-align: left;
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  width: 100%;
}
.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 {
  border-style: solid;
  border-width: 0 0 2px 0;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  background-color: #F7B0A0;
}
/* MODERATOR CHECK BOX */

.topic_list_header_modbox_td {
  text-align: center;
}
/* POST AND TOPIC CREATION LINK SETTINGS */

span.postlistaddareply, span.topiclistpostnewtopic {
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* 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, tahoma, helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #777777;
}
/* SHARE AND PROFILE MENUS */

.share_hidden {
  background: #FFFFFF;
  border-color: #DDDDDD #898989 #898989 #DDDDDD;
}
.share_hidden h4 {
  background: #F7B0A0;
  color: #666;
}
.user_popup {
  background-color: #E7F9FD;
  border-color: #DDDDDD #898989 #898989 #DDDDDD;
}
/* QUOTED TEXT SETTING */

span.postlistquotedtext {
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 12px;
}
/* POST AND TOPIC CREATION */

.ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea {
  border: 1px solid #000000;
  font-family: verdana, arial, tahoma, 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;
}
/* POST ICON AND CLICKABLE SMILIES */

.ak_subject_posticon_table, .msgform_clickable_smiley_box_h {
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
}
/* BBCODE, POST, EDIT, PREVIEW AND POLL BUTTONS */

.qcode_bar_but {
  margin-top: 3px;
  margin-bottom: 1px;
}
.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, .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, .qcode_bar_but:hover, .ak_poll_table_button_cell input:hover {
  border: 2px inset;
  background-color: #DDDDDD;
}
/* POLL DISPLAY SETTINGS */

.ak_poll_table {
  margin-bottom: 3px;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
}
.ak_poll_table_header {
  background-color: #F7B0A0;
}
.ak_poll_table_button_cell {
    background-color: #000066;
}
.ak_poll_table_viewres_cell, .ak_poll_table_stats_cell {
    background-color: #E7F9FD;
}
/* POLL SETTINGS */

.ak_msgform_poll_options_head_td {
  background-color: #F7B0A0;
}
.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;
}
/* 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
<div id="wrapper">

HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
</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: #E7F9FD
Background color transparent: Image
Background image (optional):
Background image tile X: Image
Background image tile Y: Image
Text color: #000000
Bottom info line color: #444444

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

Forum List Layout Options
Forum list master table background color: #FFFFFF
Forum list master table border color: #000000
Forum list master table border width (pixels): 1
Forum list table background color: #444444
Forum list table background image:
Forum list table border color: #FFFFFF
Forum list table border width (pixels): 1
Forum list table header background color: #F7B0A0
Forum list table header background image:
Forum list table header border color: #444444
Forum list table header border width (pixels): 0
Forum list table header text color: #666666
Forum list table first alternate background color: #EEEEEE
Forum list table second alternate background color: #DDDDDD
Forum list table text color (optional): #000000
Forum list table description color: #666666
Forum list table separator background color: #000066
Forum list table separator background image:
Forum list table separator text color: #FFFFFF
Forum list master table width (percents): 100
Forum list table width (percents): 95

Topic List Layout Options
Topic list master table background color: #FFFFFF
Topic list master table border color: #000000
Topic list master table border width (pixels): 1
Topic list table background color : #FDF0BA
Topic list table background image:
Topic list table border color: #FFFFFF
Topic list table border width (pixels): 1
Topic list table header background color: #F7B0A0
Topic list table header background image:
Topic list table header border color: #444444
Topic list table header border width (pixels): 0
Topic list table header text color: #666666
Topic list table first alternate background color: #EEEEEE
Topic list table second alternate background color: #DDDDDD
Topic list table text color (optional): #000000
Topic list master table width (percents): 100
Topic list table width (percents): 95

Post List Layout Options
Post list master table background color: #FFFFFF
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): 95
Post list table first alternate background color: #EEEEEE
Post list table second alternate background color: #DDDDDD
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
name: Minimas
post_list_delete: <span title="Only mods or higher can delete posts">Delete</span>
misc_regacc_learn <a href="https://bakheva.runboard.com/t8744">learn about it</a>
misc_support_link: <a href="http://brunboardkb.runboard.com/">Support</a><br />


---

Advertise Boards On TRDConceptsDE
10/29/2018, 3:23 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: Minimas (added October 28, 2018)


Minimas is a "clean canvas" skin which incorporates the most frequent "coding fixes and or corrections to Runboards default coding. The result is a skin canvas where the board owner can feel free to exercise their creativity without worrying about the basic skin foundation.

---

Advertise Boards On TRDConceptsDE
10/29/2018, 3:27 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply



You are not logged in (login)