MediaWiki:Common.css: Difference between revisions

From BiteIsMe
Jump to navigation Jump to search
Biteisme (talk | contribs)
Created page with "#mw-panel, #mw-head, #footer, #catlinks, #mw-page-base, #mw-head-base, #siteSub, #contentSub, .mw-editsection { display: none; } #content { margin: 0 auto; width: 100%; padding: 0; border: none; background: black; color: white; }"
(No difference)

Revision as of 20:29, 8 July 2025

#mw-panel,
#mw-head,
#footer,
#catlinks,
#mw-page-base,
#mw-head-base,
#siteSub,
#contentSub,
.mw-editsection {
  display: none;
}

#content {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border: none;
  background: black;
  color: white;
}