MediaWiki:Vector.css: Revizyonlar arasındaki fark

FM Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
"→‎Sol menü: .skin-vector-2022 .vector-sidebar { background: transparent; } →‎Menü başlıkları: .skin-vector-2022 .vector-menu-heading { color: #b6ffb6; font-weight: 600; } →‎Menü linkleri: .skin-vector-2022 .vector-menu-content a { color: #e0e0e0; } .skin-vector-2022 .vector-menu-content a:hover { color: #ffffff; }" içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 25 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* Sol menü */
/* --- Vector skin: Logo boyutu + merkezleme + çerçeve --- */
.skin-vector-2022 .vector-sidebar {
 
     background: transparent;
#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;
}
}


/* Menü başlıkları */
 
.skin-vector-2022 .vector-menu-heading {
/* Zebra satırlar */
     color: #b6ffb6;
.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;
     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;
}
}


/* Menü linkleri */
table.wikitable a:hover {
.skin-vector-2022 .vector-menu-content a {
     color: #7dd3fc;              /* hover'da biraz aç */
     color: #e0e0e0;
    text-decoration: underline;
}
}


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

21.41, 6 Aralık 2025 itibarı ile sayfanın şu anki hâli

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