MediaWiki:Common.css: Difference between revisions

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; }"
 
Biteisme (talk | contribs)
No edit summary
Line 1: Line 1:
#mw-panel,
/* Hide interface elements for a clean view */
#mw-head,
#mw-panel,         /* Sidebar */
#footer,
#mw-head,         /* Top navigation */
#catlinks,
#footer,           /* Footer */
#catlinks,         /* Category links */
#mw-page-base,
#mw-page-base,
#mw-head-base,
#mw-head-base,
#siteSub,
#siteSub,         /* "From Wiki..." text */
#contentSub,
#contentSub,       /* Subtitle */
.mw-editsection {
.mw-editsection     /* [edit] links */
   display: none;
{
}
   display: none !important;
 
#content {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border: none;
  background: black;
  color: white;
}
}