-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css.old
More file actions
236 lines (199 loc) · 6.78 KB
/
main.css.old
File metadata and controls
236 lines (199 loc) · 6.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
/**
* @name Sailor-Moon-BD
* @author VanillyNeko
* @version 1.0.0
* @description A theme that is themed around Sailor Moon, I am trying to make it self reliant on only itself, Its failing...
* @donate https://paypal.me/vanillyneko
* @website https://www.vanillyneko.com/
* @invite bptEdGMNfW
* @source https://github.com/VanillyNeko/Sailor-Moon-BD
**/
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Caveat+Brush&family=Pacifico&display=swap');
:root {
/* Colour Implementation */
/* Accent Colours */
--main-color: #a439b3; /* main accent color (hex, rgb or hsl) [default: #2780e6] */
--hover-color: #add3ff; /* hover accent color (hex, rgb or hsl) [default: #1e63b3] */
--success-color: #43b581; /* success accent color (hex, rgb or hsl) [default: #43b581] */
--danger-color: #982929; /* danger accent color (hex, rgb or hsl) [default: #982929] */
--url-color: var(--main-color); /*The color of url links [default: var(--main-color)]*/
--primary3-colour: var(--main-color);
/* Transparent Discord */
--background-primary: transparent !important;
--background-secondary: transparent !important;
--background-secondary-alt: transparent !important;
--background-tertiary: transparent !important;
--background-tertiary-alt: transparent !important;
--background-accent: transparent !important;
/* Status Colour */
--online-color: #43b581; /* online status color (hex, rgb or hsl) [default: #43b581] */
--idle-color: #faa61a; /* idle status color (hex, rgb or hsl) [default: #faa61a] */
--dnd-color: #982929; /* dnd status color (hex, rgb or hsl) [default: #982929] */
--streaming-color: #593695; /* streaming status color (hex, rgb or hsl) [default: #593695] */
--offline-color: #808080; /* offline/invisible status color (hex, rgb or hsl) [default: #808080] */
/* General */
--main-font: 'Caveat Brush'; /* main font for app (font must be installed) [default: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif] */
--code-font: Consolas, Liberation Mono, Menlo, Courier, monospace; /* font for codeblocks (font must be installed) [default: Consolas, Liberation Mono, Menlo, Courier, monospace] */
--text-normal: rgb(152, 157, 255); /* color of default discord text */
--text-muted: rgb(232, 151, 255); /* color of default discord muted text (e.g.text found in input fields before typing).*/
--channels-width: 200px; /* channel list width (240px for Discord default) [default: 220px] */
--members-width: 200px; /* member list width [default: 240px] */
/* Channel Colors */
--channel-unread: var(--main-color); /* Unread Server channel color. [default: var(--main-color)] THIS OVERRIDES YOUR MAIN COLOR*/
--channel-color: rgba(93, 52, 131, 0.616); /*Read Server channel color [default: rgba(255,255,255,0.3);]*/
--channel-text-selected: rgb(232, 151, 255); /* Selected channel text color, CV default is #fff */
--muted-color: rgb(94, 25, 133); /*Muted channel color [default: rgba(255,255,255,0.1);]*/
/* Background */
/* --background: url('https://vnil.me/KfeHkjEW4950.jpg'); */
/* --background: url('https://vanillyneko.github.io/Sailor-Moon-BD/assets/chibi-sailor-moon.jpg'); */
--background: url(https://vnil.me/iV9SaR9z92M9.png);
--backgroundposition: center;
--backgroundsize: cover;
--backgroundOpacity: 100;
--backgroundBlur: 100;
/* Home Button Icon */
--home-icon-image: url('https://media0.giphy.com/media/0UcWwQreelWsR48UtD/giphy.gif?cid=ecf05e4751nj64560p2p7z40wxawlhgr8ulv7hdy56ia963f&ep=v1_gifs_search&rid=giphy.gif&ct=g');
--home-icon-image-zoom: 100%;
--home-icon-image-position: center center;
/* Font */
--Chat-Font-Used: 'Caveat Brush', normal;
--Chat-Font-Size: 15px;
--Category-Font-Colour: rgb(232, 151, 255);
--Unread-Chan-Font-Colour: rgb(67, 181, 149);
--Default-Channel-Text: rgb(232, 151, 255);
--Muted-Channel-Text: rgb(88, 0, 0);
}
/* Font Is Implemented Here! */
:not([class="hljs"]):not(code)
{
font-family: var(--Chat-Font-Used)!important;
/*category-title-text-color: var(--Category-Font-Colour) !important;*/
/*unread-channel-text: var(--Unread-Chan-Font-Colour) !important;*/
/*default-channel-text: var(--Default-Channel-Text) !important;*/
/*muted-channel-text: var(--Muted-Channel-Text) !important;*/
}
/* Font Size Which Matters */
.markup:not(code)
{
font-size: var(--Chat-Font-Size)!important;
}
/* Background Variable Implemented */
body
{
background: var(--background);
background-position: var(--backgroundposition) !important;
background-repeat: no-repeat !important;
background-size: var(--backgroundsize) !important;
opacity: var(--backgroundOpacity);
filter: blur(var(--backgroundBlur));
}
/* More Colour Allocation */
.link__2e8e1
{
color: rgb(232, 151, 255);
}
.layerContainer_d5a653
{
color: rgb(232, 151, 255);
background-color: rgb(85, 136, 255);
}
.username_d30d99
{
color: var(--Unread-Chan-Font-Colour);
}
.name__8d1ec
{
color: var(--main-color);
}
.overflow__87fe8
{
color: var(--text-muted);
}
.name_c08dbc
{
color: var(--main-color);
}
.icon_eff5d4
{
color: var(--text-muted);
}
.name__02dbd
{
color: var(--main-color);
}
.linkButtonIcon__2f35b
{
color: var(--Muted-Channel-Text);
}
.username__81ee6
{
color: var(--Category-Font-Colour);
}
.theme-dark
{
color: var(--background-primary);
}
.container__11d72 *
{
color: #593695;
}
.item__48dda
{
color: var(--main-color);
}
element.style
{
color: var(--main-color);
}
.button_afdfd9 .contents_fb6220
{
color: var(--muted-color);
}
.app_de4237 button
{
color: var(--text-muted);
}
/*Title Bar Text (Could Be Removed If You Learn To Hate It) */
#app-mount .typeWindows__5fa63
{
background-color: rgba(234, 164, 255, 0.73);
border-bottom: 2px solid var(--primary3-colour);
height: 30px;
margin: 0px;
}
/* Title Bar Text (Could Be Removed If You Learn To Hate It) */
#app-mount .typeWindows__5fa63
{
background-color: rgba(234, 164, 255, 0.315);
border-bottom: 2px solid var(--primary3-colour);
height: 30px;
margin: 0px;
}
/* Title Bar Text */
#app-mount .typeWindows__5fa63:after
{
content: "Sailor Moon BD By VanillyNeko";
color: rgb(85, 136, 255);
font-weight: 500;
position: absolute;
top: 8px;
left: 43.2%;
}
/* Discord Home Icon Replacement */
.tutorialContainer_f9623d .childWrapper_f90abb
{
background: var(--home-icon-image) !important;
background-position: var(--home-icon-image-position) !important;
background-repeat: no-repeat !important;
background-size: var(--home-icon-image-zoom) !important;
}
/* Makes Discord Icon Go Bye Bye */
.tutorialContainer_f9623d
.listItem_c96c45
.listItemWrapper_dfb2f8
.wrapper_c5f96a
.svg_c5f96a
svg
{
display: none;
}