MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#t-whatlinkshere, /* "What links here" */ | #t-whatlinkshere, /* "What links here" */ | ||
#t-specialpages, /* "Special pages" */ | #t-specialpages, /* "Special pages" */ | ||
#t-print, /* "Printable version" */ | #t-print, /* "Printable version" */ | ||
#t-permalink | #t-permalink { /* "Permanent link" */ | ||
display: none !important; | display: none !important; | ||
} | } | ||
Latest revision as of 21:55, 4 April 2025
/* CSS placed here will be applied to all skins */
#t-whatlinkshere, /* "What links here" */
#t-specialpages, /* "Special pages" */
#t-print, /* "Printable version" */
#t-permalink { /* "Permanent link" */
display: none !important;
}