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:
/* =========================================================
/* =========================================================
   FOOTBALL MANAGER WIKI - ULTRA MODERN & PREMIUM TASARIM
   1. EKSİK KALAN ANİMASYONUN TAMAMLANMASI
   ========================================================= */
   ========================================================= */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}


/* =========================================================
/* =========================================================
   GENEL ARKA PLAN & SAYFA YAPISI - PREMIUM ATMOSFERİ
   2. SEKMELER (NAVIGASYON) - MODERN HAP (PILL) TASARIM
  (Oku, Değiştir, Geçmişi Gör sekmeleri)
   ========================================================= */
   ========================================================= */
.skin-vector-2022 {
.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list {
     background: #0a0e14;
     display: flex;
     background-image:  
    gap: 8px;
        radial-gradient(circle at 20% 50%, rgba(46, 204, 113, 0.08) 0%, transparent 50%),
     background: rgba(240, 242, 245, 0.5);
        radial-gradient(circle at 80% 80%, rgba(52, 152, 219, 0.05) 0%, transparent 50%),
    padding: 6px;
        linear-gradient(180deg, #0a0e14 0%, #0d1117 100%);
     border-radius: 14px;
     font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
     backdrop-filter: blur(5px);
     min-height: 100vh;
}
}


.skin-vector-2022 .mw-page-container {
.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li a {
    color: #5a6c7d;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     background: transparent;
     background: transparent;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
}


/* =========================================================
.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li.selected a {
  ÜST HEADER - GLASSMORPHISM & PREMIUM
     background: #ffffff;
  ========================================================= */
     color: #2ecc71;
.skin-vector-2022 .vector-header {
     box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
     background: rgba(26, 71, 42, 0.8);
     transform: translateY(-1px);
     backdrop-filter: blur(20px) saturate(180%);
     -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(46, 204, 113, 0.2);
     box-shadow:  
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    min-height: 75px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
}


.skin-vector-2022 .vector-header:hover {
.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li a:hover:not(.selected) {
     background: rgba(26, 71, 42, 0.9);
     background: rgba(255, 255, 255, 0.6);
     border-bottom-color: rgba(46, 204, 113, 0.4);
     color: #27ae60;
}
}


.skin-vector-2022 .vector-header-start,
/* =========================================================
.skin-vector-2022 .vector-header-end {
  3. TABLE OF CONTENTS (İÇİNDEKİLER) - STICKY HUD STYLE
     align-items: center;
  (Sol veya Sağ taraftaki kayan menü)
     padding: 0 24px;
  ========================================================= */
     gap: 20px;
.skin-vector-2022 .vector-toc {
     background: rgba(255, 255, 255, 0.02);
     border-right: 1px solid rgba(255, 255, 255, 0.05);
     padding: 20px;
}
}


/* =========================================================
.skin-vector-2022 .vector-toc-title {
  LOGO & SITE ADI - PREMIUM BRANDING
  ========================================================= */
.skin-vector-2022 .mw-wiki-title {
     color: #ffffff;
     color: #ffffff;
    font-family: 'Inter', sans-serif;
     font-weight: 800;
     font-weight: 800;
    font-size: 20px;
     letter-spacing: 1px;
     letter-spacing: -0.5px;
     opacity: 0.8;
     text-shadow:  
        2px 2px 8px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.5);
}
}


.skin-vector-2022 .mw-logo-container {
.skin-vector-2022 .vector-toc-link {
     padding: 12px 0;
     color: rgba(255, 255, 255, 0.6) !important;
     position: relative;
    transition: all 0.2s ease;
     border-left: 2px solid transparent;
    padding-left: 10px;
}
}


