Skip to content

Userstyles Dark by BamaBraves by bamabraves

Screenshot of Userstyles Dark  by BamaBraves

Details

Authorbamabraves

LicenseNo License

Categoryhttps://userstyles.org/

Created

Updated

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

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

#as_userscript a,
#as_userscript a:hover,
#as_userscript a:visited,
#as_userscript a:visited:hover,
* {
	letter-spacing: 1px!important;
	text-decoration: none!important;
}

selector
{
	text-transform: capitalize!important;
}

#style_installed_button,
.InfoMessage,
.WarningMessage,
.div-arrow,
.navigation .links-box .navigation-link-active,
.us-stylecard--short .us-stencil,
:focus,
div.form-controls td,
div.form-controls th
{
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.author-styles td {
	text-align: center;
}

.us-stylecard--short:hover {
    transform: none!important;
}

.us-stylecard--short .us-title {
    white-space: pre-line;
}

#center_information,
#right_information
{
	text-align: center!important;
}

#information_div {
    justify-content: normal!important;
}

#center_information {
    margin: 0 8%!important;
}

/*___ Fonts ________________________________________________________________________*/

#stylish-code,
.DataList .Title
{
	font-size: 31px!important;
}

#category_style_card_title,
.InfoMessage
{
	font-size: 21px!important;
}

#archive_style_button,
#css,
#infomation_value_left,
#information_key_left,
#send_feedback_button,
#styles,
.CodeMirror,
.DataList .Meta,
.ItemDiscussion .Meta,
.css_button,
.header-search .type_search .type_search_text,
.navigation .links-box .navigation-link .navigation-title,
.us-stylecard--long .us-discussions__count,
.us-stylecard--long .us-downloads__count,
.us-stylecard--long .us-updated,
.us-stylecard--short .us-title,
body,
input
{
	font-size: 19px!important;
}

.us-stylecard--short .us-updated
{
	font-size: 17px!important;
}

.linking-note
{
	font-size: 16px!important;
}

.PageContent li
{
	line-height: 25px!important;
}

/*___ Remove Items _________________________________________________________________*/

.adContainer,
.android_button_banner,
.android_button_button,
.overlay_background,
.walking
{
	left: -9999px!important;
	position: absolute!important;
	top: -9999px!important;
}

/*___ Left/Right/Top/Bottom ________________________________________________________*/

#style_info,
.view_inner {
    margin-left: 15%!important;
}

#create_new_style {
    margin-left: 23px;
}

.us-category--stylecard-short .us-stylecards__container--narrow {
    margin-left: 12%!important;
}

#archive_style_button {
    padding-top: 13px;
}

#infomation_value_left {
    margin-left: 39px;
    margin-right: 4rem;
}

/*___ Margins ______________________________________________________________________*/

.style_category_card_wrapper
{
	margin: 12px!important;
}

div.form-controls a img {
    margin: 22px 6px!important;
}

.ContentColumn {
    margin: 0 0 0 16%;
}

/*___ Paddings _____________________________________________________________________*/

#information_div,
div.form-controls
{
	padding: 12px!important;
}

.header-search .search_input .input_text_search
{
	padding-left: 16px!important;
}

.PageContent li,
div.form-controls th,
input,
tbody td
{
	padding: 5px 6px!important;
}

/*___ Heights ______________________________________________________________________*/

selector
{
	max-height: none!important;
}

.us-stylecard--short
{
	height: auto!important;
}

#stylish-code,
#css, .CodeMirror {
    height: 40em;
}

#css, .CodeMirror {
    height: 40em;
    box-sizing: border-box;
}

/*___ Widths _______________________________________________________________________*/

#infomation_value_left,
#left_information
{
	max-width: none!important;
}

x
{
	width: auto!important;
}

table.author-styles,
table.form-controls, .form-controls>tbody>tr>td, textarea {
    width: 99%;
}

#categories,
.Row,
.us-category--stylecard-short .us-stylecards__container--narrow
{
    width: 94%!important;
}

#style_info,
.us-category--stylecard-short .us-category__title--narrow,
.view_inner
{
    width: 83%!important;
}

#Panel,
.navigation {
    width: 14%!important;
}

.PageContent tbody tr:nth-child(2) th {
	width: 9rem!important;
}

.author-styles td:first-child {
    width: 27rem!important;
}

.author-styles td:nth-child(2) {
	width: 4rem!important;
}

.author-styles td:nth-child(3) {
	width: 9rem!important;
}

.author-styles td:nth-child(4) {
	width: 5rem!important;
}

.author-styles td:nth-child(5) {
	width: 5rem!important;
}

.author-styles td:nth-child(6) {
	width: 5rem!important;
}

.author-styles td:nth-child(7) {
	width: 9rem!important;
}

.author-styles td:nth-child(8) {
	width: 11rem!important;
}

.css_button {
    width: 215px!important;
}

#send_feedback_button {
    width: 206px!important;
}
}

@-moz-document domain("userstyles.org") {
/* Font Settings */


#as_userscript a,
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;
}

/*__________________________________________________________________________________*/

#as_userscript a:hover,
#information_value,
.Number,
.current,
.header-search .type_search .type_search_select .selected,
.navigation .links-box .navigation-link-active .navigation-title,
.navigation .links-box .navigation-link:hover span,
.numeric-value,
.us-stylecard--long .us-discussions__count,
.us-stylecard--long .us-downloads__count,
a[href]:hover,
h1,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label
 {
	color: #ff0!important;
}

/*__________________________________________________________________________________*/

#applies_link,
#infomation_value_left,
#share_div,
#styles,
#top_android_button .android_button_text,
.DataList .Meta,
.InfoMessage,
.ItemDiscussion .Meta,
.comment-content .content-wrapper .content,
.faq-page-flex-text,
.faq-page-text,
.header-search .type_search .type_search_select .type_search_option:not(.selected),
.navigation-title,
.text_style_page,
.us-stylecard--short .us-discussions__count,
.us-stylecard--short .us-downloads__count,
body,
li,
p,
td
 {
	color: #fff!important;
}

/*___ Khaki ________________________________________________________________________*/

.faq-page-title,
#category_style_card_title,
#headline,
.navigation .navigation-category,
h1,
h2,
th
 {
	color: #F0E890!important;
}

/*___ Burlywood ____________________________________________________________________*/

.faq-page-flex-subtitle,
.faq-page-subtitle,
h3,
h4
 {
	color: #e0b880!important;
}

/*___ Sandy Brown __________________________________________________________________*/

#information_key,
#information_key_left,
.by-author,
h5,
h6,
label
 {
	color: #F0A060!important;
}

/*___ Blue _________________________________________________________________________*/

#left_pair_information:nth-child(3) #infomation_value_left,
#left_pair_information:last-child #infomation_value_left,
.author-styles td:nth-child(3),
.author-styles td:nth-child(7),
.us-stylecard--long .us-updated,
.us-stylecard--short .us-updated,
time
 {
	color: #07beff!important;
}

/*___ Green ________________________________________________________________________*/

selector
 {
	color: #07ff24!important;
}

/*___ Red __________________________________________________________________________*/

selector
 {
	color: #ff0707!important;
}

/*__________________________________________________________________________________*/

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

input,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
in...

Reviews

No reviews yet.