MediaWiki:Common.css: Difference between revisions

From CPA
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: h1 { display: none; } #p-logo { height: 120px; } #t-recentchangeslinked { display: none; } #t-specialpages { display: none; } #t-permalink { display: none; } #t-info{ display: none; } #feedlinks { display: none; } #footer { display: none; }"
 
No edit summary
 
(3 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 */
h1 { display: none; }
 
#firstHeading { display: none; }
#p-logo { height: 120px; }
#p-logo { height: 120px; }
#t-recentchangeslinked { display: none; }
#t-recentchangeslinked { display: none; }

Latest revision as of 13:06, 23 June 2025

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

#firstHeading { display: none; }
#p-logo { height: 120px; }
#t-recentchangeslinked { display: none; }
#t-specialpages { display: none; } 
#t-permalink { display: none; } 
#t-info{ display: none; } 
#feedlinks { display: none; } 
#footer { display: none; }