Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
/*-------------------------------------------------------*/
/*---OOH COMMON AND SUPPORTING SERVICES - 18-03-2024---*/
/*-----------------------------------------------------*/
#main-content { overflow: hidden;}

/*---INTRODUCTION---*/
#introduction h1 { margin-bottom:2.5rem;}
#introduction p { margin-bottom:0;}
#introduction img { width: 100%; max-width: 225px; height: auto;}

@media screen and (min-width: 769px) {
  #introduction img { max-width: 320px;}
}
  
/*hack - remove empty p from confluence*/
#introduction p:first-child ,#introduction p:last-child { display:none; border:1px solid red;}

/*---COMMON SERVICES---*/
#common-services { background: rgb(243,244,247);
background: linear-gradient(180deg, rgba(243,244,247,1) 65%85%, rgba(251,252,255,1) 65%85%, rgba(251,252,255,1) 100%);}
#common-services h2 { margin-bottom:2.5rem;}

.common-services-card { display: flex; flex-direction: column; gap: 24px; padding: 32px 40px 40px;}
.common-services-card-bg { position: absolute; top: 0; right: 0; width: 100%; }
.common-services-card .card-grid-custom-illu { display: flex; width: 100%; justify-content: end; align-items: center; min-height: 128px;}
.common-services-card .card-grid-custom-illu img { position: relative; top: -21px; width: 100%; max-width: 120px; height: auto;}
.common-services-card .card-grid-custom-content { display: flex; flex-direction: column; justify-content: space-between;  height: 100%; position: relative;}
.common-services-card h3 { margin-bottom: 12px;}

/*hackto -do removeput emptyin pthe frommain confluenceCSS*/
.common-services-cardscard .col-4 > p:first-child, .common-services-cards .col-4 > p:last-child  { border:1px solid red; display: none;}

/*---TESTING SERVICES-card-grid-footer .card-grid-footer-btns { display: inline-flex; flex-direction: row; gap:12px;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .common-services-card .card-grid-footer .card-grid-footer-btns {flex-direction: column;}
}

.wiki-content a.btn { justify-content: flex-start; align-items: left;}
.wiki-content a.btn span[class^="ico-"] { flex-shrink: 0;}
/**/

/*hack - remove empty p from confluence*/
.common-services-cards .col-4 > p:first-child, .common-services-cards .col-4 > p:last-child  { border:1px solid red; display: none;}

/*---TESTING SERVICES---*/
#testing-services h2 { margin-bottom:2.5rem;}
#testing-services .col-7 { position: relative; z-index: 2;}
#testing-services .col-4 { position: relative;}
#testing-services .col-4 p { margin-bottom:0;}
#testing-services .bg { z-index: 1; position: absolute; top:-50px; left: 30px;}
#testing-services .illu { z-index: 2; position: relative; width: 100%; max-width: 200px; height: auto;}

@media screen and (max-width: 768px) {
  #testing-services .col-7 { margin-top: -2.5rem;}
}
  
@media screen and (min-width: 769px) {
  #testing-services { padding-top:0;}
  #testing-services .col-4 { order: 2;}
  #testing-services .col-7 { order: 1;}
  #testing-services .illu { max-width: 270px;}
}

/*---SUPPORTING SERVICES---*/
#supporting-services h2 { margin-bottom:2.5rem;}
#supporting-services .supporting-services-cta { margin-bottom:0;}
#supporting-services .col-6 { position: relative; z-index: 2;}
#supporting-services .col-4 { position: relative;}
#supporting-services .col-4 p { margin-bottom:0;}
#supporting-services .bg { z-index: 1; position: absolute; top:0; right: 120px;} 
#supporting-services .illu { z-index: 2; position: relative; width: 100%; max-width: 200px; height: auto;}

@media screen and (max-width: 768px) {
  #supporting-services .col-6 { margin-top: -2.5rem;}
}

@media screen and (min-width: 769px) {
  #supporting-services .bg { z-index: 1; position: absolute; top:10px; right: 60px;}
  #supporting-services .illu { max-width: 270px;}
}

