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

85 lines
1.4 KiB
SCSS

body {
background: $primary-color url(img/fond_repeat.jpg) top center repeat-y;
background-attachment: fixed;
}
#header-wrapper {
#header {
background: $primary-color linear-gradient(to bottom, #5fa3c6 0%, #4c86b4 100%);
}
h1 {
padding-top: 20px;
a {
background: url(img/logo.png) top left no-repeat;
display: block;
color: white;
height: 120px;
line-height: 120px;
padding-left: 260px;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
padding-top: 50px;
a {
background: none;
height: 70px;
padding-left: 0px;
line-height: 70px;
}
}
}
}
#page {
background: url(img/fond_fixe.jpg) top center no-repeat;
}
@media screen and ($max-mobile-viewport) {
div#nav-wrapper {
background: inherit;
}
}
div#nav {
margin-top: 0;
border-radius: 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 {
div.textcell a {
color: white;
}
}