krizp

Quetzal Palace User Theme

Mar 2nd, 2017
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. .content .left-column a {
  2. color:#C590C5;
  3. transition: all 2s ease;
  4. -webkit-transition: all 2s ease;
  5. -moz-transition: all 2s ease;
  6. -ms-transition: all 2s ease;
  7. -o-transition: all 2s ease;
  8. }
  9.  
  10. content .left-column a:hover {
  11. color:#DEAFD0;
  12. }
  13.  
  14. .content .left-column {
  15. background-image: url(http://www.furvilla.com/static/backgrounds/bgquetzal.jpeg);
  16. background-repeat:no-repeat;
  17. }
  18.  
  19. .content {
  20. background-image:url(http://www.furvilla.com/static/backgrounds/bgquetzal.jpeg)
  21. background-repeat:no-repeat;
  22. color:#45164F;
  23. }
  24.  
  25. .widget-header h3 {
  26. background:#E4A5D7;
  27. border-bottom: 5px solid#E4A5D7;
  28. }
  29.  
  30. .widget-header {
  31. border-bottom:#E4A5D7;
  32. }
  33.  
  34. .user-panel.clearfix {
  35. background:#F6ABD0
  36. }
  37.  
  38.  
  39. #logo a {
  40. background:url(https://68.media.tumblr.com/aba1163bb572b1417065b6488281b11a/tumblr_om6fu9c5Ou1qd5qr4o3_r1_400.png) no-repeat;
  41. }
  42. ---
  43. .villagers-list li {
  44. float: none;
  45. display: inline-block;
  46. width: 19.6%;
  47. }
  48. .villagers-list {
  49. text-align: center;
  50. }
  51. ---
  52. .adsbygoogle {
  53. display: none !important;
  54. }
  55. ---
  56. .content:after {
  57. background: url(http://68.media.tumblr.com/162cc3dfa5cef6c882aba5453445f0fb/tumblr_mx3y1yYFad1qcm0eto1_1280.png);
  58. position: fixed;
  59. top: 0;
  60. height: 100%;
  61. z-index: -1;
  62. }
  63. ---
  64. widget a {
  65. color:#DEAFD0;
  66. transition: all 2s ease;
  67. -webkit-transition: all 2s ease;
  68. -moz-transition: all 2s ease;
  69. -ms-transition: all 2s ease;
  70. -o-transition: all 2s ease;
  71. }
  72. widget a:hover {
  73. color:#F7CAD3;
  74. }
  75. ---
  76. #logo + :nth-child(2) {
  77. background: #b966ae;
  78. }
  79. ---
  80. .right-column .btn-link {
  81. color:#F7CAD3 !important;
  82. }
  83. ---
  84. .btn.medium {
  85. background:#F6ABD0;
  86. }
  87. ---
  88. .content h1 {
  89. color:#56195F;
  90. }
  91. ---
  92. font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif"
  93. ---
  94. .widget .forum-posts p, .widget .forum-posts p a {
  95. color:#B0A1B6;
  96. }
  97. ---
  98. .user-comments .user-comment .footer, .user-comments .user-comment .footer a {
  99. color:#DEAFD0;
  100. }
  101. ---
  102. .alert.info {
  103. background:#F7D8F2;
  104. }
  105.  
  106. .alert.info a {
  107. color:#9C4E9E;
  108. }
  109. ---
  110. .table tr td {
  111. border:#F7D8F2 !important;
  112. }
  113.  
  114. .btn.small {
  115. background:#D65DC2;
  116. }
  117.  
  118. .table tr:hover td {
  119. background:#FFF6EC !important;
  120. border:#F7D8F2;
  121. }
  122.  
  123. .table tr:nth-child(even) td {
  124. background: #FDF6FC;
  125. border-bottom: 1px solid #F7D8F2;
  126. }
  127. ---
  128. .user-avatar-wrapper img {
  129. border-radius: 100%;
  130. }
  131. .right-column .widget:first-child img:first-child {
  132. border-radius: 100%;
  133. }
  134. ---
  135. .gallery {
  136. text-align: center;
  137. align: center;
  138. }
  139.  
  140. .panel {
  141. background: none;
  142. border: 0;
  143. box-shadow: none;
  144. margin: 0;
  145. }
  146. ---
  147. .content h2 {
  148. color:#682D75;
  149. }
  150.  
  151. .counter {
  152. font-size: 16px;
  153. height: 24px;
  154. line-height: 20px;
  155. border: 1px solid #682D75;
  156. padding: 0 10px;
  157. border-radius: 12px;
  158. vertical-align: middle;
  159. position: relative;
  160. top: -0.1em;
  161. }
  162.  
  163. .content h3 {
  164. color: #682D75;
  165. }
Add Comment
Please, Sign In to add comment