.skin-vector-2022 .mw-logo-container::after {
.skin-vector-2022 .vector-toc-list-item-active > .vector-toc-link {
     content: '';
     color: #2ecc71 !important;
     position: absolute;
     font-weight: 700;
    bottom: 0;
     border-left-color: #2ecc71;
     left: 0;
     background: linear-gradient(90deg, rgba(46, 204, 113, 0.1), transparent);
    right: 0;
     padding-left: 14px;
    height: 2px;
     background: linear-gradient(90deg, transparent, #2ecc71, transparent);
     opacity: 0;
    transition: opacity 0.3s ease;
}
}


.skin-vector-2022 .mw-logo-container:hover::after {
.skin-vector-2022 .vector-toc-link:hover {
     opacity: 1;
     color: #ffffff !important;
}
     padding-left: 14px;
 
.skin-vector-2022 .mw-logo-icon,
.skin-vector-2022 .mw-logo-wordmark {
    filter: drop-shadow(0 4px 12px rgba(46, 204, 113, 0.4));
     transition: filter 0.3s ease;
}
 
.skin-vector-2022 .mw-logo-container:hover .mw-logo-icon,
.skin-vector-2022 .mw-logo-container:hover .mw-logo-wordmark {
    filter: drop-shadow(0 6px 20px rgba(46, 204, 113, 0.6));
}
}


/* =========================================================
/* =========================================================
   ARAMA ALANI - MODERN & FUTURISTIC
   4. FM ÖZEL: OYUNCU ÖZELLİK KUTULARI (ATTRIBUTES)
  Wiki içinde <div class="fm-attr">18</div> şeklinde kullanılır
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-search-box {
.fm-attr {
     max-width: 550px;
     display: inline-flex;
    margin: 0 auto;
     align-items: center;
    position: relative;
     justify-content: center;
}
     width: 36px;
 
     height: 36px;
.skin-vector-2022 .vector-search-box::before {
     border-radius: 8px;
    content: '';
     font-weight: 800;
     position: absolute;
     font-size: 16px;
    inset: -2px;
    background: linear-gradient(135deg, #2ecc71, #3498db);
     border-radius: 30px;
     opacity: 0;
     transition: opacity 0.3s ease;
    z-index: -1;
}
 
.skin-vector-2022 .vector-search-box:focus-within::before {
    opacity: 1;
    animation: pulse 2s ease-in-out infinite;
}
 
@keyframes pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}
 
.skin-vector-2022 .cdx-search-input {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(46, 204, 113, 0.3);
     border-radius: 28px;
    height: 50px;
    padding: 0 24px;
     font-size: 15px;
    color: #1a1a1a;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
 
.skin-vector-2022 .cdx-search-input:focus {
    background: #ffffff;
    border-color: transparent;
    box-shadow:
        0 8px 30px rgba(46, 204, 113, 0.2),
        0 0 0 4px rgba(46, 204, 113, 0.1);
    outline: none;
    transform: translateY(-2px);
}
 
.skin-vector-2022 .cdx-search-input::placeholder {
    color: #95a5a6;
     font-weight: 500;
}
 
.skin-vector-2022 .cdx-search-button {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
     color: #ffffff;
     color: #ffffff;
     border: none;
     box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3), 0 4px 8px rgba(0,0,0,0.2);
    height: 50px;
     text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    width: 50px;
     margin: 0 4px;
    border-radius: 0 28px 28px 0;
     vertical-align: middle;
    font-weight: 600;
     /* Varsayılan Gri */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     background: #bdc3c7;
     box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
     position: relative;
     overflow: hidden;
}
 
.skin-vector-2022 .cdx-search-button::before {
    content: '';
     position: absolute;
    inset: 0;
     background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
}


.skin-vector-2022 .cdx-search-button:hover {
/* Değere göre renkler (JS ile veya manuel class ile atanabilir) */
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
.fm-attr.excellent { background: linear-gradient(135deg, #27ae60, #2ecc71); border: 1px solid #2ecc71; } /* 16-20 */
    transform: scale(1.05);
.fm-attr.good     { background: linear-gradient(135deg, #f39c12, #f1c40f); border: 1px solid #f1c40f; } /* 11-15 */
     box-shadow: 0 6px 25px rgba(46, 204, 113, 0.5);
.fm-attr.average  { background: linear-gradient(135deg, #7f8c8d, #95a5a6); border: 1px solid #95a5a6; } /* 1-10 */
}
 
.skin-vector-2022 .cdx-search-button:hover::before {
    transform: translateX(100%);
}


/* =========================================================
/* =========================================================
   KULLANICI LİNKLERİ & İKONLAR - MODERN UI
   5. FM ÖZEL: TAKTİK ROLLERİ KARTI
  Wiki içinde <div class="fm-role-card">...</div>
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-user-links a,
.fm-role-card {
.skin-vector-2022 .vector-user-links .mw-ui-icon {
     background: #f8f9fa;
    color: rgba(255, 255, 255, 0.9) !important;
     border: 1px solid #e9ecef;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 10px 16px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
 
.skin-vector-2022 .vector-user-links a::before {
    content: '';
    position: absolute;
    inset: 0;
     background: linear-gradient(135deg, rgba(46, 204, 113, 0.2), rgba(52, 152, 219, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}
 
.skin-vector-2022 .vector-user-links a:hover {
    color: #ffffff !important;
     transform: translateY(-2px);
}
 
.skin-vector-2022 .vector-user-links a:hover::before {
    opacity: 1;
}
 
.skin-vector-2022 .vector-main-menu-toggle {
    color: #ffffff;
    background: rgba(46, 204, 113, 0.15);
     border-radius: 12px;
     border-radius: 12px;
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(46, 204, 113, 0.2);
}
.skin-vector-2022 .vector-main-menu-toggle:hover {
    background: rgba(46, 204, 113, 0.25);
    transform: scale(1.1) rotate(90deg);
    border-color: rgba(46, 204, 113, 0.4);
}
/* =========================================================
  SOL MENU - GLASSMORPHISM & SMOOTH
  ========================================================= */
.skin-vector-2022 .vector-sidebar {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
     padding: 20px;
     padding: 20px;
     margin-top: 24px;
     margin: 15px 0;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
 
.skin-vector-2022 .vector-menu-heading {
    color: #2ecc71;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    padding: 12px 0;
    border-bottom: 2px solid rgba(46, 204, 113, 0.2);
    position: relative;
}
 
.skin-vector-2022 .vector-menu-heading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #2ecc71;
    box-shadow: 0 0 10px #2ecc71;
}
 
.skin-vector-2022 .vector-menu-content {
    padding: 8px 0;
}
 
.skin-vector-2022 .vector-menu-content a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
     font-weight: 500;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.skin-vector-2022 .vector-menu-content a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #2ecc71, #3498db);
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 3px 3px 0;
}
 
.skin-vector-2022 .vector-menu-content a:hover {
    color: #ffffff;
    background: rgba(46, 204, 113, 0.12);
    padding-left: 24px;
    box-shadow: inset 0 0 20px rgba(46, 204, 113, 0.1);
}
 
.skin-vector-2022 .vector-menu-content a:hover::before {
    height: 80%;
}
 
.skin-vector-2022 .vector-menu-content .selected a {
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.15);
    font-weight: 700;
    box-shadow:
        inset 0 0 20px rgba(46, 204, 113, 0.1),
        0 4px 15px rgba(46, 204, 113, 0.2);
}
}


.skin-vector-2022 .vector-menu-content .selected a::before {
.fm-role-card:hover {
     height: 100%;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
     border-color: #2ecc71;
}
}


/* =========================================================
.fm-role-card::before {
  ANA İÇERİK ALANI - PREMIUM CARD DESIGN
  ========================================================= */
.skin-vector-2022 .mw-content-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    margin: 28px 0;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    min-height: calc(100vh - 180px);
    position: relative;
    overflow: hidden;
}
 
.skin-vector-2022 .mw-content-container::before {
     content: '';
     content: '';
     position: absolute;
     position: absolute;
     top: 0;
     top: 0;
     left: 0;
     left: 0;
     right: 0;
     width: 4px;
     height: 4px;
     height: 100%;
     background: linear-gradient(90deg, #2ecc71, #3498db, #9b59b6, #2ecc71);
     background: #2ecc71;
    background-size: 200% 100%;
    animation: gradientShift 8s ease infinite;
}
 
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
}


.skin-vector-2022 .mw-body {
.fm-role-title {
    padding: 0;
     font-size: 18px;
}
 
/* =========================================================
  BAŞLIKLAR - MODERN HIERARCHY
  ========================================================= */
.skin-vector-2022 h1 {
    color: #1a1a1a;
     font-size: 40px;
     font-weight: 800;
     font-weight: 800;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
    letter-spacing: -1px;
    line-height: 1.2;
}
.skin-vector-2022 h1::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #2ecc71, #3498db);
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.5);
}
.skin-vector-2022 h2 {
     color: #2c3e50;
     color: #2c3e50;
    font-size: 28px;
     margin-bottom: 8px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    letter-spacing: -0.5px;
}
 
.skin-vector-2022 h2::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: linear-gradient(180deg, #2ecc71, #3498db);
    border-radius: 2px;
}
 
.skin-vector-2022 h3 {
    color: #34495e;
    font-size: 22px;
    font-weight: 700;
    margin-top: 28px;
     margin-bottom: 16px;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
    gap: 12px;
}
}


