Skip to content

Commit

Permalink
update the userstyles for clickup and spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
aetheode committed Apr 19, 2022
1 parent 495b904 commit 37757a4
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 22 deletions.
120 changes: 113 additions & 7 deletions clickup/clickup.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,79 @@
@author nezhivar
@license No License
==/UserStyle== */

/* Import Font */
/* cyrillic-ext */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5VvmojLeTY.woff2)
format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5Vvk4jLeTY.woff2)
format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5Vvm4jLeTY.woff2)
format("woff2");
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5VvlIjLeTY.woff2)
format("woff2");
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5VvmIjLeTY.woff2)
format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Fira Sans";
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/firasans/v15/va9E4kDNxMZdWfMOD5Vvl4jL.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
@-moz-document domain("app.clickup.com") {
/** Settings Colors */
:root {
--font: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto,
"Helvetica Neue", helvetica, arial, sans-serif !important;
--editor-font-family: "Gotham Pro Regular" !important;
--discord-background-primary: #36393f;
--discord-background-secondary: #2f3136;
--discord-background-modifier-hover: rgba(79, 84, 92, 0.16);
Expand All @@ -25,13 +92,16 @@
}

body {
--font: "Gotham Pro", sans-serif !important;
--editor-font-family: "Gotham Pro Regular" !important;
--editor-font-size: 16px;
--font: "Gotham Pro" !important;
--editor-font-family: "Fira Sans", "Gotham Pro" !important;
--theme-main-color: #5865f2 !important;
--theme-main-color-dark: #5865f2 !important;
--theme-main-color-light: #ffffff !important;
}
.cu-dashboard-doc-main {
--font: "Gotham Pro" !important;
--editor-font-family: "Fira Sans", "Gotham Pro" !important;
}

/** Task */
.dark-theme .task-column.task-column_main {
Expand Down Expand Up @@ -151,6 +221,14 @@
transition: background-color 0.17s ease, color 0.17s ease;
}

.dark-theme .cu2-project-list-bar__new-toggle:hover,
.dark-theme
.cu2-project-list-bar__new.cu-dropdown_open
.cu2-project-list-bar__new-toggle {
background-color: var(--discord-blurple-560);
transition: background-color 0.17s ease, color 0.17s ease;
}

.dark-theme .task-minimize {
background-color: var(--discord-blurple);
transition: background-color 0.17s ease, color 0.17s ease;
Expand All @@ -166,6 +244,15 @@
transition: background-color 0.17s ease, color 0.17s ease;
}

.dark-theme
.cu2-views-bar_v6
.cu2-views-bar__btn_outline:is(.cu2-views-bar_v6
.cu2-views-bar__btn_outline:hover, .cu2-views-bar_v6
.cu2-views-bar__btn_outline:focus) {
background-color: var(--discord-blurple-560);
transition: background-color 0.17s ease, color 0.17s ease;
}

.dark-theme .cu2-views-bar_v6 .cu2-views-bar__btn_outline {
color: #fff;
background-color: var(--discord-blurple);
Expand Down Expand Up @@ -226,6 +313,22 @@
);
}

.dark-theme
.cu2-views-bar_v6
.cu-data-view-item_tab:hover
.cu-data-view-item__name_not-empty:after,
.dark-theme
.cu2-views-bar_v6
.cu-data-view-item_tab.cu-data-view-item_selected
.cu-data-view-item__name_not-empty:after {
background: linear-gradient(
to right,
rgba(43, 52, 59, 0) 0%,
var(--discord-background-primary) 70%,
var(--discord-background-primary) 100%
);
}

.dark-theme .cu-data-view-list__edge_right:before {
background: linear-gradient(
to right,
Expand All @@ -249,7 +352,7 @@
}

/**
* Automations
* Automations
*/
.dark-theme .cu-automation-tab-manage__container {
background: var(--discord-background-secondary);
Expand Down Expand Up @@ -377,4 +480,7 @@
right: 72px;
width: auto;
}
.cu-dashboard-doc-page_modal {
width: unset !important;
}
}
86 changes: 81 additions & 5 deletions spotify/spotify.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,82 @@
@author nezhivar
@description Simple the spotify UI to present a more narrow UI, without podcasts
@version 20220313.11.46
@namespace Spotify
@license No License
==/UserStyle== */

/* cyrillic-ext */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2)
format("woff2");
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2)
format("woff2");
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2)
format("woff2");
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2)
format("woff2");
unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2)
format("woff2");
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2)
format("woff2");
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2)
format("woff2");
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Open Sans";
Expand All @@ -22,16 +94,12 @@

@-moz-document domain("open.spotify.com") {
:root {
font-family: "Open Sans", sans-serif !important;
--overlay-medium: rgba(0, 0, 0, 0.6);
--overlay-heavy: rgba(0, 0, 0, 0.8);

--size--now-playing: 90px;
--nav-bar-width: 232px;
}
body {
font-family: "Open Sans", sans-serif !important;
}

/** Basics **/
/* Scroll container */
Expand Down Expand Up @@ -126,6 +194,14 @@
}

/* Import Font */
@font-face {
font-family: "Open Sans";
}
@font-face {
font-family: "Open Sans";
font-weight: bold;
}

/*Fonts for links */
.mo-info-name {
font-family: "Open Sans";
Expand Down
Loading

0 comments on commit 37757a4

Please sign in to comment.