From 83c4c5b0950b0804a9e5777405dec9ca940fbac6 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Fri, 6 Mar 2015 14:51:11 +0100
Subject: create schema/dark.css and create a sample

---
 view/theme/redbasic/schema/dark.css | 13 +++++++++++++
 view/theme/redbasic/schema/dark.php |  2 --
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 view/theme/redbasic/schema/dark.css

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
new file mode 100644
index 000000000..853cd35a3
--- /dev/null
+++ b/view/theme/redbasic/schema/dark.css
@@ -0,0 +1,13 @@
+.vcard {
+	border-bottom: 1px solid #333;
+}
+
+#contact-block {
+	border-bottom: 1px solid #333;
+}
+
+.widget {
+	border-bottom: 1px solid #333;
+}
+
+
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 0203d30cd..3f462a311 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -64,8 +64,6 @@
 		$toolicon_activecolour = '#fff';
 	if (! $font_colour)
 		$font_colour = "#ccc";
-	if (! $widget_brdrcolour)
-		$widget_brdrcolour = "#333";
 	if (! $blockquote_colour)
 		$blockquote_colour = "#ccc";
 	if (! $blockquote_bgcolour)
-- 
cgit v1.2.3


From e67983f327745b9c949cec259290658f3ed08618 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Fri, 6 Mar 2015 15:24:56 +0100
Subject: add more css files

---
 view/theme/redbasic/schema/boxy.css                  |  0
 view/theme/redbasic/schema/notred.php                |  5 -----
 view/theme/redbasic/schema/simple_black_on_white.css | 13 +++++++++++++
 view/theme/redbasic/schema/simple_black_on_white.php |  2 --
 view/theme/redbasic/schema/simple_green_on_black.css | 13 +++++++++++++
 view/theme/redbasic/schema/simple_green_on_black.php |  2 --
 view/theme/redbasic/schema/simple_white_on_black.css | 13 +++++++++++++
 7 files changed, 39 insertions(+), 9 deletions(-)
 create mode 100644 view/theme/redbasic/schema/boxy.css
 delete mode 100644 view/theme/redbasic/schema/notred.php
 create mode 100644 view/theme/redbasic/schema/simple_black_on_white.css
 create mode 100644 view/theme/redbasic/schema/simple_green_on_black.css
 create mode 100644 view/theme/redbasic/schema/simple_white_on_black.css

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
new file mode 100644
index 000000000..e69de29bb
diff --git a/view/theme/redbasic/schema/notred.php b/view/theme/redbasic/schema/notred.php
deleted file mode 100644
index 5a6dda336..000000000
--- a/view/theme/redbasic/schema/notred.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-	if (! $nav_colour)
-		$nav_colour = "black";
-
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
new file mode 100644
index 000000000..6db85e19d
--- /dev/null
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -0,0 +1,13 @@
+.vcard {
+	border-bottom: 1px solid #fff;
+}
+
+#contact-block {
+	border-bottom: 1px solid #fff;
+}
+
+.widget {
+	border-bottom: 1px solid #fff;
+}
+
+
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index ddbcae495..7c8a18217 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -64,8 +64,6 @@
 		$toolicon_activecolour = '#000';
 	if (! $font_colour)
 		$font_colour = "#000";
-	if (! $widget_brdrcolour)
-		$widget_brdrcolour = "#fff";
 	if (! $blockquote_colour)
 		$blockquote_colour = "#111";
 	if (! $blockquote_bgcolour)
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
new file mode 100644
index 000000000..5360fceb4
--- /dev/null
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -0,0 +1,13 @@
+.vcard {
+	border-bottom: 1px solid #000;
+}
+
+#contact-block {
+	border-bottom: 1px solid #000;
+}
+
+.widget {
+	border-bottom: 1px solid #000;
+}
+
+
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index f034185f7..eedd6b2b7 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -64,8 +64,6 @@ if (! $navaside_bghover)
 		$toolicon_activecolour = '#50f148';
 	if (! $font_colour)
 		$font_colour = "#46D43F";
-	if (! $widget_brdrcolour)
-		$widget_brdrcolour = "#000";
 	if (! $blockquote_colour)
 		$blockquote_colour = "#32962D";
 	if (! $blockquote_bgcolour)
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
new file mode 100644
index 000000000..5360fceb4
--- /dev/null
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -0,0 +1,13 @@
+.vcard {
+	border-bottom: 1px solid #000;
+}
+
+#contact-block {
+	border-bottom: 1px solid #000;
+}
+
+.widget {
+	border-bottom: 1px solid #000;
+}
+
+
-- 
cgit v1.2.3


From fc6e7db7dc1a8a74b0df6e56515770a36cce572e Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Fri, 6 Mar 2015 15:28:50 +0100
Subject: remove unused var

---
 view/theme/redbasic/schema/simple_white_on_black.php | 2 --
 1 file changed, 2 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 95ede29ed..beef5e49e 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -64,8 +64,6 @@
 		$toolicon_activecolour = '#fff';
 	if (! $font_colour)
 		$font_colour = "#fff";
-	if (! $widget_brdrcolour)
-		$widget_brdrcolour = "#000";
 	if (! $blockquote_colour)
 		$blockquote_colour = "#eee";
 	if (! $blockquote_bgcolour)
-- 
cgit v1.2.3


From 488d5b871407d5be6e4c38692aa7134a1a0e9899 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Sun, 8 Mar 2015 12:07:32 +0100
Subject: port boxy scheme

---
 view/theme/redbasic/schema/boxy.css | 11 +++++++++++
 view/theme/redbasic/schema/boxy.php | 15 ---------------
 2 files changed, 11 insertions(+), 15 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
index e69de29bb..f3da9b262 100644
--- a/view/theme/redbasic/schema/boxy.css
+++ b/view/theme/redbasic/schema/boxy.css
@@ -0,0 +1,11 @@
+.comment .wall-item-body {
+	padding-left: 42px;
+}
+
+.wall-item-content-wrapper.comment {
+	border-width: 0px 1px 1px 1px;
+}
+
+.hide-comments-outer {
+	border-width: 1px 1px 1px 1px;
+}
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php
index 1de2f98cd..d609ccd25 100644
--- a/view/theme/redbasic/schema/boxy.php
+++ b/view/theme/redbasic/schema/boxy.php
@@ -1,19 +1,4 @@
 <?php
 
-if (!$comment_padding)
-	$comment_padding="42px";
-	
-if (!$comment_border_left)
-	$comment_border_left="1px solid";	
-
-if (!$comment_border_right)
-	$comment_border_right="1px solid";	
-
-if (!$comment_border_top)
-	$comment_border_top="1px solid";		
-
-if (!$comment_border_bottom)
-	$comment_border_bottom="1px solid";
 if (! $radiuspx)
 	$radiuspx = "4";
-	
\ No newline at end of file
-- 
cgit v1.2.3


From db355db9a6fe2bb369ca464391a010d992b72447 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Thu, 19 Mar 2015 15:33:15 +0100
Subject: remove $abook_changebg from style.css

---
 view/theme/redbasic/schema/dark.css                  | 4 +++-
 view/theme/redbasic/schema/dark.php                  | 2 --
 view/theme/redbasic/schema/simple_black_on_white.css | 4 +++-
 view/theme/redbasic/schema/simple_black_on_white.php | 2 --
 view/theme/redbasic/schema/simple_green_on_black.css | 4 ++++
 view/theme/redbasic/schema/simple_green_on_black.php | 2 --
 view/theme/redbasic/schema/simple_white_on_black.css | 3 +++
 view/theme/redbasic/schema/simple_white_on_black.php | 2 --
 8 files changed, 13 insertions(+), 10 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 853cd35a3..6817f756f 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -10,4 +10,6 @@
 	border-bottom: 1px solid #333;
 }
 
-
+.abook-pending-contact, .abook-permschange {
+	background: #402900;
+}
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 3f462a311..93aa3ecf8 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -184,5 +184,3 @@
 		$dirpopup_txtcol="#111";
 	if (!$dirpopup_linkcol)
 		$dirpopup_linkcol="#000";
-	if (!$abook_changebg)
-		$abook_changebg="#402900";
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
index 6db85e19d..3242f3543 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -10,4 +10,6 @@
 	border-bottom: 1px solid #fff;
 }
 
-
+.abook-pending-contact, .abook-permschange {
+	background: #fff;
+}
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index 7c8a18217..c34bd8d5d 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -184,5 +184,3 @@
 		$dirpopup_txtcol="#fff";
 	if (!$dirpopup_linkcol)
 		$dirpopup_linkcol="#fff";
-	if (!$abook_changebg)
-		$abook_changebg="#fff";
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index 5360fceb4..439e460aa 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -10,4 +10,8 @@
 	border-bottom: 1px solid #000;
 }
 
+.abook-pending-contact, .abook-permschange {
+	background: #000;
+}
+
 
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index eedd6b2b7..f07a21af9 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -184,5 +184,3 @@ if (! $navaside_bghover)
 		$dirpopup_txtcol="#000";
 	if (!$dirpopup_linkcol)
 		$dirpopup_linkcol="#000";
-	if (!$abook_changebg)
-		$abook_changebg="#000";
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index 5360fceb4..c6820ba8c 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -10,4 +10,7 @@
 	border-bottom: 1px solid #000;
 }
 
+.abook-pending-contact, .abook-permschange {
+	background: #000;
+}
 
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index beef5e49e..5ac9aa3a1 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -184,5 +184,3 @@
 		$dirpopup_txtcol="#000";
 	if (!$dirpopup_linkcol)
 		$dirpopup_linkcol="#000";
-	if (!$abook_changebg)
-		$abook_changebg="#000";
-- 
cgit v1.2.3


From d1dd883d8868d25e1be0a67723210b5171f3a449 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Thu, 19 Mar 2015 16:17:01 +0100
Subject: remove more $vars from style.css

---
 view/theme/redbasic/schema/dark.css                | 38 ++++++++++++++++++++++
 view/theme/redbasic/schema/dark.php                | 26 ---------------
 .../redbasic/schema/simple_black_on_white.css      | 38 ++++++++++++++++++++++
 .../redbasic/schema/simple_black_on_white.php      | 26 ---------------
 .../redbasic/schema/simple_green_on_black.css      | 37 +++++++++++++++++++++
 .../redbasic/schema/simple_green_on_black.php      | 26 ---------------
 .../redbasic/schema/simple_white_on_black.css      | 38 ++++++++++++++++++++++
 .../redbasic/schema/simple_white_on_black.php      | 26 ---------------
 8 files changed, 151 insertions(+), 104 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 6817f756f..e64add844 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -13,3 +13,41 @@
 .abook-pending-contact, .abook-permschange {
 	background: #402900;
 }
