MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* 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 */ | /* Disables useless tabs */ | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
#ca-view { display:none!important; } | |||
/* | |||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#pt-login { display:none!important; }*/ | |||
#pt-login { display:none!important; } | |||
#left-navigation { 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-icons.noprint { display:none!important; } | ||
#footer-places {display:none} | #footer-places {display:none} | ||
/* hide the "Retrieved from" message */ | |||
.printfooter { display: none; } |
Latest revision as of 23:37, 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-view { display:none!important; }
/*
#ca-history { 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; }