publik-base-theme/static/sospel/_custom.scss

65 lines
1.1 KiB
SCSS

body {
background: #333 url(body-bg.png);
}
div#header,
div#nav,
div#nav ul,
div#footer-wrapper,
div#main-content-wrapper {
background: white;
margin-top: 0;
margin-bottom: 0;
}
div#main-content-wrapper {
padding: 10px;
}
div#footer-wrapper {
max-width: $width;
margin: 0px auto 40px auto;
border-radius: 0 0 10px 10px;
}
div#header {
margin-top: 30px;
border-radius: 10px 10px 0px 0px;
background: white url(background-header.png) top right no-repeat;
min-height: 200px;
@media screen and ($max-mobile-viewport) {
margin-top: 0;
border-radius: 0;
background: white url(background-header-mobile.png) 2px 2px repeat-x;
min-height: auto;
}
}
div#nav {
padding-left: 10px;
border-radius: 0;
@media screen and ($max-mobile-viewport) {
margin-top: 25px;
}
}
#logo {
overflow: hidden;
}
#logo a {
display: inline-block;
text-overflow: ellipsis;
padding-top: 100px;
padding-left: 20px;
white-space: nowrap;
@media screen and ($max-mobile-viewport) {
padding-top: 60px;
}
}
div#footer {
border-top: 2px solid black;
max-width: 700px;
}