QualityNet Jira and QualityNet Confluence will be briefly unavailable on Wednesday, July 24, 2024, between 8:00 PM ET and 9:00 PM ET while the team performs an AMI update.  If you have questions or concerns, please reach out to us in Slack at #help-atlassian.

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width100%

HTML
<div class="header_container">
  <div class="header_left">
    <img class="confluence-embedded-image image-center" height=150px draggable="false" src="https://qnetconfluence.cms.gov/download/attachments/522098634/ETCLC-Logo-FullColor-300px.jpg?version=1&modificationDate=1704461422814&api=v2" alt="" />
  </div>
  <div class="header_right">
    <div class="carousel">
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca1.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca2.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca3.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca4.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca5.jpg"/></div>       
    </div>
  </div>
</div>

<script async src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/js/carousel.js"></script>


CSS Stylesheet
  * {
  box-sizing: border-box;
}
 
.header_container {
  text-align: center;
  display: block;
  align-items: center;
}

.header_container { 
  overflow: hidden;
}

.header_container div {
   min-height: 200px;   
}

.header_left {
  padding: 20px;
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;  
}

.header_right {  
  float: right;
  width: 50% !important;
  height: auto; 
}

.header_right1 div{  
  text-align: center;
  align-items: center;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 1200px) {
  .header_container {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header_left,
  .header_right { 
    float: none;
    margin: auto;
    width: auto;
    border: 0;
    /*border-bottom: 2px solid #000;*/
  }
}


.carousel {
  display: block;
  max-width: 400px;
  min-width: 400px; 
  padding-top: 15px;
  padding-left: 5px;  
}
.mySlides {
	display: none;
}
.mySlides img{
	object-fit: cover;
	width: 100%;
	height: auto;
 }

.mySlide {
	width: 100%;
	height: 100%;
	border-radius: 5%;
}    

#main1 {
	max-width: 1600px;
}


.confluenceThconfluenceTh1, .confluenceTdconfluenceTd1 {
    border: 1px solid #C1C7D0;
    padding: 0px 0px !important;
    /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
    vertical-align: top;
    text-align: left;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
}



...