Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki arayüz sayfası
15.14, 18 Nisan 2026 tarihinde C. Karakuş (mesaj | katkılar) tarafından oluşturulmuş 30 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.
.yazar-alt-imza {
    margin-top: 30px;
    text-align: right;
    clear: both;
}

.yazar-alt-imza hr {
    width: 200px;
    margin-right: 0;
    margin-left: auto;
    border: 0;
    border-top: 1px solid #aaa;
    margin-bottom: 5px;
}
/* Kizilbashica Elite Infobox */
.bilgi-kutusu-elite {
    float: right;
    width: 320px;
    margin: 10px 0 20px 20px;
    background-color: #ffffff; /* Aydınlık mod arka plan */
    border-radius: 28px; /* Ultra rounded */
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
    border-collapse: separate;
}

/* Karanlık Mod Senkronizasyonu */
.mw-dark-mode .bilgi-kutusu-elite {
    background-color: #1a1b1e !important;
    border: 1px solid #2c2e33 !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* Kırmızı Başlık Alanı */
.bilgi-kutusu-elite th.ana-baslik {
    background: linear-gradient(135deg, #a51c1c, #7b1414) !important;
    color: #ffffff !important;
    padding: 22px 15px !important;
    font-size: 1.35em !important;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: none !important;
}

/* Alt Başlıklar (Kişisel Bilgiler) */
.bilgi-kutusu-elite .alt-baslik {
    background-color: #fdf2f2 !important;
    color: #a51c1c !important;
    padding: 10px !important;
    font-size: 0.75em !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}

.mw-dark-mode .bilgi-kutusu-elite .alt-baslik {
    background-color: #2c1a1a !important;
    color: #ff6b6b !important;
}

/* Satır ve Hücre Tasarımı */
.bilgi-kutusu-elite td {
    padding: 12px 18px !important;
    font-size: 0.92em !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important;
    color: #2c2e33;
}

.mw-dark-mode .bilgi-kutusu-elite td {
    color: #ced4da !important;
    border-bottom: 1px solid #2c2e33 !important;
}

/* Etiketler (Sol Sütun) */
.bilgi-kutusu-elite .etiket {
    font-weight: 600 !important;
    color: #868e96 !important;
    width: 38%;
    background-color: rgba(0,0,0,0.01) !important;
}

.mw-dark-mode .bilgi-kutusu-elite .etiket {
    color: #909296 !important;
    background-color: rgba(255,255,255,0.02) !important;
}

/* Resim Alanı */
.bilgi-kutusu-elite .resim-alani {
    padding: 15px !important;
    text-align: center;
}

.bilgi-kutusu-elite .resim-alani img {
    border-radius: 20px !important;
    transition: transform 0.3s ease;
}