You can change sidebar font size by adding definition of individual parts of sidebar (e.g. div#p-navigation 'brace' font-size: 12px; 'brace') -MGrabovsky
Can you give me the exact code to enter for one of these examples, or is
div#p-navigation { font-size: 12px; }
complete all by itself?
65s.mg@atlas.cz wrote:
You can change sidebar font size by adding definition of individual parts of sidebar (e.g. div#p-navigation 'brace' font-size: 12px; 'brace') -MGrabovsky
OK, well on doing my own homework, I found out that
div#p-navigation { font-size: 12px; }
does the trick, but not for the search or the toolbox areas. Any thoughts on those?
On Sat, 2007-12-29 at 17:00 -0500, Steve VanSlyck wrote:
does the trick, but not for the search or the toolbox areas. Any thoughts on those?
1. Install Firefox 2. Install the Web Developer extension from Chris Pederick 3. From the menu: Outline -> Block Level Elements 4. From the same menu: Outline Current Element
Then hover over the item you want, note it's class/etc. in the bar and search the stylesheet for that. Edit accordingly. Done.
Thanks! No. 1 completed 2-3 years ago; I'll get to work on the rest right now!
David A. Desrosiers wrote:
On Sat, 2007-12-29 at 17:00 -0500, Steve VanSlyck wrote:
does the trick, but not for the search or the toolbox areas. Any thoughts on those?
- Install Firefox
- Install the Web Developer extension from Chris Pederick
- From the menu: Outline -> Block Level Elements
- From the same menu: Outline Current Element
Then hover over the item you want, note it's class/etc. in the bar and search the stylesheet for that. Edit accordingly. Done.
Thanks, David.
With your suggestion, found that the correct element is tb, thus:
div#p-navigation { font-size: 12px; } div#p-contents { font-size: 12px; } div#p-search { font-size: 12px; } div#p-tb { font-size: 12px; }
David A. Desrosiers wrote:
On Sat, 2007-12-29 at 17:00 -0500, Steve VanSlyck wrote:
does the trick, but not for the search or the toolbox areas. Any thoughts on those?
- Install Firefox
- Install the Web Developer extension from Chris Pederick
- From the menu: Outline -> Block Level Elements
- From the same menu: Outline Current Element
Then hover over the item you want, note it's class/etc. in the bar and search the stylesheet for that. Edit accordingly. Done.
mediawiki-l@lists.wikimedia.org