From 11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Sun, 7 Sep 2014 21:46:20 +0000 Subject: Added abook-changed background colour to dark schema --- view/theme/redbasic/schema/dark.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 69fcf403f..a4b43b31e 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,15 +154,15 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; - if(! $advperm_bgcolour) + if(! $advperm_bgcolour) $advperm_bgcolour = "#1E1E1E"; - if(! $advperm_bordercol) + if(! $advperm_bordercol) $advperm_bordercol = "#222"; - if(! $advperm_gradientcol) + if(! $advperm_gradientcol) $advperm_gradientcol = "#111"; - if(! $cal_bgcolour) + if(! $cal_bgcolour) $cal_bgcolour = "#333"; - if(! $fancybox_bgcolour) + if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#222"; @@ -170,3 +170,5 @@ $dirpopup_txtcol="#111"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; + if (!$abook_changebg) + $abook_changebg="#402900"; -- cgit v1.2.3 From 017726f06915e8c14e5f25b284ba2ae6f121acfc Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 19 Sep 2014 21:16:55 +0000 Subject: Another piece that didn't fit well in the dark schema. Hopefully this is the last. --- view/theme/redbasic/schema/dark.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index a4b43b31e..4114bf775 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,16 +154,24 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; + if(! $alert_txtcolour) + $alert_txtcolour = "#CCC"; + if(! $alert_bgcolour) + $alert_bgcolour = "#333"; + if(! $alert_bordercol) + $alert_bordercol = "#444"; + if(! $alert_gradientcol) + $alert_gradientcol = "#333"; if(! $advperm_bgcolour) - $advperm_bgcolour = "#1E1E1E"; + $advperm_bgcolour = "#222"; if(! $advperm_bordercol) - $advperm_bordercol = "#222"; + $advperm_bordercol = "#333"; if(! $advperm_gradientcol) - $advperm_gradientcol = "#111"; + $advperm_gradientcol = "#222"; if(! $cal_bgcolour) - $cal_bgcolour = "#333"; + $cal_bgcolour = "#333"; if(! $fancybox_bgcolour) - $fancybox_bgcolour = "#1E1E1E"; + $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#222"; if (!$dirpopup_txtcol) -- cgit v1.2.3 From 6923557ecba57366fa0a9bb29424de0d47324589 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 19 Sep 2014 21:23:41 +0000 Subject: Bit tweaking --- view/theme/redbasic/schema/dark.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 4114bf775..27648f9fa 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -163,11 +163,11 @@ if(! $alert_gradientcol) $alert_gradientcol = "#333"; if(! $advperm_bgcolour) - $advperm_bgcolour = "#222"; + $advperm_bgcolour = "#1E1E1E"; if(! $advperm_bordercol) - $advperm_bordercol = "#333"; + $advperm_bordercol = "#222"; if(! $advperm_gradientcol) - $advperm_gradientcol = "#222"; + $advperm_gradientcol = "#1E1E1E"; if(! $cal_bgcolour) $cal_bgcolour = "#333"; if(! $fancybox_bgcolour) -- cgit v1.2.3 From 563163523d740213d941c6f2fc16344fbf88ec25 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 7 Oct 2014 21:48:42 +0000 Subject: Schema option for making links bold again. https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com --- view/theme/redbasic/schema/dark.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 27648f9fa..2e00b8617 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -36,6 +36,8 @@ $navtabs_decohover = "underline"; if (! $link_colour) $link_colour = "#fff"; + if (! $link_font_weight) + $link_font_weight = "bold"; if (! $selected_active_colour) $selected_active_colour = "#fff"; if (! $selected_active_deco) -- cgit v1.2.3 From d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 7 Oct 2014 22:52:44 +0000 Subject: Schema option for bgcolour and underline yes/no on hover for the left aside. --- view/theme/redbasic/schema/dark.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 2e00b8617..96600f9f6 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -34,6 +34,8 @@ $navtabs_bgchover = "#222"; if (! $navtabs_decohover) $navtabs_decohover = "underline"; + if (! $navaside_bghover) + $navaside_bghover = "#222"; if (! $link_colour) $link_colour = "#fff"; if (! $link_font_weight) -- cgit v1.2.3 From 77fc267f738727ec1c503bd68470014a14c1b621 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 9 Oct 2014 20:55:44 +0000 Subject: Added the display setting for generic (other) content wrapper. Also did set the default a bit lighter. See if that's ok. --- view/theme/redbasic/schema/dark.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 96600f9f6..f4222c07b 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -50,6 +50,8 @@ $search_background = "#999"; if (! $bgcolour) $bgcolour = "#111"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour ='rgba(28,28,28,0.8)'; if (! $item_colour) $item_colour = "rgba(28,28,28,0.8)"; if (! $comment_item_colour) -- cgit v1.2.3 From 1dda77596926fe08990c8a6f31412a38fbc602b5 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 10 Oct 2014 13:35:16 +0000 Subject: Good compromise I think. Remove display setting . Set the default (light) schema to = , so that other schemas can still use . --- view/theme/redbasic/schema/dark.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index f4222c07b..51a6d23a4 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -50,12 +50,12 @@ $search_background = "#999"; if (! $bgcolour) $bgcolour = "#111"; - if (! $genericcontent_bgcolour) - $genericcontent_bgcolour ='rgba(28,28,28,0.8)'; if (! $item_colour) $item_colour = "rgba(28,28,28,0.8)"; if (! $comment_item_colour) $comment_item_colour = "rgba(18,18,18,0.4)"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = "rgba(28,28,28,0.8)"; if (! $comment_border_colour) $comment_border_colour = "rgba(28,28,28,0.8)"; if (! $toolicon_colour) -- cgit v1.2.3 From 753e6809d920f0205b49d45072c8a5bb687c1797 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Sat, 3 Jan 2015 15:51:01 +0000 Subject: update NL and text-background-fix in chat for alternatives schemas --- view/theme/redbasic/schema/dark.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/redbasic/schema/dark.php') diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 51a6d23a4..0203d30cd 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -176,6 +176,8 @@ $advperm_gradientcol = "#1E1E1E"; if(! $cal_bgcolour) $cal_bgcolour = "#333"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#222"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) -- cgit v1.2.3