Difference between revisions of "MediaWiki:Common.css"

From Fleet
(Created page with "CSS placed here will be applied to all skins: Don't display some stuff on the main page: body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page...")
 
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
body.page-Main_Page h1.firstHeading {
 
body.page-Main_Page h1.firstHeading {
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
table.zebra tr.stripe { background-color: #ccc; }
 +
 +
 +
.collapsible
 +
{
 +
mw-collapsible
 
}
 
}

Latest revision as of 20:37, 23 May 2012

/* CSS placed here will be applied to all skins */


/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
display: none !important;
}

table.zebra tr.stripe { background-color: #ccc; }


.collapsible
{
mw-collapsible
}