MediaWiki:Vector.css: Revizyonlar arasındaki fark

FM Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 20 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* =========================================================
/* --- Vector skin: Logo boyutu + merkezleme + çerçeve --- */
  FOOTBALL MANAGER WIKI - MODERN & PROFESYONEL TASARIM
  ========================================================= */


/* =========================================================
#p-logo {
  GENEL ARKA PLAN & SAYFA YAPISI
    width: 100%;              /* panel genişliği kadar */
  ========================================================= */
    padding: 8px 0 12px;
.skin-vector-2022 {
     margin: 0 auto 8px auto;  /* üstte, ortalanmış halde */
     background: linear-gradient(135deg, #0a1628 0%, #0e1a2b 100%);
     text-align: center;       /* içerdiği linki ortala */
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
}


.skin-vector-2022 .mw-page-container {
/* Asıl logo linki */
     background: transparent;
#p-logo .mw-wiki-logo {
     max-width: 1400px;
     width: 135px;
     height: 135px;
     margin: 0 auto;
     margin: 0 auto;
}
    display: block;


/* =========================================================
    /* Logoyu kutuya düzgün oturt */
  ÜST HEADER - PROFESYONEL & BELİRGİN
     background-size: contain;
  ========================================================= */
     background-position: center;
.skin-vector-2022 .vector-header {
     background-repeat: no-repeat;
     background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
    border-bottom: 3px solid #2ecc71;
     min-height: 70px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
}


.skin-vector-2022 .vector-header-start,
    /* Şık çerçeve + hafif kart efekti */
.skin-vector-2022 .vector-header-end {
    border-radius: 12px;
     align-items: center;
    border: 2px solid #1b2836;            /* koyu çerçeve */
     padding: 0 20px;
     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 */
}
}


/* =========================================================
  LOGO & SITE ADI
  ========================================================= */
.skin-vector-2022 .mw-wiki-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.skin-vector-2022 .mw-logo-container {
    padding: 8px 0;
}


.skin-vector-2022 .mw-logo-icon,
.skin-vector-2022 .mw-logo-wordmark {
    filter: drop-shadow(0 2px 6px rgba(46, 204, 113, 0.3));
}


/* =========================================================
/* Hızlı Başlangıç kutusu */
  ARAMA ALANI - MODERN & KULLANICI DOSTU
.wikitable.fm-quickbox {
  ========================================================= */
     width: 100%;
.skin-vector-2022 .vector-search-box {
    border: 1px solid #1b2836;
     max-width: 500px;
     margin-bottom: 1em;
     margin: 0 auto;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
}
}


.skin-vector-2022 .cdx-search-input {
.fm-quickbox-header {
    background: rgba(255, 255, 255, 0.95);
     padding: 0.75em 1em;
    border: 2px solid #2ecc71;
     background: #e5e7eb;
    border-radius: 25px;
     font-size: 140%;
    height: 45px;
     text-align: left;
     padding: 0 20px;
    font-size: 15px;
    color: #2c3e50;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
 
.skin-vector-2022 .cdx-search-input:focus {
    background: #ffffff;
    border-color: #27ae60;
    box-shadow: 0 4px 16px rgba(46, 204, 113, 0.25);
    outline: none;
}
 
.skin-vector-2022 .cdx-search-input::placeholder {
    color: #7f8c8d;
}
 
.skin-vector-2022 .cdx-search-button {
     background: #2ecc71;
    color: #ffffff;
    border: none;
    height: 45px;
    width: 45px;
    border-radius: 0 25px 25px 0;
     font-weight: 600;
     transition: all 0.3s ease;
}
 
.skin-vector-2022 .cdx-search-button:hover {
    background: #27ae60;
    transform: scale(1.05);
}
}


/* =========================================================
.fm-quickbox-body {
  KULLANICI LİNKLERİ & İKONLAR
     padding: 0.9em 1.2em;
  ========================================================= */
     background: #020617;
.skin-vector-2022 .vector-user-links a,
     color: #e5e7eb;
.skin-vector-2022 .vector-user-links .mw-ui-icon {
     color: #ecf0f1 !important;
    transition: all 0.3s ease;
     padding: 8px 12px;
     border-radius: 6px;
}
}


