Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
|||
Line 20: | Line 20: | ||
#t-recentchangeslinked { display: none; } | #t-recentchangeslinked { display: none; } | ||
#ca-view { display: none; } | #ca-view { display: none; } | ||
#content { color: font-size: 12px; font-family: "Tahoma"; } |
Revision as of 04:13, 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; }
#content { color: font-size: 12px; font-family: "Tahoma"; }