+
+#cboxContent a {
+	color: #000;
+}
+
+#cboxContent {
+	color: #111;
+}
+
+#adminpage table tr:hover {
+    background-color: #222;
+}
+
+#colorbox {
+	border: 0px solid #1E1E1E;
+	background-color: #1E1E1E;
+}
+
+.chat-item-text {
+	background-color: #222;
+}
+
+.fc-state-highlight {
+    background: none repeat scroll 0% 0% #333 !important;
+}
+
+.well {
+	background-color: #1E1E1E;
+	border: 1px solid #222;
+	background-image: linear-gradient(to bottom, #1E1E1E 0px, #1E1E1E 100%);
+}
+
+.alert-info {
+	color: #CCC;
+	background-color:#333;
+	border-color: #444;
+	background-image: linear-gradient(to bottom, #333 0px, #333 100%);
+}
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 93aa3ecf8..bd213de34 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -158,29 +158,3 @@
 		$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";
-   if(! $advperm_bordercol)
-      $advperm_bordercol = "#222";
-   if(! $advperm_gradientcol)
-      $advperm_gradientcol = "#1E1E1E";
-   if(! $cal_bgcolour)
-      $cal_bgcolour = "#333";
-   if(! $chat_txtbgcol)
-      $chat_txtbgcol = "#222";
-   if(! $fancybox_bgcolour)
-      $fancybox_bgcolour = "#1E1E1E";
-	if (!$admintable_hoverbgcol)
-		$admintable_hoverbgcol="#222";
-	if (!$dirpopup_txtcol)
-		$dirpopup_txtcol="#111";
-	if (!$dirpopup_linkcol)
-		$dirpopup_linkcol="#000";
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
index 3242f3543..1a29ed6f2 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -13,3 +13,41 @@
 .abook-pending-contact, .abook-permschange {
 	background: #fff;
 }
+
+#cboxContent a {
+	color: #fff;
+}
+
+#cboxContent {
+	color: #fff;
+}
+
+#adminpage table tr:hover {
+    background-color: #fff;
+}
+
+#colorbox {
+	border: 0px solid #fff;
+	background-color: #fff;
+}
+
+.chat-item-text {
+	background-color: #fff;
+}
+
+.fc-state-highlight {
+    background: none repeat scroll 0% 0% #fff !important;
+}
+
+.well {
+	background-color: #fff;
+	border: 1px solid #000;
+	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
+}
+
+.alert-info {
+	color: #000;
+	background-color:#fff;
+	border-color: #000;
+	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
+}
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index c34bd8d5d..55e92f9e6 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -158,29 +158,3 @@
 		$abookself_bgcolour = "#fff";
 	if(! $infomess_bgcolour)
 		$infomess_bgcolour = "#fff";
-	if(! $alert_txtcolour)
-      $alert_txtcolour = "#000";	
-	if(! $alert_bgcolour)
-      $alert_bgcolour = "#fff";
-   if(! $alert_bordercol)
-      $alert_bordercol = "#000";
-   if(! $alert_gradientcol)
-      $alert_gradientcol = "#fff";		
-   if(! $advperm_bgcolour)
-      $advperm_bgcolour = "#fff";
-   if(! $advperm_bordercol)
-      $advperm_bordercol = "#000";
-   if(! $advperm_gradientcol)
-      $advperm_gradientcol = "#fff";
-   if(! $cal_bgcolour)
-      $cal_bgcolour = "#fff";
-   if(! $chat_txtbgcol)
-      $chat_txtbgcol = "#fff";
-   if(! $fancybox_bgcolour)
-      $fancybox_bgcolour = "#fff";
-	if (!$admintable_hoverbgcol)
-		$admintable_hoverbgcol="#fff";
-	if (!$dirpopup_txtcol)
-		$dirpopup_txtcol="#fff";
-	if (!$dirpopup_linkcol)
-		$dirpopup_linkcol="#fff";
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index 439e460aa..4828eb249 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -14,4 +14,41 @@
 	background: #000;
 }
 
+#cboxContent a {
+	color: #000;
+}
+
+#cboxContent {
+	color: #000;
+}
+
+#adminpage table tr:hover {
+    background-color: #000;
+}
+
+#colorbox {
+	border: 0px solid #000;
+	background-color: #000;
+}
+
+.chat-item-text {
+	background-color: #000;
+}
+
+.fc-state-highlight {
+    background: none repeat scroll 0% 0% #000 !important;
+}
+
+.well {
+	background-color: #000;
+	border: 1px solid #143D12;
+	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
+}
+
+.alert-info {
+	color: #50f148;
+	background-color:#000;
+	border-color: #143D12;
+	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
+}
 
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index f07a21af9..3ec642526 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -158,29 +158,3 @@ if (! $navaside_bghover)
 		$abookself_bgcolour = "#000";
 	if(! $infomess_bgcolour)
 		$infomess_bgcolour = "#000";
