MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Jack Phoenix (talk | contribs) (indent with tabs, not with spaces) |
Hoof Hearted (talk | contribs) (tweak) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* 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 */ | /* Edit with form button in UEB green */ | ||
.vectorTabs ul | .vectorTabs ul #ca-form_edit span a { | ||
color: #00A228; | color: #00A228; | ||
font-weight: bold; | font-weight: bold;} | ||
} |
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;}