- /* ==UserStyle==
- @name Dark Super Mario Maker Bookmark
- @namespace github.com/CodyMKW/My-Userstyles
- @version 1.0.2
- @description Dark theme for Super Mario Maker Bookmark website!
- @homepageURL https://sites.google.com/view/codys-nintendo-room/userstyles
- @supportURL https://github.com/CodyMKW/My-Userstyles/issues
- @author CodyMKW (https://codymkw.github.io)
- @license CC-BY-SA-4.0
- @preprocessor stylus
- @var text fontname "Font Name" Avenir
- @var color text-color "Text" #BBBBBB
- @var color easy-color "Easy" #1A801A
- @var color normal-color "Normal" #1A4C80
- @var color expert-color "Expert" #801A4C
- @var color super-expert-color "Super Expert" #801A1A
- @var color ranking-color "Ranking" #4C1A80
- ==/UserStyle== */
-
- @-moz-document url-prefix("https://supermariomakerbookmark.nintendo.net/") {
- body.courses,
- body.profile,
- body.pickup,
- body.search,
- body.ranking,
- body.settings,
- body.help,
- body.playlist {
- background: rgb(36, 36, 36);
- }
-
- #wrapper .description a {
- color: #FFF;
- }
-
- .bg-white,
- #wrapper.profile .profile-info .user-wrapper .mii,
- #loading-overlay #loading-overlay-pedestal {
- background: rgb(56, 56, 56);
- }
-
- .bg-yellow,
- .help-category-wrapper .help-category-header,
- .help-category-wrapper .help-entry-wrapper .help-entry-body,
- .help-category-wrapper .help-sub-entry-wrapper {
- background-color: rgb(25, 25, 25);
- }
-
- .bg-orange,
- .help-category-wrapper .help-entry-wrapper .help-entry-header {
- background: rgb(16, 16, 16);
- }
-
- /* Super Expert */
- .bg-red,
- .help-category-wrapper .difficulty-super-expert {
- background: super-expert-color;
- }
- /* Expert */
-
- .bg-pink,
- .help-category-wrapper .difficulty-expert {
- background: expert-color;
- }
-
- /* Normal */
- .bg-blue,
- .help-category-wrapper .difficulty-normal {
- background: normal-color;
- }
-
- /* Easy */
- .bg-green,
- .help-category-wrapper .difficulty-easy,
- .help-category-wrapper .clear-rate-flag {
- background: easy-color;
- }
-
- /* Ranking */
- .bg-purple {
- background: ranking-color;
- }
-
- /* Text Color */
- .course-info .course-title-wrapper .course-title,
- .help-category-wrapper .help-category-header .help-category-title,
- .course-info .course-image-wrapper .gameskin-wrapper .created_at,
- .course-info .tried-count .label,
- .course-info .course-detail-wrapper .creator-info .name,
- #wrapper.profile .profile-info .user-info .name,
- #wrapper.ranking .creator-detail-wrapper .creator-info .name,
- .help-category-wrapper .help-entry-wrapper .help-entry-header,
- .help-category-wrapper .help-entry-wrapper .help-entry-body .help-message,
- .help-category-wrapper .help-sub-entry-wrapper .help-sub-entry-header,
- .help-category-wrapper .help-category-header .help-category-description,
- .help-category-wrapper .created-at-wrapper .created-at,
- .help-category-wrapper .help-entry-wrapper .help-entry-body,
- .help-category-wrapper .creator-info .creator-name,
- #wrapper.courses .body.current-tag .current-tag-wrapper .current-tag-label,
- #wrapper.courses .header.bg-orange,
- #wrapper.courses .course-card .course-detail-wrapper .miiverse,
- #wrapper .description, body.pickup #wrapper.pickup .special-courses-banner .title, body.special_courses #wrapper.special .special-list .course-card .title, select {
- color: text-color;
- }
-
- /* Cleared Flag */
- .course-info .course-clear-flag-wrapper {
- border: 30px solid rgb(25,25,25);
- border-top: 30px solid rgb(45,45,45);
- border-right: 30px solid rgb(45,45,45);
- }
-
- /* Stats */
- #wrapper.courses .course-card .course-stats-wrapper .liked-count,
- #wrapper.courses .course-card .course-stats-wrapper .played-count,
- #wrapper.courses .course-card .course-stats-wrapper .shared-count,
- .course-info .course-stats-wrapper .liked-count,
- .course-info .course-stats-wrapper .played-count,
- .course-info .course-stats-wrapper .shared-count {
- background: rgb(56, 56, 56);
- }
-
- .course-info svg path,
- #wrapper.courses .clear-time svg path,
- #wrapper.playlist .trash svg,
- #wrapper.playlist .unlocked svg {
- fill: #FFF;
- }
-
- .course-info .tried-count {
- background: none;
- }
-
- .course-info .course-image-wrapper .course-image,
- #wrapper.courses .course-card .course-image-full-wrapper,
- .course-info .course-image-full-wrapper {
- background: rgb(16, 16, 16);
- }
-
- select {
- background: #161616 url(https://supermariomakerbookmark.nintendo.net/assets/images/search_dropdown-icon-5ed1336d62f7b564fd0f70597b762530.png) 95% 50% no-repeat;
- }
-
- /* More Info Button */
- .course-info .course-detail-wrapper .course-detail,
- .course-info .course-image-wrapper .course-tag,
- .help-category-wrapper .course-tag,
- #wrapper.courses .body.current-tag .current-tag-wrapper .course-tag {
- color: #BBB;
- background: rgb(56, 56, 56);
- }
-
- /* Bookmark Button */
- #wrapper.special .button-wrapper .button.playlist.off,
- #wrapper.pickup .button-wrapper .button.playlist.off,
- #wrapper.ranking .button-wrapper .button.playlist.off,
- #wrapper.profile .button-wrapper .button.playlist.off,
- #wrapper.playlist .button-wrapper .button.playlist.off,
- #wrapper.courses .button-wrapper .button.playlist.off,
- #wrapper.search .button-wrapper .button.playlist.off,
- #wrapper.special .button-wrapper .button,
- #wrapper.pickup .button-wrapper .button,
- #wrapper.ranking .button-wrapper .button,
- #wrapper.profile .button-wrapper .button,
- #wrapper.playlist .button-wrapper .button,
- #wrapper.courses .button-wrapper .button,
- #wrapper.search .button-wrapper .button,
- #wrapper.courses .course-card .course-detail-wrapper .miiverse,
- #wrapper.courses .body.current-tag .update-tag-form .button,
- #wrapper.playlist .trash,
- #wrapper.playlist .locked,
- #wrapper.playlist .unlocked {
- color: #BBB;
- background: rgb(56, 56, 56);
- }
- #wrapper.special .button-wrapper .button.playlist.on,
- #wrapper.pickup .button-wrapper .button.playlist.on,
- #wrapper.ranking .button-wrapper .button.playlist.on,
- #wrapper.profile .button-wrapper .button.playlist.on,
- #wrapper.playlist .button-wrapper .button.playlist.on,
- #wrapper.courses .button-wrapper .button.playlist.on,
- #wrapper.search .button-wrapper .button.playlist.on {
- background-color: rgb(76,76,76);
- }
- }
-
- @-moz-document url-prefix("https://id.nintendo.net/oauth/") {
- body {
- color: #BBB;
- background: rgb(36, 36, 36);
- }
- .hb-header,
- .no-js .hb-header-wrapper,
- .hb-footer,
- .no-js .hb-footer-wrapper {
- background: rgb(16, 16, 16);
- }
- }
-
- @-moz-document url-prefix("https://supermariomakerbookmark.nintendo.net/"), url-prefix("https://id.nintendo.net/oauth/") {
- /* Custom Font */
- input, button, select, p, div {
- font-family: fontname;
- }
- div#copyright:after, p.hb-footer-copyright:after {
- content: ' - Dark Super Mario Maker Bookmark v1.0.2 by CodyMKW' !important;
- }
- }