Beta Test
Dark Awdee by vlasmn
Details
Authorvlasmn
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.5 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 Dark Awdee
@version 20220423.18.56
@namespace userstyles.world/user/vlasmn
@description Beta Test
@author vlasmn
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://awdee.ru/") {
body {
background-color: #0D0D0D;
color: #F2F2F2;
}
.small-text,
.text-block-9,
.ui-grey-text,
.tag-link,
.count,
.count.comments-count,
.count.articles-count,
.counts-block {
color: #7d7d7d
}
p,
.content-card-link-block,
.footer-h,
.small-text.small-black-text,
.rubric-h,
.tag-link.blue-tag-link,
.author-card-author-name,
.ui-grey-text.author-text,
.social-footer-h {
color: #F2F2F2
}
a,
.footer-link,
.article-head-author-name,
li.nav-link.w--current a,
.feed-nav-link.active-feed-nav-link,
.feed-nav-link.active-feed-nav-link:hover,
.feed-nav-link.w--current,
.feed-nav-link.active-feed-nav-link-copy {
color: #F9DC3D
}
a:hover,
.footer-link:hover,
.article-head-author-name:hover,
.content-card-link-block:hover,
.rubric-h:hover,
.feed-nav-link:hover {
color: #FF5145
}
li.nav-link a,
.feed-nav-link {
color: #F2F2F2
}
.tag-link:hover {
background-color: #F2F2F2;
}
.tag-link.blue-tag-link:hover,
.tag-link:hover {
color: #0D0D0D
}
.nav-link:hover,
.feed-nav-link:hover {
background-color: #202020
}
/* navigation buttons */
.feed-nav-link:hover {
color: #F2F2F2
}
/* buttons */
.grid-filter-toggle {
background-color: #F2F2F2
}
.button {
background-color: #F9DC3D;
}
.button:hover,
.grid-filter-toggle:hover {
color: #0D0D0D;
background-color: #FF5145
}
/* image tale */
.card-image-small {
background-color: #000000
}
/* search field */
.text-field.giant-search-field {
background-color: #202020
}
.text-field.giant-search-field:hover {
border-color: #F2F2F2
}
.text-field:hover,
.text-field:focus {
box-shadow: inset 0 0 0 2px rgb(249 220 61 / 100%);
}
.text-field.giant-search-field {
color: #F2F2F2
}
.button.giant-search-button:hover,
.button.giant-search-button {
background-color: transparent !important
}
/* gray line in navbar and footer */
.nav {
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.section.footer {
border-top: 1px solid rgba(255, 255, 255, .1)
}
.tag-card {
border-color: rgba(255, 255, 255, .1);
}
/* about Zhurnalus (button) in footer */
.button.alt-button {
background-color: #202020;
color: #F2F2F2;
box-shadow: none !important
}
.button.alt-button:hover {
color: #FF5145;
background-color: #323232
}
}