From 18bf5d14023d5f6ea4d490362b2825f7a71f951e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 25 Feb 2012 00:30:14 -0800 Subject: theme info (like plugin info) --- view/theme/darkzero/theme.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 5d63583f4..e03bcc7b8 100755 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -1,4 +1,11 @@ + */ + $a->theme_info = array( 'extends' => 'duepuntozero', ); -- cgit v1.2.3 From 828034ad23e90088048ece55cbcb47733368b810 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 00:48:11 -0800 Subject: darkzero-NS theme --- view/theme/darkzero/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index e03bcc7b8..37632c4b5 100755 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -3,7 +3,7 @@ /* * Name: Darkzero * Version: 1.0 - * Author: Mike Macgirvin + * Author: Fabio Communi */ $a->theme_info = array( -- cgit v1.2.3 From 484426d3e229da01c31718dcc0041822f32e1f9e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 00:53:31 -0800 Subject: imrpove contrast on darkzero blockquotes --- view/theme/darkzero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 25ae0c71f..fdaf26f19 100755 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -88,3 +88,7 @@ input#dfrn-url { #jot-title:focus { border: 1px solid #cccccc; } +blockquote { + background: #ddd; + color: #000; +} -- cgit v1.2.3