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

From Official Kodi Wiki
Jump to navigation Jump to search
(latinx was removed.)
(make this Win specific)
Line 1: Line 1:
/* <source lang="css"> */
/* <source lang="css"> */
/* In print, IE (7?) doesn't like line-height */
@media print {
sup, sub, p, .documentDescription { line-height: normal; }
}
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
   Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
   Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]].

Revision as of 20:46, 23 July 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: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
}
/* </source> */