/* ==UserStyle==
@name Another One Universal Dark Theme(User Style)
@description changes all web-site theme to dark
@author NotYou
@namespace -
@version 0.1
@license GPLv3
@license-link https://www.gnu.org/licenses/gpl-3.0.txt
==/UserStyle== */
/* MAIN */
html, body {
background: rgb(19, 19, 19) !important
}
/* HEADING */
header, #header, .header, nav, .nav, .navbar, .navigation {
background-color: rgb(22, 22, 22) !important;
}
/* CONTENT */
input, output, label, button, form, textarea, fieldset, select, option {
background-color: rgb(20, 20, 20) !important;
border: 1px solid rgb(24, 24, 24 ) !important;
color: rgb(181, 181, 181) !important;
border-radius: 2px;
}
code {
background-color: rgb(19, 19, 19) !important;
}
#content, .content, h1, h2, h3, h4, h5, h6, span, sub, sup, i, b, u, s, q, dl, dd, dt, em, ol, li, ul, table, tbody, thead, tr, th, pre, div, detials, summary, main, small, big, strong, time {
color: rgb(145, 124, 124) !important;
}
div, li, ul, ol {
background-color: rgb(22, 22, 22) !important
}
p {
color: rgb(181, 181, 181) !important;
}
a {
color: rgb(52, 116, 172) !important;
}
a:visited {
color: rgb(58, 136, 204) !important;
}
img {
border-radius: 2px;
}
tr, td {
background-color: rgb(40, 40, 40)!important;
}
/* FOOTER */
footer, #footer, .footer {
background-color: rgb(22, 22, 22) !important;
}