"Event List"
Bootstrap 3.1.0 Snippet by vmkazakoff

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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-8 ]"> <ul class="event-list"> <li> <time datetime="2014-07-20"> <span class="day">4</span> <span class="month">Jul</span> <span class="year">2014</span> <span class="time">ALL DAY</span> </time> <img src="http://cdn.shopify.com/s/files/1/0068/2302/products/leah-flores-education-square-tray-top_compact.jpeg" /> <div class="info"> <h2 class="title">Наставничество 1</h2> <ul class="event-list"> <li> <time datetime="2014-07-20"> <span class="day">4</span> <span class="month">Jul</span> <span class="year">2014</span> <span class="time">ALL DAY</span> </time> <img src="http://cdn.shopify.com/s/files/1/0068/2302/products/leah-flores-education-square-tray-top_compact.jpeg" /> <div class="info"> <h2 class="title">Наставничество 1</h2> </div> </li> <li> <time datetime="2014-07-20"> <span class="day">4</span> <span class="month">Jul</span> <span class="year">2014</span> <span class="time">ALL DAY</span> </time> <img src="http://cdn.shopify.com/s/files/1/0068/2302/products/leah-flores-education-square-tray-top_compact.jpeg" /> <div class="info"> <h2 class="title">Наставничество 1</h2> </div> </li> </ul> </div> </li> <li> <time datetime="2014-07-20 0000"> <span class="day">8</span> <span class="month">Jul</span> <span class="year">2014</span> <span class="time">12:00 AM</span> </time> <img src="http://rlv.zcache.co.nz/love2learn_small_square_tile-rb801def4236d4b3c8c5d380fe142a088_agtk1_8byvr_324.jpg" /> <div class="info"> <h2 class="title">Наставничество 2</h2> <ul> <li style="width:50%;"><a href="#website"><span class="fa fa-globe"></span> Website</a></li> <li style="width:50%;"><span class="fa fa-money"></span> $39.99</li> </ul> </div> </li> <li> <time datetime="2014-07-20 2000"> <span class="day">20</span> <span class="month">Jan</span> <span class="year">2014</span> <span class="time">8:00 PM</span> </time> <img src="http://rlv.zcache.com.au/pixel_worlds_best_teacher_square_air_freshener-rf1a927764521447db6af09e53377ba90_zrss6_324.jpg" /> <div class="info"> <h2 class="title">Mouse0270's 24th Birthday!</h2> <ul> <li style="width:33%;">1 <span class="glyphicon glyphicon-ok"></span></li> <li style="width:34%;">3 <span class="fa fa-question"></span></li> <li style="width:33%;">103 <span class="fa fa-envelope"></span></li> </ul> </div> </li> <li> <time datetime="2014-07-31 1600"> <span class="day">31</span> <span class="month">Jan</span> <span class="year">2014</span> <span class="time">4:00 PM</span> </time> <img src="http://rlv.zcache.co.uk/keep_calm_and_focus_on_continuing_education_square_sticker-r1bd91c797e79456f935c3056dc464293_v9wf3_8byvr_324.jpg" /> <div class="info"> <h2 class="title">Disney Junior Live On Tour!</h2> <ul> <li style="width:33%;">$49.99 <span class="fa fa-male"></span></li> <li style="width:34%;">$29.99 <span class="fa fa-child"></span></li> </ul> </div> </li> </ul> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-offset-2 col-sm-8"> <div class="row"> <!-- мероприятие --> <div class="col-md-2"> date </div> <div class="col-md-2"> image </div> <div class="col-md-8"> title </div> </div> <div class="row"> <!-- мероприятие --> <div class="col-md-2"> date </div> <div class="col-md-2"> image </div> <div class="col-md-8"> title </div> </div> </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; } .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(44, 110, 61); padding: 5px; text-align: center; text-transform: uppercase; } .event-list > li:nth-child(even) > time { background-color: rgb(108, 154, 120); } .event-list > li > time > span { display: none; } .event-list > li > time > .day { display: block; font-size: 56pt; font-weight: 100; line-height: 1; } .event-list > li time > .month { display: block; font-size: 24pt; font-weight: 900; 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 { display: table; list-style: none; margin: 10px 0px 0px; padding: 0px; width: 100%; text-align: center; } .event-list > li > .info > 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; } @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; } }

Related: See More


Questions / Comments: