Advertisement
LesbicheLoveVita

Sweet-Dark-Angel_91's Profile

May 12th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. <style>
  2.  
  3. .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
  4.  
  5. body, html {
  6. background-color: #000000;
  7. background-image: url('http://i.imgur.com/0xr9BNo.png');
  8. background-position: center center;
  9. background-repeat: repeat;
  10. background-attachment: fixed;
  11. }
  12.  
  13. html, div {
  14. font-family: times;
  15. color: #fefaec;
  16. font-size: 12px;
  17. font-style: normal;
  18. }
  19.  
  20. a:link, .menu2, .menu2 a:link {
  21. color: #fefaec;
  22. font-size: 9pt;
  23. font-family : trebuchet ms;
  24. text-transform: none;
  25. text-decoration: none;
  26. -webkit-transition: all 0.5s ease-out;
  27. -moz-transition: all 0.5s ease-out;
  28. }
  29.  
  30. a:visited, .menu2 a:visited {
  31. color: #fbbf00;
  32. text-transform: none;
  33. font-family : trebuchet ms;
  34. text-transform: none;
  35. text-decoration: none;
  36. }
  37.  
  38. a:hover, .menu, .menu a:link, .menu a:visited {
  39. color: #fbbf00;
  40. text-decoration: none;
  41. font-family : trebuchet ms;
  42. text-transform: none;
  43. background: transparent;
  44. -webkit-transition: all 0.5s ease-out;
  45. -moz-transition: all 0.5s ease-out;
  46. }
  47.  
  48. b {
  49. text-transform: uppercase;
  50. font-family: times;
  51. color: #fefaec;
  52. font-size: 11px;
  53. letter-spacing: 1px;
  54. }
  55.  
  56. i {
  57. text-transform: none;
  58. font-family: times;
  59. color: #fefaec;
  60. font-size: 11px;
  61. letter-spacing: 1px;
  62. }
  63.  
  64. s {
  65. text-transform: none;
  66. font-family: times;
  67. color: #fefaec;
  68. font-size: 11px;
  69. letter-spacing: 1px;
  70. }
  71.  
  72. u {
  73. border-bottom: 1px solid #fefaec;
  74. text-transform: none;
  75. font-family: times;
  76. font-size: 11px;
  77. letter-spacing: 1px;
  78. }
  79.  
  80. </style>
  81.  
  82. <center>
  83.  
  84. <img src="http://i.imgur.com/IzRSc8l.png" />
  85.  
  86. <style>
  87.  
  88. .overlay {
  89. width: 700px;
  90. height: 700px;
  91. background: none;
  92. position: relative;
  93. }
  94.  
  95. .innerbox {
  96. overflow: auto;
  97. border: 2px solid #f99204;
  98. background: #df0500;
  99. position: absolute;
  100. opacity: 0.6;
  101. border-radius: 20px;
  102. }
  103.  
  104. #navig {
  105. top: 294px;
  106. left: 4px;
  107. width: 693px;
  108. height: 22px;
  109. }
  110. #about {
  111. top: 320px;
  112. left: 4px;
  113. width: 400px;
  114. height: 186px;
  115. }
  116. #likes {
  117. top: 320px;
  118. left: 408px;
  119. width: 288px;
  120. height: 186px;
  121. }
  122. #dislikes {
  123. top: 510px;
  124. left: 4px;
  125. width: 297px;
  126. height: 186px;
  127. }
  128. #music {
  129. top: 510px;
  130. left: 305px;
  131. width: 391px;
  132. height: 186px;
  133. }
  134.  
  135. </style>
  136.  
  137. <div class="overlay">
  138. <div class="innerbox" id="navig">
  139. <a href="/">Home</a> ||
  140. <a href="/user_comment.php?user=Sweet-Dark-Angel_91&amp;rate=1">Comment</a> ||
  141. <a href="/gallery/Sweet-Dark-Angel_91">Gallery</a> ||
  142. <a href="/journal/Sweet-Dark-Angel_91">Journal</a> ||
  143. <a href="http://vampirefreaks.com/profile_action.php?user=Sweet-Dark-Angel_91&amp;friendslist=1">Add</a> || <a href="http://lumoslunadesigns.webs.com/">Credit</a>
  144. </div>
  145. <div class="innerbox" id="about">
  146. <u>Underline</u><br />
  147. <i>Italics</i><br />
  148. <b>Bold</b><br />
  149. <s>strike</s><br />
  150. Normal text blah blah blah.
  151. </div>
  152.  
  153. <div class="innerbox" id="music">
  154. Music here.
  155.  
  156. </div>
  157.  
  158. <div class="innerbox" id="likes">
  159. Likes here.
  160. </div>
  161.  
  162. <div class="innerbox" id="dislikes">
  163. Dislikes here.
  164. </div>
  165.  
  166. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement