From: Radek Czajka Date: Fri, 16 Mar 2012 13:04:57 +0000 (+0100) Subject: nicer footer X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/ee7f2fa4a7e08ca2f8c88f2a521ef65cbca3aac4?ds=sidebyside;hp=-c nicer footer --- ee7f2fa4a7e08ca2f8c88f2a521ef65cbca3aac4 diff --git a/wolnelektury/static/css/auth.css b/wolnelektury/static/css/auth.css index 756c8d8e0..2979d0d98 100644 --- a/wolnelektury/static/css/auth.css +++ b/wolnelektury/static/css/auth.css @@ -1,7 +1,7 @@ -#auth-page p { +#auth-page #main-content p { font-size: 1.2em; } -#auth-page h2 { +#auth-page #main-content h2 { font-size: 2em; margin-top: 1em; } diff --git a/wolnelektury/static/css/base.css b/wolnelektury/static/css/base.css index 54675a51e..cdb8b4fed 100755 --- a/wolnelektury/static/css/base.css +++ b/wolnelektury/static/css/base.css @@ -179,6 +179,10 @@ h2 { margin-top: 5em; padding-top:3em; background: #fff; + border-top: 1px solid #ddd; +} +#footer p { + margin: .25em 0; } /* just on search page */ diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 9bbaf063e..04fdfdd9f 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -26,8 +26,8 @@ #big-cite { - background-color: white; /* #bd9a89; /* average image color */ - color: black; + background-color: #444; + color: white; padding: 0; margin: 0; background-image: url(/static/img/backdrop/book-drawer2.jpg); diff --git a/wolnelektury/static/css/sponsors.css b/wolnelektury/static/css/sponsors.css index 1624f5f95..16643dfd4 100644 --- a/wolnelektury/static/css/sponsors.css +++ b/wolnelektury/static/css/sponsors.css @@ -1,6 +1,6 @@ .sponsors-page { background: white; - margin-top: 6px; + margin-top: 1em; } .sponsors-column { diff --git a/wolnelektury/templates/500.html b/wolnelektury/templates/500.html index d73fea3df..551dd6c09 100644 --- a/wolnelektury/templates/500.html +++ b/wolnelektury/templates/500.html @@ -8,7 +8,7 @@
- +
diff --git a/wolnelektury/templates/503.html b/wolnelektury/templates/503.html index 971ac3043..387fe24b3 100644 --- a/wolnelektury/templates/503.html +++ b/wolnelektury/templates/503.html @@ -8,7 +8,7 @@
- +
diff --git a/wolnelektury/templates/catalogue/player.html b/wolnelektury/templates/catalogue/player.html index 155d14e0d..aeae44f21 100755 --- a/wolnelektury/templates/catalogue/player.html +++ b/wolnelektury/templates/catalogue/player.html @@ -137,7 +137,7 @@ {% compressed_js "player" %} - + diff --git a/wolnelektury/templates/superbase.html b/wolnelektury/templates/superbase.html index cd6659043..21e0017a8 100644 --- a/wolnelektury/templates/superbase.html +++ b/wolnelektury/templates/superbase.html @@ -196,7 +196,7 @@ {% compressed_js "base" %} - + {% block extrabody %} {% endblock %}