Dark theme for oasis-open.org
oasis-open.org dark by lennybacon
Details
Authorlennybacon
LicenseNo License
Categorydard
Created
Updated
Size2.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 oasis-open.org - 3/28/2022, 10:04:08 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark theme for oasis-open.org
@author lennybacon
==/UserStyle== */
@-moz-document domain("oasis-open.org") {
/* Insert code here... */
html{
background-color: #222;
}
body{
max-width: 800px;
background-color: #222;
color: rgb(196, 189, 151);
font-family: 'FiraCode NF', 'Cascadia Code', Consolas, 'Lucida Sans', mono !important;
font-size: 1em;
padding: 20px;
line-height: 1.4em;
}
img{
background-color: rgb(196, 189, 151);
}
div{
background-color: #222 !important;
border: 0px !important;
}
table{
background-color: #222 !important;
border: 0px !important;
}
span{
color: rgb(196, 189, 151) !important;
}
li{
color: rgb(196, 189, 151) !important;
}
p.Ref, li.Ref, div.Ref{
color: rgb(196, 189, 151) !important;
}
a, a > span{
color: rgb(0, 174, 240) !important;
text-decoration: none;
}
p.MsoTitle, li.MsoTitle, div.MsoTitle{
color: rgb(0, 174, 240);
}
p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle{
color: rgb(0, 174, 240);
}
p.Titlepageinfo, li.Titlepageinfo, div.Titlepageinfo{
color: rgb(0, 174, 240);
}
p.Notices, li.Notices, div.Notices{
color: rgb(0, 174, 240);
}
h1, h2, h3, h4, h5, h6{
color: rgb(0, 174, 240);
}
hr{
border: 1px solid rgb(196, 189, 151);
}
span.CodeEmbedded, i > span, span.Italic > span{
font-family: 'FiraCode NF', 'Cascadia Code', Consolas, 'Lucida Sans', mono !important;
color: #efefef !important;
}
p.Code, li.Code, div.Code{
border: 0px;
background-color: #333 !important;
padding-top: 10px;
padding-bottom: 10px;
color: rgb(196, 189, 151);
font-family: 'FiraCode NF', 'Cascadia Code', Consolas, 'Lucida Sans', mono !important;
}
td{
border: 1px solid rgb(196, 189, 151) !important;
}
}