Black version of Metanit Dark style
Metanit Dark (Night black) by asavostin23
Details
Authorasavostin23
LicenseNo License
Categorymetanit
Created
Updated
Size2.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 Metanit Dark
@namespace USO Archive
@author Andriy1909
@description `metanit.com Dark theme`
@version 20190222.21.30
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("metanit.com") {
body {
background: black;
color: white;
}
.menC {
background: black;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
color: #0db30d !important;
}
.syntaxhighlighter .line.alt2 {
background-color: black !important;
}
.syntaxhighlighter .line.alt1 {
background-color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
color: #e1e1e1 !important;
}
.syntaxhighlighter .keyword {
color: #00aaff !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
color: #ef5305 !important;
}
.syntaxhighlighter .gutter {
color: #cacaca !important;
}
h1,
h2,
h3,
h4 {
color: #c3c8e1;
}
.menC .share .fa,
.menC .like .fa {
background-color: black;
}
.menC .socialtop .fa,
.menC .socialbottom .fa {
border-color: black;
}
#container {
background-color: black;
}
#menu {
background: black;
}
#menu .mainmenu li > a {
border-left: 0px;
background: -webkit-gradient(linear, left top, left bottom, from(#111), to(black));
}
#menu > ul > li > a {
color: #dadef3;
}
.date {
color: #c2c2c2;
}
#logo {
color: #b4bbdf;
}
#logo a {
color: #a4adf5;
}
#logo a,
#logo a:visited {
color: #aaacba;
}
element.style {
color: #747373;
}
.socialbtns .fa {
color: #777 !important;
}
.dn {
color: #888b99;
}
.filetree span.file a {
color: #a4a4a5;
}
.filetree span.folder {
color: #a4a4a5;
}
.menT a {
color: #a4a4a5;
}
.syntaxhighlighter .gutter .line {
border-right: 3px solid #1b2557 !important;
}
.menC a {
color: #babaff !important;
}
.bootomLinks a {
color: #c5c7cc;
}
.filetree li:hover > .folder {
color: #ffffff;
background-color: black;
}
.filetree li ul li:hover > .file a {
background-color: black;
color: #f5f5f5;
}
.filetree li ul li:hover > .file {
color: #f5f5f5;
background-color: black;
}
table td {
background-color: black;
}
}