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

58 lines
910 B
SCSS

@import '../includes/fonts/lato';
body {
background: white url(img/bg1.png) top center repeat-y;
}
#header-wrapper {
#header {
background: url(img/bandeau_rond_point.jpg) 50% -40px no-repeat;
@media screen and ($max-mobile-viewport) {
background: $primary-color;
}
}
h1 {
padding-top: 100px;
a {
display: block;
background: url(img/laverune.png) top left no-repeat;
background-size: auto 100px;
height: 120px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
padding-top: 30px;
a {
width: 100%;
height: 100px;
background-size: contain;
}
}
}
}
#toplinks {
border: 1px solid #a5d4ee;
}
#nav ul {
margin-top: 0;
li a {
font-weight: normal;
}
}
.gru-nav-wrapper {
@media screen and ($max-mobile-viewport) {
margin-top: -85px;
}
}
footer {
div.textcell a {
color: white;
}
}