MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 74: | Line 74: | ||
/* ========================= */ | /* ========================= */ | ||
/* MEDIAWIKI KORUMA İKONLARI */ | /* MEDIAWIKI KORUMA İKONLARI */ | ||
/* | /* {{pp}} KALSIN – CORE SİYAH KİLİT GİTSİN */ | ||
/* ========================= */ | /* ========================= */ | ||
/* | /* Indicator’lar genel olarak görünür */ | ||
.mw-indicator | .mw-indicator { | ||
display: inline-flex !important; | |||
display: | |||
} | } | ||
/* | /* SADECE MediaWiki core koruma kilidi */ | ||
.mw-indicator.mw-indicator-protected, | |||
.mw-indicator-protection-level-sysop, | |||
.mw-indicator-protection-level-autoconfirmed { | |||
display: none !important; | display: none !important; | ||
} | } | ||