From 8870b9a4762d2efa1a7596cf4bed598faa98d58c Mon Sep 17 00:00:00 2001
From: Snow <saidit_snow@protonmail.com>
Date: Sat, 1 Feb 2020 13:43:51 +0000
Subject: [PATCH] snow's_theme

---
 app/javascript/styles/snow_s_theme.scss | 185 ++++++++++++++++++++++++
 1 file changed, 185 insertions(+)
 create mode 100644 app/javascript/styles/snow_s_theme.scss

diff --git a/app/javascript/styles/snow_s_theme.scss b/app/javascript/styles/snow_s_theme.scss
new file mode 100644
index 0000000000..b4a971fac1
--- /dev/null
+++ b/app/javascript/styles/snow_s_theme.scss
@@ -0,0 +1,185 @@
+@import 'instance-ticker-type-12-light';
+@import 'material-light';
+
+.roles {
+    background-color: unset!important;
+}
+
+.new_user a {
+    text-decoration: underline!important;
+}
+
+.account__wrapper,
+.detailed-status__meta {
+    background-color: unset!important;
+}
+
+.status__expand {
+    background-color: unset!important;
+}
+
+.status__action-bar__counter {
+    background-color: unset!important;
+}
+
+.drawer__inner {
+    background-color: #ffffff!important;
+}
+
+.column-header {
+    border-radius: 10px 10px 0px 0px;
+    background-color: #ffffff!important;
+}
+
+.column-header__button {
+    background-color: #ffffff!important;
+}
+
+.column-header__back-button {
+    background-color: #ffffff!important;
+}
+
+.search__input {
+    background-color: #ffffff!important;
+}
+
+.drawer__tab {
+    background-color: unset!important;
+}
+
+.poll__input.active {
+    border-color: #3c754d!important;
+    background: #3c754d!important;
+}
+
+.account__header__tabs, .account__header__tabs__name, .account__header__tabs__buttons, .account__header__bio, .account__header__fields, .account__header__extra__links {
+    background-color: #ffffff!important;
+}
+
+.account__section-headline {
+    background-color: #e6ebf0!important;
+}
+
+.account__header__content {
+  text-align: center;
+}
+
+
+
+.drawer {
+width: 40%;
+background-color: transparent;
+}
+
+  .compose-form__autosuggest-wrapper {
+min-height: 500px;
+max-height: 700px;
+}  
+
+
+.autosuggest-textarea__textarea {
+min-height: 500px;
+max-height: 500px;
+}  
+
+.compose-form{
+min-height: auto;
+max-height: auto;
+}  
+
+.display-name__account {
+ 	color: #edf2f7;
+}  
+
+.drawer__tab {
+
+background-color: transparent;
+ }
+
+
+ .search__input{
+ border-radius: 10px
+	 
+}
+
+.drawer__header{
+ border-radius: 10px;
+background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
+}
+
+
+.drawer__inner__mastodon{
+ display:none
+}
+
+
+.column{
+background-color: transparent;
+border-radius: 10px;
+}
+
+.character-counter{
+display:none
+}
+
+.column-header__wrapper{
+border-radius: 10px 10px 0px 0px;
+}
+
+.column-header{
+border-radius: 10px 10px 0px 0px;
+}
+.scrollable{
+border-radius: 0px 0px 10px 10px;
+}
+
+.detailed-status-public.detailed-status
+{
+border-radius: 10px 10px 10px 10px;
+box-shadow: 0px 0px 0px 0px; 	
+}
+
+.status-public.status{
+border-radius: 10px 10px 10px 10px;
+margin: 15px;
+box-shadow: 0px 0px 0px 0px; 	
+}
+
+.status-reply.status-unlisted.status{
+border-radius: 10px 10px 10px 10px;
+margin: 15px;
+}
+
+.detailed-status__action-bar
+{
+border-radius: 10px 10px 10px 10px;
+margin: 15px;
+box-shadow: 0px 0px 0px 0px;
+}
+
+.columns-area{
+background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
+margin:0px 0px 0px
+}
+
+.status{
+border-radius: 10px 10px 10px 10px;
+margin: 15px;
+box-shadow: 0px 0px 0px 0px;
+}
+
+
+.public-layout{
+background-image: url("https://images7.alphacoders.com/698/698736.jpg");
+background-position: center; 
+background-repeat: no-repeat; 
+background-size: cover;
+}
+
+
+
+
+
+
+
+
-- 
GitLab