Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Size of text in replies when showing threads

by jdporter (Paladin)
on Nov 30, 2009 at 20:49 UTC ( [id://810265]=note: print w/replies, xml ) Need Help??


in reply to Size of text in replies when showing threads

OK.... As announced recently in Tidings, this change has been made.

If you like replies being rendered in smaller text than the displayed root, try putting the following in your on-site CSS. It seems to work fairly well, at least on some browsers, such as Firefox.

td.reply-body { font-size: smaller; }
What is the sound of Windows? Is it not the sound of a wall upon which people have smashed their heads... all the way through?

Replies are listed 'Best First'.
Re^2: Size of text in replies when showing threads (backward)
by tye (Sage) on Dec 01, 2009 at 03:46 UTC

    Heh, now when viewing a non-root node that has replies, the node being viewed is rendered in a smaller(-looking) font than that used for the (deeper) replies (both in IceWeasel and FireFox 3.5.5; for me both as tye and as tye , which use different themes and one of which has almost no custom CSS but neither have font-altering CSS outside of signatures and when AnonyMonk). That is unfortunate.

    - tye        

      This has been fixed. It was due to a CSS setting in /css/common.css, which means it was visible in all of the perlmonks "themes" (not including "No Theme", which has no CSS).
      Note that you may need to refresh your browser-cached copy of /css/common.css to see the change.

      The specific CSS code was:

      div.notetext { font-size: small }
      So if you decide you want to dink with the appearance of a reply when it is the displayed thread "root", use div.notetext.

      Thanks for noticing this, tye.

      Update: On a related note, the styling (font size setting) of the "Reputation" part of note display — that's the part that shows the ++ and -- buttons, or the current reputation if you've already voted — has been changed from a hard-coded <font size="1"> to CSS. The styling in common.css is:

      div.reputation { font-size: smaller }
      in case you'd like to override that in your Display Settings (or set it to something at all, if you're using No Theme).

      What is the sound of Windows? Is it not the sound of a wall upon which people have smashed their heads... all the way through?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://810265]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-16 19:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found