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-Family


The Runboard default CSS assigns a font-family to specific CSS classes and IDs (well over a dozen). To be sure all bases are covered when designing a message board, I gathered all of these classes and IDs together into one CSS declaration.

/* SETTING BOARD FONT FAMILY */

body, .miscoptbar, .bottominfoline, .locationboard, .locationforum, .locationtopic, .forumlistheader, .forumlistnewswitch, .forumlistnonewswitch, .forumlistforumname, .forumlistseparator, .forumlistdescription, .forumlistnumtopics, .forumlistnumposts, .forumlistadministrators, .forumlistmoderators, .forumlistlastpost, .forumlistwhosonline, .forumlistwhosonlinetable, .forumlistboardstatsheader, .forumlistboardstatstitle, .forumlistboardstatsdata, .ak_fl_forummods, span.topiclistheader, span.topiclistnewswitch, span.topiclistnonewswitch, .topiclisttopicname, span.topiclisttopicclosed, span.topiclisttopicsticky, span.topiclisttopichidden, span.topicliststartedby, span.topiclistreplies, span.topiclistviews, span.topiclistlastpost, span.topiclistpostnewtopic, span.pageindex, span.pageindexvalue, span.pageindexvaluenow, span.postlistusername, 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.postlistquotedtext, span.postlistdate, span.postlistpostname, span.postlistpostbody, span.postlisteditedby, span.postlisteditedbyvalue, span.postlistaddareply, 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, .qcode_bar_but, .msgform_clickable_smiley_box_h, .ak_msgform_master_table, .ak_msgform_topic_posted_table, .ak_msgform_reply_added_table, .ak_msgform_post_edited_table, .ak_poll_table, .ak_subject_posticon_table, .ak_msg_seememberlist_table, .ak_msg_seememberlist_showing, .ak_msg_simplesearch_main_table, .ak_keyword_warning, .ak_description_warning, .ak_keyword_warning input, .ak_description_warning input, .ak_msgform_subject_right_td input, .ak_msgform_message_right_td textarea, .ak_msgform_poll_options_right_td input {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

This grouping is only for the message board font-family and not for any other font related aspects in the design.

Last edited by Pastor Rick, 11/4/19, 2:18 pm


---

Advertise Boards On TRDConceptsDE
10/27/19, 1:13 pm 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-Family


The number of CSS classes in the font-family declaration utilized here shows you Runboard has almost no limits when it comes to areas you can change to your liking! Placing the declaration close to the beginning of the boards custom CSS assures you of a consistent look and also gives you the ability to change font-families on areas where you want to make a change to emphasize some areas in your message boards design.

---

Advertise Boards On TRDConceptsDE
11/4/19, 2:28 pm Link to this post Email Pastor Rick   PM Pastor Rick Blog
 


Add a Reply



You are not logged in (login)