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

From Official Kodi Wiki
Jump to navigation Jump to search
(place gentium at head of Unicode to match IPA and polytonic)
(Undid revision 422572700 by Kwamikagami (talk))
Line 10: Line 10:
}
}
.Unicode {
.Unicode {
     font-family: "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
     font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "DejaVu Serif", "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "Free Serif", "TITUS Cyberbit Basic", "Bitstream Cyberbit", "Bitstream CyberBase",  
                 "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Doulos SIL", "Code2000", "Code2001";
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Code2000", "Code2001";
     font-size-adjust: 0.54;
     font-size-adjust: 0.54;
}
}

Revision as of 20:15, 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: "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans",
                 "Gentium Plus", "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 Plus", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
}

/* </syntaxhighlight> */