grafana
This commit is contained in:
parent
9820d08bbb
commit
cdb7bce06c
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
@ -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…
Reference in New Issue
Block a user