.skin-vector-2022 .vector-user-links a:hover {
/* Kutudaki link renkleri */
    color: #2ecc71 !important;
.fm-quickbox-body a,
    background: rgba(255, 255, 255, 0.1);
.fm-quickbox-body a:visited {
}
     color: #38bdf8;         /* FM tarzı açık mavi */
 
.skin-vector-2022 .vector-main-menu-toggle {
    color: #ecf0f1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px;
    transition: all 0.3s ease;
}
 
.skin-vector-2022 .vector-main-menu-toggle:hover {
    background: rgba(46, 204, 113, 0.2);
}
 
/* =========================================================
  SOL MENU - TEMİZ & OKUNUR
  ========================================================= */
.skin-vector-2022 .vector-sidebar {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
    backdrop-filter: blur(10px);
}
 
.skin-vector-2022 .vector-menu-heading {
    color: #2ecc71;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 2px solid rgba(46, 204, 113, 0.3);
}
 
.skin-vector-2022 .vector-menu-content {
    padding: 8px 0;
}
 
.skin-vector-2022 .vector-menu-content a {
     color: #ecf0f1;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
     text-decoration: none;
     text-decoration: none;
}
}


.skin-vector-2022 .vector-menu-content a:hover {
.fm-quickbox-body a:hover {
     color: #ffffff;
     text-decoration: underline;
    background: rgba(46, 204, 113, 0.15);
    padding-left: 20px;
}
}


.skin-vector-2022 .vector-menu-content .selected a {
/* Kırmızı linkleri (henüz olmayan sayfa) daha şık hale getir */
     color: #2ecc71;
.fm-quickbox-body a.new {
    background: rgba(46, 204, 113, 0.2);
     color: #f97316;         /* turuncumsu vurgulu renk */
    font-weight: 600;
}
}


/* =========================================================
  ANA İÇERİK ALANI - KART TASARIM
  ========================================================= */
.skin-vector-2022 .mw-content-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-height: calc(100vh - 150px);
}


.skin-vector-2022 .mw-body {
    padding: 0;
}


/* =========================================================
/* FM rol tablosu – modern görünüm */
  BAŞLIKLAR - MODERN & HIYERARŞİK
.wikitable.fm-role-table {
  ========================================================= */
     width: 100%;
.skin-vector-2022 h1 {
     border-collapse: separate;
     color: #1a472a;
     border-spacing: 0;
     font-size: 32px;
     background: #020617;
     font-weight: 700;
     color: #e5e7eb;
     margin-bottom: 20px;
     border: 1px solid #1f2933;
    padding-bottom: 15px;
     border-radius: 10px;
    border-bottom: 3px solid #2ecc71;
     overflow: hidden;
}
     font-size: 95%;
 
.skin-vector-2022 h2 {
     color: #2c3e50;
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
     border-bottom: 2px solid #ecf0f1;
}
 
.skin-vector-2022 h3 {
    color: #34495e;
     font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
 
.skin-vector-2022 h4,
.skin-vector-2022 h5,
.skin-vector-2022 h6 {
    color: #5a6c7d;
     font-weight: 600;
    margin-top: 15px;
}
 
/* =========================================================
  LİNKLER - TUTARLI & BELİRGİN
  ========================================================= */
.skin-vector-2022 .mw-content-container a {
    color: #27ae60;
    text-decoration: none;
     font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}
 
.skin-vector-2022 .mw-content-container a:hover {
    color: #1e8449;
    border-bottom-color: #1e8449;
}
 
.skin-vector-2022 .mw-content-container a:visited {
    color: #16a085;
}
}


/* =========================================================
.fm-role-table th,
  TABLOLAR - PROFESYONEL & OKUNUR
.fm-role-table td {
  ========================================================= */
     padding: 0.6em 0.8em;
.skin-vector-2022 table.wikitable {
     border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     border: none;
     border: none;
    color:#efefef;
}
}


