From 76902a2a1176188a04d2ce0b2bd50164c6232c53 Mon Sep 17 00:00:00 2001 From: Snow <saidit_snow@protonmail.com> Date: Mon, 27 Jan 2020 13:29:43 +0000 Subject: [PATCH] Upload New File --- app/javascript/styles/Snow_dark_theme.scss | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 app/javascript/styles/Snow_dark_theme.scss diff --git a/app/javascript/styles/Snow_dark_theme.scss b/app/javascript/styles/Snow_dark_theme.scss new file mode 100644 index 0000000000..07ef05b0f2 --- /dev/null +++ b/app/javascript/styles/Snow_dark_theme.scss @@ -0,0 +1,95 @@ +div.column { + flex-grow: 1; +} + + +@import 'mastodon-light'; + +/* Main colors: +1. Status bar #000000 (but we don't actually use this) +2. App bar #212121 +3. Background #303030 +4. Cards/Dialogs #424242 +*/ + +.public-layout { + background-image: url("https://images2.imgbox.com/44/09/hKyW79gG_o.jpg"); + background-size: contain; + background-repeat: no-repeat; + background-position: center; +} + +div.columns-area, +.drawer { + background-color: #212121; +} + + +.column-header, .column-header__button, +.drawer__header, .drawer__tab { + background-color: #212121 !important; +} + +div.status-wrapper, div.detailed-status__wrapper, +div.detailed-status__wrapper div +{ + background-color: #303030 !important; +} + +.status__prepend, status__prepend > * { + background: #303030 !important; +} + +.status, +.detailed-status, +div.detailed-status__wrapper div.detailed-status, +div.detailed-status__wrapper div.detailed-status__action-bar { + border: 1px solid #212121; + margin: 8px; + border-radius: 2px; + background: #424242 !important; +} + +div.detailed-status__wrapper div.status, +div.detailed-status__wrapper div.status div, +div.detailed-status__wrapper div.detailed-status div, + div.detailed-status__wrapper div.detailed-status__action-bar div +{ + background-color: #424242 !important; +} + +.column-link, +.tabs-bar__link, +.sidebar a:not(.selected), +.column div:not(.status-list__unread-indicator):not(.notifications__unread-indicator):not(.status__video-player-spoiler):not(.spoiler-button):not(.status__video-player-expand):not(.status__video-player-mute):not(.video-player__controls):not(.video-player__seek):not(.video-player__spoiler):not(.video-player__buttons):not(.video-player), +.drawer__inner { + background-color: #424242; +} + +input.search__input, +input.search__input:focus, +.flash-message, +.load-more:hover, +.column, +.landing-strip, +.search-results__header { + background: #303030; +} + +.notification, .status__wrapper, article, +.item-list, .scrollable { + background-color: #303030 !important; +} + +.notification__message, +.notification__message div, +.notification__message .fa +{ + background-color: #303030 !important; +} + +.MathJax, .MathJax_Display { + overflow-x: auto; + overflow-y: hidden; +} + -- GitLab