"Comment only"
Bootstrap 3.0.0 Snippet by zifster

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.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 ----------> <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"> <div class="container"> <div class="col-sm-8"> <div class="panel panel-white post"> <div class="post-footer"> <div class="input-group"> <input class="form-control" placeholder="Add a comment" type="text"> <span class="input-group-addon"> <a href="#"><i class="fa fa-edit"></i></a> </span> </div> <ul class="comments-list"> <li class="comment"> <div class="comment-body"> <div class="comment-heading"> <h4 class="user">The 10th Doctor</h4> <h5 class="time">5 minutes ago</h5> </div> <p>I don't want to go. You can spend the rest of your life with me, but I can't spend the rest of mine with you. I have to live on. Alone. That's the curse of the Time Lords. Oh, yes. Harmless is just the word: that's why I like it! Doesn't kill, doesn't wound, doesn't maim. But I'll tell you what it does do: it is very good at opening doors! River, you know my name. You whispered my name in my ear! There's only one reason I would ever tell anyone my name. There's only one time I could... There's something else I've always wanted to say: Allons-y, Alonso!</p> </div> <ul class="comments-list"> <li class="comment"> <div class="comment-body"> <div class="comment-heading"> <h4 class="user">The 4th Doctor</h4> <h5 class="time">3 minutes ago</h5> </div> <p>What?! Come out. And don't touch anything! You may be a doctor. But I'm the Doctor. The definite article, you might say. Come on! Well, my Doctorate is purely honorary and Harry is only qualified to work on sailors. Shut up, K-9! Would you like a jelly baby? It seems you have a very large rat Brigadier—maybe you should employ the services of a very large cat? Have a jelly baby. Are you listening to me? You're standing on my scarf. Hello-o-o-o. I might've been saying something important. I was saying something important!</p> </div> </li> </ul> </li> </ul> <ul class="comments-list"> <li class="comment"> <div class="comment-body"> <div class="comment-heading"> <h4 class="user">Scarlett O'Hara</h4> <h5 class="time">1 hour ago</h5> </div> <p>Where shall I go? What shall I do?</p> </div> <ul class="comments-list"> <li class="comment"> <div class="comment-body"> <div class="comment-heading"> <h4 class="user">Rhett Butler</h4> <h5 class="time">1 hour ago</h5> </div> <p>Frankly, my dear, I don't give a damn</p> </div> </li> </ul> </li> </ul> </div> </div> </div> </div>
.panel-white { border: 1px solid #dddddd; } .panel-white .panel-heading { color: #333; background-color: #fff; border-color: #ddd; } .panel-white .panel-footer { background-color: #fff; border-color: #ddd; } .post .post-heading { height: 95px; padding: 20px 15px; } .post .post-heading .avatar { width: 60px; height: 60px; display: block; margin-right: 15px; } .post .post-heading .meta .title { margin-bottom: 0; } .post .post-heading .meta .title a { color: black; } .post .post-heading .meta .title a:hover { color: #aaaaaa; } .post .post-heading .meta .time { margin-top: 8px; color: #999; } .post .post-image .image { width: 100%; height: auto; } .post .post-description { padding: 15px; } .post .post-description p { font-size: 14px; } .post .post-description .stats { margin-top: 20px; } .post .post-description .stats .stat-item { display: inline-block; margin-right: 15px; } .post .post-description .stats .stat-item .icon { margin-right: 8px; } .post .post-footer { border-top: 1px solid #ddd; padding: 15px; } .post .post-footer .input-group-addon a { color: #454545; } .post .post-footer .comments-list { padding: 0; margin-top: 20px; list-style-type: none; } .post .post-footer .comments-list .comment { display: block; width: 100%; margin: 20px 0; } .post .post-footer .comments-list .comment .avatar { width: 35px; height: 35px; } .post .post-footer .comments-list .comment .comment-heading { display: block; width: 100%; } .post .post-footer .comments-list .comment .comment-heading .user { font-size: 14px; font-weight: bold; display: inline; margin-top: 0; margin-right: 10px; } .post .post-footer .comments-list .comment .comment-heading .time { font-size: 12px; color: #aaa; margin-top: 0; display: inline; } .post .post-footer .comments-list .comment > .comments-list { margin-left: 50px; }

Related: See More


Questions / Comments: