Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. /* Blog Post
  2. ====================================*/
  3.  
  4. /* Comments */
  5. .comments-sec {
  6. float:left;
  7. width:100%;
  8. line-height: 20px;
  9. margin-top: -15px;
  10. }
  11.  
  12. ol.commentlist {
  13. float:left;
  14. width:100%;
  15. margin: 0;
  16. }
  17.  
  18. ol.commentlist li {
  19. float:left;
  20. border-top: 1px solid #e7e7e7;
  21. padding: 25px 0 20px 0;
  22. }
  23.  
  24. ol.commentlist li:first-child {
  25. border:none;
  26. padding: 25px 0 0px 0;
  27. }
  28.  
  29. ol.commentlist li {list-style: none; width: 100%;}
  30.  
  31. ol li ol.childlist{
  32. float:right;
  33. width:89%;
  34. margin:0px; border-top: 1px solid #e9e9e9;
  35. }
  36.  
  37. ol.commentlist li ol.childlist li:first-child {
  38.  
  39. padding: 25px 0 0 0;
  40. font-size: 14px;
  41. }
  42.  
  43. ol.commentlist li ol.childlist li {
  44. margin: 10px 0 15px 0;
  45. font-size: 14px;
  46. }
  47.  
  48. .comments {
  49.  
  50. width:100%;
  51. position: relative;
  52. }
  53.  
  54. .comments-amount {color: #888;}
  55.  
  56. ol li ol.childlist .comment-des {
  57.  
  58. width:89%;
  59. }
  60.  
  61. .avatar {float: left;
  62. display: inline-block;
  63. position: absolute;
  64. left: 0px;}
  65.  
  66. .comment-des{
  67. float:right;
  68. width:90%;
  69. margin-left: 80px;
  70. }
  71.  
  72. .comment-des strong {
  73. float:left;
  74. padding-right:5px;
  75. font-size:14px;
  76. }
  77. .comment-des span {
  78. float:left;
  79. color:#888;
  80. }
  81.  
  82. .comment-by {
  83. float:left;
  84. width:100%;
  85. padding-bottom:10px;
  86. padding-top:5px;
  87. color: #000;
  88. }
  89.  
  90. .ie7 .comment-by span.reply span {display: none;}
  91.  
  92. .comment-by span.reply {
  93. color:#888;
  94. float:right; display: inline;
  95. }
  96.  
  97. .comment-by span.reply a {
  98. float: right;
  99. height: 17px;
  100. margin-left: 5px;
  101. font-weight: normal;
  102. float:right;
  103.  
  104. }
  105.  
  106. .comment-by span.date {
  107. color:#888;
  108. padding-right: 7px;
  109. float: right;
  110. }
  111.  
  112. .ie7 .comment-by .date {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement