Guest User

Untitled

a guest
May 27th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. .content {
  2. background: none;
  3. font-family: arial;
  4. color: #f2f2f2;
  5. margin-top: -135px;
  6. }
  7.  
  8. .content:after {
  9. background: #21221D url("https://images7.alphacoders.com/656/thumb-1920-656603.jpg") no-repeat;
  10. background-size: cover;
  11. height: 100%;
  12. width: 100%;
  13. position: fixed;
  14. top: 0;
  15. z-index: -1;
  16. }
  17.  
  18. header .user-panel {
  19. background: #21221D !important;
  20. font-family: arial;
  21. top: 84px;
  22. color: #c4c4c4;
  23. }
  24. header .user-panel a {
  25. color: #c4c4c4 !important;
  26. }
  27. .villager-data-minipet {
  28. background: none !important;
  29. font-family: arial;
  30. border: none;
  31. padding: 5px;
  32. }
  33. b, strong {
  34. color: #c4c4c4 !important;
  35. font-family: arial;
  36. }
  37. .alert.success {
  38. color: #c4c4c4 !important;
  39. background: #21221D !important;
  40. font-family: arial;
  41. }
  42. .alert.info {
  43. background: #21221D !important;
  44. color: #c4c4c4 !important;
  45. }
  46. .info:hover {
  47. background: #21221D !important;
  48. color: #c4c4c4 !important;
  49. }
  50. .content h3 {
  51. color: #c4c4c4 !important;
  52. }
  53. #logo + :nth-child(2) {
  54. background: #21221D;
  55. font-family: arial;
  56. top:40px;
  57. border-radius: 0;
  58. color: #a3a3a3 !important;
  59. }
  60. .label-primary .fa, .label-default .fa, .villager-data-minipet .fa, .user-panel .fa, #logo + :nth-child(2) ul a, .search-form + .btn, .villager-general .fa {
  61. color: #a3a3a3 !important;
  62. }
  63. #logo + :nth-child(2) ul li a {
  64. color: #a3a3a3 !important;
  65. }
  66. #logo {
  67. height: 67px;
  68. width: 278px;
  69. top: 20;
  70. left: -10px;
  71. }
  72. #logo a {
  73. background: url("http://i.imgur.com/ysbPkkf.png") no-repeat;
  74. height: 67px;
  75. width: 278px;
  76. }
  77. #logo a:hover {
  78. background: url("http://i.imgur.com/YccAzBe.png") no-repeat;
  79. }
  80. .search-form .input {
  81. position: absolute;
  82. top: -127px;
  83. }
  84. .content h1 {
  85. color: #c4c4c4;
  86. }
  87. .villager-data-avatar {
  88. background: none !important;
  89. }
  90. .content .textarea {
  91. margin: 13px;
  92. height: 200px;
  93. border-radius: 0;
  94. color: #c4c4c4;
  95. background: rgba(33,34,29,0.8);
  96. font-size: 1.2em;
  97. }
  98. .content h2 {
  99. color: #c4c4c4;
  100. font-family: arial;
  101. }
  102. .counter {
  103. border: none;
  104. font-size: 20px;
  105. padding: none;
  106. }
  107. .villager-data-wrapper {
  108. background: none;
  109. }
  110. footer .top {
  111. display: none;
  112. }
  113. footer .bottom {
  114. display: none;
  115. }
  116. .user-comments .user-comment {
  117. border: none;
  118. }
  119. .user-comments .user-comment .footer {
  120. border: none;
  121. }
  122. span.tooltipster {
  123. display: none;
  124. }
  125. .pagination > li > a, .pagination > li > span {
  126. color: #c4c4c4;
  127. background: rgba(33,34,29,0.8);
  128. opacity: 0.6 !important;
  129. }
  130. a:hover {
  131. color: #c4c4c4 !important;
  132. text-decoration: none !important;
  133. }
  134. .pagination > li > a:hover,{
  135. opacity: 1 !important;
  136. color: #c4c4c4;
  137. background-color: #21221D;
  138. }
  139. .pagination > li > span:hover {
  140. opacity: 1 !important;
  141. color: #c4c4c4;
  142. background-color: #21221D;
  143. }
  144. .pagination > .active > span {
  145. background-color: #21221D;
  146. border-color: #c4c4c4;
  147. }
  148. .pagination > .active > span, .pagination > .active > span:hover {
  149. background-color: #21221D;
  150. border-color: #c4c4c4;
  151. }
  152. .villager-data-info-box {
  153. border: none;
  154. background: rgba(33,34,29,0.8);
  155. }
  156. .widget-content {
  157. background: rgba(33, 34,29,0.5);
  158. }
  159. .label-primary {
  160. background-color: #21221D;
  161. color: #c4c4c4;
  162. }
  163. a {
  164. color: #c4c4c4;
  165. }
  166. .widget h3 {
  167. background: rgba(33, 34,29,1);
  168. }
  169. .widget-header {
  170. border-color: #c4c4c4;
  171. }
  172. .btn {
  173. background: #21221D;
  174. font-family: arial;
  175. }
  176. .btn:hover {
  177. background: #363636;
  178. font-family: arial;
  179. }
  180. .label-primary:hover {
  181. background: #363636;
  182. }
  183. .table tr:nth-child(odd) td {
  184. background: #21221D;
  185. }
  186. .table tr:nth-child(even) td {
  187. background: #363636;
  188. }
  189. .table tr:hover td { {
  190. background: #363636 !important;
  191. }
  192. #logo + :nth-child(2) > ul > li > a {
  193. color: rgba(196, 196, 196, .8) !important;
  194. }
  195. #logo + :nth-child(2) > ul > li:hover > a {
  196. color: #c4c4c4 !important;
  197. }
  198. .widget .forum-posts li:nth-child(even) { {
  199. background: #565656 !important;
  200. }.
  201. widget .forum-posts li:nth-child(odd) { {
  202. background: #878787 !important;
  203. }
  204. .user-info h4 {
  205. color: #c4c4c4;
  206. }
  207. .user-comments .user-comment {
  208. background: rgba(33,34,29,0.8);
  209. }
Advertisement
Add Comment
Please, Sign In to add comment