MediaWiki:Common.css: Revizyonlar arasındaki fark
Görünüm
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 2. satır: | 2. satır: | ||
#footer-icons { | #footer-icons { | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; /* Dikeyde | align-items: center !important; /* Dikeyde ortalar */ | ||
justify-content: flex-end !important; /* İkonları sağa yaslar */ | justify-content: flex-end !important; /* İkonları sağa yaslar */ | ||
gap: 0 !important; /* Boşluğu biz spacer ile veriyoruz */ | gap: 0 !important; /* Boşluğu biz spacer ile veriyoruz */ | ||
| 18. satır: | 18. satır: | ||
} | } | ||
/* Resimlerin altında kalan boşluğu | /* Resimlerin altında kalan boşluğu temizler */ | ||
#footer-icons img { | #footer-icons img { | ||
display: block !important; | display: block !important; | ||
| 28. satır: | 28. satır: | ||
.mw-logo-wordmark { margin-left: 5px; } | .mw-logo-wordmark { margin-left: 5px; } | ||
/* 🔒 MediaWiki otomatik koruma (kilit) simgesini gizle | /* 🔒 Sadece MediaWiki otomatik koruma (kilit) simgesini gizle */ | ||
#mw-indicator-mw-protect, | #mw-indicator-mw-protect, | ||
.mw-protect-icon { | |||
.mw-protect-icon | |||
display: none !important; | display: none !important; | ||
} | } | ||
00.11, 2 Ocak 2026 tarihindeki hâli
/* Footer alanındaki listeyi esnek kutu (flex) moduna alır */
#footer-icons {
display: flex !important;
align-items: center !important; /* Dikeyde ortalar */
justify-content: flex-end !important; /* İkonları sağa yaslar */
gap: 0 !important; /* Boşluğu biz spacer ile veriyoruz */
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
/* Her bir ikon kutusunu hizala */
#footer-icons li {
display: flex !important;
align-items: center !important;
margin: 0 !important;
padding: 0 !important;
}
/* Resimlerin altında kalan boşluğu temizler */
#footer-icons img {
display: block !important;
vertical-align: middle !important;
}
/* Üst logo gizleme */
.mw-logo-icon { display: none !important; }
.mw-logo-wordmark { margin-left: 5px; }
/* 🔒 Sadece MediaWiki otomatik koruma (kilit) simgesini gizle */
#mw-indicator-mw-protect,
.mw-protect-icon {
display: none !important;
}