Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. .v6-content{
  2. background:black;
  3. }
  4.  
  5. .list-l ul li{
  6. background:black;
  7. border:none;
  8. }
  9.  
  10. .list-l__title{
  11. color:#c7c7c7;
  12. text-shadow:none;
  13. }
  14.  
  15. .sidebar{
  16. background:#3c3c3c;
  17. }
  18. .sidebar h2{
  19. color:#c7c7c7;
  20. }
  21.  
  22. .list-m{
  23. background:black;
  24. border:none;
  25. }
  26.  
  27. .list-m ul li a{
  28. background:black;
  29. }
  30.  
  31. .list-m ul li a h3{
  32. color:#c7c7c7;
  33. }
  34.  
  35. .list-comentarios-recientes{
  36. background:black;
  37. border:none;
  38. }
  39.  
  40. .list-comentarios-recientes ul li a{
  41. background:black;
  42.  
  43. }
  44.  
  45. .list-comentarios-recientes ul li a h3{
  46. color:#c7c7c7;
  47. }
  48.  
  49. .list-comentarios-recientes h2{
  50. background:black;
  51. color:#c7c7c7;
  52. }
  53.  
  54. .list-seo-posts{
  55. background:black;
  56. border:none;
  57. }
  58.  
  59. .list-seo-posts ul li a{
  60. background:black;
  61. }
  62.  
  63. .list-seo-posts ul li a h3{
  64. color:#c7c7c7;
  65. }
  66.  
  67. .header h2{
  68. background:black;
  69. color:#c7c7c7;
  70.  
  71. }
  72.  
  73. .top-usuarios ul li{
  74.  
  75. background:black;
  76. }
  77.  
  78. .top-usuarios ul li h3{
  79.  
  80. color:#c7c7c7;
  81. }
  82. .top-usuarios ul li p{
  83.  
  84. color:#c7c7c7;
  85. }
  86.  
  87.  
  88.  
  89. .container-post__inner{
  90. background:black;
  91. }
  92.  
  93. .container-post h1{
  94. color:#c7c7c7;
  95. }
  96.  
  97. .main-content-post div{
  98. color:#c7c7c7;
  99.  
  100. }
  101.  
  102. .main-content-post div span{
  103. color:#c7c7c7;
  104.  
  105. }
  106.  
  107. #comments{
  108. background:black;
  109. }
  110.  
  111. .comments-primary .comment-content{
  112. color:#c7c7c7;
  113. }
  114.  
  115. .comments-primary .title h3{
  116. background:none;
  117. }
  118.  
  119. .comments-primary .nav-pages{
  120. background:none;
  121. }
  122.  
  123. .comments-primary .nav-pages ul li.active a{
  124. color:white;
  125. }
  126.  
  127. .comments-primary .more-replies{
  128. background:none;
  129. }
  130. .comments-primary .more-replies a{
  131. background:none;
  132. }
  133.  
  134. body .v6 .v6-container{
  135. background:#4a4a4a;
  136. }
  137.  
  138. body .v6 .v6-container .v6-content{
  139. background:#4a4a4a;
  140. }
  141.  
  142. body .v6 .sidebar{
  143. background:none;
  144. }
  145.  
  146. .comentarios-destacados .comment-highlight-top{
  147. background:#3b5437;
  148. }
  149.  
  150. .container-post .fuente{
  151. background:black;
  152. }
  153.  
  154. .container-post .tags{
  155. background:black;
  156. }
  157.  
  158. .container-post .dar-puntos-p{
  159. background:black;
  160. color:#c7c7c7;
  161. }
  162.  
  163. .box-acciones{
  164. background:black;
  165. }
  166.  
  167. .box-acciones .dar-puntos #point-bar.container-puntos li{
  168. display:none;
  169. }
  170.  
  171. .box-acciones .dar-puntos #point-bar.container-puntos .masdiez{
  172. display:inline;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement