| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097 |
- .cd-horizontal-timeline ol, .cd-horizontal-timeline ul, .timeline, .timeline > li {
- list-style: none
- }
- @-webkit-keyframes cd-enter-right {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(100%)
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0)
- }
- }
- @keyframes cd-enter-right {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(100%);
- transform: translateX(100%)
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0);
- transform: translateX(0)
- }
- }
- @-webkit-keyframes cd-enter-left {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(-100%)
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0)
- }
- }
- @keyframes cd-enter-left {
- 0% {
- opacity: 0;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%)
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateX(0);
- transform: translateX(0)
- }
- }
- .cd-horizontal-timeline {
- opacity: 0;
- margin: 2em auto;
- -webkit-transition: opacity .2s;
- transition: opacity .2s
- }
- .cd-horizontal-timeline::before {
- content: 'mobile';
- display: none
- }
- .cd-horizontal-timeline .timeline {
- position: relative;
- height: 100px;
- width: 90%;
- max-width: 800px;
- margin: 0 auto
- }
- .cd-horizontal-timeline .events-wrapper {
- position: relative;
- height: 100%;
- margin: 0 40px;
- overflow: hidden
- }
- .cd-horizontal-timeline .events-wrapper::after {
- content: '';
- position: absolute;
- z-index: 2;
- top: 0;
- height: 100%;
- width: 20px;
- right: 0
- }
- .cd-horizontal-timeline .events-wrapper::before {
- content: '';
- position: absolute;
- z-index: 2;
- top: 0;
- height: 100%;
- width: 20px;
- left: 0
- }
- .cd-horizontal-timeline .events {
- position: absolute;
- z-index: 1;
- left: 0;
- top: 39px;
- height: 2px;
- background: #DFDFDF;
- -webkit-transition: -webkit-transform .4s;
- transition: -webkit-transform .4s;
- transition: transform .4s;
- transition: transform .4s,-webkit-transform .4s
- }
- .cd-horizontal-timeline .events a {
- position: absolute;
- bottom: 0;
- z-index: 2;
- text-align: center;
- font-size: 1.3rem;
- padding-bottom: 15px;
- color: #383838;
- -webkit-transform: translateZ(0);
- transform: translateZ(0)
- }
- .cd-horizontal-timeline .events a::after {
- content: '';
- position: absolute;
- left: 50%;
- right: auto;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- bottom: -5px;
- height: 12px;
- width: 12px;
- border-radius: 50%;
- border: 2px solid #DFDFDF;
- background-color: #F8F8F8;
- -webkit-transition: background-color .3s,border-color .3s;
- transition: background-color .3s,border-color .3s
- }
- .cd-horizontal-timeline .events a.selected {
- pointer-events: none
- }
- .cd-horizontal-timeline .events a.selected::after {
- background-color: #00B5B8;
- border-color: #00B5B8
- }
- .cd-horizontal-timeline .events a.older-event::after {
- border-color: #00B5B8
- }
- .cd-horizontal-timeline .filling-line {
- position: absolute;
- z-index: 1;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- background-color: #00B5B8;
- -webkit-transform: scaleX(0);
- -ms-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transform-origin: left center;
- -ms-transform-origin: left center;
- transform-origin: left center;
- -webkit-transition: -webkit-transform .3s;
- transition: -webkit-transform .3s;
- transition: transform .3s;
- transition: transform .3s,-webkit-transform .3s
- }
- .cd-horizontal-timeline .events-content {
- position: relative;
- width: 100%;
- margin: 2em 0;
- overflow: hidden;
- -webkit-transition: height .4s;
- transition: height .4s
- }
- .cd-horizontal-timeline .events-content li {
- position: absolute;
- z-index: 1;
- width: 100%;
- left: 0;
- top: 0;
- -webkit-transform: translateX(-100%);
- -ms-transform: translateX(-100%);
- transform: translateX(-100%);
- padding: 0 5%;
- opacity: 0;
- -webkit-animation-duration: .4s;
- animation-duration: .4s;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out
- }
- .cd-horizontal-timeline .events-content li > * {
- max-width: 800px;
- margin: 0 auto
- }
- .cd-horizontal-timeline .events-content li.selected {
- position: relative;
- z-index: 2;
- opacity: 1;
- -webkit-transform: translateX(0);
- -ms-transform: translateX(0);
- transform: translateX(0)
- }
- .cd-horizontal-timeline .events-content li.enter-right {
- -webkit-animation-name: cd-enter-right;
- animation-name: cd-enter-right
- }
- .cd-horizontal-timeline .events-content li.leave-right {
- -webkit-animation-name: cd-enter-right;
- animation-name: cd-enter-right;
- animation-direction: reverse
- }
- .cd-horizontal-timeline .events-content li.enter-left {
- -webkit-animation-name: cd-enter-left;
- animation-name: cd-enter-left
- }
- .cd-horizontal-timeline .events-content li.leave-left {
- -webkit-animation-name: cd-enter-left;
- animation-name: cd-enter-left;
- animation-direction: reverse
- }
- .cd-horizontal-timeline.loaded {
- opacity: 1
- }
- .no-touch .cd-horizontal-timeline .events a:hover::after {
- background-color: #00B5B8;
- border-color: #00B5B8
- }
- .no-touch .cd-timeline-navigation a:hover {
- border-color: #00B5B8
- }
- .no-touch .cd-timeline-navigation a.inactive:hover {
- border-color: #DFDFDF
- }
- .cd-timeline-navigation a {
- position: absolute;
- z-index: 1;
- top: 40%;
- bottom: auto;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- height: 34px;
- width: 34px;
- border-radius: 50%;
- border: 2px solid #DFDFDF;
- overflow: hidden;
- color: transparent;
- text-indent: 100%;
- white-space: nowrap;
- -webkit-transition: border-color .3s;
- transition: border-color .3s
- }
- .cd-timeline-navigation a::after {
- content: '';
- position: absolute;
- height: 16px;
- width: 16px;
- left: 50%;
- top: 50%;
- bottom: auto;
- right: auto;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- background: url(../../images/svg/cd-arrow.svg) no-repeat
- }
- .cd-timeline-navigation a.next::after, .cd-timeline-navigation a.prev::after {
- background-position: 6px 2px
- }
- .cd-timeline-navigation a.prev {
- left: 0;
- -webkit-transform: translateY(-50%) rotate(180deg);
- -ms-transform: translateY(-50%) rotate(180deg);
- transform: translateY(-50%) rotate(180deg)
- }
- .cd-timeline-navigation a.next {
- right: 0
- }
- .cd-timeline-navigation a.inactive {
- cursor: not-allowed
- }
- .cd-timeline-navigation a.inactive::after {
- background-position: 6px -14px
- }
- @media only screen and (min-width:1100px) {
- .cd-horizontal-timeline::before {
- content: 'desktop'
- }
- }
- @media only screen and (min-width:768px) {
- .cd-horizontal-timeline .events-content h2 {
- font-size: 4rem;
- font-weight: 800
- }
- .cd-horizontal-timeline .events-content em {
- font-size: 1.5rem
- }
- }
- .timeline {
- position: relative;
- display: block;
- margin: 0;
- padding-bottom: 30px;
- padding-left: 0
- }
- .timeline:after, .timeline:before {
- content: ' ';
- display: table
- }
- .timeline:after {
- clear: both
- }
- .timeline > li:nth-child(even) {
- float: left;
- clear: left
- }
- .timeline > li:nth-child(odd) {
- float: right;
- clear: right
- }
- .timeline .media {
- border-bottom: 1px solid #EEE;
- font-size: 13px
- }
- .timeline .media p {
- font-size: 13px
- }
- .timeline .media:last-child {
- border-bottom: 0
- }
- .timeline-line + .timeline-item {
- margin-top: -20px
- }
- .timeline-group {
- display: block;
- position: relative;
- margin-bottom: 20px;
- margin-top: 0;
- text-align: center;
- float: none !important;
- z-index: 1
- }
- .timeline-poster {
- margin-top: -20px
- }
- .timeline-poster .btn-link {
- color: #A1AAB0
- }
- .timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
- color: #3E5771
- }
- #timeline.timeline-center .timeline-line {
- display: inline-block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 50%;
- width: 2px;
- background-color: #DDD;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline.timeline-center .timeline-item {
- position: relative;
- display: inline-block;
- width: 50%;
- padding: 0 50px 35px
- }
- #timeline.timeline-center .timeline-item:nth-child(even):after, #timeline.timeline-center .timeline-item:nth-child(even):before, #timeline.timeline-center .timeline-item:nth-child(odd):after, #timeline.timeline-center .timeline-item:nth-child(odd):before {
- top: 20px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- position: absolute;
- content: '';
- z-index: 1
- }
- #timeline.timeline-center .timeline-item:nth-child(even) {
- padding: 0 35px 50px 0
- }
- #timeline.timeline-center .timeline-item:nth-child(even):after {
- right: 25px;
- border-left: 11px solid #FFF
- }
- #timeline.timeline-center .timeline-item:nth-child(even):before {
- right: 24px;
- border-left: 12px solid #CCC
- }
- #timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
- right: -20px
- }
- #timeline.timeline-center .timeline-item:nth-child(odd) {
- padding: 0 0 50px 35px
- }
- #timeline.timeline-center .timeline-item:nth-child(odd):after {
- left: 25px;
- border-right: 11px solid #FFF
- }
- #timeline.timeline-center .timeline-item:nth-child(odd):before {
- left: 24px;
- border-right: 12px solid #CCC
- }
- #timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
- left: -20px
- }
- #timeline.timeline-center .timeline-item > .timeline-badge {
- position: absolute;
- top: 12px;
- z-index: 1
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > span {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- text-align: center;
- text-decoration: none;
- -webkit-transition: all ease .3s;
- transition: all ease .3s
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > span i {
- color: #FFF;
- font-size: 1.6rem;
- display: block;
- line-height: 40px;
- top: 0
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > a.active, #timeline.timeline-center .timeline-item > .timeline-badge > span:active, #timeline.timeline-center .timeline-item > .timeline-badge > span:focus, #timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
- -webkit-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1)
- }
- #timeline.timeline-center .timeline-item > .timeline-panel {
- position: relative;
- background-color: #FFF;
- border: 1px solid #DDD;
- border-radius: 4px
- }
- #timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
- display: block
- }
- #timeline.timeline-right .timeline-line {
- display: inline-block;
- position: absolute;
- top: 0;
- bottom: 0;
- right: 12px;
- width: 2px;
- background-color: #DDD;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline.timeline-right .timeline-group {
- text-align: right
- }
- #timeline.timeline-right .timeline-item {
- position: relative;
- display: inline-block;
- width: 100%;
- padding: 0 43px 35px 0
- }
- #timeline.timeline-right .timeline-item:after {
- content: '';
- position: absolute;
- right: 33px;
- top: 21px;
- width: 0;
- height: 0;
- z-index: 1;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-left: 11px solid #FFF
- }
- #timeline.timeline-right .timeline-item:before {
- content: '';
- position: absolute;
- right: 32px;
- top: 20px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-left: 12px solid #CCC;
- z-index: 1
- }
- #timeline.timeline-right .timeline-item > .timeline-badge {
- right: -8px;
- position: absolute;
- top: 12px;
- z-index: 1
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > span {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- text-align: center;
- text-decoration: none;
- -webkit-transition: all ease .3s;
- transition: all ease .3s
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > span i {
- color: #FFF;
- font-size: 1.6rem;
- display: block;
- line-height: 40px;
- top: 0
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > a.active, #timeline.timeline-right .timeline-item > .timeline-badge > span:active, #timeline.timeline-right .timeline-item > .timeline-badge > span:focus, #timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
- -webkit-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1)
- }
- #timeline.timeline-right .timeline-item > .timeline-panel {
- position: relative;
- background-color: #FFF;
- border: 1px solid #DDD;
- border-radius: 4px
- }
- #timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
- display: block
- }
- #timeline.timeline-right .timeline-item.block:nth-child(even):before {
- right: 8px;
- left: auto
- }
- #timeline.timeline-right .timeline-item.block:nth-child(even):after {
- right: 11px;
- left: auto
- }
- #timeline.timeline-right .timeline-item.block:nth-child(odd):after {
- right: 8px;
- right: auto
- }
- #timeline.timeline-left .timeline-line {
- display: inline-block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 12px;
- width: 2px;
- background-color: #DDD;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline.timeline-left .timeline-group {
- text-align: left
- }
- #timeline.timeline-left .timeline-item {
- position: relative;
- display: inline-block;
- width: 100%;
- padding: 0 0 35px 43px
- }
- .timeline-content, .timeline-footer, .timeline-liveliness {
- padding: 15px
- }
- #timeline.timeline-left .timeline-item:after {
- content: '';
- position: absolute;
- left: 33px;
- top: 21px;
- width: 0;
- height: 0;
- z-index: 1;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-right: 11px solid #FFF
- }
- #timeline.timeline-left .timeline-item:before {
- content: '';
- position: absolute;
- left: 32px;
- top: 20px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #CCC;
- z-index: 1
- }
- #timeline.timeline-left .timeline-item > .timeline-badge {
- left: -8px;
- position: absolute;
- top: 12px;
- z-index: 1
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > span {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- text-align: center;
- text-decoration: none;
- -webkit-transition: all ease .3s;
- transition: all ease .3s
- }
- #timeline .timeline-item.block:nth-child(even), #timeline .timeline-item.block:nth-child(odd) {
- width: 100% !important;
- margin-top: 5px
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > span i {
- color: #FFF;
- font-size: 1.6rem;
- display: block;
- line-height: 40px;
- top: 0
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > a.active, #timeline.timeline-left .timeline-item > .timeline-badge > span:active, #timeline.timeline-left .timeline-item > .timeline-badge > span:focus, #timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
- -webkit-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1)
- }
- #timeline.timeline-left .timeline-item > .timeline-panel {
- position: relative;
- background-color: #FFF;
- border: 1px solid #DDD;
- border-radius: 4px
- }
- #timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
- display: block
- }
- #timeline .timeline-item.block:nth-child(even):after {
- left: 50%;
- right: auto;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0);
- top: -10px;
- border: 0;
- border-left: 11px solid #F5F7FA;
- border-right: 11px solid #F5F7FA;
- border-bottom: 11px solid #FFF
- }
- #timeline .timeline-item.block:nth-child(even):before {
- left: 50%;
- right: auto;
- top: -11px;
- border: 0;
- border-left: 12px solid transparent;
- border-right: 12px solid transparent;
- border-bottom: 12px solid #CCC;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline .timeline-item.block:nth-child(even) > .timeline-badge {
- top: -28px;
- left: 50%;
- right: auto;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline .timeline-item.block:nth-child(odd):after {
- left: 50%;
- right: auto;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0);
- top: -10px;
- border: 0;
- border-left: 11px solid #F5F7FA;
- border-right: 11px solid #F5F7FA;
- border-bottom: 11px solid #FFF
- }
- #timeline .timeline-item.block:nth-child(odd):before {
- left: 50%;
- right: auto;
- top: -11px;
- border: 0;
- border-left: 12px solid transparent;
- border-right: 12px solid transparent;
- border-bottom: 12px solid #CCC;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- .timeline-footer, .timeline-liveliness, .timeline-resume {
- border-top: 1px solid #EEE;
- background-color: #FBFCFC
- }
- #timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
- top: -28px;
- left: 50%;
- right: auto;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- .timeline-actions {
- display: none
- }
- .timeline-footer {
- border-radius: 0 0 5px 5px
- }
- .timeline-heading {
- padding: 15px;
- font-size: 20px
- }
- .timeline-heading + .timeline-content {
- padding-top: 0
- }
- .timeline-date {
- font-size: 14px;
- color: #AAA
- }
- .timeline-embed {
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 25px;
- height: 0
- }
- .timeline-embed .embed-element, .timeline-embed embed, .timeline-embed iframe, .timeline-embed object {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%
- }
- .timeline-img {
- display: block;
- padding: 5px 0
- }
- .timeline-img.first {
- margin-right: -10px
- }
- .timeline-img.middle {
- margin-right: -10px;
- margin-left: -10px
- }
- .timeline-img.last {
- margin-left: -10px
- }
- .timeline-avatar {
- margin-top: -2px;
- margin-right: 10px
- }
- .timeline-title {
- margin: 0;
- padding: 0;
- font-size: 14px;
- line-height: 1.42857;
- font-weight: 600;
- color: #3E5771;
- text-decoration: none
- }
- .timeline-title > small {
- display: block;
- font-size: 12px;
- line-height: 1.5;
- color: #A1AAB0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .wrapkit-content-rtl .timeline-avatar {
- margin-right: 0;
- margin-left: 10px
- }
- @media (min-width:992px) {
- .timeline-item:nth-child(even) {
- padding: 0 35px 50px 0
- }
- .timeline-item:nth-child(odd) {
- padding: 0 0 50px 35px
- }
- }
- @media (max-width:991.98px) {
- .timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
- padding-bottom: 0
- }
- .timeline {
- padding-left: 15px
- }
- .timeline-line {
- left: 15px
- }
- .timeline-group {
- display: inline-block;
- margin-left: -22px
- }
- .timeline-item {
- width: 100% !important;
- margin-top: 0 !important;
- padding-right: 10px
- }
- .timeline-item:nth-child(even):after {
- border: 0;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0);
- left: 40px;
- top: 21px;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-right: 11px solid #FFF
- }
- .timeline-item:nth-child(even):before {
- left: 39px;
- top: 20px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #CCC;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item:nth-child(even) > .timeline-badge {
- top: 12px;
- left: -20px;
- right: auto;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item:nth-child(odd):after {
- border: 0;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0);
- left: 40px;
- top: 21px;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-right: 11px solid #FFF
- }
- .timeline-item:nth-child(odd):before {
- left: 39px;
- top: 20px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #CCC;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item:nth-child(odd) > .timeline-badge {
- top: 12px;
- left: -20px;
- right: auto;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item.block:nth-child(even):after {
- border: 0;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0);
- left: 20px;
- top: 11px;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-right: 11px solid #FFF
- }
- .timeline-item.block:nth-child(even):before {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #CCC;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item.block:nth-child(even) > .timeline-badge {
- top: 12px;
- left: -6px;
- right: auto;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item.block:nth-child(odd):after {
- border: 0;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0);
- left: 20px;
- top: 11px;
- border-top: 11px solid #F5F7FA;
- border-bottom: 11px solid #F5F7FA;
- border-right: 11px solid #FFF
- }
- .timeline-item.block:nth-child(odd):before {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #CCC;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- .timeline-item.block:nth-child(odd) > .timeline-badge {
- top: 12px;
- left: -6px;
- right: auto;
- -webkit-transform: translate(0,0);
- -ms-transform: translate(0,0);
- transform: translate(0,0)
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(even), #timeline.timeline-wrapper .timeline-item.block:nth-child(odd), #timeline.timeline-wrapper .timeline-item:nth-child(even), #timeline.timeline-wrapper .timeline-item:nth-child(odd) {
- float: none;
- clear: both
- }
- #timeline.timeline-wrapper .timeline {
- padding: 0
- }
- #timeline.timeline-wrapper .timeline .card-body {
- text-align: left
- }
- #timeline.timeline-wrapper .timeline-line {
- display: inline-block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 50%;
- width: 2px;
- background-color: #DDD;
- -webkit-transform: translate(-50%,0);
- -ms-transform: translate(-50%,0);
- transform: translate(-50%,0)
- }
- #timeline.timeline-wrapper .timeline-group {
- display: block;
- margin-left: -6px;
- text-align: center
- }
- #timeline.timeline-wrapper .timeline-item {
- display: block;
- padding: 20px 0 !important
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(even):after, #timeline.timeline-wrapper .timeline-item.block:nth-child(even):before, #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after, #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before, #timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge, #timeline.timeline-wrapper .timeline-item:nth-child(even):after, #timeline.timeline-wrapper .timeline-item:nth-child(even):before, #timeline.timeline-wrapper .timeline-item:nth-child(odd):after, #timeline.timeline-wrapper .timeline-item:nth-child(odd):before {
- display: none
- }
- #timeline.timeline-wrapper .timeline-item > .timeline-badge {
- top: 0 !important;
- left: 45% !important
- }
- }
- @media (max-width:575.98px) {
- .timeline-item > .timeline-badge {
- top: 0 !important;
- left: 44% !important
- }
- }
|