-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoundcloud-gray.css
More file actions
89 lines (71 loc) · 1.91 KB
/
soundcloud-gray.css
File metadata and controls
89 lines (71 loc) · 1.91 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
/* ==UserStyle==
@name Empty @name replaces the default template - 26.9.2019 klo 20.43.36
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
@preprocessor less
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
@bgMain: #393A41;
@bgSec: #48494e;
@colorMain: #eee;
@colorSec: #fff;
a {
color: @colorSec !important;
text-shadow: 0px 0px 1px #080808,0px 0px 1px #080808,0px 0px 1px #080808,0px 0px 1px #080808 !important;
}
p span, h1, h2, h3, h4, h5, h6 {
color: @colorMain !important;
}
body {
background: @bgMain;
}
* {
background-color: @bgMain !important;
color: @colorMain !important;
font-family: 'Roboto';
text-decoration: none !important;
border: 0 !important;
}
.playableTile__actions {
opacity: 0 !important;
}
.playButton,
.sc-button-play.playButton, {
background-color: #f50 !important
}
//header & footer
.header, .header *,
.playControls.g-z-index-control-bar.m-visible * {
background-color: @bgSec !important;
.playbackTimeline__progressBar {
background-color: #f50 !important;
}
.playbackTimeline__progressBackground {
background-color: #ccc !important
}
}
.l-container {
width: 93%;
}
.profileHeader *{
background-color: transparent !important;
.profileHeaderInfo__userName {
background: @bgSec !important;
}
}
.sound__waveform, .sound__waveform *,
.waveform, .waveform *,
.sound__header, .sound__header *,
.soundBadge__playButton,
.soundBadge__additional,
.queueItemView__playButton,
.selectionPlaylistBanner__playButton, .playableTile__playButton, .playableTile__actions, .playableTile__description {
background-color: transparent !important;
background: transparent !important;
}
.sidebarModule.mobileApps {
display: none !important;
}
}