Beautifulie

— ʙᴇᴀᴜᴛɪғᴜʟ ʙʟᴀᴅᴇ.

Jul 6th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.82 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: arial narrow;
  9. font-size: 10px;
  10. background-color: #FFF2E1;
  11. background-image: url('http://i.picpar.com/cdp.png');
  12. background-attachment: fixed;
  13. background-position: bottom left;
  14. background-repeat: no-repeat;
  15. background-size: 500px 500px;
  16. text-align: justify;
  17. color: #888888;
  18. cursor: url('http://cur.cursors-4u.net/cursors/cur-6/cur567.cur');
  19. }
  20.  
  21. #music {
  22. position:fixed;
  23. z-index: 10;
  24. left: 300px;
  25. height: 20px;
  26. width: 220px;
  27. top: 220px;
  28. background-color: #FFF2E1;
  29. }
  30.  
  31. #words {
  32. position:fixed;
  33. z-index: 100;
  34. left: 495px;
  35. height: autopx;
  36. width: 550px;
  37. top: 250px;
  38. background-color: transparent;
  39. color: #181818;
  40. font-family: code light;
  41. font-size: 40px;
  42. text-transform: uppercase;
  43. line-height: 12px;
  44. }
  45.  
  46. #subwords {
  47. position:fixed;
  48. z-index: 100;
  49. left: 335px;
  50. height: autopx;
  51. width: 700px;
  52. top: 280px;
  53. background-color: transparent;
  54. color: #181818;
  55. font-family: code light;
  56. font-size: 30px;
  57. text-transform: uppercase;
  58. letter-spacing: 1px;
  59. line-height: 12px;
  60. }
  61.  
  62. #friends {
  63. position:fixed;
  64. width: 978px;
  65. height: 14px;
  66. left: 332px;
  67. top: 290px;
  68. z-index: 300px;
  69. }
  70.  
  71. a.uesugi:link, a.uesugi:active, a.uesugi:visited{
  72. background-color: #271529;
  73. display: inline-block;
  74. margin: 5px;
  75. width: 70px;
  76. height: 20px;
  77. font-family:
  78. century gothic;
  79. font-size: 10px;
  80. color: #CCC;
  81. text-decoration: none;
  82. letter-spacing: 1px;
  83. text-transform: uppercase;
  84. text-align: center;
  85. line-height: 21px;
  86. -webkit-transition: all 0.5s ease-in-out;
  87. -moz-transition: all 0.5s ease-in-out;
  88. -o-transition: all 0.5s ease-in-out;
  89. -ms-transition: all 0.5s ease-in-out;
  90. transition: all 0.5s ease-in-out;}
  91.  
  92. a.uesugi:hover{
  93. background-color: #FFF2E1;
  94. color: #222;}
  95.  
  96. </style>
  97.  
  98. <div id="words">
  99. 月下為君
  100. </div>
  101.  
  102. <div id="subwords">
  103. The Blade of Uesugi.
  104. </div>
  105.  
  106. <div id="friends">
  107. <a href="/profile.php?user=" target="_blank" class="uesugi">LINK</a>
  108. <a href="/profile.php?user=" target="_blank" class="uesugi">LINK</a>
  109. <a href="/profile.php?user=" target="_blank" class="uesugi">LINK</a>
  110. <a href="/profile.php?user=Kasuga" target="_blank" class="uesugi">CREDIT</a>
  111. </div>
  112.  
  113. <div id="music">
  114. <center><br><br>
  115. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="160" height="20">
  116.     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  117.     <param name="bgcolor" value="#FFF2E1" />
  118.     <param name="FlashVars" value="mp3=https%3A//dl-web.dropbox.com/get/Sengoku%2520Basara%25203%2520OST-%2520Disc%25202%2520-%25207.%2520Kasuga%2527s%2520Theme%2520HQ.mp3%3Fw%3DAABCieKrfIStKBYaqQADUaG1FwXNh2n7hlEnR8fpa7FH0w&amp;bgcolor=271529" />
  119. </object>
  120. </center>
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment