Dark theme
Engaging Data by plumkator
Details
Authorplumkator
LicenseNo License
Categoryhttps://engaging-data.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 engaging-data.com - kwi 2024
@version 20240408.17.32
@namespace ?
==/UserStyle== */
@-moz-document domain("engaging-data.com") {
html,body,body.custom-background{
background: #1c1c1c;
color: #fff;
}
:root{
scrollbar-color: #1688c8 #1c1c1c;
}
::-moz-selection { /* Code for Firefox */
color: #1c1c1c;
background: #006026;
}
::selection {
color: #1c1c1c;
background: #006026;
}
a,h1,h2,h3,h4{
color: #006026 !important;
}
a:hover,p,span{
color: #fff !important;
}
*{
box-shadow: none !important;
text-shadow: none !important;
}
input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="submit"],input[type="tel"],input[type="url"],textarea,select{
background: #1c1c1c !important;
color: #fff !important;
border: 1px solid #006026 !important;
}
input[type="submit"]:hover{
background: #006026 !important;
color: #fff !important;
}
form label{
color: #006026 !important;
}
/*HEADER*/
nav{
background: #1c1c1c !important;
}
.navbar-nav > .active > a,nav ul li a{
color: #fff !important;
}
nav ul li:hover{
background: #006026;
}
/*HEADER*/
/*STRONA-GŁÓWNA*/
.container-wrapper .container,.su-tabs{
background: #1c1c1c;
}
.su-tabs-nav span.su-tabs-current,.su-tabs-nav span:hover{
background: #006026;
}
.su-tabs-pane{
background: #1c1c1c;
border: 1px solid #006026;
}
/*STRONA-GŁÓWNA*/
/*ARTYKUŁ*/
.widget-title{
color: #006026 !important;
}
/*ARTYKUŁ*/
/*KOMENTARZE*/
.comment{
background: #1c1c1c;
border: 1px solid #006026;
}
/*KOMENTARZE*/
/*PODSTRONY*/
/*PODSTRONY*/
/*FOOTER*/
/*FOOTER*/
}