MediaWiki:Vector.css

FM Wiki sitesinden
15.28, 10 Aralık 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 916 numaralı sürüm
Gezinti kısmına atla Arama kısmına atla

Not: Yayımladıktan sonra değişiklikleri görmek 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)
  • Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Ctrl-F5 tıklayın.
/* --- Vector skin: Logo boyutu + merkezleme + çerçeve --- */

#p-logo {
    width: 100%;              /* panel genişliği kadar */
    padding: 8px 0 12px;
    margin: 0 auto 8px auto;  /* üstte, ortalanmış halde */
    text-align: center;       /* içerdiği linki ortala */
}

/* Asıl logo linki */
#p-logo .mw-wiki-logo {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    display: block;

    /* Logoyu kutuya düzgün oturt */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    /* Şık çerçeve + hafif kart efekti */
    border-radius: 12px;
 /*   border: 2px solid #1b2836;     */        /* koyu çerçeve */
    background-color: #fff;             /* koyu lacivert arka plan */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35),
                0 0 0 1px rgba(255, 255, 255, 0.03); /* hafif glow */
}




/* Hızlı Başlangıç kutusu */
.wikitable.fm-quickbox {
    width: 100%;
    border: 1px solid #1b2836;
    margin-bottom: 1em;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
}

.fm-quickbox-header {
    padding: 0.75em 1em;
    background: #e5e7eb;
    font-size: 140%;
    text-align: left;
}

.fm-quickbox-body {
    padding: 0.9em 1.2em;
    background: #020617;
    color: #e5e7eb;
}

/* Kutudaki link renkleri */
.fm-quickbox-body a,
.fm-quickbox-body a:visited {
    color: #38bdf8;          /* FM tarzı açık mavi */
    text-decoration: none;
}

.fm-quickbox-body a:hover {
    text-decoration: underline;
}

/* Kırmızı linkleri (henüz olmayan sayfa) daha şık hale getir */
.fm-quickbox-body a.new {
    color: #f97316;          /* turuncumsu vurgulu renk */
}



/* FM rol tablosu – modern görünüm */
.wikitable.fm-role-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #020617;
    color: #e5e7eb;
    border: 1px solid #1f2933;
    border-radius: 10px;
    overflow: hidden;
    font-size: 95%;
}

.fm-role-table th,
.fm-role-table td {
    padding: 0.6em 0.8em;
    border: none;
    color:#efefef;
}

/* FM rol tablosu – başlıkları belirginleştir */
.fm-role-table th {
    background: linear-gradient(90deg, #111827, #1f2937);
    color: #f9fafb !important;     /* zorla açık renk yazı */
    text-align: left;
    font-weight: 700;
    font-size: 100%;
    border-bottom: 1px solid #1f2933;
}


/* Zebra satırlar */
.fm-role-table tr:nth-child(even) td {
    background: #020b1a;
}

/* İlk sütuna vurgu (Bölge) */
.fm-role-table td:first-child {
    font-weight: 600;
    color: #bfdbfe;
    border-right: 1px solid #1f2933;
}

/* Hover efekti */
.fm-role-table tr:hover td {
    background: #041021;
}



/* === Genel tablo stili: tüm wikitable'lar için modern FM görünümü === */

table.wikitable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #020617;
    color: #e5e7eb;
    border: 1px solid #1f2933;
    border-radius: 10px;
    overflow: hidden;
    font-size: 95%;
}

/* Hücreler */
table.wikitable th,
table.wikitable td {
    padding: 0.6em 0.8em;
    border: none; /* MediaWiki'nin varsayılan gri çizgilerini kaldır */
}

/* Başlık satırı */
table.wikitable th {
    background: linear-gradient(90deg, #111827, #1f2937);
    color: #f9fafb !important;
    text-align: left;
    font-weight: 700;
    font-size: 100%;
    border-bottom: 1px solid #1f2933;
}

/* Zebra satırlar */
table.wikitable tr:nth-child(even) td {
    background: #020b1a;
}

/* Hover efekti */
table.wikitable tr:hover td {
    background: #041021;
}



/* Koyu zeminli FM tablolarında link renkleri */
table.wikitable a,
table.wikitable a:visited {
    color: #38bdf8;              /* açık mavi, okunaklı */
    text-decoration: none;
}

table.wikitable a:hover {
    color: #7dd3fc;              /* hover'da biraz aç */
    text-decoration: underline;
}

/* Henüz oluşturulmamış sayfa linkleri (kırmızı rezaletini çözelim) */
table.wikitable a.new {
    color: #f97316;              /* turuncu vurgulu */
}