dark mode.
Ichebnik-dark by stanislavnemytov

Details
Authorstanislavnemytov
LicenseNo License
Categoryichebnik
Created
Updated
Code size3.4 kB
Code checksum3b03f1bb
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ichebnik.ru - 02.11.2021, 18:40:39
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ichebnik.ru") {
.rt_repair_el {
font-size: 1.2em !important;
}
.split_hide {
display: none!important;
}
@media (prefers-color-scheme: dark) {
.body_null,
.lesson_section,
.lesson_panel,
.step_progress,
.cont-box,
.buh-word,
.yui-column-fill-td,
.column-menu-line,
.usplit_word,
.stob_answer,
.account_panel_wrp,
.acc_day_list,
header,
html,
body {
background: #30303c;
color: #f1e8e8;
}
.rt_word_1,
.uiar_div_wrapper_right,
.yui-strupel-active,
.yui-answer-link-user,
#startLesson:before,
.a_next:before,
.snext:before,
.uiar_div_wrapper_user,
.acc_day_in_item span,
.total_rating,
.acc_timeline_panel div p,
.acc_start_panel > span,
.acc_start_panel > p,
.acc_header > p,
.logo span,
table.cancion td.original,
.wrod_com,
.simple_text,
.course_desc p,
.slova-play-wrap {
/* white */
color: #f1e8e8;
}
.repair-line .y_orange {
color: #f1e8e8 !important;
}
.stih_word_replace,
.rt_word_2,
.letter-insert,
.buh-word,
.wrod_m,
.wrod_m-2,
.wrod_m-3,
.wrod_m2,
.wrod_m2-2,
.ru-predl,
.multi-answer,
.zapomni_pg,
.zapomni_pg_inner {
color: #d1b515;
}
.current_progress,
.dic-right,
.yui-answer-link-right,
.egtable {
color: #3aad81;
}
.split_hide {
color: inherit;
opacity: .3;
}
.y_green {
color: #d7d720 !important;
}
.text-regime-text,
p.pfin5,
.yui-column-title,
.yui-fill-text,
table.cancion td.perevod {
/* gray */
color: #c6c3c3;
}
.stih_column_new_right {
color: #c6c3c3 !important;
}
.wrod_f,
.wrod_f-2,
.wrod_f2 {
/* article "la"*/
color: #d517b8
}
/* green */
.erb_answer_letter,
.erb_letter {
color: #20be20;
}
/* background */
#startLesson,
.a_next,
.snext,
#yarrows .a_down_next,
#yarrows .a_down_next2,
.split_hide:hover {
background: none;
}
.logo img {
background: #f1e8e8;
}
.acc_day_list,
.acc_start_panel {
background: #3a3a49;
}
.stih_word_answer:not(.split_hide):hover,
.yui-column-fill-td:hover,
.column-menu-line:hover,
.usplit_word:hover,
.multi-answer:hover,
.stob_answer:hover {
background: #56567c;
}
.press_stih_error,
.usplit_selected {
background: #ea6e2a
}
/* border and radiuses */
.multi-answer {
border: 1px solid #9e9e28;
border-radius: 10px
}
/* border */
.stih_word {
border: transparent;
}
.zapomni_pg,
.zapomni_pg_inner {
border-color: #d7d720;
}
#startLesson:before,
.a_next:before,
.snext:before,
#yarrows .a_down_next:before,
#yarrows .a_down_next2:before {
content: ">>";
color: white;
padding: 12px 9px;
border: 1px solid;
border-radius: 50%;
width: auto;
height: auto;
z-index: 1;
}
}
}