.skin-vector-2022 h3::before {
.fm-role-desc {
     content: '';
     font-size: 14px;
    width: 8px;
     color: #7f8c8d;
    height: 8px;
     line-height: 1.6;
    background: linear-gradient(135deg, #2ecc71, #3498db);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}
 
.skin-vector-2022 h4,
.skin-vector-2022 h5,
.skin-vector-2022 h6 {
     color: #5a6c7d;
     font-weight: 600;
    margin-top: 20px;
}
}


/* =========================================================
/* =========================================================
   LİNKLER - INTERACTIVE & SMOOTH
   6. KOD BLOKLARI & PRE (TEKNİK VERİLER İÇİN)
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .mw-content-container a {
.skin-vector-2022 pre,
     color: #27ae60;
.skin-vector-2022 code {
     text-decoration: none;
    background: #1e272e;
     font-weight: 600;
     color: #d2dae2;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     font-family: 'Fira Code', 'Consolas', monospace;
    position: relative;
     border-radius: 8px;
    display: inline-block;
     border: 1px solid rgba(255, 255, 255, 0.1);
}
}


.skin-vector-2022 .mw-content-container a::after {
.skin-vector-2022 pre {
    content: '';
     padding: 20px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #27ae60, #3498db);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.skin-vector-2022 .mw-content-container a:hover {
    color: #1e8449;
    transform: translateX(2px);
}
 
.skin-vector-2022 .mw-content-container a:hover::after {
    width: 100%;
}
 
.skin-vector-2022 .mw-content-container a:visited {
    color: #16a085;
}
 
/* =========================================================
  TABLOLAR - ULTRA MODERN DESIGN
  ========================================================= */
.skin-vector-2022 table.wikitable {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    margin: 28px 0;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    border: none;
}
 
.skin-vector-2022 table.wikitable th {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 50%, #229954 100%);
    color: #ffffff;
    font-weight: 700;
     padding: 18px 20px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
     position: relative;
     position: relative;
     box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
     box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
}


.skin-vector-2022 table.wikitable th::after {
.skin-vector-2022 pre::before {
     content: '';
     content: 'CODE / DATA';
     position: absolute;
     position: absolute;
     bottom: 0;
     top: 0;
    left: 20px;
     right: 0;
     right: 20px;
     background: #2ecc71;
    height: 2px;
     color: #fff;
    background: rgba(255, 255, 255, 0.2);
     font-size: 10px;
}
     padding: 2px 8px;
 
     border-radius: 0 8px 0 8px;
.skin-vector-2022 table.wikitable td {
     font-weight: bold;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.3s ease;
}
 
.skin-vector-2022 table.wikitable tr {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.skin-vector-2022 table.wikitable tr:hover td {
     background: linear-gradient(90deg, #f8fffe, #ffffff);
    box-shadow: inset 4px 0 0 #2ecc71;
     transform: translateX(4px);
}
 
.skin-vector-2022 table.wikitable tr:last-child td {
    border-bottom: none;
}
 
.skin-vector-2022 table.wikitable tr:nth-child(even) td {
    background: #fafbfc;
}
 
.skin-vector-2022 table.wikitable tr:nth-child(even):hover td {
     background: linear-gradient(90deg, #f8fffe, #fafbfc);
}
 
/* =========================================================
  BUTONLAR & AKSİYONLAR - INTERACTIVE
  ========================================================= */
.skin-vector-2022 .mw-ui-button {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
     color: #ffffff;
    border: none;
     border-radius: 12px;
    padding: 14px 28px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(46, 204, 113, 0.3);
    text-transform: uppercase;
     font-size: 13px;
    letter-spacing: 1px;
}
 
.skin-vector-2022 .mw-ui-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.6s ease;
}
 
.skin-vector-2022 .mw-ui-button:hover {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 204, 113, 0.4);
}
 
.skin-vector-2022 .mw-ui-button:hover::before {
    transform: translateX(100%) skewX(-15deg);
}
 
.skin-vector-2022 .mw-ui-button:active {
    transform: translateY(-1px);
}
}


/* =========================================================
/* =========================================================
   BİLGİ KUTULARI & UYARILAR - GLASSMORPHISM
   7. SEÇİM RENGİ (SELECTION) - ESTETİK DETAY
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .infobox {
::selection {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.95), rgba(255, 255, 255, 0.95));
     background: rgba(46, 204, 113, 0.3);
    backdrop-filter: blur(10px);
     color: #1a4d2e;
    border: 2px solid rgba(46, 204, 113, 0.15);
     text-shadow: none;
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}
 
.skin-vector-2022 .infobox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2ecc71, #3498db);
}
 
.skin-vector-2022 .mw-message-box {
    border-radius: 12px;
    padding: 18px 24px;
    margin: 20px 0;
    border-left: 4px solid #2ecc71;
     background: linear-gradient(90deg, rgba(46, 204, 113, 0.08), transparent);
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
}
 
.skin-vector-2022 .mw-message-box:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
}


/* =========================================================
/* =========================================================
   FOOTER - MINIMAL & CLEAN
   8. SAYFA ALTI KATEGORİ LİNKLERİ
   ========================================================= */
   ========================================================= */
.skin-vector-2022 .vector-footer {
.skin-vector-2022 .catlinks {
     background: rgba(255, 255, 255, 0.03);
     background: transparent;
    backdrop-filter: blur(20px);
     border: none;
     border-top: 1px solid rgba(255, 255, 255, 0.08);
     margin-top: 40px;
     margin-top: 48px;
     padding: 20px 0;
     padding: 36px 24px;
     border-top: 1px dashed #dcdcdc;
     border-radius: 16px;
    color: rgba(255, 255, 255, 0.6);
}
}


.skin-vector-2022 .vector-footer a {
.skin-vector-2022 .catlinks li a {
     color: rgba(255, 255, 255, 0.6);
    background: #ffffff;
     transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
     position: relative;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
     color: #555;
     transition: all 0.2s;
     display: inline-block;
}
}


.skin-vector-2022 .vector-footer a::after {
.skin-vector-2022 .catlinks li a:hover {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
     background: #2ecc71;
     background: #2ecc71;
     transition: width 0.3s ease;
     color: #fff;
}
    border-color: #2ecc71;
 
    box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3);
.skin-vector-2022 .vector-footer a:hover {
    color: #2ecc71;
}
 
.skin-vector-2022 .vector-footer a:hover::after {
    width: 100%;
}
}


/* =========================================================
/* =========================================================
   RESPONSİVE TASARIM - ADAPTIVE LAYOUT
   9. SON RÖTUŞ: MOBİL DÜZELTMELERİ
   ========================================================= */
   ========================================================= */
@media (max-width: 1200px) {
@media (max-width: 768px) {
     .skin-vector-2022 .mw-content-container {
     .skin-vector-2022 .vector-header {
        padding: 40px;
         background: #1a472a; /* Mobilde daha düz renk performans için */
    }
}
 
@media (max-width: 1000px) {
    .skin-vector-2022 .mw-content-container {
        padding: 32px;
        border-radius: 16px;
    }
   
    .skin-vector-2022 .vector-search-box {
        max-width: 100%;
    }
   
    .skin-vector-2022 h1 {
        font-size: 32px;
    }
   
    .skin-vector-2022 h2 {
         font-size: 24px;
     }
     }
}
    .fm-attr {
 
        width: 30px;
@media (max-width: 720px) {
        height: 30px;
    .skin-vector-2022 .mw-page-container {
         font-size: 13px;
         padding: 0 12px;
     }
     }
   
     .skin-vector-2022 .mw-content-container {
     .skin-vector-2022 .mw-content-container {
         padding: 24px;
         padding: 20px !important;
        margin: 16px 0;
        border-radius: 12px;
     }
     }
   
    .skin-vector-2022 h1 {
        font-size: 28px;
    }
   
    .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: 12px 16px;
    }
   
    .skin-vector-2022 .vector-sidebar {
        margin-top: 16px;
        padding: 16px;
    }
}
/* =========================================================
  SCROLL BAR - CUSTOM PREMIUM DESIGN
  ========================================================= */
.skin-vector-2022 ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.skin-vector-2022 ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: 4px;
}
.skin-vector-2022 ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2ecc71, #27ae60);
    border-radius: 12px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.skin-vector-2022 ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #27ae60, #229954);
    border-width: 2px;
}
.skin-vector-2022 ::-webkit-scrollbar-corner {
    background: transparent;
}
/* Firefox scrollbar */
.skin-vector-2022 * {
    scrollbar-width: thin;
    scrollbar-color: #2ecc71 rgba(0, 0, 0, 0.05);
}
/* =========================================================
  ÖZEL İKONLAR & BADGE'LER - PREMIUM
  ========================================================= */
