İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Sanarşiv, sanat ansiklopedisi
Değişiklik özeti yok
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 3 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* --- 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;
}


/* Footer alanındaki listeyi esnek kutu (flex) moduna alır */
/* --- 2. Mevcut Footer ve Koruma İkonu Kodların --- */
#footer-icons {
#footer-icons {
     display: flex !important;
     display: flex !important;
     align-items: center !important; /* Dikeyde ortalar */
     align-items: center !important;
     justify-content: flex-end !important; /* İkonları sağa yaslar */
     justify-content: flex-end !important;
     gap: 0 !important; /* Boşluğu biz spacer ile veriyoruz */
     gap: 0 !important;
     list-style: none !important;
     list-style: none !important;
     margin: 0 !important;
     margin: 0 !important;
12. satır: 27. satır:
}
}


/* Her bir ikon kutusunu hizala */
#footer-icons li {
#footer-icons li {
     display: flex !important;
     display: flex !important;
20. satır: 34. satır:
}
}


/* Resimlerin altında kalan boşluğu temizler */
#footer-icons img {
#footer-icons img {
     display: block !important;
     display: block !important;
26. satır: 39. satır:
}
}


/* 🔒 Sadece MediaWiki otomatik koruma (kilit) simgesini gizle */
#mw-indicator-mw-protect,
#mw-indicator-mw-protect,
.mw-protect-icon {
.mw-protect-icon {
32. satır: 44. satır:
}
}


/* --- 🌙 KOYU MOD (DARK MODE) UYUMLULUK KODLARI --- */
/* --- 3. Ana Sayfa Koyu Mod Kesin Çözüm --- */
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 {
    background-color: #1a1b1c !important;
    background-image: none !important;
    color: #eaecf0 !important;
    border-color: #3c4043 !important;
}


/* Bu bölüm, ana sayfada beyaz kalan (hardcoded background) kutuları
/* Banner ve metin renkleri */
  otomatik olarak algılar ve koyu moda uygun hale getirir.
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,
@media screen {
html.skin-theme-clientpref-night .mw-parser-output small {
    /* Hem sistem ayarı (night mode) hem de tercihli koyu mod için */
    color: #eaecf0 !important;
    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"] {
        background-color: #1a1b1c !important; /* Koyu arka plan */
        color: #eaecf0 !important;           /* Açık renk yazı */
        border-color: #3c4043 !important;    /* Koyu gri çerçeve */
    }


    /* Koyu modda linklerin okunabilirliğini artırır */
/* Link renkleri */
    html.skin-theme-clientpref-night .mw-parser-output a {
html.skin-theme-clientpref-night .mw-parser-output a {
        color: #8ab4f8 !important;
    color: #8ab4f8 !important;
    }
}
}


/* Tarayıcı seviyesinde karanlık mod algılaması için ek önlem */
/* --- 4. Aydınlık Mod Ayarı --- */
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-day .itn-special {
    .mw-parser-output div[style*="background"],
    background: #fafcfe !important;
    .mw-parser-output table[style*="background"],
    border: 1px solid #a3b0bf !important;
    .mw-parser-output td[style*="background"] {
        background-color: #1a1b1c !important;
        color: #eaecf0 !important;
        border-color: #3c4043 !important;
    }
}
}

19.57, 11 Ocak 2026 itibarı ile sayfanın şu anki hâli

/* --- 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 {
    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;
}

/* --- 3. Ana Sayfa Koyu Mod Kesin Çözüm --- */
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 {
    background-color: #1a1b1c !important; 
    background-image: none !important;
    color: #eaecf0 !important;
    border-color: #3c4043 !important;
}

/* Banner ve metin renkleri */
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;
}

/* Link renkleri */
html.skin-theme-clientpref-night .mw-parser-output a {
    color: #8ab4f8 !important;
}

/* --- 4. Aydınlık Mod Ayarı --- */
html.skin-theme-clientpref-day .itn-special {
    background: #fafcfe !important;
    border: 1px solid #a3b0bf !important;
}