Advertisement
lunarlicorice

F2U Furvilla Villager CSS

Jul 22nd, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.43 KB | None | 0 0
  1. /*paste the url for your image in between the quotes, and try to make sure it is above 1000 px in width or height so it doesn't look pixely!*/
  2. .content:after {
  3.     background: url('');
  4.     height: 100%;
  5.     background-size: cover;
  6.     position: fixed;
  7.     top: 0;
  8.     z-index: -1;
  9. }
  10.  
  11. .report a,
  12. .widget-content,
  13. .user-comments .user-comment,
  14. .content .textarea + .btn,
  15. .content .textarea,
  16. .gallery-header .btn-link,
  17. .panel,
  18. .villagers-list,
  19. .user-data,
  20. .alert.success,
  21. .alert.alert,
  22. .alert,
  23. .notifications .btn,
  24. .recent-posts .forum-posts li:nth-child(odd),
  25. .user-panel.clearfix {
  26.     background: rgba(fff, fff, fff, 0.5);
  27. }
  28.  
  29.  
  30. element.style {
  31. }
  32. .content {
  33.     background: rgba(fff, fff, fff, 0.5);
  34. }
  35.  
  36. div.bottom,
  37. .widget-content,
  38. .user-info h4,
  39. .content .pagination > .disabled > span,
  40. .content .pagination > .disabled > span:hover,
  41. .content .pagination > .disabled > span:focus,
  42. .content .pagination > .disabled > a,
  43. .content .pagination > .disabled > a:hover,
  44. .content .pagination > .disabled > a:focus,
  45. .content .textarea,
  46. .content,
  47. .search-form .input,
  48. .dropdown-menu .multi-column-dropdown li a,
  49. .content h1.clearfix,
  50. .user-comments .user-comment .footer,
  51. .widget .forum-posts p {
  52.     color: #fff;
  53. }
  54. .content .pagination a,
  55. .gallery-header .btn-link,
  56. .alert.success,
  57. .alert.alert,
  58. .alert,
  59. .dropdown-menu .multi-column-dropdown li a {
  60.     color: #fff !important;
  61. }
  62.  
  63. .villager-data-minipet {
  64.     background: none;
  65.     border: none;
  66.     height: 110px;
  67.     position: absolute;
  68.     top: 120px;
  69.     width: 125px;
  70.     right: 5px;
  71.     overflow: hidden;
  72. }
  73.  
  74. .villager-data-minipet:hover {
  75.     height: 200px;
  76.     width: 125px;
  77.     background: rgba(fff, fff, fff, 0.5);
  78. }
  79.  
  80. .villager-data-minipet i.fa.fa-exclamation-circle.red {
  81.     display: none;
  82. }
  83.  
  84.  
  85. .content .pagination a, .gallery-header .btn-link, .alert.success, .alert.alert, .alert, .dropdown-menu .multi-column-dropdown li a {
  86.     color: #0e6cb0 !important;
  87. }
  88.  
  89. .content h3 {
  90.     color: #ffffff;
  91.     font-size: 16px;
  92.     margin: 0 0 6px 0;
  93. }
  94.  
  95. .content .pagination a, .gallery-header .btn-link, .alert.success, .alert.alert, .alert, .dropdown-menu .multi-column-dropdown li a {
  96.     color: #ffffff !important;
  97. }
  98.  
  99. a {
  100.     color: #a6a6ff;
  101.     text-decoration: none;
  102.     font-weight: normal;
  103. }
  104.  
  105. .search {
  106.     background: rgba(000, 000, 000, 0.5) url(/img/search.png) no-repeat 100% 50%;
  107. }
  108.  
  109. b, strong {
  110.     font-weight: normal;
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement