MediaWiki:Monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
m (Oops, wrong URL) |
m (Note to self: put @import rules at the top, not anywhere else.) |
||
| Line 2: | Line 2: | ||
/* <pre> */ | /* <pre> */ | ||
@import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | |||
body, #globalWrapper { font-family: inherit !important; } | body, #globalWrapper { font-family: inherit !important; } | ||
| Line 9: | Line 10: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/* </pre> */ | /* </pre> */ | ||
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> */