Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}
body {
  background-image: url("/rustbg-hsl.png");
  background-size: cover;
}
#mw-head-base,blockquote,p,a,.skin-vector,html,body,div,pre,#content,.noprint,#mw-page-base{
  background-color: transparent!important;
}

Revision as of 14:12, 10 September 2023

/* CSS placed here will be applied to all skins */