Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →* Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#content,...") |
|||
| (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 */ | ||
| − | /** Hide sidebar **/ | + | /** Hide sidebar **/ remove the / from the start of the following lines to remove the sidebar from the vector skin |
| − | div#mw-panel { | + | /div#mw-panel { |
| − | + | / display: none; | |
| − | } | + | /} |
| − | #left-navigation { | + | /#left-navigation { |
| − | + | / left: 1em; | |
| − | } | + | /} |
| − | #mw-head-base, | + | /#mw-head-base, |
| − | div#content, | + | /div#content, |
| − | div#footer { | + | /div#footer { |
| − | + | / margin-left: 1em; | |
| − | } | + | /} |
Latest revision as of 17:13, 23 May 2020
/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/ remove the / from the start of the following lines to remove the sidebar from the vector skin
/div#mw-panel {
/ display: none;
/}
/#left-navigation {
/ left: 1em;
/}
/#mw-head-base,
/div#content,
/div#footer {
/ margin-left: 1em;
/}