MediaWiki:Timeless.css: Revizyonlar arasındaki fark
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 ARKAPLAN | /* === FM GLOBAL ARKAPLAN === */ | ||
body { | |||
background: url("/resources/assets/arkaplan.png") no-repeat center | background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed; | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
/* === | /* === ANA SAYFA BLOĞU – OKUNABİLİRLİK === */ | ||
#mw | #mw-wrapper { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
/* === | /* === CONTENT NET === */ | ||
#content { | #content { | ||
background: | background: #fff; | ||
border-radius: 6px; | border-radius: 6px; | ||
} | } | ||
/* === SIDEBAR | /* === SIDEBAR NET === */ | ||
#mw-panel { | #mw-panel { | ||
background: | background: #f8f9fa; | ||
} | |||
/* === HEADER SABİT BEYAZ === */ | |||
#mw-header { | |||
background: #ffffff; | |||
} | } | ||
/* === FOOTER | /* === FOOTER ŞEFFAF (BG GÖRÜNSÜN) === */ | ||
#mw-footer { | #mw-footer { | ||
background: transparent; | background: transparent; | ||
} | } | ||
10.07, 6 Aralık 2025 tarihindeki hâli
/* === FM GLOBAL ARKAPLAN === */
body {
background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed;
background-size: cover;
}
/* === ANA SAYFA BLOĞU – OKUNABİLİRLİK === */
#mw-wrapper {
background: transparent !important;
}
/* === CONTENT NET === */
#content {
background: #fff;
border-radius: 6px;
}
/* === SIDEBAR NET === */
#mw-panel {
background: #f8f9fa;
}
/* === HEADER SABİT BEYAZ === */
#mw-header {
background: #ffffff;
}
/* === FOOTER ŞEFFAF (BG GÖRÜNSÜN) === */
#mw-footer {
background: transparent;
}