publik-base-theme/static/le-cres/_custom.scss

82 lines
1.3 KiB
SCSS

@import '../includes/fonts/raleway';
body {
background: #d2f1f6 url(img/bg_page.png) top center no-repeat;
background-size: cover;
}
div#header-wrapper {
#logo {
padding-top: 40px;
padding-bottom: 40px;
@media screen and ($max-mobile-viewport) {
padding-top: 80px;
}
a {
display: block;
height: 140px;
background: url(img/logo_lecres.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;
max-width: 360px;
}
}
}
}
div#nav {
margin-top: 0;
font-family: $title-font-family;
& > ul {
margin-top: 0;
a {
font-weight: normal;
font-size: 110%;
}
}
}
@media screen and ($max-mobile-viewport) {
div.gru-nav-wrapper {
background: transparent;
}
}
#toplinks {
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
font-size: 0.875rem;
a {
display: inline-block;
color: white;
padding: 10px 10px 15px 10px;
}
@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 {
div.textcell a {
color: white;
}
}