MediaWiki:Vector.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(increase sidebar width)
Line 14: Line 14:
color: #00A228;
color: #00A228;
font-weight: bold;}
font-weight: bold;}
#p-namespaces {
margin-left:48px;
}

Revision as of 08:28, 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; }

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

#p-namespaces {
margin-left:48px;
}