From 933b5a49633b497af9557e94cf20cf280bae9e72 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sat, 20 Oct 2012 16:47:31 +0200 Subject: Replace dark empty_dots.png for Airy theme --- mediagoblin/themes/airy/assets/css/airy.css | 4 ++++ mediagoblin/themes/airy/assets/images/empty_dots.png | Bin 0 -> 205 bytes 2 files changed, 4 insertions(+) create mode 100644 mediagoblin/themes/airy/assets/images/empty_dots.png (limited to 'mediagoblin/themes') diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index ba9048b2..09d447d2 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -86,3 +86,7 @@ input, textarea { .dropdown_items { background-color: #fff; } + +.empty_space { + background-image: url("../images/empty_dots.png"); +} diff --git a/mediagoblin/themes/airy/assets/images/empty_dots.png b/mediagoblin/themes/airy/assets/images/empty_dots.png new file mode 100644 index 00000000..5ee050b2 Binary files /dev/null and b/mediagoblin/themes/airy/assets/images/empty_dots.png differ -- cgit v1.2.3 From e711d1cf7271c24597dcd7fb42746e7e474b63cb Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sat, 20 Oct 2012 18:09:45 +0200 Subject: Replace icon_feed.png with proper Airy version --- .../themes/airy/assets/images/icon_feed.png | Bin 0 -> 473 bytes .../templates/mediagoblin/utils/feed_link.html | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 mediagoblin/themes/airy/assets/images/icon_feed.png create mode 100644 mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html (limited to 'mediagoblin/themes') diff --git a/mediagoblin/themes/airy/assets/images/icon_feed.png b/mediagoblin/themes/airy/assets/images/icon_feed.png new file mode 100644 index 00000000..18c085b4 Binary files /dev/null and b/mediagoblin/themes/airy/assets/images/icon_feed.png differ diff --git a/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html new file mode 100644 index 00000000..6a41cef5 --- /dev/null +++ b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html @@ -0,0 +1,23 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +#} + + + {% trans %}feed icon{% endtrans %} + +{%- trans %}Atom feed{% endtrans -%} -- cgit v1.2.3 From f93ac9f28cf966f67af4a675a07fc79429e3095d Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sat, 20 Oct 2012 18:33:26 +0200 Subject: Implement new RSS icon for Airy theme --- mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/themes') diff --git a/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html index 6a41cef5..cf5099a2 100644 --- a/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html +++ b/mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html @@ -17,7 +17,7 @@ #} - {% trans %}feed icon{% endtrans %} {%- trans %}Atom feed{% endtrans -%} -- cgit v1.2.3 From c40cb686de2c5ea242af81ac749d9239ac6a2dab Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sun, 21 Oct 2012 02:17:38 +0200 Subject: Styling edits to Airy theme --- mediagoblin/themes/airy/assets/css/airy.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mediagoblin/themes') diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index 09d447d2..6143b6e1 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -3,16 +3,12 @@ body { background-color: #F7F7F7; } -h1,h2 { - color: #787878; -} - -h3 { +h1,h2,h3 { color: #4a4a4a; } a { - color: #37BD85; + color: #37AB74; } .navigation_button { @@ -52,7 +48,7 @@ footer { .button_action_highlight, .button_form { color: #fff; - background-color: #37BD85; + background-color: #37AB74; border-color: #6CAA8E; border-width: 1px 1px 2px; } -- cgit v1.2.3 From 30a8828f9b4efc4ff8026a375f11756ca76e412b Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Sun, 21 Oct 2012 20:36:30 +0200 Subject: Add "Add collection" link to Airy theme --- mediagoblin/themes/airy/templates/mediagoblin/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'mediagoblin/themes') diff --git a/mediagoblin/themes/airy/templates/mediagoblin/base.html b/mediagoblin/themes/airy/templates/mediagoblin/base.html index 8bd9a7f9..d243d331 100644 --- a/mediagoblin/themes/airy/templates/mediagoblin/base.html +++ b/mediagoblin/themes/airy/templates/mediagoblin/base.html @@ -65,6 +65,7 @@