Changing the theme of the game.
kirka.io - 1/1/2023, 5:47:45 AM by lilly
Details
Authorlilly
LicenseNo License
Categoryhttps://kirka.io/
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Will.
Source code
/* ==UserStyle==
@name kirka.io - 1/1/2023, 5:47:45 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://kirka.io/") {
/* Insert code here... */
}
.Root__nav-bar
{
background: linear-gradient(#000000a6, #04142f) !important;
}
._465f483e874c2ff4e7b473eae411a39b-scss
{
background: linear-gradient(#000000a6, #000c1c) !important;
background-image: url("https://i.pinimg.com/564x/c1/43/95/c14395388865fd21c3e64f5a3ae5a8ad.jpg") !important;
border: none;
}
._469c4cc13afd48634cc3c8cb1e07205c-scss
{
background: linear-gradient(#000000a6, #000c1c) !important;
border: none;
}
.now-playing-bar-container
{
border: none !important;
background: linear-gradient(#01172a, #000000a6) !important;
/*
background-image: url("https://i.pinimg.com/564x/c1/43/95/c14395388865fd21c3e64f5a3ae5a8ad.jpg") !important;
*/
;
}
.playback-bar__progress-time
{
color: white;
}
.progress-bar__fg:hover
{
background: cyan !important;
}
.progress-bar__slider:hover
{
background: cyan !important;
}
._5658c6accf868644593ce36887a475b1-scss
{
background: transparent !important;
}
.main-view-container__scroll-node
{
background-image: url("https://i.pinimg.com/564x/c1/43/95/c14395388865fd21c3e64f5a3ae5a8ad.jpg") !important;
background-image: url("https://i.pinimg.com/564x/c1/43/95/c14395388865fd21c3e64f5a3ae5a8ad.jpg"), linear-gradient(#0000ff61, #00ffff61) !important;
}
.main-view-container__scroll-node-child
{
background: #000000a6 !important;
width: 100% !important;
}
.tracklist-name
{
color: white !important;
font-weight: bold !important;
}
.tracklist-row:hover
{
background: #8e828280 !important;
color: black !important;
}
.tracklist-row tracklist-row--highlighted
{
background: cyan !important;
color: black !important;
}
.tracklist-row tracklist-row--highlighted:hover
{
background: #8e828280 !important;
color: black !important;
}