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
It's A Dog's Life (Updated May 2, 2019)


Exploring and Playing with CSS
by: Pastor Rick

Image
It's A Dog's Life


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
/* DEFINES BODY and COLOR FONT */

body {
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(251, 237, 199) 28%, rgb(250, 198, 134) 48%, rgb(213, 161, 160) 75%, rgb(132, 101, 176) 95%, rgb(114, 83, 170) 100%);
  font-family: verdana, arial, tahoma;
  font-size: 12px
}
/* -------> THREE COLUMN CODING IDEA <------- */

#container {
  background: url(https://rbbt.net/skins/background/paw-prints.svg) left top repeat-y;
}
#container2 {
  background: url(https://rbbt.net/skins/background/paw-prints.svg) right top repeat-y;
  padding: 1px 44px;
}
/* NOTE: For transparent side-borders replace http://rbbt.net/skins/background/paw-prints-44.png with http://rbbt.net/skins/background/transparent-bg-44.png */

/* -------> END CSS FOR THREE COLUMN IDEA <------- */

/* MESSAGE BOARD TABLE SETTINGS */

.ak_msg_master_table {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(251, 237, 199) 28%, rgb(250, 198, 134) 48%, rgb(213, 161, 160) 75%, rgb(132, 101, 176) 95%, rgb(114, 83, 170) 100%);
  border-bottom: 0;
}
/* BOARD NAME SETTING */

