publik-base-theme/static/murviel-les-montpellier/_custom.scss

51 lines
889 B
SCSS

@import '../includes/fonts/opensans';
body {
background: white url(img/pages_fnd.jpg) center top no-repeat;
background-attachment: fixed;
padding: 50px 0;
@media screen and ($max-mobile-viewport) {
padding: 0;
}
}
div#page {
background: rgba(255, 255, 255, 0.9);
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
.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-quadri_vecto1.png) top left no-repeat;
height: 80px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
height: 100px;
a {
width: 100%;
background-size: contain;
}
}
}
}
footer {
div.textcell a {
color: white;
}
}