Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Dark Sakura Theme
- Based on Dark Mode, with overrides for buttons, highlights,
- daily challenges, navbar, and background gradient. Also made the kao-coin showcase bigger.
- */
- :root {
- --vocab: #9695D6;
- --b_primary: #6d2e55; /* this is for the Study buttons and stuff */
- --b_primary_border: #cd85b2ab;
- --b_border: #696969;
- --gold: #FFDD32;
- --silver: #CBCBCB;
- --bronze: #A68A7E;
- --navhover: #F7B76F;
- --darkstripe: #5d2648; /* changed, text */
- --sstriped: #848484;
- --red: #ff4f4f; /* changed to more muted*/
- --lred: #ff000061;
- --green: #9beb31; /* changed, text - to review terms number, etc. */
- --nav_bg: #1c1c1c;
- --quiz_submit: #5d2648;
- --quiz_bg: #2f3030; /* changed this */
- --orange_button: #d4a978; /* I don't know button */
- --cw_border: #696969;
- --cw_bg: #000000;
- --text: #f2f2f2;
- --ntext: #000; /* actual inverse */
- --grey: #838282;
- --dgrey: #888888;
- --dorange: #EE7600;
- --tab_bg: #4a4a4a;
- --neg_text: #ffffff;
- --alink: #9bb9e2; /* Changed this: link colour */
- --body_bg: #190110; /* body colour, make it dark */
- --wrapper_bd: #58405d; /* The border of the main wrapper */
- --bg_main: #1c1c1c; /* bg colour, make it dark-gray */
- --menu_bg: #3e3e3e;
- --warn_bg: #5f2020;
- --warn_icon_bg: #441a1a;
- --succ_bg: #2c420a;
- --shighlight: #9beb31; /* changed, quiz words */
- /* adventure */
- --progress_back: #953e73;
- --progress_bar: #c29bb3; /* changed this */
- --progress_border: #d884b8c9; /* changed this */
- --challenge_bg: #35012100; /* changed this */
- --level_circles: #ff3849;
- --progress_mborder: #65084100; /* changed this */
- }
- .c_circle-bg {
- stroke: #353535;
- }
- .full_term .grey, .compact_term .grey, .print_term .grey {
- color: #a5a5a5
- }
- .sched_vocab {
- fill: #ae317f; /* schedule icon for words */
- }
- .sched_kanji {
- fill: #8044df;
- }
- .sched_sent
- {
- fill: #d68844;
- }
- .sched_grammar, .sched_conj, .sched_aconj
- {
- fill: #cf5556;
- }
- #adven_box { /* daily_C bg_image */
- background-image: linear-gradient(rgb(0, 0, 0), rgba(19, 0, 10, .69)), url(https://www.renshuu.org/i.php?f=img/adventure/adventure_night.png&v=2) !important;
- }
- #adven_box.desc
- {
- background-image: linear-gradient(rgb(0, 0, 0), rgba(19, 0, 10, .69)), url(https://www.renshuu.org/i.php?f=img/adventure/adventure_night.png&v=2) !important;
- }
- #navbar
- {
- position: fixed;
- top: 0;
- width: 100%;
- min-width: 766px;
- font-size: 14px;
- height: var(--navheight);
- border-bottom: 1px solid #da8fc16e;
- background: #5d2648;
- z-index: 502;
- }
- .tree_line.tochuu>div>div:nth-child(even), .tree_line.completed>div>div, .tree_box.completed .tree_circle {
- border-color: #ffe2a2;
- }
- .rightWrapper
- {
- position: relative;
- border-radius: 7px;
- padding: 1em;
- background-color: #5d2648;
- }
- html, body {
- background: linear-gradient(
- to bottom,
- #181017 0%,
- #2c212f 60%,
- #1c1520 80%,
- #0b0a0f 100%
- ) no-repeat fixed;
- background-size: cover;
- }
- /* Kao-coin zoom tweak. I think this works without breaking anything... probably... */
- .kaocoin_grid {
- max-height: 400px !important;
- margin-bottom: 0 !important; /* remove extra space on top */
- grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
- row-gap: 2.9em; /* space between rows */
- }
- .kaocoin_grid > div {
- transform: scale(1.3); /* slightly larger */
- transform-origin: top left; /* keeps alignment neat */
- padding-top: 0;
- }
- .mnav_item:hover {
- background-color: #5d2648;
- }
- .correctbox
- {
- border: 1px solid #219d05 !important;
- border-top-width: 2px !important;
- }
- .wrongbox {
- border: 1px solid #ff1e1e !important;
- border-top-width: 2px !important;
- }
- .fa-check-circle, .fa-arrow-circle-up, .qresult{
- color: #9beb31 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment