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

67 lines
1.0 KiB
SCSS

body {
background: white url(img/bgx_body.png) top left repeat;
}
div#header-wrapper {
background: transparent url(img/top.png) top center no-repeat;
height: 246px;
@media screen and ($max-mobile-viewport) {
background-color: #3d3d3d;
background-position: -30px -30px;
}
#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;
& > ul {
margin-top: 0;
margin-bottom: 0;
}
@media screen and ($max-mobile-viewport) {
text-align: left;
}
}
#toplinks {
background: #333;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
padding: 10px 10px 15px 10px;
}
}
div#main-content {
padding-top: 20px;
background: white;
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}