%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.252 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/www/frontend/css/ |
Upload File : |
@charset "UTF-8"; /*! Timeline - v0.0.1 ilker Yılmaz https://github.com/ilkeryilmaz/timeline */ .timeline-container { position: relative; } .timeline-container::after { content: ''; display: table; clear: both; } .timeline { width: 100%; } .timeline-list { position: relative; width: 100%; overflow: hidden; margin: 0; padding: 0; } .timeline-list-wrap { position: relative; top: 0; left: 0; display: block; transform: translate3d(0, 0, 0); transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .timeline-item { float: left; /*width: 800px;*/ /*height: 400px;*/ border: 1px solid #ddd; box-sizing: border-box; } .timeline-dots-wrap { position: absolute; overflow: hidden; } .timeline-horizontal .timeline-dots-wrap { width: 100%; height: 45px; } .timeline-vertical .timeline-dots-wrap { width: 65px; height: 100%; top: 0; } .timeline-dots-wrap.bottom { bottom: -50px; } .timeline-dots-wrap.top { top: -50px; } .timeline-dots-wrap.left { left: -65px; } .timeline-dots-wrap.right { right: -70px; } .timeline-dots { margin: 0; padding: 0; position: relative; width: 100%; height: 100%; transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .timeline-horizontal .timeline-dots { background: url("../img/timeline-bg.png") bottom repeat-x; } .timeline-vertical .timeline-dots { background: url("../img/timeline-vertical-bg.png") left repeat-y; } .timeline-dots li { transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); list-style: none; overflow: hidden; } .timeline-horizontal .timeline-dots li { float: left; width: 200px; text-align: center; padding: 1px 0 0px; border-bottom: 1px solid #de001a; border-left: 1px solid #de001a; } .timeline-vertical .timeline-dots li { width: 100%; } .timeline-dots li.slide-active button { color: #05ce7c; font-weight:900; box-shadow:none;} .timeline-dots button { cursor: pointer; border: none; outline: none; color: #333; font-size: 17px; transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .timeline-horizontal .timeline-dots button { background: url("../images/date-icon.png") bottom no-repeat; padding-bottom: 2px; } .timeline-vertical .timeline-dots button { background: url("../images/date-icon-vertical.png") left no-repeat; padding-left: 10px; } .timeline-container { width: 1200px; margin: 0 auto; } .timeline-list { width: 1200px; } .timeline-item { width: 1200px; /*height: 600px;*/ padding: 10px; border: 1px solid #ddd; } .brand-pos { text-transform:uppercase; position: absolute; top:0px; left:-110px; font-size:30px; } .brand-pos span {font-weight:400;} .timeline-dots button:focus, .timeline-dots button:active, .timeline-dots button:focus {outline:none;border:none;box-shadow:none !important;}