"Activity or Crm Event Listener"
Bootstrap 4.0.0 Snippet by okantiktas

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="[ col-xs-12 col-sm-offset-2 col-sm-6 ]"> <ul class="event-list"> <li> <time datetime="1881-05-19"> <span class="day">19</span> <span class="month">Mayıs</span> <span class="year">1919</span> <span class="time">Tüm Gün</span> </time> <img alt="ATATÜRK" src="http://www.rampartsofcivilization.com/wp-content/uploads/2011/02/MUSTAFA-KEMAL-ATATURK-150x150.jpg" /> <div class="info"> <h2 class="title">19 Mayıs</h2> <p class="desc">Zafer Bayramı </p> </div> <div class="social"> <ul> <li class="edit" style="width:33%;"><a href="#"><span class="fa fa-pencil-square-o"></span></a></li> <li class="confirm" style="width:34%;"><a href="#"><span class="fa fa-check"></span></a></li> <li class="delete" style="width:33%;"><a href="#"><span class="fa fa-trash-o"></span></a></li> </ul> </div> </li> <li> <time datetime="2014-07-20 0000"> <span class="day">23</span> <span class="month">Nisan</span> <span class="year">1920</span> <span class="time">12:00</span> </time> <div class="info"> <h2 class="title">Ulusal Egemenlik</h2> <p class="desc">PS Vita</p> <ul> <li style="width:50%;"><a href="http://okantiktas.com"><span class="fa fa-trademark"></span> Website</a></li> <li style="width:50%;"><span class="fa fa-try"></span> 40 TL </li> </ul> </div> <div class="social"> <ul> <li class="edit" style="width:33%;"><a href="#"><span class="fa fa-pencil-square-o"></span></a></li> <li class="confirm" style="width:34%;"><a href="#"><span class="fa fa-check"></span></a></li> <li class="delete" style="width:33%;"><a href="#"><span class="fa fa-trash-o"></span></a></li> </ul> </div> </li> <li> <time datetime="2014-07-31 1600"> <span class="day">04</span> <span class="month">Mayıs</span> <span class="year">2017</span> <span class="time">13:57</span> </time> <img alt="Duyar Kimya Ziyaret" src="http://scontent.cdninstagram.com/t51.2885-19/s150x150/16229470_1105297716245462_9037530429749460992_n.jpg" /> <div class="info"> <h2 class="title">Duyar Kimya Ziyaret</h2> <p class="desc">Crm Programı Kurulum</p> <ul> <li style="width:33%;">100 <span class="fa fa-male"></span></li> <li style="width:34%;">80 <span class="fa fa-child"></span></li> </ul> </div> <div class="social"> <ul> <li class="edit" style="width:33%;"><a href="#"><span class="fa fa-pencil-square-o"></span></a></li> <li class="confirm" style="width:34%;"><a href="#"><span class="fa fa-check"></span></a></li> <li class="delete" style="width:33%;"><a href="#"><span class="fa fa-trash-o"></span></a></li> </ul> </div> </li> </ul> </div> </div> </div>
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic"); @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css"); body { padding: 60px 0px; background-color: rgb(220, 220, 220); } .event-list { list-style: none; font-family: 'Lato', sans-serif; margin: 0px; padding: 0px; } .event-list > li { background-color: rgb(255, 255, 255); box-shadow: 0px 0px 5px rgb(51, 51, 51); box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7); padding: 0px; margin: 0px 0px 20px; } .event-list > li > time { display: inline-block; width: 100%; color: rgb(255, 255, 255); background-color: rgb(197, 44, 102); padding: 5px; text-align: center; text-transform: uppercase; } .event-list > li:nth-child(even) > time { background-color: rgb(165, 82, 167); } .event-list > li > time > span { display: none; } .event-list > li > time > .day { display: block; font-size: 40pt; font-weight: 100; line-height: 1; } .event-list > li time > .month { display: block; font-size: 18pt; font-weight: 500; line-height: 1; } .event-list > li time > .year { display: block; font-size: 24pt; font-weight: 500; line-height: 1; } .event-list > li > img { width: 100%; } .event-list > li > .info { padding-top: 5px; text-align: center; } .event-list > li > .info > .title { font-size: 17pt; font-weight: 700; margin: 0px; } .event-list > li > .info > .desc { font-size: 13pt; font-weight: 300; margin: 0px; } .event-list > li > .info > ul, .event-list > li > .social > ul { display: table; list-style: none; margin: 10px 0px 0px; padding: 0px; width: 100%; text-align: center; } .event-list > li > .social > ul { margin: 0px; } .event-list > li > .info > ul > li, .event-list > li > .social > ul > li { display: table-cell; cursor: pointer; color: rgb(30, 30, 30); font-size: 11pt; font-weight: 300; padding: 3px 0px; } .event-list > li > .info > ul > li > a { display: block; width: 100%; color: rgb(30, 30, 30); text-decoration: none; } .event-list > li > .social > ul > li { padding: 0px; } .event-list > li > .social > ul > li > a { padding: 3px 0px; } .event-list > li > .info > ul > li:hover, .event-list > li > .social > ul > li:hover { color: rgb(30, 30, 30); background-color: rgb(200, 200, 200); } .edit a, .confirm a, .delete a { display: block; width: 100%; color: rgb(75, 110, 168) !important; } .confirm a { color: rgb(79, 213, 248) !important; } .delete a { color: rgb(221, 75, 57) !important; } .edit:hover a { color: rgb(255, 255, 255) !important; background-color: rgb(75, 110, 168) !important; } .confirm:hover a { color: rgb(255, 255, 255) !important; background-color: rgb(79, 213, 248) !important; } .delete:hover a { color: rgb(255, 255, 255) !important; background-color: rgb(221, 75, 57) !important; } @media (min-width: 768px) { .event-list > li { position: relative; display: block; width: 100%; height: 120px; padding: 0px; } .event-list > li > time, .event-list > li > img { display: inline-block; } .event-list > li > time, .event-list > li > img { width: 120px; float: left; } .event-list > li > .info { background-color: rgb(245, 245, 245); overflow: hidden; } .event-list > li > time, .event-list > li > img { width: 120px; height: 120px; padding: 0px; margin: 0px; } .event-list > li > .info { position: relative; height: 120px; text-align: left; padding-right: 40px; } .event-list > li > .info > .title, .event-list > li > .info > .desc { padding: 0px 10px; } .event-list > li > .info > ul { position: absolute; left: 0px; bottom: 0px; } .event-list > li > .social { position: absolute; top: 0px; right: 0px; display: block; width: 40px; } .event-list > li > .social > ul { border-left: 1px solid rgb(230, 230, 230); } .event-list > li > .social > ul > li { display: block; padding: 0px; } .event-list > li > .social > ul > li > a { display: block; width: 40px; padding: 10px 0px 9px; } }

Related: See More


Questions / Comments:

selam olsun :)

onlynext () - 6 years ago - Reply 0