.skin-vector-2022 .mw-badge {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
    animation: float 3s ease-in-out infinite;
}
}

12.13, 6 Aralık 2025 tarihindeki hâli

/* =========================================================
   1. EKSİK KALAN ANİMASYONUN TAMAMLANMASI
   ========================================================= */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* =========================================================
   2. SEKMELER (NAVIGASYON) - MODERN HAP (PILL) TASARIM
   (Oku, Değiştir, Geçmişi Gör sekmeleri)
   ========================================================= */
.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list {
    display: flex;
    gap: 8px;
    background: rgba(240, 242, 245, 0.5);
    padding: 6px;
    border-radius: 14px;
    backdrop-filter: blur(5px);
}

.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li a {
    color: #5a6c7d;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}

.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li.selected a {
    background: #ffffff;
    color: #2ecc71;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
    transform: translateY(-1px);
}

.skin-vector-2022 .vector-p-views-menu .vector-menu-content-list li a:hover:not(.selected) {
    background: rgba(255, 255, 255, 0.6);
    color: #27ae60;
}

/* =========================================================
   3. TABLE OF CONTENTS (İÇİNDEKİLER) - STICKY HUD STYLE
   (Sol veya Sağ taraftaki kayan menü)
   ========================================================= */
.skin-vector-2022 .vector-toc {
    background: rgba(255, 255, 255, 0.02);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
}

.skin-vector-2022 .vector-toc-title {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.8;
}

.skin-vector-2022 .vector-toc-link {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.skin-vector-2022 .vector-toc-list-item-active > .vector-toc-link {
    color: #2ecc71 !important;
    font-weight: 700;
    border-left-color: #2ecc71;
    background: linear-gradient(90deg, rgba(46, 204, 113, 0.1), transparent);
    padding-left: 14px;
}

.skin-vector-2022 .vector-toc-link:hover {
    color: #ffffff !important;
    padding-left: 14px;
}

/* =========================================================
   4. FM ÖZEL: OYUNCU ÖZELLİK KUTULARI (ATTRIBUTES)
   Wiki içinde <div class="fm-attr">18</div> şeklinde kullanılır
   ========================================================= */
.fm-attr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3), 0 4px 8px rgba(0,0,0,0.2);
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    margin: 0 4px;
    vertical-align: middle;
    /* Varsayılan Gri */
    background: #bdc3c7;
}

