From 99579f95be6deb2d2e4b7de1ba42f082971906b9 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 22:02:12 +0100 Subject: show number of gallery images if more than one --- public/stylesheets/ccc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 770c817..a78d3eb 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -29,6 +29,10 @@ pre { overflow: auto; } +.right { + text-align: right; +} + /*------------------links-------------------*/ a { -- cgit v1.3 From 715ffe00f4219682a99f02ddf352909a59601dd7 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 22:43:47 +0100 Subject: small style improvements. more button added --- app/views/custom/partials/_article.html.erb | 2 +- config/locales/de.yml | 1 + config/locales/en.yml | 1 + public/stylesheets/ccc.css | 8 ++++---- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 4f772ae..433c31c 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb @@ -3,5 +3,5 @@
<%= date_for_page page %>, <%= author_for_page page %>
-

<%= page.abstract %>

+

<%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %>

\ No newline at end of file diff --git a/config/locales/de.yml b/config/locales/de.yml index 2724b11..2663948 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -2,6 +2,7 @@ # by Clemens Kofler (clemens@railway.at) de: + more: "mehr …" images: Bilder sponsors: Sponsoren show_tag_headline: "Seiten mit dem Tag:" diff --git a/config/locales/en.yml b/config/locales/en.yml index a565ffe..81fa48e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2,6 +2,7 @@ # See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: + more: "more …" images: images sponsors: sponsors hello: "Hello world" diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index a78d3eb..1066bde 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -36,16 +36,16 @@ pre { /*------------------links-------------------*/ a { - color: #535353; - text-decoration: underline; + color: #F8921E; + text-decoration: none; } a:visited { - color: #535353; + color: #5b8ca7; } a:hover { - color: #F8921E; + color: #5b8ca7; } /*------------------headlines-------------------*/ -- cgit v1.3 From 496fa47445744a0827390738a9550cb4192a7b76 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 19 Feb 2012 16:43:10 +0100 Subject: new events icon --- public/images/events.png | Bin 3584 -> 5290 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'public') diff --git a/public/images/events.png b/public/images/events.png index b7faae3..31b8dee 100644 Binary files a/public/images/events.png and b/public/images/events.png differ -- cgit v1.3 From dfbaadf0210b02a8bb54380c2c50302413dcf6d6 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 25 Mar 2012 18:36:31 +0200 Subject: remove lowercasing of menu items --- public/stylesheets/ccc.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'public') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 1066bde..c58e3ae 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -110,13 +110,11 @@ div.main_navigation a.inactive:hover { div.main_navigation a.active { color: #000000; text-decoration: none; - text-transform: lowercase; font-size: 13px; } div.main_navigation a.inactive { color: #aeadad; - text-transform: lowercase; font-size: 13px; } -- cgit v1.3