MediaWiki:Common.css/WinFixes.css: Difference between revisions
Jump to navigation
Jump to search
is it only IE 7 ? |
This is not intended to be IE6 specific. |
||
| Line 29: | Line 29: | ||
"Lucida Grande", Code2000; | "Lucida Grande", Code2000; | ||
} | } | ||
/* </source> */ | /* </source> */ | ||
Revision as of 20:06, 6 May 2009
/* <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.
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";
}
.latinx {
font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
}
.polytonic {
font-family: "Athena Unicode", Gentium, "Palatino Linotype",
"Arial Unicode MS", "Lucida Sans Unicode",
"Lucida Grande", Code2000;
}
/* </source> */