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

59 lines
1010 B
SCSS

body {
background: #fafafa url(img/fond.jpg) top center no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 50px 0 20px 0;
@media screen and ($max-mobile-viewport) {
padding: 0;
}
}
div#page {
background: white;
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
border-radius: 2 * $border-radius;
.site-header, .site-nav, #main-content-wrapper {
padding: 0 20px;
@media screen and ($max-mobile-viewport) {
padding: 0;
}
}
}
#header {
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo_ville.png) top left no-repeat;
height: 80px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
a {
width: 100%;
}
}
}
}
footer {
div.textcell a {
color: white;
}
}
#footer-wrapper {
border-radius: 0 0 2 * $border-radius 2 * $border-radius;
}
@media screen and ($max-mobile-viewport) {
.gru-nav-wrapper {
margin-top: -40px;
}
}