MediaWiki:Timeless.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:
/* === FM GLOBAL ARKAPLAN === */
/*=====================================
  1. Genel Temel Ayarlar (Body & Font)
=======================================*/
body {
body {
background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed;
    /* Hafif gri arka plan, FM'in genel zeminini yansıtır */
background-size: cover;
    background-color: #f0f0f0;  
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
    /* Daha okunaklı, FM'e yakın font ailesi */
    font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", sans-serif;
    color: #333333;
}
}


/* === ANA SAYFA BLOĞU – OKUNABİLİRLİK === */
/* Tüm wrapper'ı (sayfa içeriği dahil) ortalayalım ve genişlik verelim */
#mw-wrapper {
#fmwiki-wrapper {
background: transparent !important;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
}


/* === CONTENT NET === */
/*=====================================
#content {
  2. Header (Üst Alan)
background: #fff;
=======================================*/
border-radius: 6px;
#fmwiki-header {
    /* FM'in ikonik Koyu Mavi/Lacivert tonu */
    background-color: #27496d;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
}


/* === SIDEBAR NET === */
/* Site Başlığı (FM Wiki) */
#mw-panel {
#fmwiki-header .site-title a {
background: #f8f9fa;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}
}


/* === HEADER SABİT BEYAZ === */
#fmwiki-header .site-title a:hover {
#mw-header {
    color: #ffcc00; /* Sarı vurgu */
background: #ffffff;
}
}


/* === FOOTER ŞEFFAF (BG GÖRÜNSÜN) === */
/* Kullanıcı Araçları (Giriş/Admin/vs) */
#mw-footer {
.personal-tools {
background: transparent;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
 
.personal-tools li {
    display: inline-block;
    margin-left: 15px;
}
 
.personal-tools a {
    color: #e0e0e0;
    text-decoration: none;
}
 
.personal-tools a:hover {
    color: #ffcc00; /* Sarı vurgu */
}
 
/*=====================================
  3. Main Content (İçerik Alanı)
=======================================*/
#fmwiki-content .container {
    padding: 20px;
    clear: both;
}
 
/* Sayfa Başlığı (Anasayfa, Oyuncular) */
#firstHeading {
    color: #27496d; /* Lacivert Başlık */
    border-bottom: 2px solid #66b34f; /* FM Yeşil Alt Çizgi */
    padding-bottom: 5px;
    margin-bottom: 20px;
}
 
/* Sayfa Aksiyonları (Düzenle, Geçmiş vs.) */
.page-actions-wrapper {
    margin-bottom: 15px;
}
 
.page-namespaces,
.page-views,
.page-actions-menu {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}
 
.page-views li,
.page-namespaces li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
}
 
.page-views li.selected {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff; /* Seçili sekmenin alt çizgisini kaldır */
}
 
/*=====================================
  4. Footer (Alt Alan)
=======================================*/
#fmwiki-footer {
    background-color: #333333; /* Koyu Gri Footer */
    color: #bbbbbb;
    padding: 20px 0;
    border-top: 5px solid #27496d; /* Lacivert kalın çizgi */
    text-align: center;
}
 
#fmwiki-footer a {
    color: #99ccff;
}
 
#fmwiki-footer a:hover {
    color: #ffffff;
}
}

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

/*=====================================
  1. Genel Temel Ayarlar (Body & Font)
=======================================*/
body {
    /* Hafif gri arka plan, FM'in genel zeminini yansıtır */
    background-color: #f0f0f0; 
    /* Daha okunaklı, FM'e yakın font ailesi */
    font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", sans-serif;
    color: #333333;
}

/* Tüm wrapper'ı (sayfa içeriği dahil) ortalayalım ve genişlik verelim */
#fmwiki-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*=====================================
  2. Header (Üst Alan)
=======================================*/
#fmwiki-header {
    /* FM'in ikonik Koyu Mavi/Lacivert tonu */
    background-color: #27496d; 
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Site Başlığı (FM Wiki) */
#fmwiki-header .site-title a {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

#fmwiki-header .site-title a:hover {
    color: #ffcc00; /* Sarı vurgu */
}

/* Kullanıcı Araçları (Giriş/Admin/vs) */
.personal-tools {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.personal-tools li {
    display: inline-block;
    margin-left: 15px;
}

.personal-tools a {
    color: #e0e0e0;
    text-decoration: none;
}

.personal-tools a:hover {
    color: #ffcc00; /* Sarı vurgu */
}

/*=====================================
  3. Main Content (İçerik Alanı)
=======================================*/
#fmwiki-content .container {
    padding: 20px;
    clear: both;
}

/* Sayfa Başlığı (Anasayfa, Oyuncular) */
#firstHeading {
    color: #27496d; /* Lacivert Başlık */
    border-bottom: 2px solid #66b34f; /* FM Yeşil Alt Çizgi */
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/* Sayfa Aksiyonları (Düzenle, Geçmiş vs.) */
.page-actions-wrapper {
    margin-bottom: 15px;
}

.page-namespaces, 
.page-views, 
.page-actions-menu {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

.page-views li,
.page-namespaces li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
}

.page-views li.selected {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff; /* Seçili sekmenin alt çizgisini kaldır */
}

/*=====================================
  4. Footer (Alt Alan)
=======================================*/
#fmwiki-footer {
    background-color: #333333; /* Koyu Gri Footer */
    color: #bbbbbb;
    padding: 20px 0;
    border-top: 5px solid #27496d; /* Lacivert kalın çizgi */
    text-align: center;
}

#fmwiki-footer a {
    color: #99ccff;
}

#fmwiki-footer a:hover {
    color: #ffffff;
}