Difference between revisions of "MediaWiki:Common.css"

From EZ Server Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-EZ_Server_Wiki h1.firstHeading { display: none; }
 
body.page-EZ_Server_Wiki h1.firstHeading { display: none; }
#toc { float: right }
+
#toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;};

Revision as of 10:39, 25 November 2014

/* CSS placed here will be applied to all skins */
body.page-EZ_Server_Wiki h1.firstHeading { display: none; }
#toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;};