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 row">
  <div class="column 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="column middle">
    <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 class="column right"> 
    <div class="card">
      <h3>Current ETCLC Members</h3>
      <p>Progress Tracker <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=b2c_1_etclc_signin&response_type=id_token&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&redirect_uri=https%3A%2F%2Fetclc.healthcarecommunities.org%2F&response_mode=form_post&scope=openid&state=generic' target='_blank'>Login</a></p>
      <p>Not a Tracker user? <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1_ETCLC_signup&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fghn.healthcarecommunities.org%2Fwp-login.php&scope=openid&response_type=id_token&prompt=login' target='_blank'>Register</a></p>
    </div> 
</div>

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


CSS Stylesheet
.column {
  float: left;
  padding: 10px;
}

.left {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.middle {
	width: 40%;
	height: auto;
} 
.right {
	width: 20%;
}

.column {
  float: left;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes Style the threecounter columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1300px) {
  .column {
    width: 100%;
  }
}  

/* Style the counter cards */
.card {
  min-width: 225px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #fbfbf9;
  font-family: Verdana, sans-serif; 
  height: auto;
}

* {
  box-sizing: border-box;
}
 
.header_container {
  text-align: center;
  display: block;
  align-items: center;cards */
.card {
  min-width: 225px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #fbfbf9;
  font-family: Verdana, sans-serif; 
  height: auto;
}

* {
  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_containerright {  
  overflowfloat: hiddenright;
}

.header_container div {
   /*min-  width: 50% !important;
  height: 200pxauto;*/ 
}

.header_leftright1 div{
  padding: 20px;
  floattext-align: leftcenter;
  widthalign-items: 50%center;
}

/* Use 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: 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: 0px;
  padding-left: 5px;
  margin-left: auto;  
  margin-right: auto; 
}
.mySlides {
	display: none;
}
.mySlides img{
	object-fit: cover;
	width: 100%;
	height: auto;
 }

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

#main1 {
	max-width: 1600px;
}   
#main1 {
	max-width: 1600px;
}   .test .confluenceTd {
    padding: 2px 5px !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: center;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
 	background-color: #FFFFFF !important;
	border: 0px none #FFF;
 }

.test .confluenceTd td {
    padding: 2px0px 5px15px !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: center;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
 	background-color: #FFFFFF !important;
	border: 0px none #FFF;
 }

.test .confluenceTd td {
    padding: 0px 15px !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: center;
    min-width: 8px;
    /* CONF-39943: set table cell min-width to which cursor can be focused */
 	background-color: #FFFFFF !important;
	border: 0px none #FFF;       #FFF;   
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1500px) {
  .column {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
	.card {
		max-width: 250px !important; 
		margin-left: auto;
		margin-right: auto;
	}
}




Section


Column


HTML
<div class="container">
  <!--start CssMenu-->
  <div id="cssmenu">
    <ul>
      <li>
        <span>About ETCLC <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/End+Stage+Renal+Disease+Treatment+Choices+Learning+Collaborative?preview=/202386541/209161617/ETCLC%20Recruitment%20Talking%20Points_FINAL2.pdf">FAQ's</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/beta1?preview=%2F517474114%2F537232798%2FETCLC+Committment+for+Results+10.27.21_fillable-2-10-23.pdf">Learn More</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/National+Faculty">National Faculty</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/LCC#">Leadership Coordinating Council</a></li>
          <li><a href="https://etclc.healthcarecommunities.org/">ETCLC Progress Tracking System</a></li>
        </ul>
      </li>
      <li>
        <span>Participating Organizations <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/opo">Organ Procurement Organizations</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/transplant+centers">Transplant Centers</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/donor+hospitals">Donor Hospitals</a></li>
        </ul>
      </li>
      <li>
        <span>Resources <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/Change+Packages">Change Packages</a></li>
          <li><a href="https://app.powerbi.com/view?r=eyJrIjoiMmJmMDMyYjktNTVmNS00ZDBmLWE4NDAtNjVlNWU3OThmNzE4IiwidCI6Ijc0MjZkZWJmLWQ4MDItNDFkMi05ZGJjLTJjNjk0YmRlYjZmZiIsImMiOjF9">National Dashboard</a></li>
        </ul>
      </li>
      <li>
        <span>Patient and Donor Family <i class="arrow"></i></span>
        <ul class="dropdown right0">
          <li><a href="https://donatelife.net/#">Become a Donor</a></li>
        </ul>
      </li>
    </ul>
    <!--end CssMenu-->
  </div>



...