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:
/* TIMLESS NÜKLEER ARKAPLAN */
/* === FM ARKAPLAN DIŞ KATMAN === */
html,
#mw-wrapper {
body,
background: url("/resources/assets/arkaplan.png") no-repeat center center fixed;
#mw-wrapper,
background-size: cover;
}
 
/* === ÜST BEYAZ BOYALARI ŞEFFAFLAŞTIR === */
#mw-header,
#mw-header,
#mw-content-wrapper,
#mw-content-wrapper {
#mw-panel,
background: transparent !important;
#content,
}
.mw-page-container,
 
.mw-body {
/* === İÇERİK OKUNABİLİRLİĞİ === */
background:
#content {
linear-gradient(
background: rgba(255,255,255,0.92);
rgba(245,245,245,0.85),
border-radius: 6px;
rgba(245,245,245,0.85)
}
),
 
url("/resources/assets/arkaplan.png")
/* === SIDEBAR TEMİZ === */
!important;
#mw-panel {
background: rgba(255,255,255,0.90);
}


background-repeat: no-repeat !important;
/* === FOOTER TEMİZ === */
background-size: cover !important;
#mw-footer {
background-position: center !important;
background: transparent;
}
}

10.05, 6 Aralık 2025 tarihindeki hâli

/* === FM ARKAPLAN – DIŞ KATMAN === */
#mw-wrapper {
	background: url("/resources/assets/arkaplan.png") no-repeat center center fixed;
	background-size: cover;
}

/* === ÜST BEYAZ BOYALARI ŞEFFAFLAŞTIR === */
#mw-header,
#mw-content-wrapper {
	background: transparent !important;
}

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

/* === SIDEBAR TEMİZ === */
#mw-panel {
	background: rgba(255,255,255,0.90);
}

/* === FOOTER TEMİZ === */
#mw-footer {
	background: transparent;
}