MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
#left-navigation { display:none!important; } | #left-navigation { display:none!important; } | ||
#p-tb { display:none!important; } | #p-tb { display:none!important; } | ||
*/ | |||
/* Deletes useless links from footer | |||
/* Deletes useless links from footer */ | |||
#footer-icons.noprint { display:none!important; } | #footer-icons.noprint { display:none!important; } | ||
#footer-places {display:none} | #footer-places {display:none} | ||
*/ | |||
/* hide the "Retrieved from" message */ | |||
.printfooter { display: none; } |
Revision as of 23:29, 4 February 2021
/* CSS placed here will affect users of the Vector skin */
/* NOTICE
THIS CSS IS DISABLED in the Admin interface.
This code applies only to the public facing portal.
*/
/* Disables useless tabs
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }
#ca-view { display:none!important; }
#pt-login { display:none!important; }
#left-navigation { display:none!important; }
#p-tb { display:none!important; }
*/
/* Deletes useless links from footer */
#footer-icons.noprint { display:none!important; }
#footer-places {display:none}
/* hide the "Retrieved from" message */
.printfooter { display: none; }