Jump to content

MediaWiki:Common.css: Difference between revisions

From Minecraft Server
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-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;
}
}

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;
}