IETF/RFC Dark by rix
Details
Authorrix
LicenseNo License
CategoryIETF, RFC
Created
Updated
Size1.2 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 IETF/RFC Dark
@author eggbroker
@namespace IETF
@description `Seti UI color scheme.https://github.com/jesseweed/seti-ui/blob/master/styles/ui-variables.less`
@version 20220107.18.45
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document regexp('^https?:\\/\\/tools\\.ietf\\.org\\/html\\/.*'), regexp("^https?:\\/\\/datatracker\\.ietf\\.org\\/doc\\/html\\/.*") {
html {
background-color: #0e1112;
}
body {
font-size: 16px;
}
* {
color: #d4d7d6;
}
.bgblue {
background-color: #1d5b91;
}
.docinfo {
background-color: #6d8086;
}
.grey {
color: #4d5a5e;
}
.grey,
.grey a:link,
.grey a:visited {
color: #6d8086;
}
.top {
border-top: 7px solid #d4d7d6;
}
.content {
margin: 25px auto !important;
}
div[style="height: 13px;"] {
display: none;
}
hr {
width: 100% !important;
}
a.selflink {
color: #6d8086;
}
.meta-info {
background-color: #3e3e3e;
}
}