MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Biteisme (talk | contribs)
No edit summary
Biteisme (talk | contribs)
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Hide interface elements for a clean view */
 
#mw-panel,        /* Sidebar */
#mw-head,          /* Top navigation */
#footer,          /* Footer */
#catlinks,        /* Category links */
#mw-page-base,
#mw-head-base,
#siteSub,          /* "From Wiki..." text */
#contentSub,      /* Subtitle */
.mw-editsection    /* [edit] links */
{
  display: none !important;
}