MediaWiki:Common.css
Версия от 18:44, 4 июня 2018; Zukeart (обсуждение | вклад)
/* Размещённый здесь 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; }
#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; }