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) (increase sidebar width) |
||
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; } | |||
/* 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;} | ||
} |
Revision as of 19:34, 11 December 2019
/* 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;}