Template:Timeline/styles.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
mNo edit summary
No edit summary
 
Line 1: Line 1:
/* Timeline/styles.css */
.timeline {
 
  width: 100%;
.timeline-container {
  height: 412px;
    position: relative;
  padding: 20px;
  position:relative;
  box-sizing: border-box;
  background: #c8ccd1;
  overflow: auto;
  display: flex;
}
.timieline-title {
  font-size: 1.5em;
  font-weight: bold;
}
.timeline-content {
  max-width: 300px;
  height: 125px;
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
}
 
.timeline-content:before {
.main-timeline-section {
  position: absolute;
    position: relative;
  width: calc(100% + 14px);
    width: 100%;
  height: 4px;
    margin: auto;
  top: calc(100% + 10px);
  background: #FFF;
  content: "";
  left: -7px;
  border-radius: 5px;
}
}


.main-timeline-section .timeline-start,
.timeline-content:after {
.main-timeline-section .timeline-end {
  position: absolute;
    position: absolute;
  width: 4px;
    background: #c8ccd1;
  height: 25px;
    border: 3px solid #FFF;
  top: 100%;
    border-radius: 50%;
  left: calc(50% - 10px);
    top: 50%;
  background: #FFF;
    transform: translateY(-50%);
  content: "";
    width: 30px;
    height: 30px;
    z-index: 10;
}
}
 
.timeline-period {
.main-timeline-section .timeline-end {
  position: absolute;
    right: 0;
  top: calc(100% + 25px);
  background: #FFF;
  padding: 10px;
  width: 100px;
  text-align:center;
  border-radius: 10px;
  left: calc(50% - 70px);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
}
 
.timeline-period:before {
.main-timeline-section .conference-center-line {
  width: 15px;
    position: absolute;
  height: 15px;
    width: 100%;
  background: #FFF;
    height: 5px;
  border-radius: 50%;
    top: 50%;
  content: "";
    transform: translateY(-50%);
  position: absolute;
    background: #c8ccd1;
  top: -20px;
  left: calc(50% - 5.5px);
  z-index: 2;
}
}


.timeline-article {
.timeline-content:nth-child(even) {
    width: 48%;
  align-self: flex-end;
    position: relative;
    min-height: 300px;
    display: inline-block;
    margin-right: 2%;
}
}
 
.timeline-content:nth-child(even):before {
.timeline-article:last-child {
     top: -15px;  
     margin-right: 0;
}
}
 
.timeline-content:nth-child(even):after {
.timeline-article .meta-date {
     top: -25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20px;
     height: 20px;
    border-radius: 50%;
    background: #c8ccd1;
    border: 3px solid #FFF;
}
}
 
.timeline-content:nth-child(even) .timeline-period {
.timeline-article .content-box {
  bottom: 115.25%;
    border: 3px solid #c8ccd1;
  top: unset;
    border-radius: 5px;
    background-color: #FFF;
    width: 180px;
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 10px;
    color: #1F1F1F;
    text-align: center;
}
}
 
.timeline-content:nth-child(even) .timeline-period:before {
.timeline-article-top .content-box:before,
  top: calc(100% + 5px);
.timeline-article-bottom .content-box:before {
    border-bottom-color: #c8ccd1;
    border-top-color: #c8ccd1;
}
}

Latest revision as of 02:07, December 16, 2023

.timeline {
  width: 100%;
  height: 412px;
  padding: 20px;
  position:relative;
  box-sizing: border-box;
  background: #c8ccd1;
  overflow: auto;
  display: flex;
}
.timieline-title {
  font-size: 1.5em;
  font-weight: bold; 
}
.timeline-content {
  max-width: 300px;
  height: 125px;
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
.timeline-content:before {
  position: absolute;
  width: calc(100% + 14px);
  height: 4px;
  top: calc(100% + 10px);
  background: #FFF;
  content: "";
  left: -7px;
  border-radius: 5px;
}

.timeline-content:after {
  position: absolute;
  width: 4px;
  height: 25px;
  top: 100%;
  left: calc(50% - 10px);
  background: #FFF;
  content: "";
}
.timeline-period {
  position: absolute;
  top: calc(100% + 25px);
  background: #FFF;
  padding: 10px;
  width: 100px;
  text-align:center;
  border-radius: 10px;
  left: calc(50% - 70px);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
.timeline-period:before {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 5.5px);
  z-index: 2;
}

.timeline-content:nth-child(even) {
  align-self: flex-end;
}
.timeline-content:nth-child(even):before {
    top: -15px; 
}
.timeline-content:nth-child(even):after {
    top: -25px;
}
.timeline-content:nth-child(even) .timeline-period {
  bottom: 115.25%;
  top: unset;
}
.timeline-content:nth-child(even) .timeline-period:before {
  top: calc(100% + 5px);
}