123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925 |
- /*========================================================
- DARK LAYOUT
- =========================================================*/
- /* Timeline */
- .timeline {
- position: relative;
- display: block;
- margin: 0;
- padding: 10px 0;
- list-style: none;
- }
- .timeline:after {
- content: " ";
- display: table;
- clear: both;
- }
- .timeline:before {
- content: " ";
- display: table;
- }
- .timeline > li {
- list-style: none;
- }
- .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: 20px 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 {
- color: #3e5771;
- }
- .timeline-poster .btn-link:focus {
- color: #3e5771;
- }
- .timeline-poster .btn-link:hover {
- color: #3e5771;
- }
- .timeline-poster .btn-link.active {
- color: #3e5771;
- }
- #timeline.timeline-center .timeline-line {
- display: inline-block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 50%;
- width: 2px;
- background-color: #ddd;
- 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) {
- padding: 0px 35px 50px 0px;
- }
- #timeline.timeline-center .timeline-item:nth-child(even):after {
- content: "";
- position: absolute;
- right: 19px;
- top: 10px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-left: 12px solid #ccc;
- z-index: 1;
- right: 25px;
- top: 20px;
- border-left: 11px solid #fff;
- }
- #timeline.timeline-center .timeline-item:nth-child(even):before {
- content: "";
- position: absolute;
- right: 24px;
- 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-center .timeline-item:nth-child(even) > .timeline-badge {
- right: -20px;
- }
- #timeline.timeline-center .timeline-item:nth-child(odd) {
- padding: 0px 0px 50px 35px;
- }
- #timeline.timeline-center .timeline-item:nth-child(odd):after {
- content: "";
- position: absolute;
- left: 19px;
- top: 10px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #ccc;
- z-index: 1;
- left: 25px;
- top: 20px;
- border-right: 11px solid #fff;
- }
- #timeline.timeline-center .timeline-item:nth-child(odd):before {
- content: "";
- position: absolute;
- left: 24px;
- 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-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;
- transition: all ease 0.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 > span:active {
- transform: scale(1.1);
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
- transform: scale(1.1);
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
- transform: scale(1.1);
- }
- #timeline.timeline-center .timeline-item > .timeline-badge > a.active {
- 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;
- 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: 0px 43px 35px 0px;
- }
- #timeline.timeline-right .timeline-item:after {
- content: "";
- position: absolute;
- right: 33px;
- top: 21px;
- width: 0;
- height: 0;
- z-index: 1;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- }
- #timeline.timeline-right .timeline-item > .timeline-badge {
- 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;
- transition: all ease 0.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 > span:active {
- transform: scale(1.1);
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
- transform: scale(1.1);
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
- transform: scale(1.1);
- }
- #timeline.timeline-right .timeline-item > .timeline-badge > a.active {
- 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;
- 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.timeline-left .timeline-item:after {
- content: "";
- position: absolute;
- left: 33px;
- top: 21px;
- width: 0;
- height: 0;
- z-index: 1;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- }
- #timeline.timeline-left .timeline-item > .timeline-badge {
- 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;
- transition: all ease 0.3s;
- }
- #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 > span:active {
- transform: scale(1.1);
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
- transform: scale(1.1);
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
- transform: scale(1.1);
- }
- #timeline.timeline-left .timeline-item > .timeline-badge > a.active {
- 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) {
- width: 100% !important;
- margin-top: 5px;
- }
- #timeline .timeline-item.block:nth-child(even):after {
- left: 50%;
- right: auto;
- top: -11px;
- border: 0;
- border-left: 12px solid transparent;
- border-right: 12px solid transparent;
- border-bottom: 12px solid #ccc;
- transform: translate(-50%, 0);
- top: -10px;
- border: 0;
- border-left: 11px solid #f8f8f8;
- border-right: 11px solid #f8f8f8;
- 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;
- transform: translate(-50%, 0);
- }
- #timeline .timeline-item.block:nth-child(even) > .timeline-badge {
- top: -28px;
- left: 50%;
- right: auto;
- transform: translate(-50%, 0);
- }
- #timeline .timeline-item.block:nth-child(odd) {
- width: 100% !important;
- margin-top: 5px;
- }
- #timeline .timeline-item.block:nth-child(odd):after {
- left: 50%;
- right: auto;
- top: -11px;
- border: 0;
- border-left: 12px solid transparent;
- border-right: 12px solid transparent;
- border-bottom: 12px solid #ccc;
- transform: translate(-50%, 0);
- top: -10px;
- border: 0;
- border-left: 11px solid #f8f8f8;
- border-right: 11px solid #f8f8f8;
- 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;
- transform: translate(-50%, 0);
- }
- #timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
- top: -28px;
- left: 50%;
- right: auto;
- transform: translate(-50%, 0);
- }
- .timeline-actions {
- display: none;
- }
- .timeline-content {
- padding: 15px;
- }
- .timeline-footer {
- padding: 15px;
- border-top: 1px solid #eee;
- background-color: #fbfcfc;
- border-radius: 0 0 5px 5px;
- }
- .timeline-heading {
- padding: 15px;
- font-size: 20px;
- }
- .timeline-liveliness {
- padding: 15px;
- border-top: 1px solid #eee;
- background-color: #fbfcfc;
- }
- .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 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .timeline-embed embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .timeline-embed iframe {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .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-resume {
- border-top: 1px solid #eee;
- background-color: #fbfcfc;
- }
- .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: 0px 35px 50px 0px;
- }
- .timeline-item:nth-child(odd) {
- padding: 0 0px 50px 35px;
- }
- }
- @media (max-width: 991.98px) {
- .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 {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #ccc;
- transform: translate(0, 0);
- left: 40px;
- top: 21px;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- transform: translate(0, 0);
- }
- .timeline-item:nth-child(even) > .timeline-badge {
- top: 12px;
- left: -20px;
- right: auto;
- transform: translate(0, 0);
- }
- .timeline-item:nth-child(odd):after {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #ccc;
- transform: translate(0, 0);
- left: 40px;
- top: 21px;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- transform: translate(0, 0);
- }
- .timeline-item:nth-child(odd) > .timeline-badge {
- top: 12px;
- left: -20px;
- right: auto;
- transform: translate(0, 0);
- }
- .timeline-item.block:nth-child(even) {
- padding-bottom: 0;
- }
- .timeline-item.block:nth-child(even):after {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #ccc;
- transform: translate(0, 0);
- left: 20px;
- top: 11px;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- transform: translate(0, 0);
- }
- .timeline-item.block:nth-child(even) > .timeline-badge {
- top: 12px;
- left: -6px;
- right: auto;
- transform: translate(0, 0);
- }
- .timeline-item.block:nth-child(odd) {
- padding-bottom: 0;
- }
- .timeline-item.block:nth-child(odd):after {
- left: 19px;
- top: 10px;
- border: 0;
- border-top: 12px solid transparent;
- border-bottom: 12px solid transparent;
- border-right: 12px solid #ccc;
- transform: translate(0, 0);
- left: 20px;
- top: 11px;
- border-top: 11px solid #f8f8f8;
- border-bottom: 11px solid #f8f8f8;
- 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;
- transform: translate(0, 0);
- }
- .timeline-item.block:nth-child(odd) > .timeline-badge {
- top: 12px;
- left: -6px;
- right: auto;
- transform: translate(0, 0);
- }
- }
- @media (max-width: 991.98px) {
- #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;
- 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 20px !important;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(even) {
- float: none;
- clear: both;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(even):after {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(even):before {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(odd) {
- float: none;
- clear: both;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(odd):after {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item:nth-child(odd):before {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item > .timeline-badge {
- top: 0px !important;
- left: 45% !important;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(even) {
- float: none;
- clear: both;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(even):after {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(even):before {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(odd) {
- float: none;
- clear: both;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before {
- display: none;
- }
- #timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge {
- display: none;
- }
- }
- @media (max-width: 575.98px) {
- .timeline-item > .timeline-badge {
- top: 0px !important;
- left: 44% !important;
- }
- }
|