MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→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; }" |
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-recentchangeslinked, /* "Related changes" */ | |||
#t-upload, /* "Upload file" */ | |||
#t-specialpages, /* "Special pages" */ | #t-specialpages, /* "Special pages" */ | ||
#t-print, /* "Printable version" */ | #t-print, /* "Printable version" */ | ||
#t-permalink, /* "Permanent link" */ | #t-permalink, /* "Permanent link" */ | ||
#t-info { /* "Page information" */ | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 21:54, 4 April 2025
/* CSS placed here will be applied to all skins */
#t-whatlinkshere, /* "What links here" */
#t-recentchangeslinked, /* "Related changes" */
#t-upload, /* "Upload file" */
#t-specialpages, /* "Special pages" */
#t-print, /* "Printable version" */
#t-permalink, /* "Permanent link" */
#t-info { /* "Page information" */
display: none !important;
}