From d8dc06c022910dfe98be713814028c160549315b Mon Sep 17 00:00:00 2001 From: tiny6996 Date: Mon, 16 Dec 2019 23:57:08 -0600 Subject: [PATCH 1/3] added mozdoc for use with stylus --- discordDark.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/discordDark.css b/discordDark.css index 690d462..6110b2d 100644 --- a/discordDark.css +++ b/discordDark.css @@ -1,4 +1,18 @@ +/* ==UserStyle== +@name proxmox-discord +@namespace https://openusercss.org/theme/5df05a90854d3f0c000f6024 +@homepageURL https://openusercss.org/theme/5df05a90854d3f0c000f6024 +@version 1.0.0 +@license MIT +@description proxmox pve theme inspired by the discord colorscheme +@author tiny6996 (https://openusercss.org/profile/5df0578e854d3f0c000f6020) +@preprocessor uso +==/UserStyle== */ + /* PVEDiscordDark Theme by Weilbyte - https://github.com/Weilbyte/PVEDiscordDark */ + +@-moz-document regexp("https://.*:8006/.*") +{ .x-box-inner { overflow:hidden; position:relative; @@ -437,3 +451,5 @@ text-shadow:0 0 0 #2c2f33 .x-legend-item-marker { filter: invert(100%); } + +} From c04bcab9c9ca767129b1f09b89101fb04836e7f8 Mon Sep 17 00:00:00 2001 From: tiny6996 Date: Mon, 16 Dec 2019 23:58:58 -0600 Subject: [PATCH 2/3] removed headers added by openuserstyles --- discordDark.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/discordDark.css b/discordDark.css index 6110b2d..cf92188 100644 --- a/discordDark.css +++ b/discordDark.css @@ -1,16 +1,3 @@ -/* ==UserStyle== -@name proxmox-discord -@namespace https://openusercss.org/theme/5df05a90854d3f0c000f6024 -@homepageURL https://openusercss.org/theme/5df05a90854d3f0c000f6024 -@version 1.0.0 -@license MIT -@description proxmox pve theme inspired by the discord colorscheme -@author tiny6996 (https://openusercss.org/profile/5df0578e854d3f0c000f6020) -@preprocessor uso -==/UserStyle== */ - -/* PVEDiscordDark Theme by Weilbyte - https://github.com/Weilbyte/PVEDiscordDark */ - @-moz-document regexp("https://.*:8006/.*") { .x-box-inner { From 872eb855f82d03bac8512a66d416ab6c836a9fa0 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Thu, 19 Dec 2019 01:51:14 +0100 Subject: [PATCH 3/3] Fixed regex --- discordDark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discordDark.css b/discordDark.css index cf92188..da9fbc7 100644 --- a/discordDark.css +++ b/discordDark.css @@ -1,4 +1,4 @@ -@-moz-document regexp("https://.*:8006/.*") +@-moz-document regexp("(https:\/\/.*):(8006)\/?(.*)") { .x-box-inner { overflow:hidden;