last improvements
This commit is contained in:
@@ -88,7 +88,7 @@ $titleareaH: $logoH+$logo_mb+$logo_mt;
|
||||
$titleReducedFactor:0.7;
|
||||
$titleReducedFactorSmall:0.5;
|
||||
$centerpaddingtop: $headerborderH+$headerpaddingtopH+$titleareaH;
|
||||
$footerheight: 5em;
|
||||
$footerheight: 1.5em;
|
||||
$centerpaddingbottom:$footerheight+1em;
|
||||
|
||||
header#top-bar{
|
||||
@@ -421,6 +421,7 @@ div#center{
|
||||
|
||||
nav.categories{
|
||||
@include catlist;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
a.image-link{
|
||||
@@ -785,43 +786,50 @@ div#center{
|
||||
|_| \___/ \___/ \__\___|_|
|
||||
*/
|
||||
footer#bottom-bar{
|
||||
position:absolute; bottom:0;
|
||||
position:fixed; bottom:0;
|
||||
width:100%; height:$footerheight;
|
||||
background-color: $maincolor;
|
||||
transition: background-color 0.4s ease-out;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding:0.5em 0;
|
||||
padding:0 0;
|
||||
// margin: 5vh 0 0;
|
||||
&:hover{
|
||||
background-color: $secondcolor;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
}
|
||||
h1{
|
||||
@include fontbold; height:auto; display:inline-block; position:relative; margin:0;
|
||||
color: inherit;
|
||||
font-size: 0.75em;
|
||||
a{
|
||||
font-weight: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
// &:after{
|
||||
// content: ""; height:0;
|
||||
// display: block; margin-top:-.9em; margin-bottom:1em;
|
||||
// border-top:0.5em solid #fff;
|
||||
// transition:border-color 0.3s ease-in;}
|
||||
}
|
||||
// h1{
|
||||
// display: inline-block; vertical-align:middle;
|
||||
// @include fontbold; height:auto; display:inline-block; position:relative; margin:0;
|
||||
// color: inherit;font-size: 0.75em;
|
||||
// a{font-weight: inherit;color: inherit;}
|
||||
// margin-right:1em;
|
||||
// }
|
||||
address{
|
||||
display: inline-block; vertical-align:baseline;
|
||||
// font-size: 1em; font-weight: normal;
|
||||
@include fontnormal;
|
||||
font-size: 0.6em;
|
||||
margin:-0.7em 0 0; line-height: 1.1; font-style: normal;
|
||||
a{text-decoration: underline;}
|
||||
margin:0 0;
|
||||
// a{
|
||||
// line-height: 1.5;
|
||||
// }
|
||||
font-style: normal;
|
||||
// a{text-decoration: underline;}
|
||||
margin-right:1em;
|
||||
&:after{
|
||||
content:"-";
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
}
|
||||
ul.footer-menu{
|
||||
display: inline-block; vertical-align:baseline;
|
||||
text-align: center;
|
||||
// line-height: 1;
|
||||
li{
|
||||
display:inline-block;
|
||||
// vertical-align:middle;
|
||||
a{
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user