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
49. satır: 49. satır:
}
}


#mw-header {
background: transparent !important;
}




64. satır: 67. satır:
background-position: center;
background-position: center;
background-attachment: fixed;
background-attachment: fixed;
}
#mw-panel {
background: rgba(255,255,255,0.85) !important;
backdrop-filter: blur(3px);
}
#content {
background: rgba(255,255,255,0.92);
border-radius: 6px;
}
}

10.01, 6 Aralık 2025 tarihindeki hâli

/* All CSS here will be loaded for users of the Timeless skin */
/* Timeless FM arkaplan */
body {
	background:
		linear-gradient(
			rgba(245, 247, 250, 0.58),
			rgba(245, 247, 250, 0.58)
		),
		url("/resources/assets/arkaplan.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}


.timeless-sidebar {
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(3px);
}


/* Timeless FM arkaplan – TAM KAPSAMA */
.mw-page-container {
	background:
		linear-gradient(
			rgba(245, 247, 250, 0.70),
			rgba(245, 247, 250, 0.70)
		),
		url("/resources/assets/arkaplan.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}


/* İçerik cam efekti */
.mw-body,
.mw-content-container {
	background: rgba(255,255,255,0.92);
	border-radius: 6px;
}

/* Sidebar hafif transparan */
.mw-sidebar {
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(3px);
}

#mw-header {
	background: transparent !important;
}


/* 🔥 Timeless FM arkaplan – ZORLA */
#mw-wrapper {
	background:
		linear-gradient(
			rgba(245, 247, 250, 0.75),
			rgba(245, 247, 250, 0.75)
		),
		url("/resources/assets/arkaplan.png") !important;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}



#mw-panel {
	background: rgba(255,255,255,0.85) !important;
	backdrop-filter: blur(3px);
}


#content {
	background: rgba(255,255,255,0.92);
	border-radius: 6px;
}