-	if(! $alert_txtcolour)
-      $alert_txtcolour = "#50f148";	
-	if(! $alert_bgcolour)
-      $alert_bgcolour = "#000";
-   if(! $alert_bordercol)
-      $alert_bordercol = "#143D12";
-   if(! $alert_gradientcol)
-      $alert_gradientcol = "#000";		
-   if(! $advperm_bgcolour)
-      $advperm_bgcolour = "#000";
-   if(! $advperm_bordercol)
-      $advperm_bordercol = "#143D12";
-   if(! $advperm_gradientcol)
-      $advperm_gradientcol = "#000";
-   if(! $cal_bgcolour)
-      $cal_bgcolour = "#000";
-   if(! $chat_txtbgcol)
-      $chat_txtbgcol = "#000";
-   if(! $fancybox_bgcolour)
-      $fancybox_bgcolour = "#000";
-	if (!$admintable_hoverbgcol)
-		$admintable_hoverbgcol="#000";
-	if (!$dirpopup_txtcol)
-		$dirpopup_txtcol="#000";
-	if (!$dirpopup_linkcol)
-		$dirpopup_linkcol="#000";
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index c6820ba8c..0367eb5f4 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -14,3 +14,41 @@
 	background: #000;
 }
 
+
+#cboxContent a {
+	color: #000;
+}
+
+#cboxContent {
+	color: #000;
+}
+
+#adminpage table tr:hover {
+    background-color: #000;
+}
+
+#colorbox {
+	border: 0px solid #000;
+	background-color: #000;
+}
+
+.chat-item-text {
+	background-color: #000;
+}
+
+.fc-state-highlight {
+    background: none repeat scroll 0% 0% #000 !important;
+}
+
+.well {
+	background-color: #000;
+	border: 1px solid #fff;
+	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
+}
+
+.alert-info {
+	color: #fff;
+	background-color:#000;
+	border-color: #fff;
+	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
+}
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 5ac9aa3a1..5f61326e4 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -158,29 +158,3 @@
 		$abookself_bgcolour = "#000";
 	if(! $infomess_bgcolour)
 		$infomess_bgcolour = "#000";
-	if(! $alert_txtcolour)
-      $alert_txtcolour = "#fff";	
-	if(! $alert_bgcolour)
-      $alert_bgcolour = "#000";
-   if(! $alert_bordercol)
-      $alert_bordercol = "#fff";
-   if(! $alert_gradientcol)
-      $alert_gradientcol = "#000";		
-   if(! $advperm_bgcolour)
-      $advperm_bgcolour = "#000";
-   if(! $advperm_bordercol)
-      $advperm_bordercol = "#fff";
-   if(! $advperm_gradientcol)
-      $advperm_gradientcol = "#000";
-   if(! $cal_bgcolour)
-      $cal_bgcolour = "#000";
-   if(! $chat_txtbgcol)
-      $chat_txtbgcol = "#000";
-   if(! $fancybox_bgcolour)
-      $fancybox_bgcolour = "#000";
-	if (!$admintable_hoverbgcol)
-		$admintable_hoverbgcol="#000";
-	if (!$dirpopup_txtcol)
-		$dirpopup_txtcol="#000";
-	if (!$dirpopup_linkcol)
-		$dirpopup_linkcol="#000";
-- 
cgit v1.2.3


From 7b05c96dc5a147631f600437217a131b914e7f23 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Fri, 20 Mar 2015 13:12:55 +0100
Subject: remove more $vars from style.css

---
 view/theme/redbasic/schema/dark.css                | 64 ++++++++++++++++++++++
 view/theme/redbasic/schema/dark.php                | 27 +--------
 .../redbasic/schema/simple_black_on_white.css      | 64 ++++++++++++++++++++++
 .../redbasic/schema/simple_black_on_white.php      | 29 +---------
 .../redbasic/schema/simple_green_on_black.css      | 63 +++++++++++++++++++++
 .../redbasic/schema/simple_green_on_black.php      | 34 ++----------
 .../redbasic/schema/simple_white_on_black.css      | 64 ++++++++++++++++++++++
 .../redbasic/schema/simple_white_on_black.php      | 29 +---------
 8 files changed, 264 insertions(+), 110 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index e64add844..7af859db6 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -51,3 +51,67 @@
 	border-color: #444;
 	background-image: linear-gradient(to bottom, #333 0px, #333 100%);
 }
+
+.abook-self {
+	background-color: #251111;
+}
+
+.acl-button-show,
+.acl-button-hide {
+	color: #fff;
+}
+
+#acl-showall {
+	color: #fff;
+}
+
+#acl-list {
+	border: 1px solid #333;
+}
+
+.acl-list-item {
+	border: 1px solid #333;
+}
+
+.modal-content {
+    background-color: #111;
+}
+
+.btn-default {
+	background-color: #1e1e1e;
+	border-color: #222;
+	color: #ccc;
+	text-shadow: none;
+	box-shadow: none;
+}
+
+.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
+	background-color: #222;
+	border-color: #222;
+	color: #fff;
+	text-decoration: underline;
+}
+
+.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
+	text-decoration: none;
+}
+
+.pager_first,
+.pager_last,
+.pager_prev,
+.pager_next,
+.pager-prev,
+.pager-next,
+.pager_n {
+	border: 1px solid #222;
+	background: #1e1e1e;
+}
+
+input {
+	border: 1px solid #222;
+}
+
+input[type="submit"] {
+	background-color: #333;
+	color: #fff;
+}
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index bd213de34..b6cc53504 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -96,12 +96,6 @@
 		$acpopup_tgbl_bgcolour = "#333";
 	if (! $acpopup_hovercolour)
 		$acpopup_hovercolour = "#fff";
