MediaWiki:Common.css/WinFixes.css: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(switch from the deprecated <source> to <syntaxhighlight> (is there some particular reason these are needed at all anymore?))
(place gentium at head of Unicode to match IPA and polytonic)
Line 10: Line 10:
}
}
.Unicode {
.Unicode {
     font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
     font-family: "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "DejaVu Serif", "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Free Serif", "TITUS Cyberbit Basic", "Bitstream Cyberbit", "Bitstream CyberBase",  
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Doulos SIL", "Code2000", "Code2001";
                "Code2000", "Code2001";
     font-size-adjust: 0.54;
     font-size-adjust: 0.54;
}
}

Revision as of 20:14, 5 April 2011

/* <syntaxhighlight lang="css"> */

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. */

.IPA {
    font-family: "Gentium Plus", Gentium, GentiumAlt, "Charis SIL", "Doulos SIL",
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
}
.Unicode {
    font-family: "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "DejaVu Serif", "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "Free Serif", "TITUS Cyberbit Basic", "Bitstream Cyberbit", "Bitstream CyberBase", 
                 "Doulos SIL", "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
.polytonic {
    font-family: "Athena Unicode", "Gentium Plus", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
}

/* </syntaxhighlight> */