Difference between revisions of "MediaWiki:Common.css"

From Ilianko
(Created page with "→‎CSS placed here will be applied to all skins: #column-content { margin-left: -15em } #column-content #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em...")
 
 
(5 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 */
 
+
#column-content { margin-left: -16em }
#column-content { margin-left: -15em }
+
#column-content #content { margin-left: 16em }
#column-content #content { margin-left: 15em }
+
#p-logo a, #p-logo a:hover { width: 16em }
#p-logo a, #p-logo a:hover { width: 15em }
+
.portlet { width: 15em }
.portlet { width: 14em }
+
#p-cactions { left: 15m }
#p-cactions { left: 14em }
 

Latest revision as of 21:17, 14 March 2011

/* CSS placed here will be applied to all skins */
#column-content { margin-left: -16em }
#column-content #content { margin-left: 16em }
#p-logo a, #p-logo a:hover { width: 16em }
.portlet { width: 15em }
#p-cactions { left: 15m }