MediaWiki:Common.css: Revizyonlar arasındaki fark
Görünüm
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
/* Footer | /* Footer alanındaki listeyi esnek kutu (flex) moduna alır */ | ||
#footer-icons { | |||
display: flex !important; | |||
align-items: center !important; /* Dikeyde kusursuz 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 { | #footer-icons li { | ||
display: | display: flex !important; | ||
align-items: center !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
/* Resimlerin altında kalan boşluğu (gap) temizler */ | |||
#footer-icons img { | |||
display: block !important; | |||
vertical-align: middle !important; | vertical-align: middle !important; | ||
} | } | ||
/* | /* Üst logo gizleme */ | ||
.mw-logo-icon { display: none !important; } | .mw-logo-icon { display: none !important; } | ||
.mw-logo-wordmark { margin-left: 5px; } | .mw-logo-wordmark { margin-left: 5px; } | ||
08.07, 31 Aralık 2025 tarihindeki hâli
/* Footer alanındaki listeyi esnek kutu (flex) moduna alır */
#footer-icons {
display: flex !important;
align-items: center !important; /* Dikeyde kusursuz 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 (gap) 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; }