aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-06 15:24:56 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-06 15:24:56 +0100
commite67983f327745b9c949cec259290658f3ed08618 (patch)
tree5bfed8c01dadee543409cfc7613889d13bffe9a4 /view
parent1cea6144c90ec7e3e2cda07af655a0af36091381 (diff)
downloadvolse-hubzilla-e67983f327745b9c949cec259290658f3ed08618.tar.gz
volse-hubzilla-e67983f327745b9c949cec259290658f3ed08618.tar.bz2
volse-hubzilla-e67983f327745b9c949cec259290658f3ed08618.zip
add more css files
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/boxy.css0
-rw-r--r--view/theme/redbasic/schema/notred.php5
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.css13
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.php2
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.css13
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.php2
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.css13
7 files changed, 39 insertions, 9 deletions
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/view/theme/redbasic/schema/boxy.css
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;
+}
+
+