Browse Source

grafana

pull/15/head
gilbN 5 years ago
parent
commit
cdb7bce06c
  1. 1
      CSS/themes/grafana/grafana-base.css
  2. 2
      CSS/themes/grafana/grafplex.css
  3. 2
      CSS/themes/grafana/plex.css
  4. 2
      CSS/themes/lidarr/plex.css

1
CSS/themes/grafana/grafana-base.css

@ -11,7 +11,6 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA BLUR THEME */
body { body {
color:#FFFFFF !important; color:#FFFFFF !important;
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;

2
CSS/themes/grafana/grafplex.css

@ -306,7 +306,7 @@ div.flot-text {
} }
/* buttons */ /* buttons */
.btn-inverse { .btn-inverse {
border-color: #b56d16 !important; border-color: #b56d16 !important;
color: #fff !important; color: #fff !important;
background-color: #cc7b19 !important; background-color: #cc7b19 !important;
-webkit-transition: background-color .1s !important; -webkit-transition: background-color .1s !important;

2
CSS/themes/grafana/plex.css

@ -15,5 +15,5 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
} }

2
CSS/themes/lidarr/plex.css

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--calendar-Downloading: #7a43b6; --calendar-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c; --calendar-Downloaded: #27c24c;

Loading…
Cancel
Save