MediaWiki:Common.css — различия между версиями
Zukeart (обсуждение | вклад) |
Zukeart (обсуждение | вклад) |
||
Строка 9: | Строка 9: | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
+ | #ca-view { display:none!important; } | ||
#footer-info { display: none; } | #footer-info { display: none; } |
Версия 20:13, 4 июня 2018
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#content { background-color: #E4F4D7; }
#catlinks { background-color: #8bd18e; }
#mw-panel { background-color: #91D794; }
#footer { background-color: #D5E5C9; }
#mw-page-base { background: transparent; }
body { background-color: #D5E5C9; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-view { display:none!important; }
#footer-info { display: none; }
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style type="text/css">
#ca-edit { display:none!important; }
</style>
<?php } ?>
#p-tb { display:none }