İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Sanarşiv, sanat ansiklopedisi
Değişiklik özeti yok
Değişiklik özeti yok
27. satır: 27. satır:
}
}


/* --- 2. ANA SAYFA KOYU MOD DÜZENLEMELERİ --- */
/* --- 2. ANA SAYFA KOYU MOD KESİN ÇÖZÜM --- */


/* Gece modunda genel arka planları ve bicem.css sınıflarını koyulaştır */
/* Gece modunda beyazlığı zorla kapat */
html.skin-theme-clientpref-night .mw-parser-output div[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output div,
html.skin-theme-clientpref-night .mw-parser-output table[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output table,
html.skin-theme-clientpref-night .mw-parser-output td[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output td,
html.skin-theme-clientpref-night .itn-special,
html.skin-theme-clientpref-night .itn-special,
html.skin-theme-clientpref-night .main-wikimedia {
html.skin-theme-clientpref-night .main-wikimedia {
     background-color: #1a1b1c !important;
    /* Beyaz arka plan tanımlarını ezmek için */
     background-color: #1a1b1c !important;  
    background-image: none !important; /* Eğer o beyazlık bir görselden geliyorsa onu gizler */
     color: #eaecf0 !important;
     color: #eaecf0 !important;
     border-color: #3c4043 !important;
     border-color: #3c4043 !important;
}
}


/* Gece modunda link renkleri */
/* Banner içindeki yazıları beyaz yap (çünkü arka plan artık siyah) */
html.skin-theme-clientpref-night .mw-parser-output a,
html.skin-theme-clientpref-night .mw-parser-output .main-wikimedia-header,
html.skin-theme-clientpref-night .main-wikimedia-listItem > a {
html.skin-theme-clientpref-night .mw-parser-output .main-wikimedia-listItem a,
     color: #8ab4f8 !important;
html.skin-theme-clientpref-night .mw-parser-output span,
html.skin-theme-clientpref-night .mw-parser-output small {
     color: #eaecf0 !important;
}
}


/* Gece modunda küçük gri yazılar */
/* Linkleri belirginleştir */
html.skin-theme-clientpref-night .main-wikimedia-listItem > a > small,
html.skin-theme-clientpref-night .mw-parser-output a {
html.skin-theme-clientpref-night .main-wikimedia-listItem > a > em {
     color: #8ab4f8 !important;
     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İ --- */
/* --- 3. AYDINLIK MOD AYARI --- */
 
/* Aydınlık modda her şeyin orijinal bicem.css rengine dönmesini sağlar */
html.skin-theme-clientpref-day .itn-special {
html.skin-theme-clientpref-day .itn-special {
     background: #fafcfe !important;
     background: #fafcfe !important;
     border: 1px solid #a3b0bf !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;
}
}

14.36, 11 Ocak 2026 tarihindeki hâli

/* --- 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 KESİN ÇÖZÜM --- */

/* Gece modunda beyazlığı zorla kapat */
html.skin-theme-clientpref-night .mw-parser-output div,
html.skin-theme-clientpref-night .mw-parser-output table,
html.skin-theme-clientpref-night .mw-parser-output td,
html.skin-theme-clientpref-night .itn-special,
html.skin-theme-clientpref-night .main-wikimedia {
    /* Beyaz arka plan tanımlarını ezmek için */
    background-color: #1a1b1c !important; 
    background-image: none !important; /* Eğer o beyazlık bir görselden geliyorsa onu gizler */
    color: #eaecf0 !important;
    border-color: #3c4043 !important;
}

/* Banner içindeki yazıları beyaz yap (çünkü arka plan artık siyah) */
html.skin-theme-clientpref-night .mw-parser-output .main-wikimedia-header,
html.skin-theme-clientpref-night .mw-parser-output .main-wikimedia-listItem a,
html.skin-theme-clientpref-night .mw-parser-output span,
html.skin-theme-clientpref-night .mw-parser-output small {
    color: #eaecf0 !important;
}

/* Linkleri belirginleştir */
html.skin-theme-clientpref-night .mw-parser-output a {
    color: #8ab4f8 !important;
}

/* --- 3. AYDINLIK MOD AYARI --- */
html.skin-theme-clientpref-day .itn-special {
    background: #fafcfe !important;
    border: 1px solid #a3b0bf !important;
}