Advertisement
Guest User

Profile CSS

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