MediaWiki:Vector.css

FM Wiki sitesinden
12.01, 6 Aralık 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 509 numaralı sürüm

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