publik-base-theme/static/universite-paris-nanterre/_custom.scss

98 lines
1.4 KiB
SCSS

@import '../includes/fonts/opensans';
%title {
@extend %title;
padding-left: 0.5rem;
}
div#header-wrapper {
div#header h1 {
padding-top: 40px;
@media screen and ($max-mobile-viewport) {
padding-top: 80px;
}
a {
color: $font-color;
display: block;
padding-top: 45px;
height: 120px;
background: url(img/UPN-header-RVB.jpg) top left no-repeat;
overflow: hidden;
text-indent: 400px;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
width: 100%;
a {
height: 140px;
text-indent: -2000px;
background-size: contain;
}
}
}
}
div#nav-wrapper {
box-shadow: 0 4px 4px #e3e3e3;
}
div#nav {
margin-top: 0;
text-transform: uppercase;
& > ul {
margin-top: 0;
}
@media screen and ($max-mobile-viewport) {
text-align: left;
}
}
#toplinks {
background: $primary-color;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
.sep, .registration {
display: none;
}
}
footer {
div.textcell {
h1, h2, h3 {
color: white;
}
a {
color: white;
&:hover {
text-decoration: underline;
}
}
}
}
div.textcell {
h1 {
@extend %title;
}
h2 {
color: $font-color;
font-weight: bold;
font-size: 1rem;
}
h3 {
color: $primary-color;
font-size: 0.667rem;
}
}
body.has-picture .site-nav::after {
top: -12px;
}