Advertisement
yukiimonster

furvilla user 3

Aug 20th, 2016
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. .content, p, .villagers-list a, .right-column, .left-column, .widget, .col-xs-7, .col-xs-9, .footer, h4, .tooltipster {font:10px verdana!important;color:#fff;text-transform:lowercase}
  2.  
  3. .content:after{
  4. position:fixed; top:0; left:0;
  5. height:100%; width:100%;
  6. background:#333;
  7. z-index:-1}
  8. h2 {display:none}
  9.  
  10. .adsbygoogle{height:0!important;width:0!important;overflow:hidden;}
  11.  
  12. .search-form {position:fixed;z-index:2}
  13. .input {font:10px verdana!important;
  14. background:#fff;width:100px;
  15. color:#eee!important;}
  16.  
  17. .content{
  18. width:800px;position:absolute;
  19. top:80px;left:180px; background:#666
  20. }
  21. #logo {position:fixed;top:0;left:0;height:100px;width:100px;overflow:hidden}
  22.  
  23. #logo+:nth-child(even) {
  24. background:#666!important;width:800px!important;position:fixed;left:180px;top:0px;height:80px;z-index:2;border-radius:0;
  25. }
  26. .user-panel {background:none!important}
  27. .float-left {position:fixed;top:30px;left:210px;z-index:2}
  28. .float-right{position:fixed;top:30px;left:580px;z-index:2}
  29.  
  30. #logo+:nth-child(even) ul {margin-left:100px;}
  31.  
  32. .right-column {
  33. position:fixed; top:0; right:-20;
  34. height:100%;
  35. overflow:auto;}
  36.  
  37. .widget-content a img{
  38. border:1 px solid #eee;
  39. padding:1px;
  40. height:80px;
  41. width:80px;
  42. border-radius:0!important}
  43.  
  44. .left-column {width:760px!important;background:#555}
  45.  
  46. .user-desc {
  47. border:1px solid #eee;}
  48. .quote {
  49. border:1px solid #eee}
  50.  
  51. .villager-avatar {
  52. border-radius:0;
  53. height:80px; width:80px}
  54.  
  55. .villagers-list {
  56. width:420px;
  57. height:250px;
  58. overflow:auto;}
  59.  
  60. .villagers-list li{
  61. display:block;width:100px;
  62. height:125px}
  63.  
  64. .villagers-list img {
  65. display:block;
  66. border-radius:40px;
  67. transition:1s}
  68.  
  69. .top {margin-top:2000}
  70.  
  71. .villagers-list img:hover {
  72. transform:rotateY(180deg);
  73. transition:1s}
  74.  
  75. .textarea {
  76. width:320px;height:220px;margin-left:430px;margin-top:-250}
  77. left-column.btn medium {margin-right:20px;}
  78. .user-comments {background:#000;width:600px;margin-top:-30px;height:400px;overflow:auto}
  79. .user-avatar-wrapper img{height:80px;width:80px;border-radius:40px}
  80. .user-comment{background:#888;width:450px!important;}
  81. .footer {width:420px!important;}
  82.  
  83. .gallery {position:absolute;top:100px;left:450px;}
  84. .gallery img {height:50px;width:50px;}
  85. .panel {background:transparent;width:50px;height:50px;padding:0px;overflow:hidden}
  86. .panel-body {height:50px;width:50px;padding:0;margin:0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement