Skip to content

Commit

Permalink
Merge pull request #21 from pixelcrisis/dev
Browse files Browse the repository at this point in the history
Merge v5.3.2
  • Loading branch information
pixelcrisis authored Apr 5, 2021
2 parents faac24b + 646ba01 commit fa00e63
Show file tree
Hide file tree
Showing 32 changed files with 221 additions and 33 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "5.3.1",
"version": "5.3.2",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down
7 changes: 6 additions & 1 deletion build/styles/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
.ts_menu,
.tab-pane a,
#pmWindows a,
#ts_window h4,
#ts_window .ts_credits a,
.current-song .details,
.tab-item:not(.selected):hover .tab-title,
.chat .message:not(.stat) .subject:hover,
.chat .message:not(.stat) .speaker:hover {
color: #89b8ff !important; }

#ts_hotbar input:checked:after,
#ts_window input:checked:after {
color: #3a88ff !important; }
color: #89b8ff !important; }

.chat .message.mention {
border-right-color: #3a88ff !important; }
Expand All @@ -46,6 +48,9 @@
#privateChatIcon.open .chatIcon {
filter: hue-rotate(180deg) brightness(0.65) saturate(4); }

.tab-item:not(.selected):hover .tab-icon {
filter: sepia(1) hue-rotate(180deg) saturate(4); }

#buddyListHeader,
.tab-item:active,
.tab-item.selected,
Expand Down
7 changes: 6 additions & 1 deletion build/styles/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
.ts_menu,
.tab-pane a,
#pmWindows a,
#ts_window h4,
#ts_window .ts_credits a,
.current-song .details,
.tab-item:not(.selected):hover .tab-title,
.chat .message:not(.stat) .subject:hover,
.chat .message:not(.stat) .speaker:hover {
color: #90c766 !important; }

#ts_hotbar input:checked:after,
#ts_window input:checked:after {
color: #46a100 !important; }
color: #90c766 !important; }

.chat .message.mention {
border-right-color: #46a100 !important; }
Expand All @@ -46,6 +48,9 @@
#privateChatIcon.open .chatIcon {
filter: hue-rotate(50deg) brightness(0.7) saturate(1); }

.tab-item:not(.selected):hover .tab-icon {
filter: sepia(1) hue-rotate(50deg) saturate(4); }

#buddyListHeader,
.tab-item:active,
.tab-item.selected,
Expand Down
7 changes: 6 additions & 1 deletion build/styles/pink.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
.ts_menu,
.tab-pane a,
#pmWindows a,
#ts_window h4,
#ts_window .ts_credits a,
.current-song .details,
.tab-item:not(.selected):hover .tab-title,
.chat .message:not(.stat) .subject:hover,
.chat .message:not(.stat) .speaker:hover {
color: #e698e9 !important; }

#ts_hotbar input:checked:after,
#ts_window input:checked:after {
color: #d554da !important; }
color: #e698e9 !important; }

.chat .message.mention {
border-right-color: #d554da !important; }
Expand All @@ -46,6 +48,9 @@
#privateChatIcon.open .chatIcon {
filter: hue-rotate(250deg) brightness(0.7) saturate(2); }

.tab-item:not(.selected):hover .tab-icon {
filter: sepia(1) hue-rotate(250deg) saturate(4); }

#buddyListHeader,
.tab-item:active,
.tab-item.selected,
Expand Down
7 changes: 6 additions & 1 deletion build/styles/purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
.ts_menu,
.tab-pane a,
#pmWindows a,
#ts_window h4,
#ts_window .ts_credits a,
.current-song .details,
.tab-item:not(.selected):hover .tab-title,
.chat .message:not(.stat) .subject:hover,
.chat .message:not(.stat) .speaker:hover {
color: #bcacff !important; }

#ts_hotbar input:checked:after,
#ts_window input:checked:after {
color: #9075ff !important; }
color: #bcacff !important; }

.chat .message.mention {
border-right-color: #9075ff !important; }
Expand All @@ -46,6 +48,9 @@
#privateChatIcon.open .chatIcon {
filter: hue-rotate(195deg) brightness(0.7) saturate(2); }

.tab-item:not(.selected):hover .tab-icon {
filter: sepia(1) hue-rotate(245deg) saturate(4); }

#buddyListHeader,
.tab-item:active,
.tab-item.selected,
Expand Down
7 changes: 6 additions & 1 deletion build/styles/teal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
.ts_menu,
.tab-pane a,
#pmWindows a,
#ts_window h4,
#ts_window .ts_credits a,
.current-song .details,
.tab-item:not(.selected):hover .tab-title,
.chat .message:not(.stat) .subject:hover,
.chat .message:not(.stat) .speaker:hover {
color: #66c9d7 !important; }

#ts_hotbar input:checked:after,
#ts_window input:checked:after {
color: #00a5bc !important; }
color: #66c9d7 !important; }

.chat .message.mention {
border-right-color: #00a5bc !important; }
Expand All @@ -46,6 +48,9 @@
#privateChatIcon.open .chatIcon {
filter: hue-rotate(140deg) brightness(0.7) saturate(1); }

.tab-item:not(.selected):hover .tab-icon {
filter: sepia(1) hue-rotate(160deg) saturate(4); }

#buddyListHeader,
.tab-item:active,
.tab-item.selected,
Expand Down
19 changes: 19 additions & 0 deletions build/themes/cosmic.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,22 @@
.song-search {
left: 36px; }

#chat-input::-moz-placeholder, #song-search-input::-moz-placeholder {
color: #b19cff !important; }

#chat-input:-ms-input-placeholder, #song-search-input:-ms-input-placeholder {
color: #b19cff !important; }

#chat-input::placeholder,
#song-search-input::placeholder {
color: #b19cff !important; }

.chat-bar .chatsound-container {
width: 23px !important;
background: transparent !important; }

.chat-bar .chatsound {
left: 6px !important;
width: 21px !important;
height: 21px !important;
padding: 0px !important;
Expand Down Expand Up @@ -366,3 +377,11 @@

#ts_window select {
border-color: #312558 !important; }

#ts_upload,
.chat-bar .chatsound,
#playlist .search .mag-glass,
#playlist-display .down-arrow,
.tab-item:not(.selected) .tab-icon,
#playlist-display .playlist-queue-inset {
filter: contrast(0) sepia(1) hue-rotate(210deg) saturate(4) !important; }
11 changes: 11 additions & 0 deletions build/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,22 @@
.song-search {
left: 36px; }

#chat-input::-moz-placeholder, #song-search-input::-moz-placeholder {
color: #b2b2b2 !important; }

#chat-input:-ms-input-placeholder, #song-search-input:-ms-input-placeholder {
color: #b2b2b2 !important; }

#chat-input::placeholder,
#song-search-input::placeholder {
color: #b2b2b2 !important; }

.chat-bar .chatsound-container {
width: 23px !important;
background: transparent !important; }

.chat-bar .chatsound {
left: 6px !important;
width: 21px !important;
height: 21px !important;
padding: 0px !important;
Expand Down
19 changes: 19 additions & 0 deletions build/themes/midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,22 @@
.song-search {
left: 36px; }

#chat-input::-moz-placeholder, #song-search-input::-moz-placeholder {
color: #96c1ff !important; }

#chat-input:-ms-input-placeholder, #song-search-input:-ms-input-placeholder {
color: #96c1ff !important; }

#chat-input::placeholder,
#song-search-input::placeholder {
color: #96c1ff !important; }

.chat-bar .chatsound-container {
width: 23px !important;
background: transparent !important; }

.chat-bar .chatsound {
left: 6px !important;
width: 21px !important;
height: 21px !important;
padding: 0px !important;
Expand Down Expand Up @@ -366,3 +377,11 @@

#ts_window select {
border-color: #123669 !important; }

#ts_upload,
.chat-bar .chatsound,
#playlist .search .mag-glass,
#playlist-display .down-arrow,
.tab-item:not(.selected) .tab-icon,
#playlist-display .playlist-queue-inset {
filter: contrast(0) sepia(1) hue-rotate(180deg) saturate(4) !important; }
11 changes: 11 additions & 0 deletions build/themes/night.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,22 @@
.song-search {
left: 36px; }

#chat-input::-moz-placeholder, #song-search-input::-moz-placeholder {
color: #939393 !important; }

#chat-input:-ms-input-placeholder, #song-search-input:-ms-input-placeholder {
color: #939393 !important; }

#chat-input::placeholder,
#song-search-input::placeholder {
color: #939393 !important; }

.chat-bar .chatsound-container {
width: 23px !important;
background: transparent !important; }

.chat-bar .chatsound {
left: 6px !important;
width: 21px !important;
height: 21px !important;
padding: 0px !important;
Expand Down
11 changes: 7 additions & 4 deletions build/turnStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
align-items: center; }
#ts_hotbar h4,
#ts_window h4 {
opacity: 0.5;
opacity: 0.75;
margin-top: -10px;
font-size: 0.85em;
text-transform: uppercase; }
Expand All @@ -34,7 +34,7 @@
text-transform: uppercase; }
#ts_hotbar .ts_credits a:not(:hover),
#ts_window .ts_credits a:not(:hover) {
opacity: 0.5; }
opacity: 0.75; }

#ts_window.active,
.header-bar:hover #ts_hotbar:not(.active) {
Expand Down Expand Up @@ -123,7 +123,10 @@
right: 120px;
width: 160px;
z-index: 6000;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute; }
#ts_volume.muted #ts_muted {
display: inline-block; }
Expand Down Expand Up @@ -178,7 +181,7 @@

#ts_upload {
top: 2px;
left: 6px;
left: 11px;
width: 21px;
height: 21px;
padding: 0px;
Expand Down
Loading

0 comments on commit fa00e63

Please sign in to comment.