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

From Official Kodi Wiki
Jump to navigation Jump to search
(initial proposal for an IEFixes.css. Code from http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=286528274 and talk page proposal)
 
(is it only IE 7 ?)
Line 1: Line 1:
/* <source lang="css"> */
/* <source lang="css"> */
/* In print, IE doesn't like line-height */
/* In print, IE (7?) doesn't like line-height */
@media print {
@media print {
  sup, sub, p, .documentDescription { line-height: normal; }
  sup, sub, p, .documentDescription { line-height: normal; }

Revision as of 14:18, 29 April 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; 
}

/* Pseudo-classes in support of [[Template:lang]]. */
:lang(he) {
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo,
                 "Chrysanthi Unicode", "TITUS Cyberbit Basic",
                 "Arial Unicode MS", Narkisim, "Times New Roman";
}
:lang(fa),
:lang(ps),
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
}
:lang(ja) {
    font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit",
                 "Bitstream CyberCJK", IPAGothic, IPAPGothic,
                 IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang",
                 "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim,
                 GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim",
                 UnBatang, UnDotum, UnYetgul, UWKMJF;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni",
                 "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni",
                 "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000;
}

/* </source> */