Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. #profile-container { width:650px;background:#333; }
  2. body {
  3. background:none;
  4. cursor: url(http://i.imgur.com/coD0B.png), auto;
  5. }
  6. a, a:hover {
  7. cursor:url(http://i.imgur.com/coD0B.png), auto;
  8. }
  9. #profile-container {
  10. background:none;
  11. }
  12. a:link {
  13. text-decoration: none;
  14. color: #000;
  15. }
  16. a:visited {
  17. color:#fff;
  18. text-decoration: none;
  19. }
  20. a:hover {
  21. color:#fff;
  22. font-weight:bold;
  23. }
  24. #pkmn {
  25. position: absolute;
  26. top: 64px;
  27. right: -40px;
  28. width: 360px;
  29. height: 160px;
  30. z-index: 1;
  31. padding: 10px;
  32. background-color: none;
  33. }
  34. #pkmn div.swap {
  35. font-family: times;
  36. font-size: 13px;
  37. letter-spacing: 1px;
  38. text-transform: lowercase;
  39. width: 150px;
  40. display: inline-block;
  41. height: 14px;
  42. color: #000;
  43. background-color: #b9e1ce;
  44. border: #000 solid 1px;
  45. text-align: center;
  46. margin-top: 5px;
  47. -webkit-transition:opacity 0.5s linear;
  48. -webkit-transition:all 0.5s ease-out;
  49. -moz-transition:all 0.5s ease-out;
  50. transition: all 0.5s ease-out;
  51. }
  52. #pkmn div.swap:hover {
  53. width: 150px;
  54. font-family: times;
  55. font-size: 13px;
  56.  
  57. text-transform: lowercase;
  58.  
  59. color: #000;
  60. border-top: #000 solid 1px;
  61. border-bottom: #000 solid 1px;
  62. background-color: #5d9e2d;
  63. opacity: 1;
  64. -webkit-transition:opacity 0.3s linear;
  65. -webkit-transition:all 0.3s ease-out;
  66. -moz-transition:all 0.3s ease-out;
  67. transition:all 0.3s ease-out;
  68. cursor: url(http://i.imgur.com/coD0B.png), progress !important;
  69. }
  70. ::-webkit-scrollbar {
  71. progress;
  72. width: 7px;
  73. }
  74. ::-webkit-scrollbar-thumb:vertical {
  75. background-color: transparent;
  76. -webkit-border-radius: 1px;
  77. -moz-transition:all 0.3s ease-in-out;
  78. -webkit-transition:all 0.3s ease-in-out;
  79. }
  80. ::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover {
  81. border-color: black;
  82.  
  83. }
  84.  
  85.  
  86. @font-face{font-family:Ballpark;src:url(http://static.tumblr.com/9wzbixa/cf6mj2fv4/ballw___.ttf);}
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. #unitipmid {
  94. background: #b065c3;
  95. font-family: arial;
  96. font-size: 10px;
  97. color: white;
  98. border-radius: 30px;
  99. text-align: center;
  100. border: 1px solid black;
  101.  
  102.  
  103.  
  104. }
  105. #unitipcap {
  106. background: none;
  107. height: 0px;
  108.  
  109. }
  110.  
  111. #unitippoint {
  112. background: transparent;
  113. height: 5px;
  114.  
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement