MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* NAMFORUM Legacy Vector sidebar | /* NAMFORUM Legacy Vector - wider sidebar for logo */ | ||
#mw-panel { | |||
div#mw-panel { | |||
width: 240px; | width: 240px; | ||
} | } | ||
| Line 16: | Line 17: | ||
} | } | ||
/* Move the | /* Move the Vector page structure right */ | ||
#content, | #mw-head-base, | ||
#footer { | div#content, | ||
div#footer { | |||
margin-left: 240px; | margin-left: 240px; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
margin-left: | left: 240px; | ||
margin-left: 0; | |||
} | } | ||
Revision as of 02:54, 1 September 2026
/* CSS placed here will be applied to all skins */
/* NAMFORUM Legacy Vector - wider sidebar for logo */
div#mw-panel {
width: 240px;
}
#p-logo {
width: 220px;
}
#p-logo a {
width: 220px;
background-size: 220px 75px;
background-repeat: no-repeat;
background-position: center;
}
/* Move the Vector page structure right */
#mw-head-base,
div#content,
div#footer {
margin-left: 240px;
}
#left-navigation {
left: 240px;
margin-left: 0;
}