-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGDeskTunes.css
87 lines (73 loc) · 1.91 KB
/
GDeskTunes.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
/*
#id Selects id
.class selects class
element selects element
*/
/* Background of the top section */
/* class="gb_Pb gb_Mc" */
.gb_Tb, .gb_Nb, .gb_Pb, .gb_Qb {
background: rgb(40,40,40) !important;
}
/* Do not display the google logo */
/* class="gb_Qa gb_La" class="gb_Oa" */
.gb_Ba, .gb_Oa, .gb_Pa {
display: none !important;
}
/* Do not display the google goodies. This also removes the "Add Music" button. */
/* class="gb_5 gb_Mc gb_f gb_Lc" */
.gb_0, .gb_5 {
display: none !important;
}
#gbqfb {
background: #fb8521 !important;
}
/* The banner with the Music All Access Logo at the left top */
.music-banner {
background-color: rgb(75,75,75) !important;
}
/* Banner next to the music-banner */
.nav-bar, #breadcrumbs {
background-color: rgb(100, 100, 100) !important;
}
/* Navigation area below the banner */
.nav-item-container, #nav {
background-color: rgb(100, 100, 100) !important;
}
.fade-out:after {
background-image: none !important;
background: none !important;
}
/* Darken the center of the player */
#content {
background-color: rgb(125, 125, 125) !important;
}
/* My Library artist/albums titles */
.card {
background: rgb(150, 150, 150) !important;
}
.read-more-button-wrapper.fade-out {
background: none !important;
}
/* Song rows */
.song-table,
.song-table [data-col='index'],
.song-table [data-col='track'],
.song-table [data-col='title'],
.song-table [data-col='duration'] ,
.song-table [data-col='artist'] ,
.song-table [data-col='album'] ,
.song-table [data-col='play-count'] ,
.song-table [data-col='rating'][data-rating='undefined']
{
background: rgb(120, 120, 120) !important;
color: rgb(200, 200, 200) !important;
}
/* Player */
#player, .player-middle , .now-playing-menu-wrapper{
background-color: rgb(75, 75, 75) !important;
}
/* Border of the now-playing-menu */
#player [data-id="now-playing-menu"] {
border: none !important;
background-color: transparent !important;
}