Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
#p-tb h3 { display: none; } | #p-tb h3 { display: none; } | ||
#t-whatlinkshere { display: none; } | #t-whatlinkshere { display: none; } | ||
#t-info { display: none; } | |||
#t-permalink { display: none; } |
Revision as of 03:55, 7 April 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; }
#p-tb h3 { display: none; }
#t-whatlinkshere { display: none; }
#t-info { display: none; }
#t-permalink { display: none; }