MediaWiki:Monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
(Let the browser choose fonts!) |
m (Note to self: put @import rules at the top, not anywhere else.) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
body, #globalWrapper { font: inherit !important; } | /* <pre> */ | ||
@import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | |||
body, #globalWrapper { font-family: inherit !important; } | |||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { | ||
Line 7: | Line 10: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/* </pre> */ |
Latest revision as of 02:50, 5 January 2006
/* edit this file to customize the monobook skin for the entire site */ /* <pre> */ @import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); body, #globalWrapper { font-family: inherit !important; } #bodyContent .plainlinks a { background: none !important; padding: 0; } /* </pre> */