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
3. satır: 3. satır:
background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed;
background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed;
background-size: cover;
background-size: cover;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
}
}



10.37, 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;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
}

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