.skin-vector-2022 table.wikitable th {
/* FM rol tablosu – başlıkları belirginleştir */
     background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
.fm-role-table th {
     color: #ffffff;
     background: linear-gradient(90deg, #111827, #1f2937);
    font-weight: 600;
     color: #f9fafb !important;    /* zorla açık renk yazı */
     padding: 15px;
     text-align: left;
     text-align: left;
     border: none;
     font-weight: 700;
}
    font-size: 100%;
 
     border-bottom: 1px solid #1f2933;
.skin-vector-2022 table.wikitable td {
    padding: 12px 15px;
     border-bottom: 1px solid #ecf0f1;
    background: #ffffff;
}
}


.skin-vector-2022 table.wikitable tr:hover td {
    background: #f8f9fa;
}


.skin-vector-2022 table.wikitable tr:last-child td {
/* Zebra satırlar */
     border-bottom: none;
.fm-role-table tr:nth-child(even) td {
     background: #020b1a;
}
}


/* Zebra striping */
/* İlk sütuna vurgu (Bölge) */
.skin-vector-2022 table.wikitable tr:nth-child(even) td {
.fm-role-table td:first-child {
    background: #f7f9fa;
}
 
/* =========================================================
  BUTONLAR & AKSİYONLAR
  ========================================================= */
.skin-vector-2022 .mw-ui-button {
    background: #2ecc71;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
     font-weight: 600;
     font-weight: 600;
     transition: all 0.3s ease;
     color: #bfdbfe;
     cursor: pointer;
     border-right: 1px solid #1f2933;
}
}


.skin-vector-2022 .mw-ui-button:hover {
/* Hover efekti */
     background: #27ae60;
.fm-role-table tr:hover td {
    transform: translateY(-2px);
     background: #041021;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
}
}


/* =========================================================
  BİLGİ KUTULARI & UYARILAR
  ========================================================= */
.skin-vector-2022 .infobox {
    background: #f8f9fa;
    border: 2px solid #ecf0f1;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.skin-vector-2022 .mw-message-box {
    border-radius: 8px;
    padding: 15px 20px;
    margin: 15px 0;
    border-left: 4px solid #2ecc71;
}


/* =========================================================
/* === Genel tablo stili: tüm wikitable'lar için modern FM görünümü === */
  FOOTER - BASIT & TEMİZ
  ========================================================= */
.skin-vector-2022 .vector-footer {
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(46, 204, 113, 0.3);
    margin-top: 40px;
    padding: 30px 20px;
    border-radius: 12px;
    color: #95a5a6;
}


.skin-vector-2022 .vector-footer a {
table.wikitable {
     color: #95a5a6;
    width: 100%;
     transition: color 0.3s ease;
    border-collapse: separate;
    border-spacing: 0;
    background: #020617;
     color: #e5e7eb;
    border: 1px solid #1f2933;
    border-radius: 10px;
    overflow: hidden;
     font-size: 95%;
}
}


.skin-vector-2022 .vector-footer a:hover {
/* Hücreler */
     color: #2ecc71;
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ı */
  RESPONSİVE TASARIM - MOBİL UYUMLULUK
table.wikitable th {
  ========================================================= */
     background: linear-gradient(90deg, #111827, #1f2937);
@media (max-width: 1000px) {
    color: #f9fafb !important;
     .skin-vector-2022 .mw-content-container {
    text-align: left;
        padding: 25px;
     font-weight: 700;
        border-radius: 12px;
     font-size: 100%;
     }
     border-bottom: 1px solid #1f2933;
   
     .skin-vector-2022 .vector-search-box {
        max-width: 100%;
     }
}
}


@media (max-width: 720px) {
/* Zebra satırlar */
    .skin-vector-2022 .mw-content-container {
table.wikitable tr:nth-child(even) td {
        padding: 20px;
    background: #020b1a;
        margin: 10px;
        border-radius: 8px;
    }
   
    .skin-vector-2022 h1 {
        font-size: 26px;
    }
   
    .skin-vector-2022 h2 {
        font-size: 22px;
    }
   
    .skin-vector-2022 table.wikitable {
        font-size: 14px;
    }
   
    .skin-vector-2022 table.wikitable th,
    .skin-vector-2022 table.wikitable td {
        padding: 10px;
    }
}
}


/* =========================================================
/* Hover efekti */
  SCROLL BAR - ÖZEL TASARIM
table.wikitable tr:hover td {
  ========================================================= */
     background: #041021;
.skin-vector-2022 ::-webkit-scrollbar {
     width: 12px;
}
}


.skin-vector-2022 ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}


.skin-vector-2022 ::-webkit-scrollbar-thumb {
    background: #2ecc71;
    border-radius: 10px;
    transition: all 0.3s ease;
}


.skin-vector-2022 ::-webkit-scrollbar-thumb:hover {
/* Koyu zeminli FM tablolarında link renkleri */
    background: #27ae60;
table.wikitable a,
}
table.wikitable a:visited {
 
     color: #38bdf8;             /* açık mavi, okunaklı */
/* =========================================================
    text-decoration: none;
  ÖZEL İKONLAR & BADGE'LER
  ========================================================= */
.skin-vector-2022 .mw-badge {
    background: #2ecc71;
     color: #ffffff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-left: 8px;
}
 
/* =========================================================
  ANİMASYONLAR - YUMUŞAK GEÇİŞLER
  ========================================================= */
.skin-vector-2022 * {
    transition: background-color 0.3s ease, color 0.3s ease;
}
}


/* Sayfa yüklenme animasyonu */
table.wikitable a:hover {
@keyframes fadeIn {
     color: #7dd3fc;             /* hover'da biraz aç */
     from {
     text-decoration: underline;
        opacity: 0;
        transform: translateY(20px);
    }
     to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


.skin-vector-2022 .mw-content-container {
/* Henüz oluşturulmamış sayfa linkleri (kırmızı rezaletini çözelim) */
     animation: fadeIn 0.5s ease-out;
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 */
}