MediaWiki:Timeless.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 12. satır: | 12. satır: | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
} | |||
.timeless-sidebar { | |||
background: rgba(255,255,255,0.85); | |||
backdrop-filter: blur(3px); | |||
} | } | ||
09.56, 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);
}