.locationboard {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
/* FORUM NAMES */

.forumlistforumname {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
/* FORUM TOPICS, POSTS, AND LAST-POSTS */

.forumlistnumtopics {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.forumlistnumposts, .forumlistlastpost {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
/* FORUM NAMES */

.locationforum {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
/* TOPIC LIST SETTINGS */

.topic_list_header_modbox_td {
  padding-left: 10px;
}
span.topiclistnewswitch, span.topiclistnonewswitch, .topiclisttopicname {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
span.topicliststartedby, span.topiclistreplies, span.topiclistviews {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
}
span.topiclistlastpost {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
}
span.topiclistpostnewtopic, span.postlistaddareply {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: #CFB0AC;
  padding: 3px;
  border: 1px solid #808080;
}
/* TOPIC POSTINGS */

.ak_msg_post_master_table {
  border-style: solid;
  margin-bottom: 3px;
}
.locationtopic {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.postlistuserblock {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  border-width: 0 1px 1px 0;
  height: 100%;
  width: fit-content;
}
.ak_msg_post_table {
  height: 100%;
  width: fit-content;
  background: #FBEEC9;
  padding: 5px;
  padding-bottom: 10px;
}
.ak_msg_post_table img {
  padding-bottom: 10px;
}
span.postlistpostname {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
span.postlistedit, span.postlistreply, span.postlistdelete, span.postlistquote {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.postlistdate:before {
  content: 'Date and time posted';
  display: block;
  margin-bottom: .3em;
  font-weight: 700;
}
span.postlistpostbody {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  overflow: auto;
  min-width: 0;
}
.postlistpostblock {
  overflow: auto;
  min-width: 0;
}
.postlistpostblock img {
  max-width: 650px;
}
.ak_msg_post_signature_block {
  font-size: 12px;
}
span.postlistquotedtext {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}
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 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #CFB0AC;
  padding: 3px;
  vertical-align: text-top;
  line-height: 1px;
  border: 1px solid #808080;
}
span.postlist_link_to_post {
  margin-right: 1px;
}
span.postlistsendpm {
  padding-right: 0;
}
/* MESSAGE POSTING SETTINGS */

.ak_subject_posticon_table {
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: 700;
  padding: 2px 0 1px 10px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 3px;
}
textarea, .ak_msgform_subject_right_td {
  width: 99%;
  font: 400 14px verdana, arial, helvetica, sans-serif;
}
.qcode_bar_but {
  margin: 2px 0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  background-color: #fafafa;
  cursor: pointer;
}
.qcode_bar_but:hover {
  color: #C2272D;
}
.ak_msgform_postreply_submit_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_submit_button, .ak_msgform_editpost_preview_button, .ak_msgform_newtopic_submit_button, .ak_msgform_newtopic_preview_button {
  cursor: pointer;
}
.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_msgform_newtopic_submit_button:hover, .ak_msgform_newtopic_preview_button:hover {
  color: #6600CC;
}

/* IMAGE OVER BOARD STATS */

.ak_msg_forumlist_belowstats_table {
  display: block;
  background: url(http://rbbt.net/skins/background/dogs-life-new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 194px;
  margin-top: -170px;
}
/* MESSAGE BOARD STATS */

.forumlistboardstatsheader {
  border-width: 0 0 1px 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(to right, rgb(255, 224, 170) 0%, rgba(255, 255, 255, 0) 45%, #FFE0AA 100%);
}
.forumlistboardstatsdata {
  border-width: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  text-shadow: 1px 0 2px #FACE92, 1px 0 2px #FACE92;
  width: 48%;
}
.forumlistboardstatstitle {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  text-shadow: 1px 0 2px #FACE92, 1px 0 2px #FACE92;
  border-style: none;
  width: 18%;
}
/* BOTTOM RB LINKS */

.msg_foot_linkbar {
  font-size: 10px;
  text-align: center;
  background: linear-gradient(to right, rgba(133, 102, 176, 0.01) 0%, rgba(255, 224, 170, 0.75) 50%, rgba(255, 224, 170, 0.75) 1%, rgba(133, 102, 176, 0) 100%);
  border-radius: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 99%;
  margin-top: 5px;
}
.msg_foot_linkbar a {
  margin: 1em
}
a[href$=linktous]:after {
  content: ' (Runboard)'
}
a[href$=blogs]+a:after {
  content: none
}
/* BOTTOM INFO LINE SETTINGS */

.bottominfoline form, .bottominfoline p {
  display: inline-block;
  line-height: 5px;
}
.bottominfoline {
  background: linear-gradient(to right, rgba(133, 102, 176, 0.01) 0%, rgba(255, 224, 170, 0.75) 55%, rgba(255, 224, 170, 0.75) 5%, rgba(133, 102, 176, 0) 100%);
  border-radius: 25px;
  text-align: center;
}
/* BACK TO TOP */

.bot {
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(251, 237, 199) 28%, rgb(250, 198, 134) 48%, rgb(213, 161, 160) 75%, rgb(132, 101, 176) 95%, rgb(114, 83, 170) 100%);
  width: 100%;
  height: 28px;
  margin: 0 auto;
}
.backtotop {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
}


HTML HEADERcopy and paste the following HTML code into your Custom HTML header
<div id="container">
<div id="container2">


HTML FOOTERcopy and paste the following HTML code into your Custom HTML footer
<!-- BACK TO TOP CONTAINER -->
<div class="bot">
<!-- BACK TO TOP LINK -->
<div class="backtotop"><a href="#" >Back To Top</a></div>
</div>
</div><!-- end container2 -->
</div><!-- end container -->


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: #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: #6600CC
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: #808080
Forum list master table border width (pixels): 1
Forum list table background color: #FFFACE
Forum list table background image:
Forum list table border color: #808080
Forum list table border width (pixels): 1
Forum list table header background color: #FFE0AA
Forum list table header background image:
Forum list table header border color: #808080
Forum list table header border width (pixels): 0
Forum list table header text color: #232323
Forum list table first alternate background color: #FFFDE8
Forum list table second alternate background color: #FFFACE
Forum list table text color (optional): #000000
Forum list table description color: #666666
Forum list table separator background color: #6600CC
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): 100

Topic List Layout Options
Topic list master table background color: #FFFFFF
Topic list master table border color: #808080
Topic list master table border width (pixels): 1
Topic list table background color: #FFFACE
Topic list table background image:
Topic list table border color: #808080
Topic list table border width (pixels): 1
Topic list table header background color: #FFE0AA
Topic list table header background image:
Topic list table header border color: #808080
Topic list table header border width (pixels): 0
Topic list table header text color: #232323
Topic list table first alternate background color: #FFFDE8
Topic list table second alternate background color: #FFFACE
Topic list table text color (optional): #000000
Topic list master table width (percents): 100
Topic list table width (percents): 100

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: #808080
Post list master table width (percents): 100
Post list table width (percents): 100
Post list table first alternate background color: #FFFDE8
Post list table second alternate background color: #FFFACE
Post list table border color: #808080
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: It's A Dog's Life 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-No additions yet.

Last edited by Pastor Rick, 5/3/2019, 12:38 am


---

Advertise Boards On TRDConceptsDE
3/20/2018, 1:28 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: It's A Dog's Life (Updated July 9, 2018)


I made a couple of minor corrections/updates to this skin designs CSS today.

Many thanks to Lesigner Girls improved paw prints image and for pointing out a problem with the word-wrap declarations.

Also thanks to Susa for showing me something I forgot to do when first coding the skin.

It took me a year to respond, but that is my fault for not visiting the skin test board sooner.

Last edited by Pastor Rick, 5/2/2019, 12:06 am


---

Advertise Boards On TRDConceptsDE
5/2/2019, 12:01 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: It's A Dog's Life (Updated May 2, 2019)


You're welcome! emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/4/2019, 5:17 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 


Add a reply



You are not logged in (login)