MediaWiki:Monobook.css
From MLB Power Pros Wiki
(Difference between revisions)
Maxdsterling (Talk | contribs) m |
Maxdsterling (Talk | contribs) m (Ugh... maybe putting it at the top will make it work) |
||
Line 2: | Line 2: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
+ | |||
+ | /* Remove title from Main Page */ | ||
+ | body.page-Main_Page #deleteconfirm, | ||
+ | body.page-Main_Page #t-cite, | ||
+ | body.page-Main_Page #lastmod, | ||
+ | body.page-Main_Page #siteSub, | ||
+ | body.page-Main_Page h1.firstHeading { | ||
+ | display: none !important; | ||
+ | } | ||
/* main interface colour theme */ | /* main interface colour theme */ | ||
Line 45: | Line 54: | ||
h2 code { | h2 code { | ||
font-weight:bold; | font-weight:bold; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 00:18, 12 February 2008
/* <pre> */ /* edit this file to customize the monobook skin for the entire site */ /* Remove title from Main Page */ body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page h1.firstHeading { display: none !important; } /* main interface colour theme */ #content, #p-cactions li a, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a { background:#FFF; } /* Display "From Meta..." */ #siteSub { display:inline; font-size:1.2em; font-weight:normal; } /* Hide classes only relevant online when printing */ @media print { .editlink, .noprint, .metadata, .dablink { display:none; } } /* Style [[Meta:Language select]] widget */ .lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;} .lang_info a {font-weight:bold;font-family:Arial, sans-serif;font-size:8pt;} .lang_info input {font-size:8pt;} .lang_info input.ls_select {font-weight:bold;} /* Disable grey background when code is used in a header */ h2 code, h3 code, h4 code, h5 code, h6 code { background:none; } /* nudge too-light monospace fonts */ h2 code { font-weight:bold; } /* </pre> */