MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
/*Romove Tools. Remove the comment to show it on the left menu. By commenting it, it will remove the tools for all users including login. This is a solution for hiding the tool menu for non-loging user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/ | /*Romove Tools. Remove the comment to show it on the left menu. By commenting it, it will remove the tools for all users including login. This is a solution for hiding the tool menu for non-loging user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/ | ||
p-tb { display: none} | |||
/*Koh: Fonts */ | /*Koh: Fonts */ | ||
element { color: #5a7425; font-size: 13px; font-family: Verdana; } | element { color: #5a7425; font-size: 13px; font-family: Verdana; } | ||
body { color: #5a7425; font-size: 13px; font-family: Verdana; } | body { color: #5a7425; font-size: 13px; font-family: Verdana; } |
Revision as of 09:57, 11 August 2024
/* CSS placed here will be applied to all skins */ /*https://m.mediawiki.org/wiki/Manual:Remove_Tabs*/ /*remove: Discussion Tab*/ #ca-talk { display: none !important; } /*remove history and view source*/ #ca-history { display: none !important;} #ca-viewsource { display: none !important; } /*Romove Tools. Remove the comment to show it on the left menu. By commenting it, it will remove the tools for all users including login. This is a solution for hiding the tool menu for non-loging user is here: https://www.mediawiki.org/wiki/Topic:Wevi20ue9t8ugub2*/ p-tb { display: none} /*Koh: Fonts */ element { color: #5a7425; font-size: 13px; font-family: Verdana; } body { color: #5a7425; font-size: 13px; font-family: Verdana; }