diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-10 22:19:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-10 22:19:51 +0200 |
commit | e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625 (patch) | |
tree | 1b7e6e5fad817bbde3a68e3257f64ba0e9c07fa2 /view/theme/redbasic/php | |
parent | 2d94a038a5055e7df76799f8fe110991cedbee88 (diff) | |
download | volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.tar.gz volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.tar.bz2 volse-hubzilla-e1338f5a7fc06cd87d62ffaa8d7ad0f17ab7c625.zip |
make redmatrix focus scheme default for hubzilla
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 96dba59e5..f542e8e12 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -107,15 +107,15 @@ if (! $link_colour) if (! $banner_colour) $banner_colour = "#fff"; if (! $bgcolour) - $bgcolour = "#fdfdfd"; + $bgcolour = "rgb(254,254,254)"; if (! $background_image) $background_image =''; if (! $item_colour) - $item_colour = "rgba(238,238,238,0.8)"; + $item_colour = "rgb(238,238,238)"; if (! $comment_item_colour) - $comment_item_colour = "rgba(254,254,254,0.4)"; + $comment_item_colour = "rgb(255,255,255)"; if (! $comment_border_colour) - $comment_border_colour = "rgba(238,238,238,0.8)"; + $comment_border_colour = "rgb(255,255,255)"; if (! $toolicon_colour) $toolicon_colour = '#777'; if (! $toolicon_activecolour) @@ -133,7 +133,7 @@ if (! $radius) if (! $shadow) $shadow = "0"; if (! $converse_width) - $converse_width = "1024"; + $converse_width = "790"; if(! $top_photo) $top_photo = '48px'; if(! $comment_indent) |