MediaWiki:Monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
m (Note to self: put @import rules at the top, not anywhere else.)
(rm font override)
 
Line 3: Line 3:
/* <pre> */
/* <pre> */
@import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
@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 {

Latest revision as of 16:44, 15 May 2025

/* 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");

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

/* </pre> */