skins

Theme #2

Jun 9th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.70 KB | None | 0 0
  1. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  2.  
  3. body{
  4. margin:5px;
  5. background-color: {color:Background};
  6. background-image:url({image:Background});
  7. background-attachment: fixed;
  8. background-repeat: repeat;
  9. font-size: 9px;
  10. font-family: calibri;
  11. line-height:10px;
  12. color:{color:Text};
  13. }
  14. .wall-post {color:blue;}
  15. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  16. #aaaaaa; border-right: 1px solid #aaaaaa; }
  17. .separator {display:none;}
  18. .header2 li {background:transparent;}
  19. .header2 li:hover {background:transparent;}
  20. .header2 li.active {background:transparent;}
  21. .header2 li a {background:transparent;}
  22. .header2 li:hover a {background:transparent;}
  23. .header2 li.active a {background:transparent;}
  24. .pinfo img {display:none;}
  25. .profile-left hr {display:none;}.plinkstatistic {display:none;}.fr_inv {display:none;}.profile-left .maybe-know {display:none;}.profile-left .pfirends {display:none;}.profile-left .box {display:none;}.profile-left .pstat {display:none;}.profile-left hr {display:none;}.footer, .fleft a, .footer_wrap {display:none;}.icon-prof-dec .rate-profile {display:none;}
  26. .badges {display:none;}
  27. .badges img {display:none;}
  28. .profile-badges a img {display:none}
  29. .profile-badges {display:none}
  30. .wall-btxt a {display:none;}
  31. .wall-image-left img {width:100%;height:auto;}
  32. .wall-main-usr {color:white;}
  33. .top-din-pro {background:black;}
  34.  
  35. a:link, a:active, a:visited{
  36. color:{color:link};
  37. text-decoration: none;
  38. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  39. }
  40.  
  41. a:hover {
  42. color:{color:hover};
  43. text-decoration: none;
  44. text-shadow:0px 0px 2px #000;
  45. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  46. }
  47. .separator {display:none}
  48. .tsettings {display:none;}
  49. .user-top a {display:none;}
  50. .user-top a:hover {display:none;}
  51. .user-top-right-row1 {display:none;}
  52. .profie-toprow {right:3px !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;height:100%;}
  53. .profile-top-usr {font-family:Hasteristico;
  54. font-size: 22px;
  55. line-height: 20px;
  56. text-align: center;
  57. text-transform:uppercase;
  58. color: #9a9b9a;
  59. font-weight: normal;
  60. letter-spacing: 1px;
  61. padding: 2px 0px 0px 0px;}
  62. .prof-box-title {display:none;}
  63. .prof-in-header {display:none;}
  64. .wall-post {opacity:1;
  65. float:center;
  66. {block:indexpage}
  67. width:800px;
  68. {/block:indexpage}
  69. {block:permalinkpage}
  70. width:800px;
  71. margin-top: 40px;
  72. {/block:permalinkpage}
  73. margin-left: 390px;
  74. margin-top: 80px;}
Advertisement
Add Comment
Please, Sign In to add comment