MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
 +
/* Hide left navigation & logo image
 
#column-content { margin: 0 0 .6em 0; }
 
#column-content { margin: 0 0 .6em 0; }
 
#content { margin: 2.8em 0 0 0; }
 
#content { margin: 2.8em 0 0 0; }
 
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
 
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
 
#p-cactions { left: .1em; }
 
#p-cactions { left: .1em; }
 +
*/

Revision as of 06:56, 21 February 2013

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


/* Hide left navigation & logo image
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }
*/