aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-21 17:37:23 +0100
committermarijus <mario@mariovavti.com>2014-03-21 17:37:23 +0100
commitc968a18db3ae9ddb0cc9e9be18d1ddb1335e423f (patch)
tree8d339190da5b16374d40807cd2b008d298a58eb3 /view
parentcaa284e786d22d8c1d985fe9c86128ab7e195769 (diff)
downloadvolse-hubzilla-c968a18db3ae9ddb0cc9e9be18d1ddb1335e423f.tar.gz
volse-hubzilla-c968a18db3ae9ddb0cc9e9be18d1ddb1335e423f.tar.bz2
volse-hubzilla-c968a18db3ae9ddb0cc9e9be18d1ddb1335e423f.zip
re-enable nav opacity and minor style.css cleanup
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css49
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl2
2 files changed, 3 insertions, 48 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4415bdc30..eee31342f 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -138,51 +138,10 @@ blockquote {
filter:alpha(opacity=100);
}
-
-#langselector {
- position: fixed;
- top: 3px;
- left: 5px;
- z-index:9999;
- opacity: 0.3;
- filter:alpha(opacity=30);
-
-
-}
-#langselector:hover {
- opacity: 1.0;
- filter:alpha(opacity=100);
-}
-
-/* this is not yet supported
-
-nav {
- background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
- background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
- background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%);
- background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
- background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
+nav,
+header {
opacity: $nav_float_min_opacity;
filter:alpha(opacity=$nav_percent_min_opacity);
-
-}
-
-nav:hover {
- background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
- background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
- background-image: -moz-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
- background-image: -webkit-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
- background-image: -ms-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
- opacity: 1.0;
- filter:alpha(opacity=100);
-
-}
-*/
-
-nav #site-location {
- color: #888a85;
- font-size: 0.8em;
- position: absolute;
}
.error-message {
@@ -213,10 +172,6 @@ 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;
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index 34c04e91c..fc9388f2e 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -27,7 +27,7 @@
{{include file="field_input.tpl" field=$radius}}
{{include file="field_input.tpl" field=$shadow}}
{{include file="field_input.tpl" field=$converse_width}}
-{{* include file="field_input.tpl" field=$nav_min_opacity *}}
+{{include file="field_input.tpl" field=$nav_min_opacity}}
{{include file="field_input.tpl" field=$top_photo}}
{{include file="field_input.tpl" field=$reply_photo}}
{{include file="field_checkbox.tpl" field=$sloppy_photos}}