Beautifulie

— ʜᴏʀɴᴇᴛ.

Dec 21st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.76 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor{display: none; }
  3. #profile { border: 0px; background-color: transparent; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {background-color: #F2F2F2;}
  8. body {background-image:url("http://25.media.tumblr.com/616182e75bea5a145507c4aa74047b68/tumblr_mgfitdOp1I1rv8v4go1_500.png");}
  9. body {background-repeat: no-repeat;}
  10. body {background-position: 500px 250px;}
  11. body {background-width: 0px 0px;}
  12. body {font-family: 'cambria'; font-size: 10px; color: #CCCCCC;}
  13.  
  14. b, strong{
  15. font-family:'century gothic';
  16. font-size:10px;
  17. color:#999;
  18. font-weight:bold;
  19. letter-spacing: 0px;}
  20.  
  21. i{
  22. color: #FF8C00;
  23. font-family: 'georgia';
  24. font-size:8pt;
  25. letter-spacing:-1px}
  26.  
  27. h2{
  28. font-size: 14px;
  29. background-color: none;
  30. color: #222;
  31. width: 100%;
  32. font-family: century gothic;
  33. font-weight: normal;
  34. margin: 0px;
  35. line-height: 12px;
  36. letter-spacing: 27px;
  37. line-spacing: 20px;
  38. text-transform: uppercase;
  39. text-align: left;
  40. border-bottom: transparent;}
  41.  
  42. h2:first-letter{
  43. color: #222;
  44. font-size: 25px;
  45. font-family: Aphrodite Pro;}
  46.  
  47. ::-webkit-scrollbar-button:vertical:{background-color: #FF8C00;
  48. -moz-border-radius: 130px 130px 130px 130px;
  49. border-radius:130px 130px 130px 130px;}
  50. ::-webkit-scrollbar-thumb:vertical {background-color:#FF8C00; height:20px;
  51. -moz-border-radius: 130px 130px 130px 130px;
  52. border-radius:130px 130px 130px 130px;}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:#FF8C00; height:20px !important;
  54. -moz-border-radius: 130px 130px 130px 130px;
  55. border-radius:130px 130px 130px 130px;}
  56. ::-webkit-scrollbar { height:20px;width:7px; background-color: transparent;}
  57.  
  58. A:link{
  59. color:#5e7579;
  60. text-decoration:none;
  61. display: inline; }
  62.  
  63. A:visited {color:#5e7579;
  64. display: inline;
  65. border-bottom:#000 0px solid;}
  66.  
  67. A:hover{
  68. color:#999;
  69. border-bottom:#000 0px solid;
  70. display: inline; }
  71.  
  72. A:active{
  73. color:#000;
  74. font-weight:bold;
  75. display: inline; }
  76.  
  77. #container{
  78. position: fixed;
  79. top: 0px;
  80. right: 265px;
  81. width: 250px;
  82. height: 500px;
  83. background: url('http://i.imgur.com/y1xjY.gif');
  84. background-repeat: no-repeat;
  85. background-color: #222;
  86. background-size: 248px 150px;
  87. -webkit-border-radius: 0px 0px 20px 20px;
  88. border-radius: 0px 0px 20px 20px;
  89. border-left: 15px solid #222222;
  90. border-right: 15px solid #222222;
  91. border-top: 15px soild #222222;
  92. border-bottom: 15px solid #222222;
  93. }
  94.  
  95. #bar{
  96. background-color: #222;
  97. height: 20px;
  98. width: 260px;
  99. top: 150px;
  100. right: 270px;
  101. position: fixed;
  102. text-align: center;
  103. font-family: century gothic;
  104. font-style: normal;
  105. font-size: 30px;
  106. padding: 5px;
  107. color: FF8C00;
  108. line-height: 20px;
  109. z-index: 300;}
  110.  
  111. #main{
  112. position: fixed;
  113. top: 180px;
  114. right: 273px;
  115. width: 255px;
  116. height: 200px;
  117. background-color: #222;
  118. color: #444444;
  119. z-index: 100;}
  120.  
  121. #sub{
  122. position: fixed;
  123. top: 375px;
  124. right: 276px;
  125. width: 255px;
  126. height: 105px;
  127. background-color: #111;
  128. color: #444444;
  129. border-bottom: 1px solid #111;
  130. z-index: 100;}
  131.  
  132. #music{
  133. position: fixed;
  134. top: 485px;
  135. right: 304px;
  136. width: 200px;
  137. height: 20px;
  138. background-color: #111;
  139. z-index: 100;}
  140.  
  141. #friends {
  142. position:fixed;
  143. width:40px;
  144. height:200px;
  145. right:220px;
  146. top:0px;
  147. }
  148.  
  149. #friends a, #friends a:active, #friends a:visited {
  150. display: block;
  151. background-color: #111111;
  152. height:10;
  153. width:10;
  154. border-radius: 100;
  155. padding-top:1px;
  156. margin-bottom:2px;
  157. margin-top:2px;
  158. }
  159.  
  160. #friends a:hover {
  161. display: block;
  162. background-color: #FF8C00;
  163. width:10px;
  164. height:10px;
  165. }
  166.  
  167. #credit{
  168. position:fixed;
  169. bottom:10px;
  170. right:300px;
  171. z-index:450;}
  172.  
  173. </style>
  174.  
  175. <div id="container"></div>
  176. <div id="bar">砕蜂</div>
  177. <div id="main">
  178. <div style="width:100%; height:195px; overflow:auto;">
  179. <center><b>bold</b> - <i>italic</i> - <u>underline</u> - <small>small</small> - <big>big</big></center>
  180. </div></div>
  181.  
  182. <div id="sub">
  183. <div style="width:100%; height: 100px; overflow:auto;">
  184. <b>01</b> - No Sex. <br>
  185. <b>02</b> - No Drama. <br>
  186. <b>03</b> - 3rd Person. <br>
  187. <b>04</b> - IC =/= OOC. <br>
  188. <b>05</b> - Literate please. <br>
  189. <b>06</b> - Bleach universe only. <br>
  190. <b>07</b> - Taken, IC & OOC. <br>
  191. <b>08</b> - If you have a problem with me and the way I portray Sui Feng, then keep it to yourself. I do not care. <br>
  192. <b>08</b> - This was made <i>for me</i> by that of Rangiku. Ask her if you would like to use. <br>
  193. <b>08</b> - Forever a work in progress. <br>
  194. </div></div>
  195.  
  196. <div id="music">
  197. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  198.     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  199.     <param name="bgcolor" value="#222222" />
  200.     <param name="FlashVars" value="mp3=https%3A//dl-web.dropbox.com/get/Yoshida%2520Brothers%2520-%2520Storm.mp3%3Fw%3D10f00725&amp;bgcolor=222222&amp;loadingcolor=BD285B&amp;buttoncolor=FF8C00&amp;slidercolor=FF8C00" />
  201. </object>
  202. </div>
  203.  
  204. <div id="friends">
  205.  
  206. <a href="/profile.php?user=Yoruichi Shihoin" target="_blank" title="Yoruichi-sama. ♥"></a><br>
  207. <a href="/profile.php?userid=Matsumoto Rangiku" target="_blank" title="Group Admin & a slacker."></a><br>
  208. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  209. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  210. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  211. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  212. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  213. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  214. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  215. <a href="/profile.php?userid=" target="_blank" title="."></a><br>
  216. </div>
  217.  
  218. <div id="credit"><a href="/profile.php?user=Remi" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></a></div>
Add Comment
Please, Sign In to add comment