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

207 lines
3.9 KiB
SCSS

h1 {
font-weight: 300;
}
h2, h3, .gru-content div.cell h2:first-child {
font-weight: 400;
margin-bottom: 10px;
}
a:hover {
text-decoration: underline;
}
a.pk-button:hover {
text-decoration: none;
}
#columns {
padding: 0 4px 0 4px;
}
.page-index #columns {
display: flex;
flex-wrap: wrap;
#carrousel {
width: 100%;
}
}
#footer {
padding: 10px 0 0 4px;
line-height: 1.33em;
}
#footer a {
color: white;
}
#header {
h1 a {
float: left;
background: url(img/logo.png) left center no-repeat;
width: 160px;
height: 95px;
display: block;
margin-top: 7px;
text-indent: -10000px;
@media screen and (max-width: $nav-mobile-limit) {
height: 60px;
background-size: contain;
}
}
}
#nav-wrapper {
margin-bottom: 12px;
}
#sidebar h1 {
font-size: 1.375rem;
font-weight: 400;
margin-top: 30px;
}
#toplinks {
border: none;
box-shadow: none;
font-size: 0.812rem;
}
.page-index {
background: url('img/eo-background.png') left top repeat-x;
@media screen and (max-width: $nav-mobile-limit) {
background-image: none;
}
}
.home-block {
min-height: 286px;
font-weight: 500;
border: 1px solid #555;
padding: 1rem 1rem 0.5rem 1rem;
@media screen and (max-width: $very-small-limit) {
min-height: inherit;
}
}
.gru-content #sidebar div.cell {
border: 1px solid #ced0d5;
margin-top: 10px;
}
.gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child {
background-color: inherit;
width: unset;
top: 0;
left: 0;
}
.gru-content div.cell a.pk-button {
margin-top: 15px;
}
.gru-content div.cell h2 + div {
padding: 0;
}
.deuxcolonnes p {
font-size: 1.062rem;
line-height: 1.4;
}
div.gru-nav > ul {
padding-left: 28px;
}
div.gru-nav > ul > li a {
font-weight: 600;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-decoration: none;
}
div.gru-nav > ul {
border-top: 1px solid #ced0d5;
border-bottom: 1px solid #ced0d5;
@media screen and (max-width: $nav-mobile-limit) {
border-bottom: 0px solid white;
}
}
.gru-content div.logo-id36 h1:first-child, .gru-content div.logo-id36 h2:first-child {
background: url(img/id36.png) left center no-repeat;
padding-left: 48px;
}
.gru-content div.logo-sol36 h1:first-child, .gru-content div.logo-sol36 h2:first-child {
background: url(img/sol36.png) left center no-repeat;
padding-left: 48px;
}
.gru-content div.logo-e36 h1:first-child, .gru-content div.logo-e36 h2:first-child {
background: url(img/e36.png) left center no-repeat;
padding-left: 48px;
}
.gru-content div.logo-refs36 h1:first-child, .gru-content div.logo-refs36 h2:first-child {
background: url(img/refs36.png) left center no-repeat;
padding-left: 48px;
}
.gru-content div.logo-feed36 h1:first-child, .gru-content div.logo-feed36 h2:first-child {
background: url(img/feed36.png) left center no-repeat;
padding-left: 48px;
}
div.carrousel-content input + div div.carrousel-item {
background-size: 300px auto;
background-repeat: no-repeat;
background-position: 70px center;
padding-left: 405px;
color: #555;
}
div.carrousel-content input + div div.carrousel-item::after {
background-color: transparent;
}
div.carrousel-content a:hover, div.carrousel-references-content a:hover {
text-decoration: none;
}
div.carrousel-content a.carrousel-previous.carrousel-previous {
left: 0;
}
div.carrousel-content a.carrousel-previous, div.carrousel-content a.carrousel-next {
color: #ccc;
}
div.references div.references-item {
float: left;
max-width: 560px;
margin: 5px 0;
}
div.references div.references-item div.references-item-image {
float: left;
min-width: 160px;
box-sizing: content-box;
padding: 20px 20px 0 0;
text-align: center;
@media screen and (max-width: $nav-mobile-limit) {
padding: 0;
}
}
div.references div.references-item div.references-item-content {
min-width: 360px;
padding-right: 20px;
box-sizing: content-box;
overflow: hidden;
@media screen and (max-width: $nav-mobile-limit) {
float: left;
}
}