re-enable nav opacity and minor style.css cleanup

This commit is contained in:
marijus 2014-03-21 17:37:23 +01:00
parent caa284e786
commit c968a18db3
2 changed files with 3 additions and 48 deletions

View File

@ -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;

View File

@ -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}}