MediaWiki:Vector.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: /* Disables the Discussion (Talk) tab /* #ca-talk { display:none!important; } #footer-icons.noprint { display:none!i...")
 
No edit summary
 
(5 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 */
/* Disables the Discussion (Talk) tab /*
/* 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-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-icons.noprint { display:none!important; }
#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; }