Difference between revisions of "MediaWiki:Common.css"

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

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

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