Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
#t-whatlinkshere { display: none; } | #t-whatlinkshere { display: none; } | ||
#t-recentchangeslinked { display: none; } | #t-recentchangeslinked { display: none; } | ||
#ca-view { display: none !important; } |
Revision as of 03:56, 6 March 2022
/* CSS placed here will be applied to all skins */
.mw-editsection { display:none; }
#footer-places { display: none; }
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
#f-list { display: none; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: aliceblue;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: aliceblue;
}
#n-recentchanges { display: none; }
#t-whatlinkshere { display: none; }
#t-recentchangeslinked { display: none; }
#ca-view { display: none !important; }