publik-base-theme/static/saint-georges-d-orques/_custom.scss

51 lines
699 B
SCSS

body {
background: #f2f2f2;
}
div#page {
background: white;
max-width: $width;
margin: 0 auto;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.27);
#main-content-wrapper {
padding: 0 10px;
@media screen and ($max-mobile-viewport) {
padding: 0;
}
}
}
div#header {
background: url(img/banderole.jpeg) 0px bottom no-repeat;
height: 160px;
h1 {
padding-top: 20px;
a {
display: block;
color: $primary-color;
padding-left: 10px;
}
@media screen and ($max-mobile-viewport) {
padding-top: 40px;
padding-left: 0px;
}
}
}
#toplinks {
border: 1px solid #a5d4ee;
}
#nav ul {
margin-top: 0;
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}