From 90e70d96740179594e0ef8ae133934a0bb469319 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Nov 2012 20:42:12 -0800 Subject: start on the like/dislike activities --- view/theme/duepuntozero/css/style.css | 66 +++++++++++++++++------------------ 1 file changed, 32 insertions(+), 34 deletions(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 4ea58fb4a..a996a2d04 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -137,11 +137,6 @@ nav #site-location { } -nav #banner { - display: block; - margin-top: 14px; - position: absolute; -} nav #banner #logo-text a { font-size: 40px; font-weight: bold; @@ -151,6 +146,38 @@ nav #banner #logo-text a { } nav #banner #logo-text a:hover { text-decoration: none; } +header #site-location { + display: none; +} +header #banner { + overflow: hidden; + text-align: center; + width: 100%; + font-size: 2.2em; + font-family: tahoma, "Lucida Sans", sans; + color: red; + font-weight: bold; + +} +header #banner a, +header #banner a:active, +header #banner a:visited, +header #banner a:link, +header #banner a:hover { + color: #ffffff; + text-decoration: none; + outline: none; + vertical-align: bottom; +} +header #banner #logo-img { + height: 22px; + margin-top: 5px; +} +header #banner #logo-text { + font-size: 22px; +} + + .nav-commlink, .nav-login-link { @@ -3611,35 +3638,6 @@ header { z-index: 110; color: #ffffff; } -header #site-location { - display: none; -} -header #banner { - overflow: hidden; - text-align: center; - width: 100%; - - color: red; - font-weight: bold; - font-size: 2em; -} -header #banner a, -header #banner a:active, -header #banner a:visited, -header #banner a:link, -header #banner a:hover { - color: #ffffff; - text-decoration: none; - outline: none; - vertical-align: bottom; -} -header #banner #logo-img { - height: 22px; - margin-top: 5px; -} -header #banner #logo-text { - font-size: 22px; -} /* notifications popup menu */ -- cgit v1.2.3