-	if (! $editbuttons_bgcolour)
-		$editbuttons_bgcolour = "#1e1e1e";
-	if (! $editbuttons_bordercolour)
-		$editbuttons_bordercolour = "#222";
-	if (! $editbuttons_colour)
-		$editbuttons_colour = "#ccc";
 	if (! $editbuttons_bghover)
 		$editbuttons_bghover = "#222";
 	if (! $dropdown_bgcolour)
@@ -138,23 +132,4 @@
 		$notifyseen_bghover = "#222";
 	if (! $notifyseen_linkhover)
 		$notifyseen_linkhover = "#CCC";
-	if (! $input_bgsubmit)
-		$input_bgsubmit = "#333";
-	if (! $input_linksubmit)
-		$input_linksubmit = "#fff";
-	if (! $input_border)
-		$input_border = "#222";
-	if (! $input_colourhover)
-		$input_colourhover = "#fff";
-	if (! $input_decohover)
-		$input_decohover = "underline";
-	if (! $acl_bgcolour)
-		$acl_bgcolour = "#111";
-	if (! $acl_bordercolour)
-		$acl_bordercolour = "#333";
-	if (! $aclbutton_linkcolour)
-		$aclbutton_linkcolour = "color: #fff;";
-	if (! $abookself_bgcolour)
-		$abookself_bgcolour = "#251111";
-	if(! $infomess_bgcolour)
-		$infomess_bgcolour = "#333";
+
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
index 1a29ed6f2..e23053858 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -51,3 +51,67 @@
 	border-color: #000;
 	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
 }
+
+.abook-self {
+	background-color: #fff;
+}
+
+.acl-button-show,
+.acl-button-hide {
+	color: #000;
+}
+
+#acl-showall {
+	color: #000;
+}
+
+#acl-list {
+	border: 1px solid #fff;
+}
+
+.acl-list-item {
+	border: 1px solid #fff;
+}
+
+.modal-content {
+    background-color: #fff;
+}
+
+.btn-default {
+    	background-color: #fff;
+    	border-color: #000;
+	color: #111;
+    	text-shadow: none;
+    	box-shadow: none;
+}
+
+.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
+	background-color: #fff;
+	border-color: #000;
+	color: #000;
+	text-decoration: underline;
+}
+
+.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
+    	text-decoration: none;
+}
+
+.pager_first,
+.pager_last,
+.pager_prev,
+.pager_next,
+.pager-prev,
+.pager-next,
+.pager_n { 
+	border: 1px solid #000;
+	background: #fff;
+}
+
+input {
+	border: 1px solid #000;
+}
+
+input[type="submit"] {
+	background-color: #fff;
+	color: #000;
+}
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index 55e92f9e6..76db1bb1f 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -96,14 +96,6 @@
 		$acpopup_tgbl_bgcolour = "#fff";
 	if (! $acpopup_hovercolour)
 		$acpopup_hovercolour = "#000";
-	if (! $editbuttons_bgcolour)
-		$editbuttons_bgcolour = "#fff";
-	if (! $editbuttons_bordercolour)
-		$editbuttons_bordercolour = "#000";
-	if (! $editbuttons_colour)
-		$editbuttons_colour = "#111";
-	if (! $editbuttons_bghover)
-		$editbuttons_bghover = "#fff";
 	if (! $dropdown_bgcolour)
 		$dropdown_bgcolour = "#fff";
 	if (! $dropdown_textcolour)
@@ -138,23 +130,4 @@
 		$notifyseen_bghover = "#fff";
 	if (! $notifyseen_linkhover)
 		$notifyseen_linkhover = "#000";
-	if (! $input_bgsubmit)
-		$input_bgsubmit = "#fff";
-	if (! $input_linksubmit)
-		$input_linksubmit = "#000";
-	if (! $input_border)
-		$input_border = "#000";
-	if (! $input_colourhover)
-		$input_colourhover = "#000";
-	if (! $input_decohover)
-		$input_decohover = "underline";
-	if (! $acl_bgcolour)
-		$acl_bgcolour = "#fff";
-	if (! $acl_bordercolour)
-		$acl_bordercolour = "#fff";
-	if (! $aclbutton_linkcolour)
-		$aclbutton_linkcolour = "color: #000;";
-	if (! $abookself_bgcolour)
-		$abookself_bgcolour = "#fff";
-	if(! $infomess_bgcolour)
-		$infomess_bgcolour = "#fff";
+
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index 4828eb249..f9bde2a71 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -52,3 +52,66 @@
 	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
 }
 
