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
18. satır: 18. 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 – 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;
}
}

09.57, 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;
}