aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-19 16:17:01 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-19 16:17:01 +0100
commitd1dd883d8868d25e1be0a67723210b5171f3a449 (patch)
tree3fab087ed2562b9c3136ed207c2c0cd2008ca8bc /view/theme/redbasic/schema
parentdb355db9a6fe2bb369ca464391a010d992b72447 (diff)
downloadvolse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.tar.gz
volse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.tar.bz2
volse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.zip
remove more $vars from style.css
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/dark.css38
-rw-r--r--view/theme/redbasic/schema/dark.php26
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.css38
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.php26
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.css37
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.php26
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.css38
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.php26
8 files changed, 151 insertions, 104 deletions
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";