MediaWiki talk:Common.css
fsa
Please normalize the apparent size of fonts.
body { font-size-adjust: .525; }
⇔ ChristTrekker 05:47, 19 October 2011 (PDT)
Done. --Ashcraft - (talk) 18:16, 20 October 2011 (PDT)
Line height
Made a change to prevent footnote from changing the wiki's line height. Thanks Joshua.. --Ashcraft - (talk) 06:48, 17 September 2012 (PDT)
- Sure, glad to see the wiki's line height will be correct now! --Jzyehoshua 07:51, 17 September 2012 (PDT)
fonts for for uncommon/pictographic unicode ranges
/* used in template:unicode */
.UnicodeAstro { font-family: Symbola, Quivira, "Segoe UI Symbol", FreeSerif, Brampton, "Apple Color Emoji", FreeMono; }
.UnicodeChem { font-family: Quivira, Symbola; }
.UnicodeEmoticon { font-family: "Apple Color Emoji", "Segoe UI Symbol", Symbola, Brampton, FreeMono; }
.UnicodeRegion { font-family: "Apple Color Emoji", Brampton; }
.UnicodeReligion { font-family: Symbola, "Segoe UI Symbol", FreeSerif, Quivira, Brampton, FreeMono; }
.UnicodeWarning { font-family: Symbola, "Segoe UI Symbol", Quivira, "Apple Color Emoji", Brampton, FreeSerif, "Arial Unicode MS"; }
.UnicodeWeather { font-family: Symbola, Quivira, "Segoe UI Symbol", FreeSerif, "Apple Color Emoji", Brampton; }
Please add the above to common.css. They help to display symbol/dingbat characters as intended when the UA's font substitution algorithm may fail to make a match on its own. ⇔ ChristTrekker 📝 08:45, 4 June 2013 (EDT)