Dark version of ithardware.pl
ItHardware Dark by plumkator
Details
Authorplumkator
LicenseNo License
Categoryuserstyles
Created
Updated
Size4.3 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 Ithardware Dark
@namespace USO Archive
@author Maciejozaman
@description Ciemny motyw dla witryny ithardware.pl
@version 20191129.15.26
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("ithardware.pl") {
body{
background: #1c1c1c;
color: #fff !important;
}
:root{
scrollbar-color: #CD100E #1c1c1c !important;
}
::-moz-selection { /* Code for Firefox */
color: #1c1c1c;
background: #CD100E;
}
::selection {
color: #1c1c1c;
background: #CD100E;
}
/*HEADER*/
.navbar-brand img{
filter: invert(10%)
}
.logo-wrapper{
background:#1c1c1c !important;
}
.logo-wrapper .container{
background:#1c1c1c !important;
}
.yamm .dropdown .dropdown-menu li{
background: #CD100E;
}
.dropdown .dropdown-menu li a{
color: #000 !important;
}
.dropdown .dropdown-menu li a:hover,.dropdown .dropdown-menu li:hover a{
background: #CD100E;
color: #fff !important;
}
#custom-search-input .form-control{
background: #1c1c1c;
color: #fff;
}
.navbar-nav > li{
border-top: 1px solid #CD100E;
border-bottom: 1px solid #CD100E;
}
.navbar-nav > li:hover{
background: #1c1c1c;
border-top: 1px solid #CD100E;
border-bottom: 1px solid #CD100E;
}
.navbar-nav > li:last-child:hover a {
background:#fff !important;
}
.navbar-nav.navbar-right.searchandbag:hover li a{
background:#1c1c1c !important;
}
/*HEADER*/
.nav-pills > li.active > a{
color: #1c1c1c;
border: 1px solid #CD100E;
}
.nav-pills > li.active:hover > a{
color: #CD100E;
background:#1c1c1c !important;
border: 1px solid #CD100E;
}
#wrapper .sitecontainer .nav > li > a{
border: 1px solid #1c1c1c;
}
#wrapper .sitecontainer .nav > li > a:hover{
background: #CD100E;
color: #1c1c1c;
}
.container.sitecontainer.bgw{
background:#1c1c1c !important;
}
.hidden-sm.hidden-ms.hidden-xs{
background:#1c1c1c !important;
border-left: 2px solid #fff;
}
.widget-title > h3, .widget-title > h4, .widget-title > p{
color: #fff;
}
.title-area > a > h2{
color: #fff;
}
.large-post-meta{
color:#fff;
}
.large-post-meta a{
color: #CD100E;
}
.post-review .post-title h3 a, .post-review .post-title h3{
color:#fff;
}
div.mini-widget-title h5 a{
color:#fff;
}
.widget{
background:#1c1c1c !important;
}
.title-area h1{
color: #fff;
}
.large-post-meta span{
color: #fff;
}
.post-sharing.list-inline li{
color: #fff;
}
.post-desc p{
color: #fff;
}
.post-desc p font{
background:transparent !important;
color: #fff;
}
.post-desc p span{
background: transparent !important;
color: #CD100E !important;
}
.post-desc ul li span{
background:transparent !important;
color: #fff !important;
}
.author-title a span{
color: #fff;
}
.authorbox .authorlink span{
color: #fff !important;
}
.tags h4{
color: #fff;
}
.nastepnyartykul.scroll_to span{
color: #fff;
}
.row{
background: #1c1c1c;
}
.single-wrapper .check li, p{
color: #fff;
}
.content-text h2{
color: #fff;
}
.post-desc h2,.post-desc h3{
color: #fff;
}
.tab-content{
background: none;
}
.tab-pane{
background: #1c1c1c;
}
table thead{
background: transparent !important;
}
tbody tr{
background: transparent !important;
}
.btnScrollToComments{
box-shadow:none;
}
.btnScrollToTop{
box-shadow: none;
color: #1c1c1c;
}
.widget .widget-title .pcelite-logo{
background: #fff;
}
.mini-widget-flex h5{
color: #CD100E !important;
}
.mini-widget-flex:hover h5{
text-decoration: underline;
}
.mini-widget-flex a:hover{
background: transparent !important;
}
.authorlink{
color: #fff !important;
}
.breadcrumb > li{
color: #fff !important;
}
#searchBox .modal-content{
background:#1c1c1c !important;
}
#searchFormText{
background:#1c1c1c !important;
border-color: #CD100E;
color: #CD100E;
}
#searchBox .form-control{
color: #1c1c1c !important;
border-color: #CD100E;
}
#searchBox .form-control:hover{
background:#1c1c1c !important;
color: #CD100E !important;
}
.close{
color: #1c1c1c !important;
opacity: 1;
text-shadow: none;
}
.close:hover{
color: #fff !important;
opacity: 1;
}
.bottom_foot ul li:after{
content: " | Ciemny motyw by Plumkator";
color: #939ea6;
}
}