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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.conference-timeline-content{
.timeline {
  width: 100%;
  height: 412px;
  padding: 20px;
  position:relative;
  box-sizing: border-box;
  background: #c8ccd1;
  overflow: auto;
   display: flex;
   display: flex;
  justify-content: space-between;
}
}
.main-timeline-section{
.timieline-title {
   position: relative;  
  font-size: 1.5em;
   width: 100%;
  font-weight: bold;
   margin:auto;  
}
   height:300px;
.timeline-content {
   overflow-x:scroll;
   max-width: 300px;
   overflow-y:visible;
  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);
}
}
.main-timeline-section .timeline-start,
.timeline-content:before {
.main-timeline-section .timeline-end{
   position: absolute;
   position: absolute;
   background: #c8ccd1;
   width: calc(100% + 14px);
   border: 3px solid #FFF;
   height: 4px;
  border-radius:100px;
   top: calc(100% + 10px);
   top:50%;
   background: #FFF;
   transform: translateY(-50%);
   content: "";
   width:30px;
   left: -7px;
   height:30px;
   border-radius: 5px;
   z-index: 10;
}
}
.main-timeline-section .timeline-end{
 
   right:0px;
.timeline-content:after {
  position: absolute;
  width: 4px;
  height: 25px;
  top: 100%;
  left: calc(50% - 10px);
  background: #FFF;
   content: "";
}
}
.main-timeline-section .conference-center-line{
.timeline-period {
   position: absolute;
   position: absolute;
   width:100%;
   top: calc(100% + 25px);
   height:5px;
  background: #FFF;
   top:50%;
  padding: 10px;
   transform: translateY(-50%);
   width: 100px;
   background: #c8ccd1;
   text-align:center;
  border-radius: 10px;
   left: calc(50% - 70px);
   box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
}
.timeline-article{
.timeline-period:before {
    position: relative;
  width: 15px;
    min-height: 300px;
  height: 15px;
    float:left;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 5.5px);
  z-index: 2;
}
}
.timeline-article .content-date {
 
    position: absolute;
.timeline-content:nth-child(even) {
    top: 50%;
  align-self: flex-end;
    left: -30px;
    font-size:18px;
    transform: translateY(-50%);
}
.timeline-article .meta-date {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width:20px;
    height:20px;
    border-radius: 100%;
    background: #c8ccd1;
    border:3px solid #FFF;
}
}
.timeline-article .content-box {
.timeline-content:nth-child(even):before {
/*  box-shadow: 2px 2px 4px 0px #888; */
    top: -15px;  
  border: 3px solid #c8ccd1;
  border-radius: 5px;
  background-color: #FFF;
  width: 180px;
 
  top: 60%;
  left: -80px;
  padding:10px;
  color: #1F1F1F;
  text-align: center;
}
}
.timeline-article-bottom .content-box:before {
.timeline-content:nth-child(even):after {
  content: " ";
    top: -25px;
  position: relative;
  left:50%;
  transform: translateX(-50%);
  top:-20px;
  border:10px solid transparent;
  border-bottom-color: #c8ccd1;
}
}
 
.timeline-content:nth-child(even) .timeline-period {
.timeline-article-top .content-box {
   bottom: 115.25%;
   top: 25%;
  top: unset;
}
}
.timeline-article-top .content-box:before {
.timeline-content:nth-child(even) .timeline-period:before {
   content: " ";
   top: calc(100% + 5px);
  position: relative;
  left:50%;
  transform: translateX(-50%);
  bottom:-20px;
  border:10px solid transparent;
  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);
}