Deep Dark theme.
SteamUnlocked - Deep Dark by xiggi
Details
Authorxiggi
LicenseNo License
Categorysteamunlocked.com
Created
Updated
Code size2.3 kB
Code checksum8e3bcc3a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SteamUnlocked - Deep Dark
@version 20250115.11.51
@namespace https://userstyles.world/user/xiggi
@description Deep Dark theme.
@author xiggi
@license No License
==/UserStyle== */
@-moz-document domain("steamunlocked.net") {
footer.container-fluid.no-padding, .homepage-search-block, .widget-1.first.widget.most-popular {
display: none;
}
.blog, .normal-page, body, .cover-items .cover-item, body.single .main-content {
background-color: #000;
}
.cover-items .cover-item .cover-item-title h1, .cover-items .cover-item .cover-item-title h2, .homepage-cover-items .cover-item .cover-item-title h1, .homepage-cover-items .cover-item .cover-item-title h2, .blog-post .blog-content-title h1, .blog-post .blog-content-title h2 {
color: #fff;
}
.blog .blog-post {
background: transparent;
}
.blog-content, .blog-content ul, a.btn-download em, a.btn-torrent em, a.btn-download, a.btn-torrent, body a, body a:active, body a:focus, body a:hover, body a:visited {
color: #ccc;
}
a.btn-download, a.btn-torrent, a.btn-download em, a.btn-torrent em {
color: #fff !important;
}
.homepage-search form input[type=text], .widget .searchformInput input {
background-color: #151515;
color: #ccc;
}
input[type=color]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus {
background-color: #1e1d1d !important;
color: #fff !important;
}
header {
background: linear-gradient(to top, black, transparent);
}
.cover-item-title:hover, .cover-item-title:active, .cover-item-image:hover, .cover-item-image:active {
opacity: 70%;
transition: 0.2s;
}
.navbar-inner {
background: #000;
}
.navbar {
background-color: #000 !important;
}
#main_menu li, #main_menu li a {
color: #ccc;
}
#main_menu li a:hover {
color: #fff;
}
#main_menu li:hover {
color: #fff;
background-color: rgba(32, 32, 32, .5);
}
.navigation a, .navigation span {
color: #ccc !Important;
border: 1px solid transparent;
background-color: rgba(32, 32, 32, .7) !important;
}
.navigation a:hover, .navigation span:hover{
color: #fff !important;
background-color: rgba(32, 32, 32, .5) !important;
}
span.page-numbers.current {
background-color: #eb2d1c !important;
}
}