Difference between revisions of "Common.css"
From SB-Components Wiki
| (10 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 */ | ||
| + | #p-tb { display: none; } | ||
| + | #t-whatlinkshere { display: none; } | ||
| + | #t-recentchangeslinked { display: none; } | ||
| + | #t-specialpages { display: none; } | ||
| + | #t-info { display: none; } | ||
| + | #t-permalink { display: none; } | ||
| + | #t-print { display: none; } | ||
| + | h1 { display: none; color: #527FE3; } | ||
| + | h2 { color: #527FE3; } | ||
| + | #tagline { display: none; } | ||
Latest revision as of 11:56, 8 June 2021
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
#t-whatlinkshere { display: none; }
#t-recentchangeslinked { display: none; }
#t-specialpages { display: none; }
#t-info { display: none; }
#t-permalink { display: none; }
#t-print { display: none; }
h1 { display: none; color: #527FE3; }
h2 { color: #527FE3; }
#tagline { display: none; }
