-
Notifications
You must be signed in to change notification settings - Fork 2
/
gpmcss.css
270 lines (232 loc) · 7.89 KB
/
gpmcss.css
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
/*
A Font, This is optional
remove the things above the "@import" and below the "}" bracket to use font
*/
/*
@import url(https://fonts.googleapis.com/css?family=Karla);
div {
font-family: 'Karla', sans-serif !important;
}
*/
/* Themes the top bar to accent colour */
.material #material-app-bar,
.material #nav-container #music-content.material .material-cover {
background-color: <<FORE_SECONDARY>> !important;
}
/* This changes the colour of the current tab for the Library section
Default this is your accent colour, this changes it to white to match the text above.*/
#selectionBar.paper-tabs {
border-color: white;
}
/* Remove
____
| _ \ ___ _ __ ___ ___ __ __ ___
| |_) | / _ \| '_ ` _ \ / _ \ \ \ / / / _ \
| _ < | __/| | | | | || (_) | \ V / | __/
|_| \_\ \___||_| |_| |_| \___/ \_/ \___|
*/
/* Removes the Shop button */
#shop-nav,
#nav_collections > paper-button {
display: none;
}
/* Removes Youtube button */
[data-id="yt-indicator"] {
display: none;
}
/* Removes Thumbs-up stuff */
.playlist-drawer-item[data-id="auto-playlist-thumbs-up"] {
display: none;
}
#player .player-rating-container {
display: none !important;
}
.song-table [data-col="rating"]:last-child {
display: none;
}
.song-table [data-col="play-count"] {
text-align: center; /* Fixes play count */
}
/* Remove Account stuff */
.gb_Wc.gb_g .gb_lb,
.gb_Wc.gb_g .gb_mb,
.gb_Wc.gb_g .gb_ha,
.gb_g.gb_ha {
display: none;
}
.gb_5c.gb_g .gb_pb,
.gb_5c.gb_g .gb_qb,
.gb_5c.gb_g .gb_fa,
.gb_g.gb_fa {
display: none;
}
#gb#gb a.gb_b {
cursor: default; /* Changes mouse on hover on icon */
}
/* Removes new Switch to YT Music Button */
#ytm-button {
display: none;
}
/* Textbox
_____ _ _
|_ _|___ __ __| |_ | |__ ___ __ __
| | / _ \\ \/ /| __| | '_ \ / _ \ \ \/ /
| || __/ > < | |_ | |_) || (_) | > <
|_| \___|/_/\_\ \__| |____/ \___/ /_/\_\
*/
/* Colours the Selecting of Text within the Edit section */
paper-dialog input::selection,
paper-dialog textarea::selection {
background: <<ALPHA 0.6>><<FORE_SECONDARY>><</ALPHA>>;
}
/* Fixes underline */
.focused-line.paper-input-container { border-bottom: 2px solid <<FORE_SECONDARY>>; }
/* Fixes Counter */
.add-on-content.is-highlighted.paper-input-container > * {
color: <<FORE_SECONDARY>>;
}
/* Fixes icons on Search Bar */
#material-one-middle iron-icon {
color: <<FORE_PRIMARY>>;
}
/* Changes the "Search" text in the Box*/
.qp #material-one-middle .material-search::-webkit-input-placeholder {
color: <<FORE_PRIMARY>>;
}
.gmusic-theme sj-search-box #input.sj-search-box::-webkit-input-placeholder {
color: <<FORE_PRIMARY>>;
}
/* Fixes Background for Search Box */
/* ALL ACCESS */
.material #content-container sj-search-box,
#content-container sj-search-box {
background-color: rgba(20, 21, 23, 0.3) !important;
color: <<FORE_PRIMARY>> !important;
}
.material #content-container sj-search-box[opened] {
background-color: #27292d !important;
}
/* FREE */
.qp #material-one-middle .material-search,
.qp #material-one-middle .material-search:focus {
background-color: rgba(255, 255, 255, 0.16) !important;
color: <<FORE_PRIMARY>>;
}
.sj-play-button-11 {
background-color: transparent; /* Fixed Border around Play button */
}
.gmusic-theme sj-entity-suggestion #buttonContent {
background-color: <<FORE_SECONDARY>>; /* Make it accent colour instead of black. */
}
/* Album Art
_ _ _ _ _
/ \ | || |__ _ _ _ __ ___ / \ _ __ | |_
/ Δ \ | || '_ \ | | | || '_ ` _ \ / Δ \ | '__|| __|
/ ___ \ | || |_) || |_| || | | | | | / ___ \ | | | |_
/_/ \_\|_||_.__/ \__,_||_| |_| |_| /_/ \_\|_| \__|
*/
/*Bigger Album Art (Does hide Suggestion image) */
#edit-album-art,
#suggested-album-art {
width: 125px;
height: 125px;
background-size: 125px 125px;
}
/* Moves the Album Art buttons */
#edit-album-art-clear,
#edit-album-art-change {
top: 78px;
right: -25px;
}
/* Changes default Album Art to be inverted to look better on Dark theme. (THIS MIGHT NOT WORK AS THE NAME MIGHT CHANGE) */
img[src*="default_album.svg"],
img[src*="illo_default_artistradio_portrait.png"] {
filter: invert(100%) !important;
}
/*
__ __ ___ ____ ____
| \/ ||_ _|/ ___| / ___|
| |\/| | | | \___ \ | |
| | | | | | ___) || |___
|_| |_||___||____/ \____|
*/
/* Creates Pause icon */
.song-table.tight .song-row .song-indicator[data-playback-status="paused"] {
background-image: none;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAkAAAAJAB4BxuPAAAAUklEQVRYw+3WMQ4AEAxGYRV3dganrtVANDQ6eN/8S98oJQCfEctIVev0sUjz2J8E6eKAeOxH2RL0EkEEEURQNIIIIoigaATtFONu+zm/3AP4VwezhRE/tK96ygAAAABJRU5ErkJggg==") !important;
background-color: inherit !important;
background-size: 32px, 32px !important;
}
.song-row .song-indicator[data-playback-status="loading"] {
background-image: url(ani_loading_white.gif) !important;
}
/* Themes more things with your accent
One example being the Undo button for deleting a song */
.top-charts-view .song-row [data-col="index"] .column-content:not([style-scope]):not(.style-scope),
.info-card:not([style-scope]):not(.style-scope):not(.szsb-card):not(.add-your-music) paper-button,
paper-toast paper-button[data-action="button"]:not([style-scope]):not(.style-scope),
.ups.light iron-icon:not([style-scope]):not(.style-scope),
.upload-dialog-dragover .upload-dialog-description:not([style-scope]):not(.style-scope),
paper-dialog .buttons paper-button:not([style-scope]):not(.style-scope):not([disabled]) {
color: <<FORE_SECONDARY>>;
}
/* Fixes the Google Play Music Logo from showing in the top left corner sometimes, and removes the mouse change. */
.gmusic-theme body.qp #material-app-bar #material-one-left .music-logo {
cursor: default;
display: none;
}
/* Free "Radio" GPM Fixes */
.paper-progress-1 #progressContainer.paper-progress,
.paper-progress-1 .indeterminate.paper-progress::after {
background: #444; /* Better colour for the no skip */
}
.top-tracks {
background-color: <<BACK_PRIMARY>>;
}
.more-songs-container {
border-top: 0px;
}
/* Fix Splash effect */
gpm-quick-nav-2 .items.gpm-quick-nav > [selected] {
color: <<FORE_SECONDARY>>;
}
#background.paper-ripple, .wave.paper-ripple {
background: <<FORE_SECONDARY>> !important;
}
/* Library Select */
.goog-menu:not([style-scope]):not(.style-scope)
.goog-menuitem.selected:not([style-scope]):not(.style-scope)
.goog-menuitem-content:not([style-scope]):not(.style-scope) {
color: <<FORE_SECONDARY>> !important;
}
/* First thing for Radio Home */
sj-home[selected="0"] .home-palette-id-3,
sj-home[selected="1"] .home-palette-id-3,
.gpm-quick-nav-2 .more.gpm-quick-nav {
color: <<FORE_SECONDARY>> !important;
}
/* Playlist Drag Colour */
#playlist-drawer:not([style-scope]):not(.style-scope)
.playlist-drawer-item.playlist-drop-target:not([style-scope]):not(.style-scope)
.playlist-wrapper:not([style-scope]):not(.style-scope)
.playlist-title:not([style-scope]):not(.style-scope) {
color: <<FORE_SECONDARY>>;
}
/* Google cast, and possibly other areas */
.paper-listbox-0 {
background: <<BACK_PRIMARY>>;
color: <<FORE_PRIMARY>>;
}
/* Update */
.goog-menuheader .spinner {
background: url(ani_loading_white.gif) no-repeat 0/30px !important;
}
.gmusic-theme #primaryProgress.paper-progress {
height: 3px;
}
html.gpm-ifl-button, gpm-ifl-button, gpm-ifl-button > *.gpm-ifl-button {
--default-primary-color: <<FORE_SECONDARY>>;
--primary-color: <<FORE_SECONDARY>>;
--dark-primary-color: <<LIGHTEN 0.2>><<FORE_SECONDARY>><</LIGHTEN>>;
--explicit-color: <<LIGHTEN 0.2>><<FORE_SECONDARY>><</LIGHTEN>>;
}