İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Sanarşiv, sanat ansiklopedisi
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
/* --- 1. Mevcut Footer ve Koruma İkonu Kodların --- */
/* --- 1. Mevcut Footer ve Koruma İkonu Kodların --- */
#footer-icons {
#footer-icons {
     display: flex !important;
     display: flex !important;
28. satır: 27. satır:
}
}


/* --- 2. SİTE TEMASINA DUYARLI RENK DÜZENLEMESİ --- */
/* --- 2. ANA SAYFA KOYU MOD DÜZENLEMELERİ --- */


/* 🌙 SADECE SİTE TEMASI "KOYU/GECE" SEÇİLDİĞİNDE ÇALIŞIR */
/* 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 div[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output table[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 .mw-parser-output td[style*="background"],
     background-color: #1a1b1c !important; /* Koyu arka plan */
html.skin-theme-clientpref-night .itn-special,
     color: #eaecf0 !important;           /* Açık renk yazı */
html.skin-theme-clientpref-night .main-wikimedia {
     border-color: #3c4043 !important;     /* Koyu gri çerçeve */
     background-color: #1a1b1c !important;
     color: #eaecf0 !important;
     border-color: #3c4043 !important;
}
}


/* Koyu modda linklerin daha iyi görünmesi için */
/* Gece modunda link renkleri */
html.skin-theme-clientpref-night .mw-parser-output a {
html.skin-theme-clientpref-night .mw-parser-output a,
html.skin-theme-clientpref-night .main-wikimedia-listItem > a {
     color: #8ab4f8 !important;
     color: #8ab4f8 !important;
}
}


/* ☀️ SADECE SİTE TEMASI "AYDINLIK" SEÇİLDİĞİNDE ÇALIŞIR */
/* Gece modunda küçük gri yazılar */
/* Bu kısım, şablonlardaki orijinal renklerin geri gelmesini sağ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 div[style*="background"],
html.skin-theme-clientpref-day .mw-parser-output table[style*="background"],
html.skin-theme-clientpref-day .mw-parser-output table[style*="background"],
html.skin-theme-clientpref-day .mw-parser-output td[style*="background"] {
html.skin-theme-clientpref-day .mw-parser-output td[style*="background"] {
     background-color: inherit; /* Orijinal (beyaz vb.) rengine döner */
     background-color: inherit;
     color: inherit;
     color: inherit;
}
}

14.35, 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 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;
}