[WIP] Dark theme for archonia
Archonia by darkham
Details
Authordarkham
LicenseNo License
Categoryarchonia
Created
Updated
Size1.3 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 Archonia
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("archonia.com") {
:root {
--main-bg-color: #1f1f1f;
--main-text-color: #fff;
}
body {
background: var(--main-bg-color);
}
h1,
h2,
h3,
h4,
h5,
span,
strong,
a,
p,
td,
.col-xs-12,
.arl_h1,
.p-a-xs,
.m-y-0,
.dropdown-menu > li > a,
.btn-link {
color: var(--main-text-color);
}
.text-primary {
color: #bbc3ce;
}
.panel,
.list-group-item,
.arg_footer_copyright,
.dropdown-menu {
border-color: transparent;
background: var(--main-bg-color);
}
.well {
background: var(--main-bg-color);
}
.arl_carousel,
.arl_related_carousel,
.arl_images,
.arg_browse_menu_desktop {
background-color: transparent;
}
.bg-white {
background-color: #c90605;
background-image: linear-gradient(to bottom, #c90605 0, #b00504 100%);
background-repeat: repeat-x;
}
.text-black {
color: var(--main-text-color) !important;
}
.m-y-sm {
border-top: 1px solid var(--main-bg-color);
}
.alert-success {
background-image: linear-gradient(to bottom, #dff0d8 0, #768e6b 100%);
}
#arg_help {
display: none;
}
}