conception

TurdFerguson Profile

Aug 10th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.58 KB | None | 0 0
  1. <style>
  2. .overlay {
  3. width: 600px;
  4. height: 550px;
  5. background: transparent;
  6. position: relative;
  7. }
  8. .innerbox {
  9. overflow: auto;
  10. border: 3px dotted #0d0d0d;
  11. background: #181818;
  12. position: absolute;
  13. padding: 3px;
  14. border-radius: 20px;
  15. }
  16. #about {
  17. top: 20px;
  18. left: 50px;
  19. width: 230px;
  20. height: 175px;
  21. }
  22. #music {
  23. top: 20px;
  24. left: 300px;
  25. width: 220px;
  26. height: 175px;
  27. text-align: center;
  28. }
  29. #likes {
  30. top: 215px;
  31. left: 50px;
  32. width: 230px;
  33. height: 200px;
  34. text-align: center;
  35. }
  36. #dislikes {
  37. top: 215px;
  38. left: 300px;
  39. width: 220px;
  40. height: 200px;
  41. text-align: center;
  42. }
  43. #links {
  44. top: 435px;
  45. left: 50px;
  46. width: 470px;
  47. height: 123px;
  48. text-align: center;
  49. }
  50. </style>
  51. <div class="overlay">
  52.  
  53. <div class="innerbox" id="about"><h1>About</h1>
  54. Turd Ferguson. It's a funny name. I'll spare the entirely self indulgent life story. My name is Magan. <b>bold</b> <i>italics</i> <u>underline</u> <s>strike</s> <a href="">link</a></div>
  55.  
  56. <div class="innerbox" id="music"><h1>Music</h1>
  57. <li>The Bouncing Souls.
  58. <li>MewithoutYou.
  59. <li>Brand New.
  60. <li>Operation Ivy.
  61. <li>Bad Religion.
  62. <li>The Horrorpops.
  63. <li>Screeching Weasel.
  64. <li>Wu-Tang Clan.
  65. <li>Atmosphere.
  66. <li>Eyedea &amp; Abilities.
  67. <li>Tegan &amp; Sara.
  68. <li>Bloc Party.
  69. <li>Eve 6.
  70. <li>El-P.
  71. <li>The Postal Service.
  72. <li>Weezer.
  73. <li>Rancid.
  74. <li>Aesop Rock.
  75. <li>Chiodos.
  76. <li>Sigur Ros.
  77. <li>Lupe Fiasco.
  78. <li>Regina Spektor.
  79. <li>Cage The Elephant.
  80. <li>The Avett Brothers.
  81. <li>MGMT.
  82. <li>Sufjan Stevens.
  83. <li>The Shins.
  84. <li>Bomb The Music Industry!
  85. <li>Aqualung.
  86. <li>Streetlight Manifesto.
  87. <li>The Raconteurs.
  88. <li>The White Stripes.
  89. <li>The Pixies.
  90. <li>Mac Lethal.
  91. <li>Foxy Shazam.
  92. <li>Bon Iver.
  93. <li>Bassnectar.
  94. <li>She &amp; Him.
  95. <li>Placebo.
  96. </div>
  97.  
  98. <div class="innerbox" id="likes"><h1>Likes</h1>
  99. <li>Aliens</div>
  100.  
  101. <div class="innerbox" id="dislikes"><h1>Dislikes</h1>
  102. <li>Earthlings</div>
  103.  
  104. <div class="innerbox" id="links"><h1>Navigation</h1>
  105. <a href="http://vampirefreaks.com/user_comment.php?user=TurdFerguson&amp;uid=5080650&amp;rate=1" class="navlink">Rate &amp; Comment</a> <a href="http://vampirefreaks.com/profile_action.php?user=TurdFerguson" class="navlink">Add Friend</a> <a href="http://vampirefreaks.com" class="navlink">VF Main</a><a href="http://vampirefreaks.com/gallery/TurdFerguson" class="navlink">My Gallery</a> <a href="http://vampirefreaks.com/journal/TurdFerguson" class="navlink">My Journal</a> <a href="" class="navlink">Extra Link</a><a href="" class="navlink">Extra Link 2</a> <a href="http://vampirefreaks.com/Voltage" class="navlink">Coding</a> <a href="http://vampirefreaks.com/Decayed" class="navlink">Header</a></div>
  106. </div>
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. <style>
  114. .navlink:link, .navlink:active, .navlink:visited {
  115. color: #742323;
  116. border-left: 5px solid #869721;
  117. border-right: 5px solid #a18201;
  118. font-family: Trebuchet MS;
  119. font-size: 10pt;
  120. font-weight: bold;
  121. text-transform: uppercase;
  122. font-weight: lighter;
  123. padding: 2px;
  124. width: 130px;
  125. text-align: center;
  126. display: inline-table;
  127. background: #141414;
  128. margin-top: 2px;
  129. margin-bottom: 1px;
  130. letter-spacing: 1px;
  131. -webkit-transition: all 0.5s ease-out;
  132. -moz-transition: all 0.5s ease-out;
  133. }
  134.  
  135. .navlink:hover {
  136. color: #61b34c;
  137. border-left: 5px solid #a18201;
  138. border-right: 5px solid #869721;
  139. text-transform: uppercase;
  140. font-style: normal;
  141. font-weight: lighter;
  142. text-align: center;
  143. display: inline-table;
  144. background: #0d0d0d;
  145. -webkit-transition: all 0.5s ease-out;
  146. -moz-transition: all 0.5s ease-out;
  147. }
  148.  
  149. html, body { background: #141414;
  150. background-image: url('http://oi41.tinypic.com/wgrqsi.jpg');
  151. background-attachment: fixed;
  152. background-position: top right;
  153. background-repeat: no-repeat; }
  154.  
  155. html, div {
  156. font-family: verdana;
  157. color: #e2e2e2;
  158. font-size: 11px;
  159. font-style: normal; }
  160.  
  161. a:link, .menu2, .menu2 a:link {
  162. color: #9c8607;
  163. font-size: 9pt;
  164. font-family: trebuchet ms;
  165. text-transform: uppercase;
  166. text-decoration: none;
  167. -webkit-transition: all 0.5s ease-out;
  168. -moz-transition: all 0.5s ease-out;
  169. }
  170.  
  171. a:visited, .menu2 a:visited {
  172. color: #9c8607;
  173. text-transform: uppercase;
  174. font-family: trebuchet ms;
  175. text-decoration: none;
  176. }
  177.  
  178. a:hover, .menu, .menu a:link, .menu a:visited {
  179. color: #76a334;
  180. text-decoration: none;
  181. font-family: trebuchet ms;
  182. text-transform: uppercase;
  183. background: transparent;
  184. -webkit-transition: all 0.5s ease-out;
  185. -moz-transition: all 0.5s ease-out;
  186. }
  187.  
  188. h1 {
  189. color: #772424;
  190. background: #141414;
  191. text-transform: none;
  192. font-variant: small-caps;
  193. font-family: calibri;
  194. font-size: 14px;
  195. display: block;
  196. border-top-left-radius: 20px;
  197. border-top-right-radius: 20px;
  198. padding: 2px;
  199. border-bottom: 1px dotted #869721;
  200. text-align: center;
  201. letter-spacing: 1px;
  202. }
  203.  
  204. b {
  205. text-transform: uppercase;
  206. font-variant: small-caps;
  207. font-family: trebuchet ms;
  208. color: #61b34c;
  209. font-size: 12px;
  210. letter-spacing: 1px;
  211. text-shadow: 1px 1px 1px #0d0d0d;
  212. }
  213.  
  214. i {
  215. color: #869721;
  216. text-transform: none;
  217. font-family: georgia;
  218. font-size: 12px;
  219. letter-spacing: 2px;
  220. }
  221.  
  222. s {
  223. text-transform: none;
  224. font-family: trebuchet ms;
  225. color: #742323;
  226. font-size: 12px;
  227. letter-spacing: 1px;
  228. }
  229.  
  230. u {
  231. color: #a18201;
  232. border-bottom: 1px dotted #742323;
  233. text-transform: none;
  234. font-family: helvetica;
  235. font-size: 11px;
  236. letter-spacing: 2px;
  237. }
  238.  
  239. .menu2 { background: #141414; }
  240. .menu2, #menu0 table { border: none!important; }
  241. .menu2 table, #menu0 { border: 1px dotted #0d0d0d!important; }
  242. .leftnav { background: #141414;}
  243. .leftnav { border: 1px dotted #0d0d0d; }
  244. .leftnav td { border: none; }
  245. </style>
  246. <style>
  247.  
  248. .maintop, .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, .profilepages, .footer_links { display: none; }
  249.  
  250. ::-webkit-scrollbar { width:5px; background:transparent; }
  251.  
  252. ::-webkit-scrollbar-track-piece { background: transparent; width:1px; border: none; overflow:hidden; -webkit-border-radius:100px; }
  253.  
  254. ::-webkit-scrollbar-thumb{ -webkit-border-radius:10px; background: #a18201; width:5px; border:none; }
  255.  
  256. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {height:10px; display: block; background-color:transparent; -webkit-border-radius:100px; border:none;}
  257.  
  258. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#61b34c; cursor:hand;}
  259.  
  260. ::-webkit-scrollbar-button:start:decrement:active, ::-webkit-scrollbar-button:end:increment:active{background:transparent;}
  261.  
  262.  
  263. </style>
Advertisement
Add Comment
Please, Sign In to add comment