MediaWiki:Timeless.css: Revizyonlar arasındaki fark

FM Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
"→‎All CSS here will be loaded for users of the Timeless skin: →‎Timeless FM arkaplan: body { background: linear-gradient( rgba(245, 247, 250, 0.88), rgba(245, 247, 250, 0.88) ), url("/resources/assets/fm-bg.png"); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center; }" içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
7. satır: 7. satır:
rgba(245, 247, 250, 0.88)
rgba(245, 247, 250, 0.88)
),
),
url("/resources/assets/fm-bg.png");
url("/resources/assets/arkaplan.png");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-attachment: fixed;
background-attachment: fixed;

09.54, 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.88),
			rgba(245, 247, 250, 0.88)
		),
		url("/resources/assets/arkaplan.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}