conception

ShrapnelBunny Profile

Jul 31st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. <center><img src="http://i.imgur.com/fqkfbAo.png" />
  2. <style>
  3. .overlay {
  4. width: 711px;
  5. height: 460px;
  6. background: transparent;
  7. position: relative;
  8. }
  9. .innerbox {
  10. overflow: auto;
  11. border: none;
  12. background: #783c67;
  13. position: absolute;
  14. }
  15.  
  16. #about {
  17. top: -20px;
  18. left: 5px;
  19. width: 250px;
  20. height: 300px;
  21. border-top-left-radius: 20px;
  22. }
  23. #navig {
  24. top: -20px;
  25. left: 260px;
  26. width: 150px;
  27. height: 200px;
  28. overflow: hidden;
  29. }
  30. #vid {
  31. top: -20px;
  32. left: 415px;
  33. width: 290px;
  34. height: 200px;
  35. border-top-right-radius: 20px;
  36. }
  37. #quotes {
  38. top: 285px;
  39. left: 5px;
  40. width: 250px;
  41. height: 186px;
  42. }
  43. #fam {
  44. top: 185px;
  45. left: 260px;
  46. width: 270px;
  47. height: 286px;
  48. }
  49. #cults {
  50. top: 185px;
  51. left: 535px;
  52. width: 170px;
  53. height: 286px;
  54. }
  55.  
  56. </style>
  57.  
  58.  
  59. <div class="overlay">
  60. <div class="innerbox" id="about"><h1>About Me</h1> about box info here <b>bold</b> <u>underline</u> <i>italics</i> <s>strike</s> <a href="">link</a></div>
  61. <div class="innerbox" id="navig"><h1>Navigation</h1>
  62. <a href="http://vampirefreaks.com/user_comment.php?user=ShrapnelBunny&amp;uid=4383791&amp;rate=1" class="navlink">Rate &amp; Comment</a>
  63. <a href="http://vampirefreaks.com/profile_action.php?user=ShrapnelBunny&amp;uid=5167267&amp;friendslist=1" class="navlink">Friend Me</a>
  64. <a href="http://vampirefreaks.com/profile_action.php?user=ShrapnelBunny&amp;block_user=1" class="navlink">Hate Me</a>
  65. <a href="http://vampirefreaks.com/journal/ShrapnelBunny" class="navlink">My Journal</a>
  66. <a href="http://vampirefreaks.com/gallery/ShrapnelBunny" class="navlink">Gallery</a>
  67. <a href="http://vampirefreaks.com" class="navlink">VF Main</a>
  68. <a href="http://vampirefreaks.com/Voltage" class="navlink">Code ©</a>
  69. <a href="http://vampirefreaks.com/tourmaline" class="navlink">Header ©</a></div>
  70. <div class="innerbox" id="vid"><h1>Music Video</h1></div>
  71. <div class="innerbox" id="quotes"><h1>Favorite Quotes</h1></div>
  72. <div class="innerbox" id="fam"><h1>My Little Online Family</h1></div>
  73. <div class="innerbox" id="cults"><h1>My Cults</h1></div>
  74. </div>
  75. </center>
  76.  
  77. <style>
  78. .navlink:link, .navlink:active, .navlink:visited {
  79. color: #e1b19d;
  80. border-left: 5px solid #ff6d6f;
  81. border-right: 5px solid #ff6d6f;
  82. font-family: Trebuchet MS;
  83. font-size: 10pt;
  84. height: 13px;
  85. font-weight: bold;
  86. text-transform: uppercase;
  87. font-weight: lighter;
  88. padding: 3px;
  89. width: 90%;
  90. line-height: 13px;
  91. text-align: center;
  92. display: block;
  93. background: #c44e78;
  94. margin-top: 1px;
  95. letter-spacing: 1px;
  96. -webkit-transition: all 0.5s ease-out;
  97. -moz-transition: all 0.5s ease-out;
  98. }
  99.  
  100. .navlink:hover {
  101. color: #e1b19d;
  102. border-left: 5px solid #c44e78;
  103. border-right: 5px solid #c44e78;
  104. text-transform: uppercase;
  105. font-style: normal;
  106. font-weight: lighter;
  107. text-align: center;
  108. display: block;
  109. background: #ff6d6f;
  110. -webkit-transition: all 0.5s ease-out;
  111. -moz-transition: all 0.5s ease-out;
  112. }
  113.  
  114. body, html {
  115. background-color: #000000;
  116. background-image: url('http://i.imgur.com/KbOYerI.png');
  117. background-position: center center;
  118. background-repeat: repeat;
  119. background-attachment: fixed;
  120. }
  121.  
  122. html, div {
  123. font-family: trebuchet ms;
  124. color: #f7eee7;
  125. font-size: 12px;
  126. font-style: normal;
  127. }
  128.  
  129. .main {
  130. background-color: #5b3659;
  131. width: 710px;
  132. padding: 2px;
  133. }
  134.  
  135. a:link, .menu2, .menu2 a:link {
  136. color: #ff6d6f;
  137. font-size: 9pt;
  138. font-family: verdana;
  139. text-transform: none;
  140. text-decoration: none;
  141. -webkit-transition: all 0.5s ease-out;
  142. -moz-transition: all 0.5s ease-out;
  143. }
  144.  
  145. a:visited, .menu2 a:visited {
  146. color: #ff6d6f;
  147. text-transform: none;
  148. font-family: verdana;
  149. text-decoration: none;
  150. }
  151.  
  152. a:hover, .menu, .menu a:link, .menu a:visited {
  153. color: #f69f81;
  154. text-decoration: none;
  155. font-family: verdana;
  156. text-transform: none;
  157. background: transparent;
  158. -webkit-transition: all 0.5s ease-out;
  159. -moz-transition: all 0.5s ease-out;
  160. }
  161.  
  162. h1 {
  163. font-family: trebuchet ms;
  164. font-size: 14pt;
  165. font-variant: small-caps;
  166. background: -webkit-gradient(linear, left top, left bottom, from(#ff6d6f), to(#f69f81));
  167. -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  168. #ff6d6f &gt; top;
  169. #f69f81 &gt; bottom;
  170. display: block;
  171. border-bottom: 3px dotted #5b3659;
  172. line-height: 20px;
  173. margin: 5px;
  174. }
  175.  
  176. b {
  177. text-transform: uppercase;
  178. font-family: calibri;
  179. color: #f69f81;
  180. font-size: 14px;
  181. font-weight: bold;
  182. text-shadow: 0px 1px 0px #87596d;
  183. letter-spacing: 2px;
  184. }
  185.  
  186. i {
  187. text-transform: none;
  188. font-family: georgia;
  189. color: #CFA5BD;
  190. font-size: 11px;
  191. letter-spacing: 1px;
  192. }
  193.  
  194. s {
  195. text-transform: none;
  196. font-family: trebuchet ms;
  197. color: #ae8384;
  198. font-size: 11px;
  199. letter-spacing: 1px;
  200. }
  201.  
  202. u {
  203. border-bottom: 1px dotted #e1b19d;
  204. text-transform: none;
  205. font-family: georgia;
  206. font-size: 11px;
  207. letter-spacing: 2px;
  208.  
  209. </style>
  210.  
  211.  
  212. <style>
  213.  
  214. .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; }
  215.  
  216. </style>
Advertisement
Add Comment
Please, Sign In to add comment