MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with "→CSS placed here will be applied to all skins:  .body {background-image: url(../images/newbackground.png);     background-color: #f8f6eb;}" | No edit summary Tag: Manual revert | ||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| . | body.mediawiki {background-image: url(../images/newbackground.png); | ||
|      background-color: #f8f6eb;} |      background-color: #f8f6eb; | ||
| background-position:center; | |||
| background-repeat: repeat !important;} | |||
| #ca-talk { display: none !important; } | |||
| #ca-viewsource { display: none !important; } | |||
| #ca-history { display: none !important;} | |||
| #t-whatlinkshere { display: none !important;} | |||
| #t-recentchangeslinked { display: none !important;} | |||
| #t-specialpages { display: none !important;} | |||
| #t-permalink { display: none !important;} | |||
| #t-info { display: none !important;} | |||
| #footer { display: none !important;} | |||
Latest revision as of 08:28, 7 September 2022
/* CSS placed here will be applied to all skins */
body.mediawiki {background-image: url(../images/newbackground.png);
    background-color: #f8f6eb;
background-position:center;
background-repeat: repeat !important;}
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
#t-whatlinkshere { display: none !important;}
#t-recentchangeslinked { display: none !important;}
#t-specialpages { display: none !important;}
#t-permalink { display: none !important;}
#t-info { display: none !important;}
#footer { display: none !important;}