MediaWiki:Common.css: Revizyonlar arasındaki fark

Değişiklik özeti yok
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor)
1. satır: 1. satır:
/* --- 1. Mevcut Footer ve Koruma İkonu Kodların --- */
/* --- 1. Slogan (Tagline) Ayarları --- */
/* Bu kısım görselde sorduğun "Sanarşiv, ansiklopedi" yazısını ekler/gösterir */
#siteSub {
    display: block !important; /* Gizliyse görünür yapar */
    font-size: 13px !important;
    color: #54595d !important; /* Aydınlık modda standart gri */
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-style: normal !important;
    font-weight: normal !important;
}
 
/* Karanlık modda sloganın rengi */
html.skin-theme-clientpref-night #siteSub {
    color: #a2a9b1 !important;
}
 
/* --- 2. Mevcut Footer ve Koruma İkonu Kodların --- */
#footer-icons {
#footer-icons {
     display: flex !important;
     display: flex !important;
27. satır: 44. satır:
}
}


/* --- 2. ANA SAYFA KOYU MOD DÜZENLEMELERİ --- */
/* --- 3. Ana Sayfa Koyu Mod Kesin Çözüm --- */
 
html.skin-theme-clientpref-night .mw-parser-output div,
/* Gece modunda genel arka planları ve bicem.css sınıflarını koyulaştır */
html.skin-theme-clientpref-night .mw-parser-output table,
html.skin-theme-clientpref-night .mw-parser-output div[style*="background"],
html.skin-theme-clientpref-night .mw-parser-output td,
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 .itn-special,
html.skin-theme-clientpref-night .main-wikimedia {
html.skin-theme-clientpref-night .main-wikimedia {
     background-color: #1a1b1c !important;
     background-color: #1a1b1c !important;
    background-image: none !important;
     color: #eaecf0 !important;
     color: #eaecf0 !important;
     border-color: #3c4043 !important;
     border-color: #3c4043 !important;
}
}


/* Gece modunda link renkleri */
/* Banner ve metin renkleri */
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 */
/* Link renkleri */
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İ --- */
/* --- 4. Aydınlık Mod Ayarı --- */
 
/* 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;
}
}