From a06185e87c63c31fb6ea284fad7fbcf0acff7b79 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 Mar 2012 20:08:28 -0700 Subject: screenshot gallery --- view/theme/darkzero/screenshot.jpg | Bin 0 -> 84200 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/darkzero/screenshot.jpg (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/screenshot.jpg b/view/theme/darkzero/screenshot.jpg new file mode 100644 index 000000000..e91ae13f5 Binary files /dev/null and b/view/theme/darkzero/screenshot.jpg differ -- cgit v1.2.3 From 581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Sun, 1 Apr 2012 21:28:31 -0400 Subject: allow users to set categories on their posts --- view/theme/darkzero/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 3b395ff2a..12c7d3c25 100755 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -76,17 +76,21 @@ input#dfrn-url { } -#jot-title { +#jot-title, #jot-category { background-color: #333333; border: 1px solid #333333; } #jot-title::-webkit-input-placeholder{ color: #555555!important;} #jot-title:-moz-placeholder{color: #555555!important;} +#jot-category::-webkit-input-placeholder{ color: #555555!important;} +#jot-category:-moz-placeholder{color: #555555!important;} #jot-title:hover, -#jot-title:focus { +#jot-title:focus, +#jot-category:hover, +#jot-category:focus { border: 1px solid #cccccc; } blockquote { -- cgit v1.2.3