/* Değere göre renkler (JS ile veya manuel class ile atanabilir) */
.fm-attr.excellent { background: linear-gradient(135deg, #27ae60, #2ecc71); border: 1px solid #2ecc71; } /* 16-20 */
.fm-attr.good     { background: linear-gradient(135deg, #f39c12, #f1c40f); border: 1px solid #f1c40f; } /* 11-15 */
.fm-attr.average  { background: linear-gradient(135deg, #7f8c8d, #95a5a6); border: 1px solid #95a5a6; } /* 1-10 */

/* =========================================================
   5. FM ÖZEL: TAKTİK ROLLERİ KARTI
   Wiki içinde <div class="fm-role-card">...</div>
   ========================================================= */
.fm-role-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fm-role-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #2ecc71;
}

.fm-role-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #2ecc71;
}

.fm-role-title {
    font-size: 18px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.fm-role-desc {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
}

/* =========================================================
   6. KOD BLOKLARI & PRE (TEKNİK VERİLER İÇİN)
   ========================================================= */
.skin-vector-2022 pre, 
.skin-vector-2022 code {
    background: #1e272e;
    color: #d2dae2;
    font-family: 'Fira Code', 'Consolas', monospace;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.skin-vector-2022 pre {
    padding: 20px;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.skin-vector-2022 pre::before {
    content: 'CODE / DATA';
    position: absolute;
    top: 0;
    right: 0;
    background: #2ecc71;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 0 8px 0 8px;
    font-weight: bold;
}

/* =========================================================
   7. SEÇİM RENGİ (SELECTION) - ESTETİK DETAY
   ========================================================= */
::selection {
    background: rgba(46, 204, 113, 0.3);
    color: #1a4d2e;
    text-shadow: none;
}

/* =========================================================
   8. SAYFA ALTI KATEGORİ LİNKLERİ
   ========================================================= */
.skin-vector-2022 .catlinks {
    background: transparent;
    border: none;
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px dashed #dcdcdc;
}

.skin-vector-2022 .catlinks li a {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    transition: all 0.2s;
    display: inline-block;
}

.skin-vector-2022 .catlinks li a:hover {
    background: #2ecc71;
    color: #fff;
    border-color: #2ecc71;
    box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3);
}

/* =========================================================
   9. SON RÖTUŞ: MOBİL DÜZELTMELERİ
   ========================================================= */
@media (max-width: 768px) {
    .skin-vector-2022 .vector-header {
        background: #1a472a; /* Mobilde daha düz renk performans için */
    }
    .fm-attr {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .skin-vector-2022 .mw-content-container {
        padding: 20px !important;
    }
}