Runboard.com
Слава Україні!
open to all ages

Runboard       Sign upCreate Accountlearn about itSign inlost password?

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 241
Karma: -1 (+0/-1)
Reply ● Quote
Setting A Board's Font-Size


Runboard has over 60 Default CSS class and ID statements setting a specific font-size for the message board's display! When you add the inheritance function to the mix, it becomes obvious why support people ask board owners what they want to change when asked the generic question, "how do I change my message board's font size?".

I have grouped the default classes and ID's as an aid for support and board owners when it comes to changing the font sizes.

Font-size = 9px
span.postlistquotedtext {
  font-size: 9px;
}

Font-size = 10px
.miscoptbar, .bottominfoline, .forumlistdescription, .forumlistnumtopics, .forumlistnumposts, .forumlistadministrators, .forumlistmoderators, .forumlistlastpost, .forumlistwhosonline, .forumlistwhosonlinetable, .msg_foot_linkbar, .forumlistboardstatstitle, .forumlistboardstatsdata, .ak_fl_forummods, span.topiclistlastpost, span.pageindex, span.pageindexvalue, span.pageindexvaluenow, span.postlistusertitle, span.postlistusertype, span.postlistusertier, span.postlistregistered, span.postlistregisteredvalue, span.postlistlocation, span.postlistlocationvalue, span.postlistposts, span.postlistpostsvalue, span.postlist_karma, span.postlist_karma_value, span.postlistedit, span.postlistreply, span.postlistdelete, span.postlistquote, span.postlistdate, span.postlisteditedby, 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, .ak_poll_table_option_pcell1, .ak_poll_table_option_pcell2, .ak_poll_table_stats_cell, .ak_msg_seememberlist_table {
  font-size: 10px;
}

Font-size = 11px
.ak_msg_topic_preview_div {
  font-size: 11px;
}

Font-size = 12px

.locationtopic, .forumlistboardstatsheader, span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden, span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.postlistusername, span.postlistpostname, span.postlistpostbody, span.postlisteditedbyvalue, .share_hidden, .qcode_bar_but, .msgform_clickable_smiley_box_h, .ak_msgform_master_table, .ak_poll_table, .ak_msg_seememberlist_showing, .ak_msg_simplesearch_main_table, .ak_keyword_warning, .ak_description_warning, .ak_keyword_warning input, .ak_description_warning input {
  font-size: 12px;
}

Font-size = 13px

.forumlistnewswitch, .forumlistnonewswitch, .forumlistforumname, span.topiclistnewswitch, span.topiclistnonewswitch, .topiclisttopicname {
  font-size: 13px;
}

Font-size = 14px

.locationforum, .forumlistheader, span.topiclistheader, span.topiclistpostnewtopic, span.postlistaddareply, .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 {
  font-size: 14px;
}

Font-size = 16px

.locationboard, .forumlistseparator {
  font-size: 16px;
}

Font-size = 18px

.ak_msgform_topic_posted_table, .ak_msgform_reply_added_table, .ak_msgform_post_edited_table {
  font-size: 18px;
}


Last edited by Pastor Rick, 2/9/20, 6:31 pm


---

Advertise Boards On TRDConceptsDE
1/20/20, 3:04 am Link to this post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 241
Karma: -1 (+0/-1)
Reply ● Quote
Re: Setting A Board's Font-Size


You can cover most "inherited font sizes" used by Runboard by setting the following code at the beginning of your Custom CSS.

body, div, td, xmp {
  font-size: 12px;
}


---

Advertise Boards On TRDConceptsDE
1/20/20, 4:30 pm Link to this post Email Pastor Rick   PM Pastor Rick Blog
 


Add a Reply



You are not logged in (login)