Advertisement
snowflakeartist

FV01U Pastel User CSS v.1

Aug 19th, 2016
2,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.37 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. /* Furvilla Header */
  4.  
  5. header .user-panel {
  6.     background-image:url("http://a.rgbimg.com/cache1nUmDt/users/w/we/weirdvis/300/mlD74xi.jpg")!important;
  7.     background-color:#ffffff!important;
  8.     border-bottom: 3px dashed #ffffff;
  9. }
  10.  
  11. /* Content */
  12.  
  13. .content {
  14.     background-image:url("http://i.imgur.com/s16Unwc.jpg");
  15.     background-color:#ffffff;
  16.     background-repeat: repeat;
  17. }
  18.  
  19. .content a {
  20.     color:#55d7fd;
  21. }
  22.  
  23. .content strong {
  24.     color:#00b8ff!important;
  25.     font-weight:normal;
  26. }
  27.  
  28. /* Headers */
  29.  
  30. .content h1{
  31.     margin-left:17px;
  32.     margin-top:4px;
  33.     color:#d384f6;
  34.     font-family:'Papyrus', fantasy;
  35.     text-align:center;
  36.     text-shadow:none!important;
  37.     font-weight:normal;
  38. }
  39.  
  40. .content h2 {
  41.     color:#d384f6;
  42.     font-family:'Papyrus', fantasy;
  43.     text-align:center;
  44.     text-shadow:none!important;
  45.     font-weight:normal;
  46. }
  47.  
  48. .content h3 {
  49.     color:#d384f6;
  50.     font-family:'Papyrus', fantasy;
  51.     text-align:center;
  52.     text-shadow:none!important;
  53.     font-weight:normal;
  54.     font-size:22px;
  55. }
  56.  
  57. /* User Info */
  58.  
  59. .village-shield {animation: bob 1.1s ease-out infinite;}
  60. @keyframes bob {
  61.     0% {position: relative; top: -4px;}
  62.     30% {position: relative; top: 2px;}
  63.     100% {position: relative; top: -4px;}
  64. }
  65.  
  66. .user-data .user-desc strong {
  67.     font-weight:bold!important;
  68. }
  69.  
  70. .user-data {
  71.     color:#46caf0;
  72. }
  73.  
  74. /* Villagers */
  75.  
  76. .villager-name a{
  77.     color:#46caf0;
  78.     opacity:0.7;
  79. }
  80.  
  81. .villagers-list clearfix {
  82.     height:125px!important;
  83.     overflow:auto;
  84. }
  85.  
  86. /* Counter */
  87.  
  88. .counter {
  89.     border:1.5px dotted;
  90.     color:#d384f6;
  91.     opacity:0.5;
  92. }
  93.  
  94.  
  95. /* Sidebar */
  96.  
  97. .widget clearfix {
  98.     height:200px !important;
  99.     overflow:auto;
  100. }
  101.  
  102. .widget-header {
  103.     border:3px dashed #d4edff;
  104.     border-radius:15px;
  105.     text-shadow:none!important;
  106. }
  107.  
  108. .widget-header h3 {
  109.     margin-top:10px;
  110.     margin-bottom:1px;
  111.     background:none;
  112.     font-size: 25px;
  113.     color:#46caf0;
  114.     font-family:'Papyrus', fantasy;
  115.     text-align:center;
  116.     text-shadow:none!important;
  117.     font-weight:normal;
  118. }
  119.  
  120. .widget-content img {
  121.     border-radius:60px;
  122. }
  123.  
  124. .notifications-widget {
  125.     border-radius:15px;
  126.     color:#00b8ff;
  127. }
  128.  
  129. .user-info p {
  130.     font-size: 13px;
  131. }
  132.  
  133. .user-info h4 {
  134.     font-size:19px;
  135.     padding:8px!important;
  136. }
  137.  
  138. /* Comment Box */
  139.  
  140. .textarea {
  141.     background-image:url("http://s3.amazonaws.com/spoonflower/public/design_thumbnails/0091/9335/rrrrrainbowpastelsstarsscatterbyPinkSodaPop_shop_thumb.png");
  142.     background-repeat:repeat;
  143.     border-style:dashed;
  144.     border-color:#afeeee;
  145.     border-width:2px;
  146.     color:#55d7fd;
  147. }
  148.  
  149. /* Comments */
  150.  
  151. .user-comments clearfix {
  152.     height:200px !important;
  153.     overflow:auto;
  154. }
  155.  
  156. .user-comments .user-comment {
  157.     background-color:#ffffff;
  158.     border-style:dashed;
  159.     border-width:2px;
  160.     border-color:#afeeee;
  161.     color:#55d7fd;
  162. }
  163.  
  164. .user-comments .user-avatar-wrapper img {
  165.     border-radius:60px;
  166.     padding:5px;
  167. }
  168.  
  169. .user-comments .user-comment .footer {
  170.     border-top: 3px dotted;
  171.     border-color:#d4edff;
  172.     color:#d384f6;
  173.     opacity:0.7;
  174. }
  175.  
  176. .user-comments .user-comment .footer a {
  177.     color:#d384f6;
  178.     opacity:0.7;
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement