Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. /* ## Comments by Vũ đức Mạnh
  2. --------------------------------------------- */
  3. .comment-respond,
  4. .entry-pings,
  5. .entry-comments {
  6. color: #32373c;
  7. padding: 20px 45px 40px 45px;
  8. overflow: hidden;
  9. background: #fff;
  10. }
  11. .entry-comments h3{
  12. font-size: 30px;
  13. margin-bottom: 30px;
  14. }
  15. .comment-respond h3,
  16. .entry-pings h3{
  17. font-size: 20px;
  18. margin-bottom: 30px;
  19. }
  20. .comment-respond {
  21. padding-bottom: 5%;
  22. margin: 20px 1px 20px 1px;
  23. border-radius: 2px;
  24. border: 1px solid #e8e8e8;
  25. }
  26. .comment-header {
  27. color: #adaeb3;
  28. font-size: 17px;
  29. margin-bottom: 20px;
  30. }
  31. .comment-header cite a {
  32. border: none;
  33. font-style: normal;
  34. font-size: 17px;
  35. font-weight: bold;
  36. }
  37. .comment-header .comment-meta a {
  38. border: none;
  39. color: #adaeb3;
  40. }
  41. li.comment {
  42. border-top: solid 2px #efece6;
  43. background-color: #fff;
  44. border-right: none;
  45. }
  46. .comment-content {
  47. clear: both;
  48. overflow: hidden;
  49. }
  50. .comment-list li {
  51. font-size: 18px;
  52. padding: 20px 30px 20px 50px;
  53. }
  54.  
  55. .comment-list .children {
  56. margin-top: 40px;
  57. }
  58. .comment-list li li {
  59. background-color: #ffffff;
  60. }
  61. .comment-list li li li {
  62. background-color: #fff;
  63. }
  64. .comment-meta a {
  65. color: #888;
  66. font-style: italic;
  67. font-size: 15px;
  68. }
  69. a.url {
  70. color: #21759b;
  71. font-size: 18px;
  72. font-weight: 500;
  73. }
  74.  
  75. .comment-respond input[type="email"],
  76. .comment-respond input[type="text"],
  77. .comment-respond input[type="url"] {
  78. width: 50%;
  79. }
  80. .comment-respond label {
  81. display: block;
  82. margin-right: 12px;
  83. }
  84. .entry-comments .comment-author {
  85. margin-bottom: 0;
  86. position: relative;
  87. }
  88. .entry-comments .comment-author img {
  89. border-radius: 50%;
  90. border: 5px solid #fff;
  91. left: -80px;
  92. top: -5px;
  93. position: absolute;
  94. width: 60px;
  95. }
  96. .entry-pings .reply {
  97. display: none;
  98. }
  99. .bypostauthor {
  100. }
  101. .form-allowed-tags {
  102. background-color: #f5f5f5;
  103. font-size: 16px;
  104. padding: 24px;
  105. }
  106. .comment-reply-link{
  107. cursor: pointer;
  108. border: none;
  109. color: #3d5a98;
  110. font-size: 17px;
  111. font-weight: 500;
  112. letter-spacing: 1px;
  113. width: auto;
  114. }
  115. .comment-reply-link:hover{
  116. color: #fff;
  117. }
  118. .comment-notes{
  119. display:none;
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement