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 ARKAPLAN – DIŞ KATMAN === */
/* === FM GLOBAL ARKAPLAN === */
#mw-wrapper {
body {
background: url("/resources/assets/arkaplan.png") no-repeat center center fixed;
background: url("/resources/assets/arkaplan.png") no-repeat center bottom fixed;
background-size: cover;
background-size: cover;
}
}


/* === ÜST BEYAZ BOYALARI ŞEFFAFLAŞTIR === */
/* === ANA SAYFA BLOĞU – OKUNABİLİRLİK === */
#mw-header,
#mw-wrapper {
#mw-content-wrapper {
background: transparent !important;
background: transparent !important;
}
}


/* === İÇERİK OKUNABİLİRLİĞİ === */
/* === CONTENT NET === */
#content {
#content {
background: rgba(255,255,255,0.92);
background: #fff;
border-radius: 6px;
border-radius: 6px;
}
}


/* === SIDEBAR TEMİZ === */
/* === SIDEBAR NET === */
#mw-panel {
#mw-panel {
background: rgba(255,255,255,0.90);
background: #f8f9fa;
}
 
/* === HEADER SABİT BEYAZ === */
#mw-header {
background: #ffffff;
}
}


/* === FOOTER TEMİZ === */
/* === 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;
}