Advertisement
Guest User

Villager CSS

a guest
May 4th, 2017
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. .content {
  2. background: none;
  3. font-family: courier new;
  4. color: #f2f2f2;
  5. margin-top: -135px;
  6. }
  7.  
  8. .content:after {
  9. background: #000000 url("http://i.imgur.com/76Bm3BL.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: #000000 !important;
  20. font-family: courier new;
  21. top: 84px;
  22. }
  23.  
  24. .villager-data-minipet {
  25. background: none !important;
  26. font-family: courier new;
  27. border: none;
  28. padding: 5px;
  29. }
  30. b, strong {
  31. color: #fff !important;
  32. font-family: courier new;
  33. }
  34. .alert.success {
  35. color: #fff !important;
  36. background: #000000 !important;
  37. font-family: courier new;
  38. }
  39. .content h3 {
  40. color: #fff !important;
  41. }
  42. #logo + :nth-child(2) {
  43. background: #000000;
  44. font-family: courier new;
  45. top:40px;
  46. border-radius: 0;
  47. }
  48. #logo {
  49. height: 67px;
  50. width: 278px;
  51. top: 20;
  52. left: -10px;
  53. }
  54. #logo a {
  55. background: url("http://i.imgur.com/8sKFQ6W.png") no-repeat;
  56. height: 67px;
  57. width: 278px;
  58. }
  59. #logo a:hover {
  60. background: url("http://i.imgur.com/u0qyCm0.png") no-repeat;
  61. }
  62. .search-form .input {
  63. position: absolute;
  64. top: -127px;
  65. }
  66. .content h1 {
  67. color: #fff;
  68. }
  69. .content .textarea {
  70. margin: 13px;
  71. height: 200px;
  72. border-radius: 0;
  73. color: #fff;
  74. background: rgba(0,0,0,0.5);
  75. font-size: 1.2em;
  76. }
  77. .content h2 {
  78. color: #fff;
  79. font-family: courier new;
  80. }
  81. .counter {
  82. border: none;
  83. font-size: 20px;
  84. padding: none;
  85. }
  86. .villager-data-wrapper {
  87. background: none;
  88. }
  89. footer .top {
  90. display: none;
  91. }
  92. footer .bottom {
  93. display: none;
  94. }
  95. .user-comments .user-comment {
  96. border: none;
  97. }
  98. .user-comments .user-comment .footer {
  99. border: none;
  100. }
  101. span.tooltipster {
  102. display: none;
  103. }
  104. .pagination > li > a, .pagination > li > span {
  105. color: #fff;
  106. background: none;
  107. opacity: 0.6 !important;
  108. }
  109. .pagination > li > a:hover,{
  110. opacity: 1 !important;
  111. color: #fff;
  112. background-color: #000000;
  113. }
  114. .pagination > li > span:hover {
  115. opacity: 1 !important;
  116. color: #fff;
  117. background-color: #000000;
  118. }
  119. .pagination > .active > span {
  120. background-color: #000000
  121. border-color: #fff
  122. }
  123. .pagination > .active > span, .pagination > .active > span:hover {
  124. background-color: #000000
  125. border-color: #fff
  126. }
  127. .villager-data-info-box {
  128. border: none;
  129. }
  130. .widget-content {
  131. background: rgba(0, 0, 0, 0.5);
  132. }
  133. .label-primary {
  134. background-color: #000000
  135. color: #fff;
  136. }
  137. a {
  138. color: #fff;
  139. }
  140. .widget h3 {
  141. background: rgba(0,0,0,1);
  142. }
  143. .widget-header {
  144. border-color: #fff;
  145. }
  146. .btn {
  147. background: #000000;
  148. }
  149. .btn:hover {
  150. background: #363636;
  151. }
  152. .label-primary:hover {
  153. background: #363636;
  154. }
  155. .table tr:nth-child(odd) td {
  156. background: #000000;
  157. }
  158. .table tr:nth-child(even) td {
  159. background: #363636;
  160. }
  161. .table tr:hover td { {
  162. background: #363636 !important;
  163. }
  164. .widget-content {
  165. opacity: 0.2;
  166. }
  167. widget-content:hover {
  168. opacity: 1;
  169. }
  170. .content li {
  171. opacity: .4;
  172. }
  173. .content li:hover {
  174. opacity: 1;
  175. }
  176. #logo + :nth-child(2) > ul > li > a {
  177. color: rgba(255, 255, 255, .4) !important;
  178. }
  179. #logo + :nth-child(2) > ul > li:hover > a {
  180. color: #fff !important;
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement