aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/css/style.css66
1 files changed, 32 insertions, 34 deletions
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 */