İçeriğe atla

MediaWiki:Common.css

Sanarşiv, sanat ansiklopedisi
14.35, 11 Ocak 2026 tarihinde Joe Goldberg (mesaj | katkılar) tarafından oluşturulmuş 385 numaralı sürüm

Not: Yayımladıktan sonra değişiklikleri görmeniz için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R)
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5'e basın.
/* --- 1. Mevcut Footer ve Koruma İkonu Kodların --- */
#footer-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer-icons li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer-icons img {
    display: block !important;
    vertical-align: middle !important;
}

#mw-indicator-mw-protect,
.mw-protect-icon {
    display: none !important;
}

/* --- 2. ANA SAYFA KOYU MOD DÜZENLEMELERİ --- */

/* Gece modunda genel arka planları ve bicem.css sınıflarını koyulaştır */
html.skin-theme-clientpref-night .mw-parser-output div[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output table[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output td[style*="background"],
html.skin-theme-clientpref-night .itn-special,
html.skin-theme-clientpref-night .main-wikimedia {
    background-color: #1a1b1c !important;
    color: #eaecf0 !important;
    border-color: #3c4043 !important;
}

/* Gece modunda link renkleri */
html.skin-theme-clientpref-night .mw-parser-output a,
html.skin-theme-clientpref-night .main-wikimedia-listItem > a {
    color: #8ab4f8 !important;
}

/* Gece modunda küçük gri yazılar */
html.skin-theme-clientpref-night .main-wikimedia-listItem > a > small,
html.skin-theme-clientpref-night .main-wikimedia-listItem > a > em {
    color: #c8ccd1 !important;
}

/* Gece modunda parlak resimleri biraz karart */
html.skin-theme-clientpref-night .main-wikimedia-listItem img, 
html.skin-theme-clientpref-night #mp-topbanner img {
    filter: brightness(0.8);
}

/* --- 3. ANA SAYFA AYDINLIK MOD (ORİJİNAL) DÜZENLEMELERİ --- */

/* Aydınlık modda her şeyin orijinal bicem.css rengine dönmesini sağlar */
html.skin-theme-clientpref-day .itn-special {
    background: #fafcfe !important;
    border: 1px solid #a3b0bf !important;
    color: inherit;
}

html.skin-theme-clientpref-day .mw-parser-output div[style*="background"],
html.skin-theme-clientpref-day .mw-parser-output table[style*="background"],
html.skin-theme-clientpref-day .mw-parser-output td[style*="background"] {
    background-color: inherit;
    color: inherit;
}