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

97 lines
1.5 KiB
SCSS

@import '../includes/fonts/exo2';
#footer-wrapper {
border-bottom: 10px solid black;
}
footer::before {
content: "";
display: block;
width: 100%;
height: 4px;
background: #004384;
background: linear-gradient(to right, #004384 0%, #0779b7 35%, #0779b7 49%, #c10156 100%);
}
#nav-wrapper {
background: white url(mainmenu-bg.png);
border-bottom: 3px solid #056DAC;
margin-bottom: 1em;
}
#header-wrapper {
box-sizing: content-box;
border-top: 40px solid #3F3F3F;
background: url(header-bg.png) no-repeat 50% 0;
height: 120px;
@media screen and ($max-mobile-viewport) {
height: 130px;
}
}
div#header {
padding-left: 0;
}
#logo {
box-sizing: content-box;
background: url(logo2.png) 0px 4px no-repeat;
position: relative;
left: -3px;
padding-top: 20px;
height: 100px;
line-height: 80px;
a {
padding-left: 120px;
color: #0779b7;
@media screen and ($max-mobile-viewport) {
padding-left: 100px;
}
}
}
div#nav,
div#nav > ul {
margin-top: 0;
margin-bottom: 0;
}
div#nav > ul > li a {
font-weight: normal;
}
#toplinks {
top: -35px;
box-shadow: none;
border: none;
background: transparent;
color: white;
}
#toplinks a {
color: white;
font-weight: bold;
}
@media screen and ($max-mobile-viewport) {
#toplinks {
max-width: none;
}
#logo a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellispsis;
}
}
div.widget-prefilled div.message {
font-size: 80%;
}
// Steps
.wcs-steps {
font-size: 1.25em;
}