Difference between revisions of "MediaWiki:Common.css"

From 清冽之泉
Jump to navigation Jump to search
Line 1: Line 1:
 
div#mw-panel {
/* Hide the sidebar */
 
 
display: none;
#mw-panel {
 
display: none;
 
 
}
 
}
  +
#left-navigation {
 
 
left: 1em;
/* Adjust content width */
 
  +
}
#content {
 
  +
#mw-head-base,
margin-left: 0;
 
 
div#content,
  +
div#footer {
  +
margin-left: 1em;
 
}
 
}

Revision as of 01:27, 25 May 2024

div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}