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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
#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;
}