Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
FAQ: Runboard CSS Class Charts
Click the link below to see detailed, at-a-glance charts of all the different CSS classes you have to work with when customizing your Runboard.
Runboard CSS Class Charts
Explanations and notes:
If you are already well-versed in CSS, you should understand the charts without explanation. For everyone else...
I have prefixed all of the classes with the object they are classifying.
For example, table.miscoptbar is referenced in the html as table class="miscoptbar", td.topic_list_header_newtext_td is referenced in the html as td class="topic_list_header_newtext_td", and span.topiclistheader is referenced as span class="topiclistheader". They would be defined in the CSS like so (actual definitions will vary):
table.miscoptbar { definitions in here }
td.topic_list_header_newtext_td { definitions in here }
span.topiclistheader { definitions in here }
Hidden Tables
The tables you see in light gray are hidden by Runboard's default style sheet. You can add to the complexity of your board's design by putting background images in them, giving them a width and height, and overriding their display:none with display:block;, like so:
table.ak_msg_forumlist_aboveforums_table {
display:block; background-image:url('image_top.jpg'); width:780px; height:100px;
}
table.ak_msg_forumlist_belowforums_table {
display:block; background-image:url('image.jpg'); width:780px; height:100px;
}
Notes within the charts:
In a couple of places, I added things like </span> to show whether two objects are nested in each other or side by side. For example:
<span.pageindex> 1 2 <span.pageindexvaluenow> 3 </span> 4 </span>
The pageindexvaluenow span is nested within the pageindex span.
.span.postlisteditedby</span> span.postlisteditedbyvalue</span>
The postlisteditedby span ends before the postlisteditedbyvalue span starts.
If you are comfortable with html, these notes should make perfect sense (I hope).
td.ak_tl_topicrow_mouseover_off and td.ak_fl_forumrow_mouseover_off
If you are using the "CSS trick" (mouseover effect) options that are listed on the color and layout customization page, you need to change _off to _on accordingly in your CSS.
Questions?
If there is anything you don't understand about these charts, or if I've missed anything, please let me know in a reply to this thread.
Last revised by Lesigner Girl, 9/6/2006, 4:42 am
|
11/22/2005, 5:54 am
|
Link to this post
PM Lesigner Girl
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: Runboard CSS Class Charts
Edit for note to self: Still need to account for the classes in the search results:
.ak_msg_simplesearch_master_table
.ak_msg_simplesearch_master_td
.ak_msg_simplesearch_main_table
.ak_msg_simplesearch_topic_td
.ak_msg_simplesearch_uname_td
Edit: Preview screen is fixed.
Last revised by Lesigner Girl, 4/27/2006, 5:27 am
|
2/9/2006, 7:10 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: FAQ: Runboard CSS Class Charts
Sneaking in... Didn't see the polls on any of the pages... (just got caught... bye for now)...
|
7/11/2009, 5:27 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: FAQ: Runboard CSS Class Charts
Thanks for catching that. I'll see if I can create it sometime this year. 
|
7/11/2009, 5:33 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re:
Next year maybe?
|
8/29/2010, 9:19 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: Class Charts
I would like for them to be completely different next year. 
|
8/29/2010, 9:57 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: Class Charts
Independence day (July 4) would be good for those of us in the U.S.A 
|
12/2/2010, 9:11 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: Class Charts
But what about Cinco de Mayo, Canada Day, La Fête Nationale, or any of these dates? 
|
12/2/2010, 9:33 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: FAQ: Runboard CSS Class Charts
How about March 2nd (Texas Independence Day)
|
9/27/2014, 2:38 am
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: FAQ: Runboard CSS Class Charts
Aww, crud. I completely forgot about this. 
|
9/27/2014, 9:25 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|