Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 18: Line 18:


.body-content {
.body-content {
   background-color: rgba(0,0,0,0.5);
   background-color: rgba(255,255,255,0.5);
}
}

Revision as of 07:34, 9 September 2023

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view { display:none!important; }

#p-tb { display:none!important; }
#ca-nstab-main { display: none !important; }
#footer { display: none !important; }

.catlinks { display: none; }

.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  background-image: url("/rustbg.png");
}

.body-content {
  background-color: rgba(255,255,255,0.5);
}