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
1. satır: 1. satır:
/* =========================================================
/* =========================================================
   GENEL ARKA PLAN – KOYU FM ATMOSFERİ
  FOOTBALL MANAGER WIKI - MODERN & PROFESYONEL TASARIM
  ========================================================= */
 
/* =========================================================
   GENEL ARKA PLAN & SAYFA YAPISI
   ========================================================= */
   ========================================================= */
.skin-vector-2022 {
.skin-vector-2022 {
     background-color: #0e1117;
     background: linear-gradient(135deg, #0a1628 0%, #0e1a2b 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
}


.skin-vector-2022 .mw-page-container {
.skin-vector-2022 .mw-page-container {
     background-color: #0e1117;
     background: transparent;
    max-width: 1400px;
    margin: 0 auto;
}
}


/* =========================================================
/* =========================================================
   ÜST BAR – BELİRGİN, KONTRASTLI, FM HAVASI
   ÜST HEADER - PROFESYONEL & BELİRGİN
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-header {
.skin-vector-2022 .vector-header {
     background: linear-gradient(90deg, #0a2f0a, #0f4a0f);
     background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
     border-bottom: 2px solid #1fbf1f;
     border-bottom: 3px solid #2ecc71;
     min-height: 64px;
     min-height: 70px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.45);
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
}
}


23. satır: 34. satır:
.skin-vector-2022 .vector-header-end {
.skin-vector-2022 .vector-header-end {
     align-items: center;
     align-items: center;
    padding: 0 20px;
}
}


/* =========================================================
/* =========================================================
   LOGO / SITE ADI
   LOGO & SITE ADI
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .mw-wiki-title {
.skin-vector-2022 .mw-wiki-title {
     color: #eaffea;
     color: #ffffff;
     font-weight: 600;
     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-icon,
.skin-vector-2022 .mw-logo-wordmark {
.skin-vector-2022 .mw-logo-wordmark {
     filter: drop-shadow(0 0 2px rgba(0,0,0,0.6));
     filter: drop-shadow(0 2px 6px rgba(46, 204, 113, 0.3));
}
}


/* =========================================================
/* =========================================================
   ARAMA ALANI – NET, BEYAZ, OKUNUR
   ARAMA ALANI - MODERN & KULLANICI DOSTU
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-search-box {
    max-width: 500px;
    margin: 0 auto;
}
.skin-vector-2022 .cdx-search-input {
.skin-vector-2022 .cdx-search-input {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #2ecc71;
    border-radius: 25px;
    height: 45px;
    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;
     background: #ffffff;
     border: 2px solid #1fbf1f;
     border-color: #27ae60;
     border-radius: 6px;
     box-shadow: 0 4px 16px rgba(46, 204, 113, 0.25);
    height: 40px;
     outline: none;
     font-size: 15px;
}
}


.skin-vector-2022 .cdx-search-input::placeholder {
.skin-vector-2022 .cdx-search-input::placeholder {
     color: #666;
     color: #7f8c8d;
}
}


.skin-vector-2022 .cdx-search-button {
.skin-vector-2022 .cdx-search-button {
     background: #1fbf1f;
     background: #2ecc71;
     color: #0b0b0b;
     color: #ffffff;
     border: none;
     border: none;
     height: 40px;
     height: 45px;
    width: 45px;
    border-radius: 0 25px 25px 0;
     font-weight: 600;
     font-weight: 600;
    transition: all 0.3s ease;
}
}


.skin-vector-2022 .cdx-search-button:hover {
.skin-vector-2022 .cdx-search-button:hover {
     background: #19a319;
     background: #27ae60;
    transform: scale(1.05);
}
}


/* =========================================================
/* =========================================================
   SAĞ ÜST KULLANICI / BİLDİRİM / İKONLAR
   KULLANICI LİNKLERİ & İKONLAR
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-user-links a,
.skin-vector-2022 .vector-user-links a,
.skin-vector-2022 .vector-user-links .mw-ui-icon {
.skin-vector-2022 .vector-user-links .mw-ui-icon {
     color: #eaffea !important;
     color: #ecf0f1 !important;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}
}


.skin-vector-2022 .vector-user-links a:hover {
.skin-vector-2022 .vector-user-links a:hover {
     color: #ffffff !important;
     color: #2ecc71 !important;
    background: rgba(255, 255, 255, 0.1);
}
}


/* Mobil hamburger */
.skin-vector-2022 .vector-main-menu-toggle {
.skin-vector-2022 .vector-main-menu-toggle {
     color: #eaffea;
     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 MENÜ – SADİ, OKUNUR
   SOL MENU - TEMİZ & OKUNUR
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-sidebar {
.skin-vector-2022 .vector-sidebar {
     background: transparent;
     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 {
.skin-vector-2022 .vector-menu-heading {
     color: #b6ffb6;
     color: #2ecc71;
     font-weight: 600;
     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 {
.skin-vector-2022 .vector-menu-content a {
     color: #e0e0e0;
     color: #ecf0f1;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}
}


.skin-vector-2022 .vector-menu-content a:hover {
.skin-vector-2022 .vector-menu-content a:hover {
     color: #ffffff;
     color: #ffffff;
    background: rgba(46, 204, 113, 0.15);
    padding-left: 20px;
}
.skin-vector-2022 .vector-menu-content .selected a {
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.2);
    font-weight: 600;
}
}


/* =========================================================
/* =========================================================
   ANA İÇERİK KART GÖRÜNÜM
   ANA İÇERİK ALANI - KART TASARIM
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .mw-content-container {
.skin-vector-2022 .mw-content-container {
     background: #ffffff;
     background: #ffffff;
     border-radius: 12px;
     border-radius: 16px;
     padding: 24px;
     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;
}
 
/* =========================================================
  BAŞLIKLAR - MODERN & HIYERARŞİK
  ========================================================= */
.skin-vector-2022 h1 {
    color: #1a472a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2ecc71;
}
 
.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-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 – FM YEŞİLİ
   LİNKLER - TUTARLI & BELİRGİN
   ========================================================= */
   ========================================================= */
.skin-vector-2022 a {
.skin-vector-2022 .mw-content-container a {
     color: #1f9f1f;
     color: #27ae60;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}
}


.skin-vector-2022 a:hover {
.skin-vector-2022 .mw-content-container a:hover {
     color: #148014;
     color: #1e8449;
    border-bottom-color: #1e8449;
}
 
.skin-vector-2022 .mw-content-container a:visited {
    color: #16a085;
}
}


/* =========================================================
/* =========================================================
   BAŞLIKLAR VE TABLOLAR – TEMİZ
   TABLOLAR - PROFESYONEL & OKUNUR
   ========================================================= */
   ========================================================= */
.skin-vector-2022 h1,
.skin-vector-2022 table.wikitable {
.skin-vector-2022 h2,
    border-collapse: collapse;
.skin-vector-2022 h3 {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
}
 
.skin-vector-2022 table.wikitable th {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border: none;
}
 
.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 {
     border-bottom: none;
     border-bottom: none;
    margin-top: 1.4em;
}
}


.skin-vector-2022 table.wikitable {
/* Zebra striping */
.skin-vector-2022 table.wikitable tr:nth-child(even) td {
    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;
    transition: all 0.3s ease;
    cursor: pointer;
}
 
.skin-vector-2022 .mw-ui-button:hover {
    background: #27ae60;
    transform: translateY(-2px);
    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;
     border-radius: 8px;
     overflow: hidden;
     padding: 15px 20px;
    margin: 15px 0;
    border-left: 4px solid #2ecc71;
}
 
/* =========================================================
  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 {
    color: #95a5a6;
    transition: color 0.3s ease;
}
 
.skin-vector-2022 .vector-footer a:hover {
    color: #2ecc71;
}
 
/* =========================================================
  RESPONSİVE TASARIM - MOBİL UYUMLULUK
  ========================================================= */
@media (max-width: 1000px) {
    .skin-vector-2022 .mw-content-container {
        padding: 25px;
        border-radius: 12px;
    }
   
    .skin-vector-2022 .vector-search-box {
        max-width: 100%;
    }
}
 
@media (max-width: 720px) {
    .skin-vector-2022 .mw-content-container {
        padding: 20px;
        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;
    }
}
 
/* =========================================================
  SCROLL BAR - ÖZEL TASARIM
  ========================================================= */
.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 {
    background: #27ae60;
}
 
/* =========================================================
  Ö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 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 
.skin-vector-2022 .mw-content-container {
    animation: fadeIn 0.5s ease-out;
}
}

12.01, 6 Aralık 2025 tarihindeki hâli

/* =========================================================
   FOOTBALL MANAGER WIKI - MODERN & PROFESYONEL TASARIM
   ========================================================= */

/* =========================================================
   GENEL ARKA PLAN & SAYFA YAPISI
   ========================================================= */
.skin-vector-2022 {
    background: linear-gradient(135deg, #0a1628 0%, #0e1a2b 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.skin-vector-2022 .mw-page-container {
    background: transparent;
    max-width: 1400px;
    margin: 0 auto;
}

/* =========================================================
   ÜST HEADER - PROFESYONEL & BELİRGİN
   ========================================================= */
.skin-vector-2022 .vector-header {
    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,
.skin-vector-2022 .vector-header-end {
    align-items: center;
    padding: 0 20px;
}

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

/* =========================================================
   ARAMA ALANI - MODERN & KULLANICI DOSTU
   ========================================================= */
.skin-vector-2022 .vector-search-box {
    max-width: 500px;
    margin: 0 auto;
}

.skin-vector-2022 .cdx-search-input {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #2ecc71;
    border-radius: 25px;
    height: 45px;
    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);
}

/* =========================================================
   KULLANICI LİNKLERİ & İKONLAR
   ========================================================= */
.skin-vector-2022 .vector-user-links a,
.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 {
    color: #2ecc71 !important;
    background: rgba(255, 255, 255, 0.1);
}

.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;
}

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

.skin-vector-2022 .vector-menu-content .selected a {
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.2);
    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;
}

/* =========================================================
   BAŞLIKLAR - MODERN & HIYERARŞİK
   ========================================================= */
.skin-vector-2022 h1 {
    color: #1a472a;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2ecc71;
}

.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;
}

/* =========================================================
   TABLOLAR - PROFESYONEL & OKUNUR
   ========================================================= */
.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;
}

.skin-vector-2022 table.wikitable th {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border: none;
}

.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 {
    border-bottom: none;
}

/* Zebra striping */
.skin-vector-2022 table.wikitable tr:nth-child(even) td {
    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;
    transition: all 0.3s ease;
    cursor: pointer;
}

.skin-vector-2022 .mw-ui-button:hover {
    background: #27ae60;
    transform: translateY(-2px);
    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;
}

/* =========================================================
   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 {
    color: #95a5a6;
    transition: color 0.3s ease;
}

.skin-vector-2022 .vector-footer a:hover {
    color: #2ecc71;
}

/* =========================================================
   RESPONSİVE TASARIM - MOBİL UYUMLULUK
   ========================================================= */
@media (max-width: 1000px) {
    .skin-vector-2022 .mw-content-container {
        padding: 25px;
        border-radius: 12px;
    }
    
    .skin-vector-2022 .vector-search-box {
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .skin-vector-2022 .mw-content-container {
        padding: 20px;
        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;
    }
}

/* =========================================================
   SCROLL BAR - ÖZEL TASARIM
   ========================================================= */
.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 {
    background: #27ae60;
}

/* =========================================================
   Ö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 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skin-vector-2022 .mw-content-container {
    animation: fadeIn 0.5s ease-out;
}