MediaWiki:Vector.css: Difference between revisions

From aurawatch
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,...")
 
No edit summary
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 **/
div#mw-panel {
#mw-panel {
   display: none;
   display: none;
}
}
Line 8: Line 8:
}
}
#mw-head-base,
#mw-head-base,
div#content,
#content,
div#footer {
#footer {
   margin-left: 1em;
   margin-left: 1em;
}
}

Revision as of 03:06, 30 April 2020

/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/
#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
#content,
#footer {
  margin-left: 1em;
}