Guest User

Untitled

a guest
Jun 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. /* Captions & aligment */
  2. .aligncenter,
  3. div.aligncenter {
  4. display: block;
  5. margin-left: auto;
  6. margin-right: auto;
  7. }
  8.  
  9. .alignleft {
  10. float: left;
  11. }
  12.  
  13. .alignright {
  14. float: right;
  15. }
  16.  
  17. .wp-caption {
  18. border: 1px solid #ddd;
  19. text-align: center;
  20. background-color: #f3f3f3;
  21. padding-top: 4px;
  22. margin: 10px;
  23. -moz-border-radius: 3px;
  24. -khtml-border-radius: 3px;
  25. -webkit-border-radius: 3px;
  26. border-radius: 3px;
  27. }
  28.  
  29. .wp-caption img {
  30. margin: 0;
  31. padding: 0;
  32. border: 0 none;
  33. }
  34.  
  35. .wp-caption p.wp-caption-text {
  36. font-size: 11px;
  37. line-height: 17px;
  38. padding: 0 4px 5px;
  39. margin: 0;
  40. }
  41. /* End captions & aligment */
  42.  
  43. #commentsDiv {
  44. clear: both;
  45. margin: 30px 20px 30px 35px;
  46. padding-top: 20px;
  47. }
  48.  
  49. #commentsDiv h3, #commentsDiv p {
  50. margin: 0px;
  51. }
  52.  
  53. #commentsDiv input, #commentsDiv textarea {
  54. border: 1px solid #6779C3;
  55. font-size: 12px;
  56. color: #6779C3;
  57. height: 25px;
  58. line-height: 25px;
  59. }
  60.  
  61. #commentsDiv textarea {
  62. width: 500px;
  63. height: 150px;
  64. }
  65.  
  66. input#submit {
  67. height: 25px;
  68. line-height: 20px;
  69. width: 150px;
  70. color: #042b5e;
  71. background-color: #fff;
  72. }
  73.  
  74. #comments {
  75. margin-bottom: 20px!important;
  76. }
  77.  
  78. #respond {
  79. margin-top: 20px!important;
  80. }
  81.  
  82. .commentlist {
  83. border-bottom: 1px solid #fff;
  84. }
  85.  
  86. .commentlist li, #commentform input, #commentform textarea {
  87. font-size: 0.9em;
  88. }
  89.  
  90. .commentlist li {
  91. padding: 20px;
  92. border-top: 1px solid #fff;
  93. }
  94.  
  95. .commentlist li p {
  96. margin-top: 10px!important;
  97. }
  98.  
  99. .commentlist li .avatar {
  100. float: right;
  101. border: 1px solid #eee;
  102. padding: 2px;
  103. background: #fff;
  104. }
  105.  
  106. .commentlist cite, .commentlist cite a {
  107. font-style: normal;
  108. font-size: 1.1em;
  109. color: #fff;
  110. }
  111.  
  112. .commentlist p {
  113. font-weight: normal;
  114. line-height: 1.5em;
  115. text-transform: none;
  116. }
  117.  
  118. .commentmetadata {
  119. font-weight: normal;
  120. }
  121.  
  122. .alt {
  123. background-color: #042b5e!important;
  124. }
  125.  
  126. #commentform p {
  127. margin-bottom: 10px!important;
  128. }
  129.  
  130. h3#respond {
  131. margin-bottom: 20px;
  132. }
Add Comment
Please, Sign In to add comment