Advertisement
snowflakeartist

FV02V Summer Fruit Villager CSS

Jan 1st, 2017
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.18 KB | None | 0 0
  1. /* Free to use user profile code by snowflakeartist. If you need any help, don't be afraid to send me a private message. Please do not attempt to resell any part of my code. */
  2.  
  3. .adsbygoogle {
  4.     display:none!important;
  5. }
  6.  
  7. #logo a {
  8. background:url("http://i.imgur.com/EtAcI9F.jpg");
  9. background-repeat:no-repeat;
  10. width:253px;
  11. height:140px;
  12. }
  13.  
  14. #logo + :nth-child(2) {
  15. background:url("http://fc01.deviantart.net/fs70/i/2014/109/2/1/lilac_pastel_clouds_by_grosslittlething-d7f34i8.jpg")!important;
  16. background-repeat:repeat-x;
  17. background-position:bottom;
  18. }
  19.  
  20. .content:after {
  21. background:url("http://www.publicdomainpictures.net/pictures/90000/velka/background-texture-pastel-colors.jpg");
  22. height:100%;
  23. width:100%;
  24. position: fixed;
  25. top:0;
  26. z-index:-1;
  27. }
  28.  
  29. header .user-panel {
  30. background-image:url("https://s-media-cache-ak0.pinimg.com/736x/e8/f6/93/e8f693c54a6efe75431f0fac2229cd83.jpg")!important;
  31. background-size:cover;
  32. }
  33.  
  34. .content {
  35. background-image:url("http://png.clipart.me/graphics/thumbs/268/seamless-wallpaper-pattern-with-wheel-round-and-sunflower-design-warm-colors-vector_2680536.jpg");
  36. background-repeat:repeat;
  37. }
  38.  
  39. .content .left-column {
  40. background-image:url("http://pre01.deviantart.net/6d26/th/pre/f/2016/201/a/6/bg_by_jennawing-daa6s9a.png");
  41. }
  42.  
  43. .content .right-column {
  44. background-image:url("http://pre01.deviantart.net/6d26/th/pre/f/2016/201/a/6/bg_by_jennawing-daa6s9a.png");
  45. }
  46.  
  47. .content h1{
  48. margin-left:17px;
  49. margin-top:4px;
  50. color:#ff4040;
  51. font-family:'Papyrus', fantasy;
  52. text-shadow:none!important;
  53. font-weight:normal;
  54. }
  55.  
  56. .content h2 {
  57. color:#ff4040;
  58. font-family:'Papyrus', fantasy;
  59. text-align:center;
  60. }
  61.  
  62. .content h3 {
  63. color:#ff4040;
  64. font-family:'Papyrus', fantasy;
  65. text-align:center;
  66. font-size:23px;
  67. }
  68.  
  69. .content h3 a {
  70. font-size: 15px;
  71. }
  72.  
  73. .content a{
  74. color:#ff6666;
  75. }
  76.  
  77. .content strong {
  78. color:#ff6666!important;
  79. font-weight:normal;
  80. }
  81.  
  82. .content .villager-paintie a {
  83. color:#ffffff;
  84. background-color:#ff6666;
  85. font-weight:normal;
  86. }
  87.  
  88. .content .villager-paintie a:hover {
  89. color:#ffffff;
  90. background-color:#ffbd00;
  91. font-weight:normal;
  92. }
  93.  
  94. a.report-paintie {
  95. background-color:transparent!important;
  96. color:#e22e00!important;
  97. font-weight:bold!important;
  98. }
  99.  
  100. .breadcrumbs {
  101. color:#ff6666;
  102. }
  103.  
  104. .villager-data-avatar {
  105. background:none;
  106. border:1px solid #ff6666;
  107. border-radius:15px;
  108. }
  109.  
  110. .villager-data-minipet {
  111. background-color:transparent;
  112. border-color:transparent;
  113. margin-right:320px;
  114. margin-bottom:210px;
  115. }
  116.  
  117. .villager-data-minipet .label-success {
  118. background: transparent;
  119. position: absolute;
  120. bottom: 28px;
  121. left: 45px;
  122. color: #ff6666;
  123. }
  124.  
  125. .villager-data-minipet p:last-child {
  126. position: absolute;
  127. width: 130px;
  128. bottom: -24px;
  129. }
  130.  
  131. .villager-data-info-box:nth-child(2n+2) {
  132. background:rgba(255,255,255,0.7);
  133. border:1px solid #ff6666;
  134. color:#ff6666;
  135. }
  136.  
  137. .villager-data-wrapper {
  138. background:none;
  139. }
  140.  
  141. .villager-data-desc {
  142. background:rgba(255,255,255,0.7);
  143. border:1px solid #ff6666;
  144. color:#ff6666;
  145. }
  146.  
  147. .widget-header {
  148. border:2px dashed #ff4040;
  149. border-radius:15px 15px 0 0;
  150. text-shadow:none!important;
  151. }
  152.  
  153. .widget-header h3 {
  154. margin-top:4px;
  155. margin-bottom:1px;
  156. background-image:none;
  157. background-color:none;
  158. font-size: 25px;
  159. color:#ff4040;
  160. font-family:'Papyrus', fantasy;
  161. text-align:center;
  162. text-shadow:none!important;
  163. font-weight:normal;
  164. }
  165.  
  166. .widget-content img {
  167. border-radius:60px;
  168. }
  169.  
  170. .widget-content img:hover  {animation: bob 1.0s ease-out infinite;}
  171. @keyframes bob {
  172. 0% {position: relative; top: -4px;}
  173. 30% {position: relative; top: 2px;}
  174. 100% {position: relative; top: -4px;}
  175. }
  176.  
  177. .widget-content a {
  178. font-weight:normal;
  179. }
  180.  
  181. .table tr:nth-child(odd) td {
  182. background-image:url("http://s3.amazonaws.com/spoonflower/public/design_thumbnails/0091/9335/rrrrrainbowpastelsstarsscatterbyPinkSodaPop_shop_thumb.png");
  183. }
  184.  
  185. .table tr:nth-child(even) td {
  186. background:url("http://s3.amazonaws.com/spoonflower/public/design_thumbnails/0091/9335/rrrrrainbowpastelsstarsscatterbyPinkSodaPop_shop_thumb.png");
  187. }
  188.  
  189. .widget-content {
  190. opacity:0.75;
  191. }
  192.  
  193. .widget-content:hover {
  194. opacity:1.0;
  195. }
  196.  
  197. .widget .forum-posts p {
  198. color:#ff6666;
  199. }
  200.  
  201. .widget .forum-posts p a {
  202. color:#ff6666;
  203. }
  204.  
  205. .user-info h4 {
  206. font-size:19px;
  207. padding:8px!important;
  208. }
  209.  
  210. .user-info h4 a {
  211. font-weight:bold!important;
  212. }
  213.  
  214. .btn-link {
  215. color:#ff6666!important;
  216. background:none!important;
  217. font-weight:bold!important;
  218. }
  219.  
  220. .btn-link:hover {
  221. color:#ffbd00!important;
  222. background:none!important;
  223. font-weight:bold!important;
  224. }
  225.  
  226. .btn medium pull-right {
  227. background:#ff6666;
  228. }
  229.  
  230. .btn:hover {
  231. background:#ffbd00;
  232. }
  233.  
  234. .counter {
  235. display:none;
  236. }
  237.  
  238. .textarea {
  239. background:rgba(255,255,255,0.7);
  240. border:1px solid #ff6666;
  241. color:#ff6666;
  242. }
  243.  
  244. small, .small {
  245. color:#ff6666;
  246. }
  247.  
  248. .user-comments .user-comment {
  249. background:rgba(255,255,255,0.7);
  250. border: 1px solid #ff6666;
  251. color:#ff6666;
  252. }
  253.  
  254. .user-comments .user-avatar-wrapper img {
  255. border-radius:60px;
  256. padding:5px;
  257. }
  258.  
  259. .user-comments .user-comment .footer {
  260. border-top: 1px dashed #ff4040;
  261. color:#ff4040;
  262. }
  263.  
  264. .user-comments .user-comment .footer a {
  265. color:#ff4040;
  266. opacity:0.85;
  267. }
  268.  
  269. a.report-comment {
  270. color:#e22e00!important;
  271. }
  272.  
  273. a.report-villager {
  274. color: #e22e00;
  275. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement