MediaWiki:Monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(font -> font-family)
(grr)
Line 6: Line 6:
     background: none !important;
     background: none !important;
     padding: 0;
     padding: 0;
}
.IPA {
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
        font-family /**/:inherit;
}
}

Revision as of 23:47, 4 January 2006

/* edit this file to customize the monobook skin for the entire site */

body, #globalWrapper { font-family: inherit !important; }

#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

.IPA {
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, Thryomanes, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
        font-family /**/:inherit;
}