+.abook-self {
+	background-color: #000;
+}
+
+.acl-button-show,
+.acl-button-hide {
+	color: #fff;
+}
+
+#acl-showall {
+	color: #fff;
+}
+
+#acl-list {
+	border: 1px solid #000;
+}
+
+.acl-list-item {
+	border: 1px solid #000;
+}
+
+.modal-content {
+    background-color: #000;
+}
+
+.btn-default {
+    	background-color: #000;
+    	border-color: #143D12;
+	color: #32962D;
+    	text-shadow: none;
+    	box-shadow: none;
+}
+
+.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
+	background-color: #000;
+	border-color: #143D12;
+	color: #50f148;
+	text-decoration: underline;
+}
+
+.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
+    	text-decoration: none;
+}
+
+.pager_first,
+.pager_last,
+.pager_prev,
+.pager_next,
+.pager-prev,
+.pager-next,
+.pager_n { 
+	border: 1px solid #143D12;
+	background: #000;
+}
+
+input {
+	border: 1px solid #143D12;
+}
+
+input[type="submit"] {
+	background-color: #000;
+	color: #50f148;
+}
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index 3ec642526..8c8a58619 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -96,14 +96,6 @@ if (! $navaside_bghover)
 		$acpopup_tgbl_bgcolour = "#000";
 	if (! $acpopup_hovercolour)
 		$acpopup_hovercolour = "#50f148";
-	if (! $editbuttons_bgcolour)
-		$editbuttons_bgcolour = "#000";
-	if (! $editbuttons_bordercolour)
-		$editbuttons_bordercolour = "#143D12";
-	if (! $editbuttons_colour)
-		$editbuttons_colour = "#32962D";
-	if (! $editbuttons_bghover)
-		$editbuttons_bghover = "#000";
 	if (! $dropdown_bgcolour)
 		$dropdown_bgcolour = "#000";
 	if (! $dropdown_textcolour)
@@ -138,23 +130,9 @@ if (! $navaside_bghover)
 		$notifyseen_bghover = "#000";
 	if (! $notifyseen_linkhover)
 		$notifyseen_linkhover = "#50f148";
-	if (! $input_bgsubmit)
-		$input_bgsubmit = "#000";
-	if (! $input_linksubmit)
-		$input_linksubmit = "#50f148";
-	if (! $input_border)
-		$input_border = "#143D12";
-	if (! $input_colourhover)
-		$input_colourhover = "#50f148";
-	if (! $input_decohover)
-		$input_decohover = "underline";
-	if (! $acl_bgcolour)
-		$acl_bgcolour = "#000";
-	if (! $acl_bordercolour)
-		$acl_bordercolour = "#000";
-	if (! $aclbutton_linkcolour)
-		$aclbutton_linkcolour = "color: #fff;";
-	if (! $abookself_bgcolour)
-		$abookself_bgcolour = "#000";
-	if(! $infomess_bgcolour)
-		$infomess_bgcolour = "#000";
+
+
+
+
+
+
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index 0367eb5f4..0a6c17f1b 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -52,3 +52,67 @@
 	border-color: #fff;
 	background-image: linear-gradient(to bottom, #000 0px, #000 100%);
 }
+
+.abook-self {
+	background-color: #000;
+}
+
+.acl-button-show,
+.acl-button-hide {
+	color: #fff;
+}
+
+#acl-showall {
+	color: #fff;
+}
+
+#acl-list {
+	border: 1px solid #000;
+}
+
+.acl-list-item {
+	border: 1px solid #000;
+}
+
+.modal-content {
+    background-color: #000;
+}
+
+.btn-default {
+    	background-color: #000;
+    	border-color: #fff;
+	color: #eee;
+    	text-shadow: none;
+    	box-shadow: none;
+}
+
+.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
+	background-color: #000;
+	border-color: #fff;
+	color: #fff;
+	text-decoration: underline;
+}
+
+.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active {
+    	text-decoration: none;
+}
+
+.pager_first,
+.pager_last,
+.pager_prev,
+.pager_next,
+.pager-prev,
+.pager-next,
+.pager_n { 
+	border: 1px solid #fff;
+	background: #000;
+}
+
+input {
+	border: 1px solid #fff;
+}
+
+input[type="submit"] {
+	background-color: #000;
+	color: #fff;
+}
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 5f61326e4..29b176b09 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -96,14 +96,6 @@
 		$acpopup_tgbl_bgcolour = "#000";
 	if (! $acpopup_hovercolour)
 		$acpopup_hovercolour = "#fff";
-	if (! $editbuttons_bgcolour)
-		$editbuttons_bgcolour = "#000";
-	if (! $editbuttons_bordercolour)
-		$editbuttons_bordercolour = "#fff";
-	if (! $editbuttons_colour)
-		$editbuttons_colour = "#eee";
-	if (! $editbuttons_bghover)
-		$editbuttons_bghover = "#000";
 	if (! $dropdown_bgcolour)
 		$dropdown_bgcolour = "#000";
 	if (! $dropdown_textcolour)
@@ -138,23 +130,4 @@
 		$notifyseen_bghover = "#000";
 	if (! $notifyseen_linkhover)
 		$notifyseen_linkhover = "#fff";
