Difference between revisions of "MediaWiki:Common.css"

From Pheno Wiki
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* increase sidebar width */
 
/* increase sidebar width */
#column-content { margin-left: -150em }
+
#column-content { margin-left: -15em }
#column-content #content { margin-left: 15em }
+
 
 +
/* Main content left margin */
 +
#column-content #content { margin-left: 13em }
 +
 
 
#p-logo a, #p-logo a:hover { width: 15em }
 
#p-logo a, #p-logo a:hover { width: 15em }
 
#p-cactions { left: 14.5em }
 
#p-cactions { left: 14.5em }
.portlet { width: 14em }
+
 
 +
/* Sidebar width */
 +
.portlet { width: 12em }
 +
 
 
div#column-content { margin-left: -14em }
 
div#column-content { margin-left: -14em }
 
div#content { margin-left: 14em }
 
div#content { margin-left: 14em }

Latest revision as of 21:48, 10 November 2011

/* CSS placed here will be applied to all skins */
/* increase sidebar width */
#column-content { margin-left: -15em }

/* Main content left margin */
#column-content #content { margin-left: 13em }

#p-logo a, #p-logo a:hover { width: 15em }
#p-cactions { left: 14.5em }

/* Sidebar width */
.portlet { width: 12em }

div#column-content { margin-left: -14em }
div#content { margin-left: 14em }