Dark theme for uploadhaven.com
UploadHaven - Dark by xiggi
Details
Authorxiggi
LicenseNo License
Categoryuploadhaven.com
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name uploadhaven.com - 23.06.2023, 10:50:01
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://uploadhaven.com/") {
html {
background-color: #000;
}
body {
background-color: #000;
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.table-bordered th, .table-bordered td {
border: 1px solid #131313;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #131313;
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #fff;
}
.btn {
color: #fff;
}
.alert-danger {
color: #ff6767;
background-color: #131313;
border-color: transparent;
}
.alert-success {
color: #32cd55;
background-color: #131313;
border-color: transparent;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(62 166 231 / 25%);
background: rgb(62 166 231 / 25%);
color: #fff;
}
.btn:hover {
color: #ccc;
text-decoration: none;
}
.bg-dark {
background-color: #000 !important;
}
.btn:hover {
color: #777;
text-decoration: none;
}
.d-block.mb-0.mt-3.text-center {
background: #131313;
padding: 0.75rem 1.25rem;
}
.d-block.mb-0.mt-3.text-center a:link {
color: rgba(255, 255, 255, 0.5) !important;
}
.d-block.mb-0.mt-3.text-center a:hover {
color: #fff !important;
text-decoration: none;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #131313;
}
}