-	if (! $input_bgsubmit)
-		$input_bgsubmit = "#000";
-	if (! $input_linksubmit)
-		$input_linksubmit = "#fff";
-	if (! $input_border)
-		$input_border = "#fff";
-	if (! $input_colourhover)
-		$input_colourhover = "#fff";
-	if (! $input_decohover)
-		$input_decohover = "underline";
-	if (! $acl_bgcolour)
-		$acl_bgcolour = "#000";
-	if (! $acl_bordercolour)
-		$acl_bordercolour = "#000";
-	if (! $aclbutton_linkcolour)
-		$aclbutton_linkcolour = "color: #fff;";
-	if (! $abookself_bgcolour)
-		$abookself_bgcolour = "#000";
-	if(! $infomess_bgcolour)
-		$infomess_bgcolour = "#000";
+
-- 
cgit v1.2.3


From e0a0fc507f3d070a69ad5033d6baad5e1d406888 Mon Sep 17 00:00:00 2001
From: Mario Vavti <mario@mariovavti.com>
Date: Thu, 26 Mar 2015 09:45:30 +0100
Subject: remove some vars from style.css

---
 view/theme/redbasic/schema/dark.css                | 35 ++++++++++++++++++++++
 view/theme/redbasic/schema/dark.php                | 21 -------------
 .../redbasic/schema/simple_black_on_white.css      | 35 ++++++++++++++++++++++
 .../redbasic/schema/simple_black_on_white.php      | 22 +-------------
 .../redbasic/schema/simple_green_on_black.css      | 35 ++++++++++++++++++++++
 .../redbasic/schema/simple_green_on_black.php      | 25 ++++------------
 .../redbasic/schema/simple_white_on_black.css      | 34 +++++++++++++++++++++
 .../redbasic/schema/simple_white_on_black.php      | 21 -------------
 8 files changed, 145 insertions(+), 83 deletions(-)

(limited to 'view/theme/redbasic/schema')

diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 7af859db6..78aa27d38 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -115,3 +115,38 @@ input[type="submit"] {
 	background-color: #333;
 	color: #fff;
 }
+
+.notify-seen a {
+	background: #111;
+	color: #222 !important;
+}
+
+.notify-seen a:hover {
+	background: #222;
+	color: #ccc !important;
+}
+
+nav .dropdown-menu>li>a{
+	color: #fff;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #fff;
+	background-color: #222;
+	background-image: none;
+}
+
+
+nav .dropdown-menu .divider{
+	background-color: #222;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #fff;
+	background-color: #222;
+	background-image: none;
+}
+
+nav .dropdown-menu {
+	background-color: #000;
+}
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index b6cc53504..b3addcfff 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -16,10 +16,6 @@
 		$nav_icon_colour = "#999";
 	if (! $nav_active_icon_colour)
 		$nav_active_icon_colour = "#fff";
-	if (! $navmenu_bgchover)
-		$navmenu_bgchover = "#222";
-	if (! $navmenu_bgimage)
-		$navmenu_bgimage = "background-image: none;";
 	if (! $navtabs_borderc)
 		$navtabs_borderc = "#333";
 	if (! $navtabs_fontcolour)
@@ -116,20 +112,3 @@
 		$dropdown_bordercol = "#222";
 	if (! $preview_backgroundimg)
 		$preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
-	if (! $notify_bgcolour)
-		$notify_bgcolour = "#000";
-	if (! $notify_linkcolour)
-		$notify_linkcolour = "#FFF";	
-	if (! $notify_bghover)
-		$notify_bghover = "#222";
-	if (! $notify_topmargin)
-		$notify_topmargin = "-1px";
-	if (! $notifyseen_bgcolour)
-		$notifyseen_bgcolour = "#111";
-	if (! $notifyseen_linkcolour)
-		$notifyseen_linkcolour = "#222";
-	if (! $notifyseen_bghover)
-		$notifyseen_bghover = "#222";
-	if (! $notifyseen_linkhover)
-		$notifyseen_linkhover = "#CCC";
-
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
index e23053858..dd47a3280 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -115,3 +115,38 @@ input[type="submit"] {
 	background-color: #fff;
 	color: #000;
 }
+
+.notify-seen a {
+	background: #fff;
+	color: #fff !important;
+}
+
+.notify-seen a:hover {
+	background: #fff;
+	color: #000 !important;
+}
+
+nav .dropdown-menu>li>a{
+	color: #000;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #000;
+	background-color: #F5F5F5;
+	background-image: none;
+}
+
+
+nav .dropdown-menu .divider{
+	background-color: #F5F5F5;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #000;
+	background-color: #F5F5F5;
+	background-image: none;
+}
+
+nav .dropdown-menu {
+	background-color: #fff;
+}
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index 76db1bb1f..7c1c99a32 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -16,10 +16,7 @@
 		$nav_icon_colour = "#111";
 	if (! $nav_active_icon_colour)
 		$nav_active_icon_colour = "#000";
-	if (! $navmenu_bgchover)
-		$navmenu_bgchover = "#F5F5F5";
-	if (! $navmenu_bgimage)
-		$navmenu_bgimage = "background-image: none;";
+
 	if (! $navtabs_borderc)
 		$navtabs_borderc = "#000";
 	if (! $navtabs_fontcolour)
