Skip to content

LightAudio Dark by BamaBraves by bamabraves

Screenshot of LightAudio Dark by BamaBraves

Details

Authorbamabraves

LicenseNo License

Categoryhttps://page.ligaudio.ru/

Created

Updated

Size14 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         LightAudio Dark by BamaBraves
@version      20220423.17.15
@namespace    userstyles.world/user/bamabraves
@description  Dark
@author       bamabraves
@license      No License
==/UserStyle== */

@-moz-document domain("ligaudio.ru") {
/* Scrollbar Settings */

 ::-webkit-scrollbar {
 	/* Width */
 	width: 1.2em!important;
 }

 /* Color of handle ___________________________________________________________________________*/

 ::-webkit-scrollbar-thumb {
 	background: #580303!important;
 	background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
 	border-radius: 22px!important;
 	border: 1px solid rgba(0, 0, 0, .25)!important;
 }

 ::-webkit-scrollbar-thumb:hover {
 	background: #580303!important;
 	background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important;
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

 /* Color of Track ______________________________________________________________________________*/

 ::-webkit-scrollbar-track {
 	background: #170000!important;
 	box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important;
 	border: 1px solid rgba(0, 0, 0, .25)!important;
 }

 /* Color of handles at top and bottom ___________________________________________________________*/

 ::-webkit-scrollbar-button {
 	background: #4c0707!important;
 	box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
 }

 ::-webkit-scrollbar-button:hover {
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

 /* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/

::-webkit-scrollbar-corner
 {
 	background: #530205!important;
 	box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important;
 }

::-webkit-scrollbar-corner:hover
 {
 	border-radius: 22px!important;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important;
 }

}

@-moz-document domain("ligaudio.ru") {
/* Site Settings */

* {
	letter-spacing: 1px!important;
	text-decoration: none!important;
	transition: none!important;
}

#pleer .play::after,
#pleer .pause::after,
:focus,
a:link, a:hover, a:active, a:visited
{
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.logo span {
    left: 75px!important;
    margin-left: 38px!important;
    margin-top: -45px!important;
}

/*___ Fonts ________________________________________________________________________*/

body:not(.rbt_btn)
{
	font-size: 21px!important;
}

/*___ Remove Items _________________________________________________________________*/

#DBdesktopBillboard
{
	left: -9999px!important;
	position: absolute!important;
	top: -9999px!important;
}

/*___ Margins ______________________________________________________________________*/

.item
{
	margin: 12px!important;
}

/*___ Paddings _____________________________________________________________________*/

#result,
.item
{
	padding: 12px!important;
}

/*___ Heights ______________________________________________________________________*/

.item:hover a.down::before {
    height: 65px;
}

/*___ Widths _______________________________________________________________________*/

#main,
#result,
.item
{
	max-width: none!important;
}

#result,
#main,
.item,
.select-pause
{
	width: 99%!important;
}

}

@-moz-document domain("ligaudio.ru") {
/* Font Settings */

a[href]
{
	color: #0ff!important;
	text-shadow: 1px 1px #000!important;
}

a[href]:visited
{
	color: #fc79fc!important;
	text-shadow: 1px 1px #000!important;
}

/*__________________________________________________________________________________*/

a[href]:hover,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label
 {
	color: #ff0!important;
}

/*__________________________________________________________________________________*/

body,
li,
p
 {
	color: #fff!important;
}

/*___ Khaki ________________________________________________________________________*/

.item span.title,
h1,
h2
 {
	color: #F0E890!important;
}

/*___ Burlywood ____________________________________________________________________*/

.item span.title i,
h3,
h4
 {
	color: #e0b880!important;
}

/*___ Sandy Brown __________________________________________________________________*/

.item span.autor,
h5,
h6,
label
 {
	color: #F0A060!important;
}

/*___ Blue _________________________________________________________________________*/

.item .d,
time
 {
	color: #07beff!important;
}

/*___ Green ________________________________________________________________________*/

selector
 {
	color: #07ff24!important;
}

/*___ Red __________________________________________________________________________*/

selector
 {
	color: #ff0707!important;
}

/*__________________________________________________________________________________*/

input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea
{
	background-color: #5d1b1b!important;
	border-radius: 22px!important;
	color: #fff!important;
	padding: 3px 12px!important;
}

/*__________________________________________________________________________________*/

::selection
{
	background: #ff9!important;
	color: #000!important;
}

pre ::selection
{
	background: #ff9!important;
	color: #fff!important;
}

::placeholder
{
	color: #f48f8f!important;
	opacity: 1;
}

/*___ Misc _________________________________________________________________________*/

selector
{
	color: #fff!important;
}


}

@-moz-document domain("ligaudio.ru") {
/* Background Settings */

body,
html {
	background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)no-repeat!important;
	background-attachment: fixed!important;
	background-size: 100%!important;
}

/*___ Background Gray ______________________________________________________________*/

#head,
#pleer
{
	background: #060505!important;
	background-color: #060505!important;
}

#pleer .volume .bar,
.load,
.progressbar
{
    background-color: #1a1a1a!important;
}

/*___ Background 0000 ______________________________________________________________*/

.item a.down,
.item a.play,
.item span.title::after, .item span.autor::after,
.item:hover a.down::before,
.item:hover a.play::before
{
	background: #0000!important;
	background-color: #0000!important;
}

/*___ Plain Black __________________________________________________________________*/

#result
{
	background-color: #000!important;
	border-radius: 22px!important;
	border: 1px solid rgba(0, 0, 0, .25)!important;
	box-shadow: inset 0 0 5px #0006, #373737 0 1px 0, 10px 10px 5px #0006, #9b9b9b 0 1px 0!important;
}

/*___ Plain ________________________________________________________________________*/

.item
{
	background-color: #111!important;
	border-radius: 22px!important;
	border: 1px solid rgba(0, 0, 0, .25)!important;
	box-shadow: inset 0 0 5px #0006, #373737 0 1px 0, 10px 10px 5px #0006, #9b9b9b 0 1px 0!important;
}

#result:hover,
.item:hover
{
	box-shadow: inset 0 0 5px #0006, #9b9b9b 0 1px 0, 10px 10px 5px #0a0a0a66, #9b9b9b 0 1px 0!important;
}

/*__ Blue Gradient _________________________________________________________________*/

.select-pause.amplitude-active-song-container
{
	background: linear-gradient(to bottom, #03193c, #000 100%)!important;
}

/*__ Green Gradient ________________________________________________________________*/

.progress
{
	background: linear-gradient(to left, #15534d 0%, #000 100%)!important;
}


}

@-moz-document domain("ligaudio.ru") {
/* Image Settings */

.item,
.rbt_btn
 {
	filter: brightness(75%)!important;
}

/*__________________________________________________________________________________*/

.item:hover,
.rbt_btn:hover
 {
	filter: brightness(100%)!important;
}

/*__________________________________________________________________________________*/

img
 {
	border-radius: 22px!important;
}

/*__________________________________________________________________________________*/

img
 {
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}

}

@-moz-document domain("ligaudio.ru") {
/* New Icons */


/* Download ______________________________________________________________________________*/

#pleer .download::after,
.item a.down::after {
    content: "";
}

.item a.down::after {
    top: 17px;
    left: 12px;
}

#pleer .download:hover::after,
.item a.down:hover::after
{
	background: url(https://i.ibb.co/JF80LSG/red-button-download-hover.png) no-repeat!important;
	box-sizing: border-box;
}

#pleer .download::after,
.item a.down::after
{
	background: url(https://i.ibb.co/T2tcjm1/red-button-download.png) no-repeat!important;
	box-sizing: border-box;
}

#pleer .download:hover::after,
#pleer .download::after,
.item a.down:hover::after,
.item a.down::after
{
    background-size: 33px!important;
    height: 36px!important;
    padding-left: 34px!important;
    width: 1px!important;
}

/* Forward ______________________________________________________________________________*/

#pleer .forward::after {
    content: "";
}

#pleer .forward:hover::after
{
	background: url(https://i.ibb.co/D5BK7zg/red-next-hover.png) no-repeat!important;
	box-sizing: border-box;
}

#pleer .forward::after
{
	background: url(https://i.ibb.co/YPZxkgw/red-next.png) no-repeat!important;
	box-sizing: border-box;
}

#pleer .forward:hover::after,
#pleer .forward::after
{
    background-size: 33px!important;
    height: 36px!important;
    padding-left: 34px!important;
    width: 1px!impor...

Reviews

No reviews yet.