Beeline

AnnalovesbatsLAYOUT

Apr 24th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 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; } </style>
  3.  
  4. <style>
  5. .overlay {
  6. width: 1308px;
  7. height: 1314px;
  8. background: url('http://i.imgur.com/R5dUd9K.jpg') 0px 0px no-repeat;
  9. position: relative;
  10. }
  11.  
  12. .innerbox {
  13. overflow: auto;
  14. border: 1px solid #333;
  15. position: absolute;
  16. }
  17. #innerbox1 {
  18. top: 701px;
  19. left: 267px;
  20. width: 462px;
  21. height: 280px;
  22. }
  23. #innerbox2 {
  24. top: 695px;
  25. left: 748px;
  26. width: 272px;
  27. height: 263px;
  28. }
  29. b {
  30. color: #1c0113;
  31. font-size: 12px;
  32. font-family: trebuchet MS;
  33. font-weight: lighter;
  34. text-transform: uppercase;
  35. }
  36.  
  37. i {
  38. color: #1c0113;
  39. font-size: 12px;
  40. font-family: trebuchet MS;
  41. font-weight: lighter;
  42. }
  43.  
  44. u {
  45. border-bottom: 2px solid #1c0113;
  46. font-size: 12px;
  47. font-family: trebuchet MS;
  48. font-weight: lighter;
  49. }
  50.  
  51. s {
  52. color: #1c0113;
  53. font-size: 12px;
  54. font-family: trebuchet MS;
  55. font-weight: lighter;
  56. }
  57. h1 {
  58. font-size: 15px;
  59. line-height: 25px;
  60. font-family: trebuchet MS;
  61. text-align: center;
  62. letter-spacing: 2px;
  63. color: #E4D39B5;
  64. font-weight: lighter;
  65. text-transform: uppercase;
  66. font-style: none;
  67. margin: 0px;
  68. border-left: 1px solid #1c0113;
  69. border-right: 1px solid #1c0113;
  70. border-bottom: 3px solid #1c0113;
  71. border-top: 2px dotted #1c0113;
  72. background-color:#ffabab;
  73. }
  74. </style>
  75.  
  76. <div class="overlay">
  77.  
  78. <div class="innerbox" id="innerbox1"><b>About</b> <u>Me</u> <i>stuff </i> here. Normal right ya?</div>
  79.  
  80. <div class="innerbox" id="innerbox2"><h1>H1 PREVIEW</h1> <br />Put your cults stuff here)</div>
  81.  
  82.  
  83. <div class="none" id="innerbox3"><ul class="svertical">
  84. <li><a href="http://vampirefreaks.com/profiles/home.php">Home</a></li>
  85. <li><a href="http://vampirefreaks.com/edituser.php">Edit Profile</a></li>
  86. <li><a href="http://vampirefreaks.com/user_comment.php?user=AnnaLovesBats&amp;rate=1">Comment/Rate</a></li>
  87. <li><a href="http://vampirefreaks.com/profile_action.php?user=AnnaLovesBats">Add Me</a></li>
  88. <li><a href="http://vampirefreaks.com/journal/AnnaLovesBats" class="navlink">Journal</a></li>
  89. <li><a href="http://vampirefreaks.com/gallery/AnnaLovesBats">Gallery</a></li>
  90. </ul></div>
  91. </div>
  92. </div>
  93.  
  94.  
  95.  
  96. <style>
  97. a:link,a:visited
  98. {
  99. display:block;
  100. font-weight:bold;
  101. color:white;
  102. background-color:#ffabab;
  103. width:110px;
  104. text-align:center;
  105. padding:5px;
  106. text-decoration:none;
  107. }
  108. a:hover,a:active
  109. {
  110. background-color:#736765;
  111. }
  112. </style>
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. <style>
  121.  
  122. ul.svertical{
  123. width: 200px; /* width of menu */
  124. overflow: auto;
  125. background: #736765; /* background of menu */
  126. margin: 0;
  127. padding: 0;
  128. padding-top: 10px; /* top padding */
  129. list-style-type: none;
  130. }
  131.  
  132. ul.svertical li{
  133. text-align: right; /* right align menu links */
  134. }
  135.  
  136. ul.svertical li a{
  137. position: relative;
  138. display: inline-block;
  139. text-indent: 5px;
  140. overflow: hidden;
  141. background: rgb(#282833, 201, 68); /* initial background color of links */
  142. font: bold 10px Germand;
  143. text-decoration: none;
  144. padding: 5px;
  145. margin-bottom: 7px; /* spacing between links */
  146. color: black;
  147. -moz-box-shadow: inset -7px 0 5px rgba(114,114,114, 0.8); /* inner right shadow added to each link */
  148. -webkit-box-shadow: inset -7px 0 5px rgba(114,114,114, 0.8);
  149. box-shadow: inset -7px 0 5px rgba(114,114,114, 0.8);
  150. -moz-transition: all 0.2s ease-in-out; /* CSS3 transition of hover properties */
  151. -webkit-transition: all 0.2s ease-in-out;
  152. -o-transition: all 0.2s ease-in-out;
  153. -ms-transition: all 0.2s ease-in-out;
  154. transition: all 0.2s ease-in-out;
  155. }
  156.  
  157. ul.svertical li a:hover{
  158. padding-right: 30px; /* add right padding to expand link horizontally to the left */
  159. color: black;
  160. background: rgb(#1c0113,249,75);
  161. -moz-box-shadow: inset -3px 0 2px rgba(114,114,114, 0.8); /* contract inner right shadow */
  162. -webkit-box-shadow: inset -3px 0 5px rgba(114,114,114, 0.8);
  163. box-shadow: inset -3px 0 5px rgba(114,114,114, 0.8);
  164. }
  165.  
  166. ul.svertical li a:before{ /* CSS generated content: slanted right edge */
  167. content: "";
  168. position: absolute;
  169. left: 0;
  170. top: 0;
  171. border-style: solid;
  172. border-width: 70px 0 0 20px; /* Play around with 1st and 4th value to change slant degree */
  173. border-color: #1c0113;
  174.  
  175. }
  176.  
  177. </style>
  178.  
  179.  
  180. <style>
  181. body, html { background: #736765; background-repeat: no-repeat; background-not allowedcenter;
  182. background-attachment: fixed; } </style>
Advertisement
Add Comment
Please, Sign In to add comment