MediaWiki:Monobook.css: Difference between revisions

From Ephinea PSO Wiki
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: →‎increase sidebar width: #column-content { margin-left: -15em; } #column-content #content { margin-left: 15em...")
 
(Replaced content with "div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }")
 
(121 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }
 
/* increase sidebar width */
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }

Latest revision as of 02:13, 5 November 2021

div#globalWrapper { width="100%"; max-width:1920px; margin: 0 auto; background: #002421; }