/*---EVIDENCE EXPLORER---*/
#evidence-explorer h2 { margin-bottom:2.5rem;}
#evidence-explorer .col-7 { position: relative; z-index: 2;}
#evidence-explorer .col-4 { position: relative;}
#evidence-explorer .col-4 p { margin-bottom:0;}
#evidence-explorer .bg { z-index: 1; position: absolute; top:-50px; left: 10px;}
#evidence-explorer .illu { z-index: 2; position: relative; width: 100%; max-width: 200px; height: auto;}
#evidence-explorer ul { margin: 0 0 1.5rem 0; padding: 0; list-style: none;}
#evidence-explorer ul li:before { content: '•'; padding-right: 12px;}

@media screen and (max-width: 768px) {
  #evidence-explorer .col-7 { margin-top: -2.5rem;}
}
  
@media screen and (min-width: 769px) {
  #evidence-explorer {}
  #evidence-explorer .col-4 { order: 2;}
  #evidence-explorer .col-7 { order: 1;}
  #evidence-explorer .illu { max-width: 270px;}
}

/*---DOCUMENTS---*/
#documents { z-index: 2; position:relative; padding-bottom:0;}
#documents h2, #documents p.lead { margin-bottom: 2.5rem;}  
#documents .cols:nth-child(2) {margin-top:-2rem;}
#documents .card-grid { text-align: center;}
#documents .card-grid-body p { font-family: Source Sans Pro SB; color: #001832;}
#documents .card-grid-body p img { margin:0 auto 0.5rem auto; display: block;}

/*hack - remove empty p from confluence*/
#documents .container .cols:first-child p:first-child  { display: none; border:1px solid red;}  
#documents .col-4 > p:first-child, #documents .col-4 > p:last-child { display: none; border:1px solid red;}

