Advertisement
m4w4n

Thread Comments CSS

Nov 18th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. #comments {
  2. padding:10px;
  3. }
  4. #comments h4 {
  5. display:block;
  6. padding:5px;
  7. line-height:30px;
  8. }
  9. #comments h4,
  10. .comments .comment-header,
  11. .comments .comment-thread.inline-thread .comment {
  12. position:relative;
  13. }
  14. #comments h4 {
  15. background:#AD3000;
  16. text-align:center;
  17. }
  18. #comments h4 {
  19. font-weight:bold;
  20. color:#fff;
  21. }
  22. #comments h4:after {
  23. content:"";
  24. position:absolute;
  25. bottom:-10px;
  26. left:20px;
  27. width:0;
  28. height:0;
  29. border-style:solid;
  30. border-width:10px 7.5px 0 7.5px;
  31. border-color:#AD3000 transparent transparent transparent;
  32. line-height:0;
  33. }
  34. h4#comment-post-message {
  35. display:none;
  36. }
  37. #comments-block {
  38. margin:1em 0 1.5em;
  39. line-height:1.6em;
  40. }
  41. #comments-block .comment-author {
  42. margin:.5em 0;
  43. }
  44. #comments-block .comment-body {
  45. margin:.25em 0 0;
  46. }
  47. #comments-block .comment-footer {
  48. margin:-.25em 0 2em;
  49. line-height:1.4em;
  50. text-transform:uppercase;
  51. letter-spacing:.1em;
  52. }
  53. #comments-block .comment-body p {
  54. margin:0 0 .75em;
  55. }
  56. .comment .avatar-image-container {
  57. border:1px solid #B6B6B6;
  58. max-height:60px;
  59. margin-top:-10px;
  60. width:60px;
  61. position:relative;
  62. z-index:70;
  63. border:4px double #AD3000;
  64. box-shadow:0 4px 6px rgba(0,0,0,0.1),0 1px 1px rgba(0,0,0,0.3);
  65. -moz-box-shadow:0 4px 6px rgba(0,0,0,0.1),0 1px 1px rgba(0,0,0,0.3);
  66. -webkit-box-shadow:0 4px 6px rgba(0,0,0,0.1),0 1px 1px rgba(0,0,0,0.3);
  67. box-shadow:0 2px 6px rgba(0,0,0,0.1),0 1px 1px rgba(0,0,0,0.3);
  68. }
  69. .comments .comments-content {
  70. padding:5px;
  71. font-size:11px;
  72. }
  73. .comment .comment-block {
  74. margin-left:75px !important;
  75. min-height:84px;
  76. text-align:left;
  77. }
  78. .comment .comment-header {
  79. background:none repeat scroll 0 0 #5D974C;
  80. color:#333;
  81. font-size:12px;
  82. font-weight:normal;
  83. margin-left:60px;
  84. }
  85. .comment .comment-header a {
  86. color:#fff !important;
  87. text-decoration:none;
  88. }
  89. .comment .comment-content {
  90. background:none repeat scroll 0 0 #FEFFF9;
  91. border-bottom:2px solid #DDD;
  92. font-size:12px;
  93. margin:0 0 30px;
  94. padding:5px 5px 10px 10px;
  95. text-align:left;
  96. }
  97. .comment .comment-actions a {
  98. color:#333;
  99. display:inline-block;
  100. line-height:1;
  101. margin:0 3px;
  102. padding:3px 6px !important;
  103. text-decoration:none;
  104. }
  105. .comment-header cite {
  106. background:none repeat scroll 0 0 #FD7000;
  107. border:1px solid #fff;
  108. color:#fff;
  109. padding:2px 5px;
  110. position:relative;
  111. z-index:99;
  112. margin-left:-20px;
  113. }
  114. cite.blog-author {
  115. background:none repeat scroll 0 0 #490077 !important;
  116. }
  117. .icon.blog-author {
  118. display:none !important;
  119. background:url("") no-repeat scroll 0 0;
  120. margin-left:90px;
  121. width:60px !important;
  122. height:60px !important;
  123. position:absolute;
  124. right:5px;
  125. bottom:5px;
  126. top:10px;
  127. }
  128. .comment .comment-header {
  129. color:#333;
  130. font-size:12px;
  131. font-weight:bold;
  132. }
  133. .comment .avatar-image-container img {
  134. border:medium none !important;
  135. height:60px !important;
  136. width:60px !important;
  137. max-height:60px !important;
  138. max-width:60px !important;
  139. }
  140. .comment .comment-actions a {
  141. -webkit-border-radius: 5px;
  142. -moz-border-radius: 5px;
  143. -ms-border-radius: 5px;
  144. -o-border-radius: 5px;
  145. border-radius: 5px;
  146. background:none repeat scroll 0 0 #B4B4B4 !important;
  147. color:#FFF !important;
  148. display:inline-block !important;
  149. line-height:1 !important;
  150. margin-top:-10px !important;
  151. margin-right:2px !important;
  152. padding:3px 6px !important;
  153. text-decoration:none !important;
  154. font-size:14px;
  155. }
  156. .comment .comment-actions a:hover {
  157. background:#860000 !important;
  158. text-decoration:none !important;
  159. }
  160. .comments {
  161. font-size:1em;
  162. color:#000;
  163. }
  164. .comments .continue a {
  165. -webkit-border-radius: 5px;
  166. -moz-border-radius: 5px;
  167. -ms-border-radius: 5px;
  168. -o-border-radius: 5px;
  169. border-radius: 5px;
  170. background:none repeat scroll 0 0 #575757 !important;
  171. color:#FFF !important;
  172. display:inline !important;
  173. line-height:1 !important;
  174. margin-top:10px !important;
  175. margin-right:2px !important;
  176. padding:3px 6px !important;
  177. font-size:13px;
  178. }
  179. .comments .continue a:hover {
  180. background:#860000 !important;
  181. color:#FFF;
  182. text-decoration:none;
  183. }
  184. .item-control {
  185. display:inline-block;
  186. }
  187. .comments .continue {
  188. border-top:2px solid transparent !important;
  189. }
  190. #comment-editor {
  191. width:103% !important;
  192. }
  193. .comment-form {
  194. width:100%;
  195. max-width:100%;
  196. }
  197. .comments .thread-toggle {
  198. margin-bottom:10px;
  199. }
  200. .comments .comment-thread.inline-thread .comment {
  201. margin:0 0 5px 15%;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement