NekoPrincessSheila

Skeletons Profile Layout v1

Jan 5th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. <style>
  2. .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; }
  3.  
  4. body, html{ background: url('http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/3_zps3a2b1550.png'); background-attachment: fixed; }
  5.  
  6.  
  7. body, table, .rate b {
  8. text-decoration: none;
  9. text-transform: none;
  10. font: 8pt century gothic;
  11. letter-spacing: 1px;
  12. color: #690A30;
  13. }
  14.  
  15. b {
  16. text-decoration: bold;
  17. text-transform: none;
  18. text-shadow: -1px 1px 0px #000000;
  19. font: 8pt century gothic;
  20. letter-spacing: 1px;
  21. color: #690A30;
  22. }
  23.  
  24. i {
  25. text-decoration: italic;
  26. text-shadow: none;
  27. font: 8pt century gothic;
  28. color: #690A30;
  29. border-bottom: none;
  30. font-style: italic;
  31. }
  32.  
  33. u {
  34. border-bottom: 1px solid #F00D68;
  35. text-decoration: none;
  36. text-transform: none;
  37. text-shadow: none;
  38. font: 8pt century gothic;
  39. color: #690A30;
  40. }
  41.  
  42. s {
  43. text-decoration: strike;
  44. text-transform: lowercase;
  45. text-shadow: none;
  46. font: 8pt century gothic;
  47. letter-spacing: -1px;
  48. color: #302F2F;
  49. }
  50.  
  51. h1 {
  52. display: block;
  53. padding: 0px;
  54. margin-top: 0px;
  55. margin-bottom: 3px;
  56. border-radius: 20px;
  57. text-decoration: none;
  58. text-transform: uppercase;
  59. letter-spacing: 4px;
  60. font: 10pt century gothic;
  61. color: #000000;
  62. background: #690A30;
  63. }
  64.  
  65. a:link, a:visited{
  66. font-family: century gothic; font-size: 8pt; color: #690A30; font-weight: bold;
  67. }
  68.  
  69. a:hover{
  70. font-family: century gothic; font-size: 8pt; color: #F00D68; background: transparent; font-weight: bold;
  71. }
  72.  
  73. a.navlink:link, a.navlink:visited{
  74. color: #0B0D0D; background: #690A30; font-size: 8pt;
  75. }
  76.  
  77. a.navlink:hover {
  78. color: #F00D68; background: #5E5959; font-size: 8pt;
  79. }
  80.  
  81. .overlay {
  82. top: 15px; width: 500px; height: 525px; position: relative; background-color: #000000; border-radius: 20px; border: 2px solid #F00D68;
  83. }
  84.  
  85. #links {
  86. top: 0px; width: 500px; height: 15px; overflow: hidden; position: relative; background: transparent;
  87. }
  88. #header {
  89. width: 500px; height: 100px; overflow: hidden; position: relative; background: #000000 url(http://i231.photobucket.com/albums/ee83/DelilahDarkness/Portfolio%20Content/DivBackgrounds/daveheader2-4_zps4c8d5c3e.png); border-radius: 20px; border: 2px solid #F00D68;
  90. }
  91. #about {
  92. top: 10px; left: 10px; width: 470px; height: 150px; text-align: left; overflow: auto; position: absolute; padding: 4px; background-color: #5E5959; border-radius: 20px;
  93. }
  94. #likes {
  95. top: 175px; left: 10px; width: 470px; height: 100px; text-align: right; overflow: auto; position: absolute; padding: 4px; border-radius: 20px; background-color: #5E5959;
  96. }
  97. #dislikes {
  98. top: 290px; left: 10px; width: 470px; height: 100px; text-align: left; overflow: hidden; position: absolute; padding: 4px; border-radius: 20px; background-color: #5E5959;
  99. }
  100. #music {
  101. top: 405px; left: 10px; width: 470px; height: 100px; text-align: right; overflow: hidden; position: absolute; padding: 4px; border-radius: 20px; background-color: #5E5959;
  102. }
  103.  
  104. </style>
  105.  
  106.  
  107. <center>
  108.  
  109. <div id="links">
  110.  
  111. <a href="http://vampirefreaks.com/profiles/home.php" class="navlink">[HOME]</a> <a href="http://vampirefreaks.com/gallery/YOURUSERNAME" class="navlink">[GALLERY]</a> <a href="http://vampirefreaks.com/user_comment.php?user=YOURUSERNAME&amp;private=1" class="navlink">[CONTACT]</a>
  112. <a href="http://vampirefreaks.com/profile_action.php?user=YOURUSERNAME" class="navlink">[ADD AS FRIEND]</a>
  113. <a href="http://vampirefreaks.com/journal/YOURUSERNAME" class="navlink">[JOURNAL]</a> <a href="http://maddenedbythestarsdesigns.netai.net/" class="navlink">[CREDIT] </a> </div>
  114. <br />
  115.  
  116. <div id="header">
  117. <br /><br />
  118. <font size="16pt" color="#000">USERNAME</font>
  119.  
  120. </div>
  121.  
  122. <div class="overlay">
  123.  
  124. <div id="about">
  125. <h1>About The Demon</h1>
  126. <p>about you stuff here</p>
  127.  
  128. <s>strikethrough</s> <b>bold</b> <i>italic</i> <u>underline</u>
  129. </div>
  130.  
  131.  
  132. <div id="likes">
  133. <h1>Pleasures</h1>
  134. <p>likes stuff here</p>
  135. </div>
  136.  
  137. <div id="dislikes">
  138. <h1>Loathes</h1>
  139. <p>dislikes stuff here</p>
  140.  
  141. </div>
  142.  
  143. <div id="music">
  144. <h1>Ear Sex</h1>
  145. <p>music stuff here</p>
  146.  
  147. </div>
  148.  
  149.  
  150.  
  151. </div>
  152.  
  153.  
  154. <br />
  155. <br />
Advertisement
Add Comment
Please, Sign In to add comment