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

83 lines
1.3 KiB
SCSS

@import '../includes/fonts/montserrat';
body {
background: #3F3F3F url(img/background-lattes-1.jpg) top left no-repeat;
background-size: cover;
background-attachment: fixed;
}
#header-wrapper {
background: white;
background: rgba(248, 248, 248, 0.8);
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo-web3.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: 70px;
a {
width: 100%;
background-size: contain;
}
}
}
}
@media screen and ($max-mobile-viewport) {
div#nav-wrapper {
background: inherit;
}
}
div#nav {
margin-top: 0;
& > ul {
margin-top: 0;
margin-bottom: 0;
}
}
#toplinks {
background: white;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: $font-color;
padding: 10px 10px 15px 10px;
@media screen and ($max-mobile-viewport) {
font-size: 80%;
}
}
@media screen and ($max-mobile-viewport) {
left: 0;
right: 0;
max-width: none;
}
}
div#main-content {
background: white;
padding: 20px 10px 0 10px;
@media screen and ($max-mobile-viewport) {
padding: 20px 0 0 0;
}
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}