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

From Official Kodi Wiki
Jump to navigation Jump to search
m (moved MediaWiki:Common.css/IEFixes.css to MediaWiki:Common.css/WinFixes.css: Windows specific font selections)
(update code for unicode class, per request)
Line 10: Line 10:
}
}
.Unicode {
.Unicode {
     font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
     font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
                 "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
}
.polytonic {
.polytonic {

Revision as of 12:05, 10 September 2010

/* <source lang="css"> */
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
   Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
*/
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
}
.Unicode {
    font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                 "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                 "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                 "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
}
/* </source> */