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
47. satır: 47. satır:
background: rgba(255,255,255,0.85);
background: rgba(255,255,255,0.85);
backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}
/* 🔥 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;
}
}

10.00, 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);
}



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