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

70 lines
1.0 KiB
SCSS

@import '../includes/fonts/opensans';
body {
background: #eeeeee url(img/bg.gif) top left repeat-x;
}
div#header-wrapper {
background: transparent url(img/header.jpg) top center no-repeat;
height: 275px;
@media screen and ($max-mobile-viewport) {
background-position: 40px 0;
}
#logo {
padding-top: 50px;
a {
display: block;
height: 220px;
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;
}
@media screen and ($max-mobile-viewport) {
text-align: left;
}
}
#toplinks {
right: 48px;
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 5px 10px 5px 10px;
}
@media screen and ($max-mobile-viewport) {
right: 0;
a {
font-size: 80%;
font-weight: normal;
}
}
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}