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...")
 
Line 11: Line 11:
 
display: none !important;
 
display: none !important;
 
}
 
}
 +
 +
<pre>
 +
*/
 +
table.zebra tr.stripe { background-color: #ccc; }
 +
 +
/*
 +
</pre>

Revision as of 13:08, 17 April 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;
}

<pre>
*/
table.zebra tr.stripe { background-color: #ccc; }

/*
</pre>