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

From Official Kodi Wiki
Jump to navigation Jump to search
(update code for unicode class, per request)
(Remove comment; These templates no longer exist.)
Line 1: Line 1:
/* <source lang="css"> */
/* <source lang="css"> */
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
 
  Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. */
*/
 
.IPA {
.IPA {
     font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
     font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
Line 22: Line 22:
                 "Lucida Grande", Code2000;  
                 "Lucida Grande", Code2000;  
}
}
/* </source> */
/* </source> */

Revision as of 21:01, 31 October 2010

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

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

.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> */