MediaWiki:Vector.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(increase sidebar width)
(tweak)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
#column-content { margin-left: -14em; }
#column-content { margin-left: -14em; }
#content { margin-left: 14em; }
#content { margin-left: 14em; }
#p-namespaces { margin-left:48px; }


/* Edit with form button in UEB green */
/* Edit with form button in UEB green */

Latest revision as of 08:30, 17 June 2023

/* CSS placed here will affect users of the Vector skin */

/* 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; }
#column-content { margin-left: -14em; }
#content { margin-left: 14em; }
#p-namespaces { margin-left:48px; }

/* Edit with form button in UEB green */
.vectorTabs ul #ca-form_edit span a {
	color: #00A228;
	font-weight: bold;}