@@ -114,20 +111,3 @@
 		$dropdown_bordercol = "#fff";
 	if (! $preview_backgroundimg)
 		$preview_backgroundimg = "gray_and_white_diagonal_stripes_background_seamless.gif";
-	if (! $notify_bgcolour)
-		$notify_bgcolour = "#fff";
-	if (! $notify_linkcolour)
-		$notify_linkcolour = "#000";	
-	if (! $notify_bghover)
-		$notify_bghover = "#fff";
-	if (! $notify_topmargin)
-		$notify_topmargin = "-1px";
-	if (! $notifyseen_bgcolour)
-		$notifyseen_bgcolour = "#fff";
-	if (! $notifyseen_linkcolour)
-		$notifyseen_linkcolour = "#fff";
-	if (! $notifyseen_bghover)
-		$notifyseen_bghover = "#fff";
-	if (! $notifyseen_linkhover)
-		$notifyseen_linkhover = "#000";
-
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index f9bde2a71..671465529 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -115,3 +115,38 @@ input[type="submit"] {
 	background-color: #000;
 	color: #50f148;
 }
+
+.notify-seen a {
+	background: #000;
+	color: #000 !important;
+}
+
+.notify-seen a:hover {
+	background: #000;
+	color: #50f148 !important;
+}
+
+nav .dropdown-menu>li>a{
+	color: #50f148;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #50f148;
+	background-color: #143D12;
+	background-image: none;
+}
+
+
+nav .dropdown-menu .divider{
+	background-color: #143D12;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #50f148;
+	background-color: #143D12;
+	background-image: none;
+}
+
+nav .dropdown-menu {
+	background-color: #000;
+}
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php
index 8c8a58619..6b104a4e6 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black.php
@@ -16,10 +16,6 @@
 		$nav_icon_colour = "#32962D";
 	if (! $nav_active_icon_colour)
 		$nav_active_icon_colour = "#50f148";
-	if (! $navmenu_bgchover)
-		$navmenu_bgchover = "#143D12";
-	if (! $navmenu_bgimage)
-		$navmenu_bgimage = "background-image: none;";
 	if (! $navtabs_borderc)
 		$navtabs_borderc = "#143D12";
 	if (! $navtabs_fontcolour)
@@ -114,22 +110,11 @@ if (! $navaside_bghover)
 		$dropdown_bordercol = "#143D12";
 	if (! $preview_backgroundimg)
 		$preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
-	if (! $notify_bgcolour)
-		$notify_bgcolour = "#000";
-	if (! $notify_linkcolour)
-		$notify_linkcolour = "#50f148";	
-	if (! $notify_bghover)
-		$notify_bghover = "#000";
-	if (! $notify_topmargin)
-		$notify_topmargin = "-1px";
-	if (! $notifyseen_bgcolour)
-		$notifyseen_bgcolour = "#000";
-	if (! $notifyseen_linkcolour)
-		$notifyseen_linkcolour = "#000";
-	if (! $notifyseen_bghover)
-		$notifyseen_bghover = "#000";
-	if (! $notifyseen_linkhover)
-		$notifyseen_linkhover = "#50f148";
+
+
+
+
+
 
 
 
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index 0a6c17f1b..761fe795b 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -116,3 +116,37 @@ input[type="submit"] {
 	background-color: #000;
 	color: #fff;
 }
+
+.notify-seen a {
+	background: #000;
+	color: #000 !important;
+}
+
+.notify-seen a:hover {
+	background: #000;
+	color: #fff !important;
+}
+
+nav .dropdown-menu>li>a{
+	color: #fff;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #fff;
+	background-color: #030303;
+	background-image: none;
+}
+
+nav .dropdown-menu .divider{
+	background-color: #030303;
+}
+
+nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
+	color: #fff;
+	background-color: #030303;
+	background-image: none;
+}
+
+nav .dropdown-menu {
+	background-color: #000;
+}
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php
index 29b176b09..f940b7c64 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black.php
@@ -16,10 +16,6 @@
 		$nav_icon_colour = "#eee";
 	if (! $nav_active_icon_colour)
 		$nav_active_icon_colour = "#fff";
-	if (! $navmenu_bgchover)
-		$navmenu_bgchover = "#030303";
-	if (! $navmenu_bgimage)
-		$navmenu_bgimage = "background-image: none;";
 	if (! $navtabs_borderc)
 		$navtabs_borderc = "#fff";
 	if (! $navtabs_fontcolour)
@@ -114,20 +110,3 @@
 		$dropdown_bordercol = "#000";
 	if (! $preview_backgroundimg)
 		$preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif";
-	if (! $notify_bgcolour)
-		$notify_bgcolour = "#000";
-	if (! $notify_linkcolour)
-		$notify_linkcolour = "#fff";	
-	if (! $notify_bghover)
-		$notify_bghover = "#000";
-	if (! $notify_topmargin)
-		$notify_topmargin = "-1px";
-	if (! $notifyseen_bgcolour)
-		$notifyseen_bgcolour = "#000";
-	if (! $notifyseen_linkcolour)
-		$notifyseen_linkcolour = "#000";
-	if (! $notifyseen_bghover)
-		$notifyseen_bghover = "#000";
-	if (! $notifyseen_linkhover)
-		$notifyseen_linkhover = "#fff";
-
-- 
cgit v1.2.3