This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
atreal-publik-themes/static/coprec/_custom.scss

219 lines
4.0 KiB
SCSS

@import '../../publik-base-theme/static/includes/font-din';
#page {
}
#header #top #logo a {
background: url(img/logo.png) bottom left no-repeat;
background-size: 200px;
height: 105px;
line-height: 190px;
font-weight: normal;
display: block;
color: white;
#max-width: 200px;
padding-bottom: 20px;
position: relative;
left: -1rem;
padding-left: 230px;
@media screen and (max-width: $mobile-limit) {
padding-left: 0;
max-width: 90%;
background-size: contain;
left: 0;
text-indent: -10000px;
}
}
#page {
background-image: url(/static/coprec/img/IPC.jpg);
background-color: #f3f3f3;
background-repeat: no-repeat;
background-size: 100% 210px;
}
#header-wrapper {
background: transparent;
}
#nav-wrapper {
background: transparent;
margin-bottom: 0px;
font-size: 24px;
border-bottom: 1px solid #e0e0e0;
div.gru-nav > ul {
padding-top: 2rem;
margin-top: 0;
margin-bottom: 0px;
ul {
font-size: 18px;
}
}
div.gru-nav > ul > li a {
line-height: 2em;
}
div.gru-nav > ul > li:first-child a {
padding-left: 0;
}
}
div#main-content-wrapper {
background: white;
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
box-sizing: border-box;
}
@media screen and (max-width: $mobile-limit) {
#header #top #logo a {
display: block;
height: 75px;
}
.gru-nav-wrapper {
margin-top: -48px;
}
#nav-wrapper div.gru-nav > ul {
padding-top: 0;
margin-top: 0;
}
#nav-wrapper div.gru-nav > ul > li:first-child a {
padding-left: 20px;
}
}
body.has-picture nav::after {
top: 1px;
}
div#tracking-code h3,
div#rub_service h2,
div#rub_service div.category h3,
.gru-content div.a2-block h2,
.gru-content div.block h2,
div.links-list h2,
div#services > ul > li > strong > a,
.gru-content div.textcell h2,
.gru-content div.textcell h2:first-child,
.gru-content div.cell h2:first-child {
background: transparent;
color: $font-color;
font-size: 150%;
font-weight: bold;
padding-left: 0.5rem;
text-align: left;
&::after {
display: block;
content: "";
background: $primary-color;
margin-top: 7px;
width: 40px;
height: 4px;
}
}
div.title label {
font-weight: bold;
}
div#rub_service div.dataview,
div#rub_service form.quixote {
h3 {
font-size: 130%;
border-bottom: 0;
&::after {
display: block;
content: "";
background: $primary-color;
margin-top: 7px;
width: 30px;
height: 3px;
}
}
h4 {
font-size: 130%;
font-weight: normal;
border-bottom: 1px solid #e5e5e5;
}
}
div#rub_service > h2:first-child,
.gru-content div.textcell h1 {
font-size: 60px;
text-align: center;
&::after {
content: none;
}
}
div#left div.a2-block, div#right div.a2-block,
.gru-content div.cell,
div.block {
padding: 0;
margin: 0px 10px 10px 10px;
& h2 + div {
padding: 0.5rem;
}
}
div.cell a {
border-bottom: 1px dotted $link-color;
}
#footer {
#background: url(img/blason.png) top left no-repeat;
min-height: 130px;
text-align: center;
div.cell.partners {
#float: right;
background: white;
padding: 0;
#margin: -70px 0 0 0;
text-align: center;
}
div.cell.partners img {
margin: 0 30px;
}
.partners .partner {
display: inline-block;
margin: 0 30px;
width: 110px;
height: 110px;
}
.partners .partner.apave {
background: url(/static/coprec/img/logo_Apave2-110px.jpg);
}
.partners .partner.veritas {
width: 100px;
height: 100px;
background: url(/static/coprec/img/logo_BureauVeritas2-100px.jpg);
}
.partners .partner.dekra {
background: url(/static/coprec/img/logo_Dekra2-110px.jpg);
}
.partners .partner.qualiconsult {
background: url(/static/coprec/img/logo_GroupeQualiconsult-110px.jpg);
}
.partners .partner.sgs {
background: url(/static/coprec/img/logo_SGS2-110px.jpg);
}
.partners .partner.socotec {
background: url(/static/coprec/img/logo_Socotec2-110px.jpg);
}
}
.fargo-pick-popup button,
button.ui-button,
a#a2-continue,
div.gru-content button,
input[type=submit],
div.buttons input {
box-shadow: none;
text-transform: uppercase;
font-weight: bold;
&:hover {
box-shadow: none;
}
}