Dark theme for Airflow docs
airflow.apache.org - mai 2024 by jeci
Details
Authorjeci
LicenseNo License
Categoryairflow.apache.org
Created
Updated
Size3.0 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 airflow.apache.org - mai 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark theme for Airflow docs
@author Jeremie Lesage
==/UserStyle== */
@-moz-document regexp("https?://airflow\\.apache\\.org/docs/.*") {
/* Insérer le code ici... */
body {
color: #fcfcfc;
background-color: #1d1d1d;
}
button.btn-hollow {
background-color: #00c7d4d4;
}
.navbar {
background-color: #0e0e0e;
border-bottom: solid 1px #3b3b3b;
}
.bodytext__medium--greyish-brown,
.box-event__committer--nick,
.quote--author,
.list-link,
.install__accordions-content--header,
.navbar__text-link {
color: #e9e9e9;
}
.roadmap .td-sidebar,
.rst-content .attention,
.rst-content .caution,
.rst-content .tip,
.rst-content .warning,
.rst-content .important,
.rst-content pre {
background-color: #282828;
}
.rst-content .tip .admonition-title {
background: #0b7535;
}
.rst-content .warning .admonition-title {
background: #93612d;
}
.rst-content .important .admonition-title {
background: #05aab5;
}
.rst-content .note .admonition-title,
.rst-content .seealso .admonition-title {
background: #094c68;
}
.rst-content .example-header {
background: #003a71;
}
pre {
color: #eee;
}
.highlight .nv {
color: #6461fa;
}
.highlight .nn,
.highlight .vm,
.highlight .nf {
color: #5858a5;
}
.highlight .kn,
.highlight .k,
.highlight .kc,
.highlight .ow {
color: #4343bd;
}
.bodytext__medium--brownish-grey,
ol.counter-blue li,
ul.ticks-blue li,
.box-event__blogpost--description,
.box-event__blogpost--date,
.box-event__case-study--quote,
.box-event__meetup--members,
.markdown-content p,
.markdown-content span,
.feature-item--text,
.text-with-icon-item--text,
.video-list__item .video-list__item--title,
.blogpost-content__metadata--date,
.install--description,
.roadmap .breadcrumb-item a,
.roadmap .td-sidebar li > a,
.sidebar__version-selector a {
color: #e9e9e9;
}
.rst-content h2,
.rst-content h3,
.rst-content h4,
.rst-content h5,
.rst-content h6,
.rst-content p {
color: #e9e9e9;
}
.rst-content h1 {
color: #fffbf8;
}
.rst-content .note,
.rst-content .seealso {
background: #282828;
}
button.btn-hollow.btn-brown {
border-color: #3b3b3b;
}
.rst-content dl:not(.docutils) dt {
background: #0c0e0f;
color: #51504f;
border-top: solid 4px #024562;
}
.rst-content dl:not(.docutils) dl dt {
border-left: solid 8px #024562;
background: #0c0e0f;
color: #51504f;
}
}