Advertisement
Guest User

supersimpleissimple

a guest
May 29th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor{display:none;}
  3. #profile{border:none; background-color:transparent;}
  4. body{background-color: black;
  5. background-image:url();}
  6. a, body {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto; }
  7. ::-webkit-scrollbar {
  8. height: 3px; width: 0px;
  9. background-color: #000;}
  10. ::-webkit-scrollbar-thumb {}
  11. ::selection{
  12. background-color: #fff; color: #000;}
  13. ::-webkit-selection {
  14. background-color: #fff; color: #000;}
  15. ::-moz-selection{
  16. background-color: #fff; color: #000;}
  17. #box{position:absolute;
  18. border: 1px solid #333;
  19. left: 10px;
  20. bottom: 10px;
  21. width: 250px;
  22. height: 350px;
  23. background-color: #111; }
  24. #image{position: absolute;
  25. left: 5px;
  26. top: 5px;
  27. border: 1px solid #333;
  28. width: 238px;
  29. height: 220px;
  30. background-image:url(http://cache.desktopnexus.com/thumbseg/596/596712-bigthumbnail.jpg);
  31. background-size: 300px;
  32. background-position: 46% 10%;}
  33. #text{position: absolute;
  34. border: 1px solid #333;
  35. left: 5px;
  36. bottom: 5px;
  37. height: 111px;
  38. width: 238px;
  39. overflow: auto;}
  40. ul{
  41. color: #333;
  42. font-family: "ms gothic";
  43. font-size: 8pt;
  44. font-weight: lighter;
  45. letter-spacing: -1px;
  46. word-spacing: -1px;
  47. text-align: justify;
  48. padding: 3px;
  49. margin: 3px;
  50. list-style-type: none;}
  51. </style>
  52. <div id="box">
  53. <div id="image"></div>
  54. <div id="text">
  55. <ul>
  56. <li>Profile Coded by Zuul.
  57. </ul>
  58. </div>
  59. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement