publik-base-theme/static/villeneuve-les-maguelone/_custom.scss

55 lines
858 B
SCSS

@import '../includes/fonts/opensans';
div#header-wrapper {
background: white url(img/header.jpg) top center no-repeat;
background-size: cover;
height: 295px;
#logo {
padding-top: 80px;
a {
display: block;
height: 120px;
background: url(img/logo.png) top left no-repeat;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
margin-top: 0;
text-align: center;
& > ul {
margin-top: 0;
}
@media screen and ($max-mobile-viewport) {
text-align: left;
}
}
#toplinks {
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
div.textcell a {
color: white;
}
}