From 72cab9bb936a36a7999fc5cb39a03df05699aada Mon Sep 17 00:00:00 2001 From: Koyu Berteon Date: Mon, 30 Apr 2018 15:25:31 +0200 Subject: [PATCH 1/4] Added dark scheme to frio --- view/theme/frio/scheme/dark.css | 41 +++++++++++++++++++++++++++++++++ view/theme/frio/scheme/dark.php | 10 ++++++++ 2 files changed, 51 insertions(+) create mode 100644 view/theme/frio/scheme/dark.css create mode 100644 view/theme/frio/scheme/dark.php diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css new file mode 100644 index 0000000000..4857cbec1d --- /dev/null +++ b/view/theme/frio/scheme/dark.css @@ -0,0 +1,41 @@ +/* + Licence : AGPL + + Created on : 30.04.2018, 03:03:06 + Author : koyu +*/ + +#topbar-first, #topbar-second, body { + background: #111; + border: 0; +} + +#topbar-first .dropdown.account > a, #topbar-first .dropdown.account.open > a, #topbar-first .dropdown.account > button, #topbar-first .dropdown.account.open > button, #topbar-first .dropdown.account > :hover, #topbar-first .dropdown.account.open > :hover { + background: #111; + border: 0; +} + +.nav-pills .dropdown-menu, .nav-tabs .dropdown-menu, .account .dropdown-menu, .contact-photo-wrapper .dropdown-menu { + background: #111; + -webkit-box-shadow: 0px 0px 69px 4px rgba(0,0,0,0.25); + -moz-box-shadow: 0px 0px 69px 4px rgba(0,0,0,0.25); + box-shadow: 0px 0px 69px 4px rgba(0,0,0,0.25); + border: 0; +} + +.account .dropdown-menu li, .account .dropdown-menu li:hover { + border: 0; + background: #111; +} + +#topbar-first .topbar-nav .nav-segment>a:hover { + background: #333; +} + +.account .dropdown-menu li:hover { + background: #333 !important; +} + +.account .dropdown-menu li.divider { + background: #111; +} \ No newline at end of file diff --git a/view/theme/frio/scheme/dark.php b/view/theme/frio/scheme/dark.php new file mode 100644 index 0000000000..46332640f9 --- /dev/null +++ b/view/theme/frio/scheme/dark.php @@ -0,0 +1,10 @@ + Date: Mon, 30 Apr 2018 15:27:40 +0200 Subject: [PATCH 2/4] Fixed identation in dark.php --- view/theme/frio/scheme/dark.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/scheme/dark.php b/view/theme/frio/scheme/dark.php index 46332640f9..a924cff9cb 100644 --- a/view/theme/frio/scheme/dark.php +++ b/view/theme/frio/scheme/dark.php @@ -7,4 +7,4 @@ $nav_bg = "#111"; $nav_icon_color = "#fff"; $link_color = "#6fdbe8"; - $background_color = "#111"; + $background_color = "#111"; From 125c3e7cab8d65d971920571029e2a966d79a5a7 Mon Sep 17 00:00:00 2001 From: Koyu Berteon Date: Mon, 30 Apr 2018 15:34:23 +0200 Subject: [PATCH 3/4] Corrected time --- view/theme/frio/scheme/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css index 4857cbec1d..7a8e1e99ea 100644 --- a/view/theme/frio/scheme/dark.css +++ b/view/theme/frio/scheme/dark.css @@ -1,7 +1,7 @@ /* Licence : AGPL - Created on : 30.04.2018, 03:03:06 + Created on : 30.04.2018, 15:03:06 Author : koyu */ From 90b24251d2ca78c8504b218c83c14947705bfb93 Mon Sep 17 00:00:00 2001 From: Koyu Berteon Date: Mon, 30 Apr 2018 15:38:46 +0200 Subject: [PATCH 4/4] Renamed files as requested --- view/theme/frio/scheme/{dark.css => koyu-dark.css} | 0 view/theme/frio/scheme/{dark.php => koyu-dark.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename view/theme/frio/scheme/{dark.css => koyu-dark.css} (100%) rename view/theme/frio/scheme/{dark.php => koyu-dark.php} (100%) diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/koyu-dark.css similarity index 100% rename from view/theme/frio/scheme/dark.css rename to view/theme/frio/scheme/koyu-dark.css diff --git a/view/theme/frio/scheme/dark.php b/view/theme/frio/scheme/koyu-dark.php similarity index 100% rename from view/theme/frio/scheme/dark.php rename to view/theme/frio/scheme/koyu-dark.php