MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 10: | Line 10: | ||
/* Shift the top navigation bar to match new sidebar width */ | /* Shift the top navigation bar to match new sidebar width */ | ||
div#mw-head, div#mw-head-base { | div#mw-head, div#mw-head-base { | ||
margin-left: 15em; | |||
} | |||
/* Ensure the main content area shifts as well */ | |||
div#content, div#footer { | |||
margin-left: 15em; | margin-left: 15em; | ||
} | } | ||
Revision as of 16:26, 17 July 2026
/* 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; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }
/* Shift the top navigation bar to match new sidebar width */
div#mw-head, div#mw-head-base {
margin-left: 15em;
}
/* Ensure the main content area shifts as well */
div#content, div#footer {
margin-left: 15em;
}