/*---BOX CTA PLAYBOOK---*/
#box-cta-playbook { position:relative;}
#box-cta-playbook .container .cols { margin-bottom:-1rem;}
.box-playbook { padding:1.5rem; background-color: #00284A; border-radius:20px;}
.box-playbook-col-illu { margin-bottom:1rem;}
.box-playbook-col-illu img { width: 120px; height:auto;}
.box-playbook h3, .box-playbook p { color: white;}
.box-playbook p.p-opacity { opacity: 0.75}
.box-playbook p:last-of-type { margin-bottom:0;}

@media screen and (min-width: 769px) {
 .box-playbook { padding:2.5rem;}
 .box-playbook-cols { display: flex; align-items: center;}
 .box-playbook-col-illu { margin-bottom:0; padding:0 3rem 0 0}
}

@media screen and (min-width: 1366px) {
  .box-playbook { padding:5rem;}
}

/*hack - remove empty p from confluence*/
#box-cta-playbook .container > p:first-child, #box-cta-events .container > p:last-child { display: none; border:1px solid green;}

/*---VIDEO---*/
#video {margin-top:6rem;}
#video h3 { margin-bottom:20px;}
.video-container-iframe { margin-top:40px; position: relative; z-index: 1; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.video-container-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; border-radius: 16px;}

...

Div
idcommon-services
classsection
Div
classcontainer
Div
classcols
Html-bobswift
<div class="col-8">
<h2>Common services</h2>
<p>The Commission provides Common Services to help EU Member States ensure the proper exchange of evidences through the Once-Only Technical System. The Common Services do not process data about citizens or businesses. Instead, they contain and serve operational data parameters that support the operation of the Once-Only technical system.</p>
</div>
Div
classcols common-services-cards
Div
classcol-4
Html-bobswift
<div class="card-grid card-grid-custom common-services-card">

<img alt="" aria-hidden="true" class="common-services-card-bg" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/bg-card-top.svg"/>

<div class="card-grid-custom-illu">
 	<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/illu-common-services-tool.png"> 
</div>

<div class="card-grid-custom-content" style="width: 100%;">
<div class="card-grid-body">
<h3 class="h5">Input data into the Common services tool</h3>
<p>Helps you manage your Member State procedures, requirements, evidence types, evidence providers and data services through the application.</p>
</div>
<div application.</p>
</div>
<div class="card-grid-footer">
<p class="card-grid-footer-btns">
<a class="btn ghost" href="https://ec.europa.eu/digital-building-blocks/sites/x/XZWHKg"><span>Go to guide</span><span class="cardico-gridcta-footer">
<p><aforward"></span></a>
<a class="btn ghost" href="https://cs.oots.tech.ec.europa.eu/home" target="_blank"><span>Go to the Admin tool</span><span class="ico-cta-forward"></span></a><a>
</p> 
</div>

</div>

</div>
Div
classcol-4
Html-bobswift
<div class="card-grid card-grid-custom common-services-card">

<img alt="" aria-hidden="true" class="common-services-card-bg" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/bg-card-top.svg"/>

<div class="card-grid-custom-illu">
 	<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/illu-manage-user-roles.png"> 
</div>

<div class="card-grid-custom-content" style="width: 100%;">
<div class="card-grid-body">
<h3 class="h5">Manage user roles and accesses to the tool</h3>
<p>The user management tool allows Member State User Managers (National coordinators) to add, manage and remove users from the Common Services Administration Tool.</p>
</div>
<div class="card-grid-footer">
<p><a class="btn ghost" href="https://cs.oots.tech.ec.europa.eu/user-mgmt/main" target="_blank"><span>Go to the User Mgmt tool</span><span class="ico-cta-forward"></span></a></p> 
</div>

</div>

</div>
Div
classcol-4
Html-bobswift
<div class="card-grid card-grid-custom common-services-card">

<img alt="" aria-hidden="true" class="common-services-card-bg" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/bg-card-top.svg"/>

<div class="card-grid-custom-illu">
 	<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/illu-api.png"> 
</div>

<div class="card-grid-custom-content" style="width: 100%;">
<div class="card-grid-body">
<h3 class="h5">APIs to query common services</h3>
<p>The Common Services provide machine-to-machine REST APIs for querying. For look-ups, all common services shall implement the REST APIs introduced in this section.</p>
</div>
<div class="card-grid-footer">
<p><a class="btn ghost" href="https://oots.pages.code.europa.eu/tdd/apidoc/" target="_blank"><span>Go to the APIs</span><span class="ico-cta-forward"></span></a></p> 
</div>

</div>

</div>
Div
idvideo
classcols
Html-bobswift
<div class="col-12">
<h3>Common services in 2 minutes</h3>
<p>Watch the video explaining the Common services.</p>

<div class="video-container-iframe">
<iframe src="https://europa.eu/webtools/crs/iframe/?oriurl=https%3A%2F%2Fwww.youtube.com%2fembed%2fF92ddAdhv3A" allowfullscreen="" width="100%" height="315" frameborder="0"></iframe>
</div>

</div>

...

Div
idbox-cta-playbook
classsection
Div
classcontainer
Html-bobswift
<div class="cols justify-content-center">

<div class="col-8">
<div class="box-playbook">
<div class="box-playbook-cols">

<div class="box-playbook-col-illu">
<img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/615481586/illu-onboarding-playbook.png">  
</div>

<div class="box-playbook-col-content">
<h3 class="h5">Not sure where to start with implementing OOTS?</h3>
<p class="p-opacity">Visit the onboarding playbook to learn all about the steps necessary to make the Once-Only Technical System a reality in your member state inputting your data in the Common Services?</h3>
<p class="p-opacity">Visit the Common services "How-To" guide to understand the different components of the Common Services, what your role is as an Evidence Provider or Requester, and the key tasks associated with your role.</p>
<p><a class="btn primary-bis" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Onboarding+Playbookx/XZWHKg" onclick="_paq.push(['trackEvent','conversion','oots-services','oots-onboardinghow-to-playbookguide'])"><span>Go to the Onboarding Playbook<"How-To" guide</span><span class="ico-cta-forward"></span></a></p>
<!--<p><span class="badge warning">Coming soon</span></p>-->

</div>

</div>
</div>
</div>

</div>