Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
 /*-------------------------------------------*/
/*---OOH EVENTS CALENDAR PAGE - 20-10-2022---*/
/*------------------------------------------*/      

/*---INTRODUCTION---*/
#introduction {
background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/592642240/bg-illu-sigle-home-communication-material-introduction.svg");
background-position: top right;
background-repeat: no-repeat;
background-size: 100%;
}

.event .news-teaser-root > div > div > div  { background-color: transparent; box-shadow: none !important;}  
.event .news-teaser-root > div > div > div > div > div { padding:0; box-shadow: 0;}    

div[class^="newsteaser-entry-"] { margin-bottom:2.25rem; padding-bottom: 2.25rem; border-bottom:1px solid #E3E6EB;}
div[class^="newsteaser-entry-"]:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none;}  
.event .news-teaser-root .aui-group > .aui-item + .aui-item { padding-left: 0 !important;}   

.col-container { display: flex; justify-content: space-between; align-items: center !important;}
.col-first { width: 35%30%;}
.col-first img { max-width: 100%; height: auto; border-radius: 12px;}
.col-second { width: 60%65%;}

.news-teaser-root h2 { display: none;}
.news-teaser-root h3 { font-size:20px;}
.news-teaser-root h3 span { display: block; font-size: 1rem; line-height: 1; color: #5D24A4;}
.news-teaser-root p.date { margin-bottom:0.5rem;}
.news-teaser-root p.event-cta { margin-bottom:0; text-align: right;}

.revisit-passed-events { margin-top: 7.5rem; border:1px solid red;} 

...