publik-base-theme/static/saint-drezery/_custom.scss

59 lines
826 B
SCSS

body {
background: #c0ab96;
}
div#header-wrapper {
background: white url(img/bandeau-h.jpeg) top center no-repeat;
height: 235px;
@media screen and ($max-mobile-viewport) {
background-position: top left;
height: 295px;
}
#logo {
padding-top: 60px;
a {
display: block;
height: 160px;
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;
& > ul {
margin-top: 0;
}
}
#toplinks {
right: 0;
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 {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}