Skip to content

Rumble Dark by BamaBraves by bamabraves

Screenshot of Rumble Dark by BamaBraves

Details

Authorbamabraves

LicenseNo License

Categoryhttps://rumble.com/

Created

Updated

Size17 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         Rumble Dark by BamaBraves
@version      20220202.11.42
@namespace    userstyles.world/user/bamabraves
@description  Dark
@author       bamabraves
@license      No License
==/UserStyle== */

@-moz-document domain("rumble.com") {
/* 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("rumble.com") {
/* Site Settings */

* {
	text-decoration: none!important;
}

#-v2 .regSubmitBtn,
#-v2 .register-options .type,
#-v2 button.action,
#-v2 h1,
#-v2 h3,
#-v2 h4,
#-v2 h5,
.footer-nav,
.login-register,
.module-title,
.round-button,
.tab-heading.tab-active
{
	text-transform: capitalize!important;
}

svg.user-image--icon,
#-v2 .featured-channels-wrap .channels-list,
#-v2 .register-options,
.tab-heading.tab-active,
:focus
{
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
}

/*___ Fonts ________________________________________________________________________*/

.mediaList-heading
{
	font-size: 21px!important;
}

.promo-widget-list li
{
	font-size: 19px!important;
}

.mediaList-heading,
body
{
	line-height: 25px!important;
}

/*___ Margins ______________________________________________________________________*/

.comment-item,
.login-form-register-div,
.thirds
{
	margin: 12px!important;
}


/*___ Paddings _____________________________________________________________________*/

.comment-item,
#-v2 .centercontent,
.thirds,
article
{
	padding: 12px!important;
}

/*___ Heights ______________________________________________________________________*/

.mediaList-heading.size-large,
.mediaList-heading.size-medium,
.mediaList-heading.size-small
{
	max-height: none!important;
}

/*___ Widths _______________________________________________________________________*/

.constrained
{
	max-width: none!important;
}

}

@-moz-document domain("rumble.com") {
/* Font Settings */

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

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

/*__________________________________________________________________________________*/

.header-user-name,
.rumbles-vote-down,
.rumbles-vote-up,
.tab-heading.tab-active,
a[href]:hover,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label
 {
	color: #ff0!important;
}

/*__________________________________________________________________________________*/

#-v2 #birthday-wrap select option,
#-v2 .channels-list li .subscribers-no,
#-v2 .ref_note,
#-v2 .register-options small,
#-v2 .spec,
.header-user-stat,
.media-heading-info,
.mediaList-rumbles,
.rumbles-vote,
li,
p
 {
	color: #fff!important;
	 text-shadow: 2px 2px #000;
}

/*___ Khaki ________________________________________________________________________*/

#-v2 .register-options .type,
.mediaList-info h3,
.overlay-heading,
h1,
h2
 {
	color: #F0E890!important;
}

/*___ Burlywood ____________________________________________________________________*/

#-v2 .register-options .sub,
h3,
h4
 {
	color: #e0b880!important;
}

/*___ Sandy Brown __________________________________________________________________*/

.media-heading-title,
h5,
h6,
label
 {
	color: #F0A060!important;
}

/*___ Blue _________________________________________________________________________*/

.comments-meta span,
.media-by .media-heading-published,
.mediaList-timestamp,
time
 {
	color: #07beff!important;
}

/*___ Green ________________________________________________________________________*/

.mediaList-earnings
 {
	color: #07ff24!important;
}

/*__________________________________________________________________________________*/

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

/*__________________________________________________________________________________*/

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

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

#-v2 .registration_wrap input.default,
#-v2 .registration_wrap select,
::placeholder
{
	color: #f48f8f;
	opacity: 1;
}
























}

@-moz-document domain("rumble.com") {
/* 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 ______________________________________________________________*/

.header
{
	background-color: #060505!important;
}

/*___ Background 0000 ______________________________________________________________*/

#-v2 .register-options,
.header-search,
.overlay-heading,
.rumbles-vote-down,
.rumbles-vote-down:hover,
.rumbles-vote-up,
.rumbles-vote-up:hover
{
	background: #0000!important;
}

/*___ Background-color 0000 ________________________________________________________*/

#-v2 .green-alert
{
	background-color: #0000!important;
}

/*__ Blue __________________________________________________________________________*/

.bg-blue,
.mediaList-link-more a
{
	background-image: linear-gradient(to bottom right, #043dda, #000)!important;
	border-radius: 22px!important;
	border: none!important;
	box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important;
	color: #fff!important;
}

.bg-blue:hover,
.mediaList-link-more a:hover
{
	background-image: linear-gradient(to bottom right, #154eeb, #000)!important;
	color: #ff0!important;
}

.bg-blue:active,
.mediaList-link-more a:active
{
	box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
}

/*__ Red __________________________________________________________________________*/

.media-video-action
{
	background-image: linear-gradient(to bottom right, #da0404, #000)!important;
	border-radius: 22px!important;
	border: none!important;
	box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
	color: #fff!important;
}

.media-video-action:hover
{
	background-image: linear-gradient(to bottom right, #eb1515, #000)!important;
	color: #ff0!important;
}

.media-video-action:active
{
	box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
}

/*__ Orange ________________________________________________________________________*/

.promo-widget-link
{
	background-image: linear-gradient(to bottom right, #da3a04, #000)!important;
	border-radius: 22px!important;
	border: none!important;
	box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
	color: #fff!important;
}

.promo-widget-link:hover
{
	background-image: linear-gradient(to bottom right, #eb4b15, #000)!important;
	color: #ff0!important;
}

.promo-widget-link:active
{
	box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
}

/*___ Green ________________________________________________________________________*/

.login-register,
.bg-green
{
	background-image: linear-gradient(to bottom right, #81BC2E, #000)!important;
	border-radius: 22px!important;
	border: none!important;
	box-shadow: 1px 1px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
	color: #fff!important;
}

.login-register:hover,
.bg-green:hover
{
	background-image: linear-gradient(to bottom right, #92cd3f, #000)!important;
	color: #ff0!important;
}

.login-register:active,
.bg-green:active
{
	box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px #0000004d, inset -2px -3px 5px #ffffff80!important;
}

/*___ Gray ________________________________________________________________________*/

.bg-grey
{
	background-image: linear-gradient(to bottom right, #999, #000)!important;
	border-radius: 22px!important;
...

Reviews

No reviews yet.