JoyReactor neon theme
Reactor Neon by x13a
Details
Authorx13a
License0BSD
Categoryjoyreactor.cc, reactor.cc, jr-proxy.com, jrproxy.com
Created
Updated
Size1.7 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 Reactor Neon
@namespace reactor.cc
@version 0.1.5
@description JoyReactor neon theme
@author lucky
==/UserStyle== */
@-moz-document
domain("joyreactor.cc"),
domain("reactor.cc"),
domain("jr-proxy.com"),
domain("jrproxy.com") {
:root {
--primary-color: #ddd;
--primary-background: black;
--secondary-color: #383838;
--secondary-background: #bbb;
}
body {
color: var(--primary-color);
background: var(--primary-background);
}
textarea,
input[type="text"],
input[type="password"],
.comment {
color: inherit !important;
background: none !important;
}
#sidebar,
.article .uhead a,
.post_content h3,
.post_content h4,
.post_content h5,
.blogs {
color: inherit;
}
#topbar,
#container,
#pageinner,
.post_poll_holder,
.user.week_top,
.user.week_top .userposition,
.user.week_top a,
.user .weekrating {
background: none;
}
#tagArticle .post_content_expand,
.article .post_content_expand,
.article .ufoot span a.response,
.small_comments_button,
.pagination_main .pagination_toggler,
.pagination_expanded a,
.pagination_expanded span {
color: var(--secondary-color);
background: var(--secondary-background);
}
.comments,
.sidebarContent p.login_link a {
color: var(--secondary-color);
}
.article .uhead .uhead_share span a.share_vk,
.article .uhead .uhead_share span a.share_fb {
display: none;
}
}