Guest User

Untitled

a guest
Oct 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. /*Comment List styles
  2. --------------------------------------------------------------*/
  3.  
  4. .form-item {
  5. border: 1px solid #ffffff;
  6. padding: 15px;
  7. }
  8.  
  9. .comment-list .row {
  10. margin-bottom: 0px;
  11. }
  12.  
  13. .comment-list .panel .panel-heading {
  14. background: #f70009 none repeat scroll 0 0;
  15. border: medium none;
  16. border-top-right-radius: 0;
  17. color: #ffffff;
  18. padding: 4px 15px;
  19. position: absolute;
  20. top: 1px;
  21. }
  22.  
  23. .comment-list .panel .panel-heading.right {
  24. border-right-width: 0px;
  25. border-top-left-radius: 0px;
  26. right: 16px;
  27. }
  28.  
  29. .comment-list .panel .panel-heading .panel-body {
  30. padding-top: 6px;
  31. }
  32.  
  33. .comment-list figcaption {
  34. word-wrap: break-word;
  35. }
  36.  
  37.  
  38. /* Portrait tablets and medium desktops */
  39.  
  40. @media (min-width: 768px) {
  41. .comment-list .arrow:after,
  42. .comment-list .arrow:before {
  43. content: "";
  44. position: absolute;
  45. width: 0;
  46. height: 0;
  47. border-style: solid;
  48. border-color: transparent;
  49. }
  50. .comment-list .panel.arrow.left:after,
  51. .comment-list .panel.arrow.left:before {
  52. border-left: 0;
  53. }
  54. /*****Left Arrow*****/
  55. /*Outline effect style*/
  56. .comment-list .panel.arrow.left:before {
  57. left: 0px;
  58. top: 30px;
  59. /*Use boarder color of panel*/
  60. border-right-color: inherit;
  61. border-width: 16px;
  62. }
  63. /*Background color effect*/
  64. .comment-list .panel.arrow.left:after {
  65. left: 1px;
  66. top: 31px;
  67. /*Change for different outline color*/
  68. border-right-color: #FFFFFF;
  69. border-width: 15px;
  70. }
  71. /*****Right Arrow*****/
  72. .comment-list .panel.arrow.right:before {
  73. right: -16px;
  74. border-left-color: inherit;
  75. border-width: 16px;
  76. }
  77. .comment-list .panel.arrow.right:after {
  78. right: -14px;
  79. top: 31px;
  80. border-left-color: #FFFFFF;
  81. border-width: 15px;
  82. }
  83. }
  84.  
  85. .comment-list .comment-post {
  86. margin-top: 6px;
  87. }
  88. .page-header {
  89. border-bottom: 3px solid #ffffff;
  90. margin: 0px 0 20px;
  91. padding: 10px;
  92. line-height: 30px;
  93. background: #f70009;
  94. font-size: 20px;
  95. color: #fff;
  96. }
  97. .comment-date {
  98. font-size: 14px;
  99. font-style: italic;
  100. font-weight: 600;
  101. }
  102. .comment-user {
  103. font-weight: 700;
  104. line-height: 35px;
  105. font-size: 20px;
  106. }
  107. .form-comment {
  108. padding: 20px;
  109. border-radius: 3px;
  110. }
  111. .comment-area {
  112. margin-top: 30px;
  113. padding: 30px;
  114. overflow: hidden;
  115. background: #fff;
  116. }
  117. .comment-list {
  118. padding: 0 20px;
  119. }
Add Comment
Please, Sign In to add comment