Login  Register

Re: Formatting Questions

Posted by Harvey on Nov 17, 2010; 6:43pm
URL: https://support.nabble.com/Formatting-Questions-tp5642821p5748931.html

Hugo <Nabble> wrote
You could set the app font to bold and then override the post font with the snippet I gave you. Example:
/* App font */
body, input, button, textarea, select {
    font-size: 84%;
    font-family: Trebuchet MS,verdana,geneva,helvetica,arial,sans-serif;
    font-weight: bolder;
} 

/* Post font */
div.message-text, div.root-text {
    font-family: Trebuchet MS,verdana,geneva,helvetica,arial,sans-serif;
    font-weight:normal
}
Hugo this has worked pretty well. There are still a few things that are bold that I wish weren't. The text is bold when you are entering/previewing a post but not after it is posted. So i suppose that is ok.

The number of posts a person has under their avatar is bold.

I really just want the interface pages bold. This is not a big priority. Just putting it out there.
HTTPS Please!