Advertisement
diewithglory88

Red Premade Layout

Feb 27th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. <div class="div"> <h3>Navigation</h3>
  2. <a href="http://vampirefreaks.com/" class="nav">VF Home</a>
  3. <a href="http://vampirefreaks.com/user_comment.php?user=YOURUSERNAME&amp;uid=146667&amp;rate=1" class="nav">Message</a>
  4. <a href="/journal/YOURUSERNAME" class="nav">Journal</a>
  5. <a href="http://vampirefreaks.com/profile_action.php?user=YOURUSERNAME" class="nav">Add as Friend</a>
  6. <a href="link" class="nav">extra link</a>
  7. <a href="link" class="nav">extralink</a>
  8. <a href="http://electr0kill.site11.com/" class="nav">© Credit 2013</a>
  9.  
  10. <a href="/gallery/YOURUSERNAME"><img src="http://i.imgur.com/JbDqsr4.png" width="160px" height="150px" /></a>
  11. </div>
  12.  
  13.  
  14. <center><table width="350px"><tr><td>
  15. <div style="overflow: auto; width: 120px; height: 300px;"> <center>
  16. <a href="#profile" class="nav">About</a> <p>
  17. <a href="#likes" class="nav">Likes</a> <p>
  18. <a href="#dislikes" class="nav">Dislikes</a> <p>
  19. <a href="#music" class="nav">Music ♪</a> <p>
  20. <a href="#cults" class="nav">Cults</a> <p>
  21. <a href="#friends" class="nav">Friends</a>
  22. <br /><br /><a href=""></a>
  23. </div></td><td>
  24.  
  25. <div class="container"><a name="profile"></a><div class="section">
  26. <h1>About Me </h1>
  27. normal text <u>underline text</u> <i>Some Italic Text</i> <b>Some Bold Text</b> <s>Some Struck Out Text</s> hr below vvv<hr /> <h1>header 1</h1> <h3>header 3</h3> <a href="link">regular link</a> <a href="link" class="nav">nav link</a>
  28.  <blockquote>BQ firstline <br /> blah blah second line</blockquote>
  29. </div>
  30.  
  31. <a name="likes"></a>
  32. <div class="section"> <h1>Likes</h1>
  33.  
  34. </div>
  35.  
  36. <a name="dislikes"></a>
  37. <div class="section"> <h1>Dislikes</h1>
  38. </div>
  39.  
  40. <a name="music"></a>
  41. <div class="section"> <h1>Music</h1>
  42.  
  43. </div>
  44.  
  45. <a name="cults"></a>
  46. <div class="section"> <h1>Cults</h1>
  47.  
  48. </div>
  49.  
  50. <a name="friends"></a>
  51. <div class="section"> <h1>friends</h1>
  52.  
  53.  
  54. </div></div></td></tr></table>
  55.  
  56.  
  57. <style>.leftnav, .profile_title, .likes_title, .dislikes_title,
  58. .music_title, .defaultpic, .userinfo, .journal_entry,
  59. .maintop, .thumbnail, .gallery, .videos, .profilename, .topbar, .comments, .comment_title, .friends, .buttons1, .buttons2, .buttons3, .footer_links, .tagline,.profilepages, .rate, .menu2, .topbar, .maintop img, .maintop table, .small_space,.side_td
  60. { display: none; }
  61.  
  62. table,td,th {
  63. border: none;
  64. }
  65. th {
  66. height: 30px;
  67. text-align: center;
  68. }
  69.  
  70. html, body {
  71. background: url('http://i.imgur.com/d2Rhnl7.png');
  72. background-attachment: fixed;
  73. background-repeat: repeat;
  74. }
  75.  
  76. .main { width: 700px; background: #080808; border-radius: 5px 5px 30px 30px; -moz-border-radius: 5px 5px 30px 30px; -webkit-border-radius: 5px 5px 30px 30px; border: 5px solid #070707;
  77. }
  78.  
  79. body {
  80. width: 900px;
  81. margin: 0px auto;
  82. background: transparent;
  83. border: none;
  84. text-align: center;
  85. text-decoration: none;
  86. text-transform: none;
  87. text-shadow: none;
  88. font: 10pt calibri;
  89. color: #ffffff;
  90. }
  91.  
  92. b {
  93. text-decoration: bold;
  94. text-transform: uppercase;
  95. text-shadow: -1px 1px 0px #000000;
  96. font: 11pt calibri;
  97. letter-spacing: 1px;
  98. color: #BB1219;
  99. }
  100.  
  101. i {
  102. text-decoration: italic;
  103. text-shadow: none;
  104. font: 10pt calibri;
  105. color: #FF4D4D;
  106. border-bottom: none;
  107. font-style: italic;
  108. }
  109.  
  110. u {
  111. border-bottom: 2px solid #CC0000;
  112. text-decoration: none;
  113. text-transform: none;
  114. text-shadow: none;
  115. font: 13pt Georgia;
  116. color: #F4E7D8;
  117. }
  118.  
  119. s {
  120. text-decoration: strike;
  121. text-transform: lowercase;
  122. text-shadow: none;
  123. font: 10pt calibri;
  124. letter-spacing: -1px;
  125. color: #000000;
  126. }
  127.  
  128. hr {
  129. height: 3px;
  130. margin-top: 5px;
  131. margin-bottom: 5px;
  132. background-color: transparent;
  133. background: #360606;
  134. border: none;
  135. }
  136.  
  137. h1 {
  138. display: block;
  139. padding: 0px;
  140. margin-top: 0px;
  141. margin-bottom: 3px;
  142. text-align: center;
  143. text-decoration: none;
  144. font-weight: bold;
  145. text-transform: lowercase;
  146. letter-spacing: 24px;
  147. font: 16pt Georgia;
  148. color: #9E1111;
  149. }
  150.  
  151. h3 {
  152. display: block;
  153. padding: 0px;
  154. margin-top: 3px;
  155. margin-bottom: 3px;
  156. background: transparent;
  157. border: none;
  158. text-align: center;
  159. text-decoration: none;
  160. text-transform: uppercase;
  161. border-bottom:
  162. letter-spacing: 6px;
  163. font: 23pt calibri;
  164. color: #01A4A4;
  165. text-shadow: -1px 0 black, -1px black, -1px 0 black, 0 -1px black;
  166. background: -webkit-gradient(linear, left top, left bottom, from(#FF3131), to(#360606)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  167. }
  168.  
  169. blockquote:first-line {
  170. font: 19pt Georgia;
  171. color: #E8E8E8;
  172. letter-spacing: 8pt;
  173. font-style: italic;
  174. }
  175.  
  176. blockquote {
  177. width: 480px;
  178. padding: 8px;
  179. margin: 0px auto;
  180. margin-top: 10px;
  181. margin-bottom: 10px;
  182. background: transparent;
  183. border-top: 3px solid #111111;
  184. border-bottom: 1px dotted #9E1111;
  185. border-left: 3px solid #141414;
  186. border-right: 3px solid #141414;
  187. border-radius: 10px;
  188. text-align: center;
  189. text-decoration: none;
  190. text-transform: none;
  191. font: 10pt calibri;
  192. color: #666666;
  193. }
  194.  
  195. a.nav:link, a.nav:visited, a.nav:active {
  196. display: block;
  197. padding: 0px;
  198. margin-top: 3px;
  199. margin-bottom: 3px;
  200. background: #080808;
  201. text-align: center;
  202. text-decoration: none;
  203. text-transform: uppercase;
  204. text-shadow: none;
  205. letter-spacing: 3px;
  206. font: 12pt calibri;
  207. color: #ffffff;
  208. -webkit-transition: all 0.5s ease-out;
  209. -moz-transition: all 0.5s ease-out;
  210. -o-transition: all 0.5s ease-out;
  211. }
  212.  
  213. a.nav:hover {
  214. display: block;
  215. padding: 0px;
  216. margin-top: 3px;
  217. margin-bottom: 3px;
  218. background: #070707;
  219. text-align: center;
  220. text-decoration: none;
  221. text-transform: uppercase;
  222. text-shadow: none;
  223. letter-spacing: 3px;
  224. font: 12pt calibri;
  225. color: #BB1219;
  226. -webkit-transition: all 0.5s ease-out;
  227. -moz-transition: all 0.5s ease-out;
  228. -o-transition: all 0.5s ease-out;
  229. }
  230.  
  231. a:link, a:visited {
  232. padding: 0px;
  233. background: transparent;
  234. border: none;
  235. text-decoration: none;
  236. text-transform: none;
  237. text-shadow: none;
  238. letter-spacing: none;
  239. font: 10pt calibri;
  240. color: #F4E7D8;
  241. -webkit-transition: all 0.5s ease-out;
  242. -moz-transition: all 0.5s ease-out;
  243. -o-transition: all 0.5s ease-out;
  244. }
  245.  
  246. a:hover {
  247. padding: 0px;
  248. background: transparent;
  249. border: none;
  250. text-decoration: none;
  251. text-transform: none;
  252. text-shadow: none;
  253. letter-spacing: none;
  254. font: 10pt calibri;
  255. color: #6B8B86;
  256. -webkit-transition: all 0.5s ease-out;
  257. -moz-transition: all 0.5s ease-out;
  258. -o-transition: all 0.5s ease-out;
  259. }
  260.  
  261. a:link img, a:visited img {
  262. margin-top: 4px;
  263. background: transparent;
  264. border: 3px solid #333333;
  265. filter: alpha(opacity=60);-moz-opacity: .50;opacity: .50;-webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;
  266. }
  267.  
  268. a:hover img {
  269. margin-top: 4px;
  270. background: transparent;
  271. border-left: 3px solid #360606; border-bottom: 3px solid #630C0C; border-right: 3px solid #360606; border-top: 3px solid #630C0C;
  272. filter: alpha(opacity=100);-moz-opacity: 100;opacity: 100;-webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out;
  273. }
  274.  
  275. ::-webkit-scrollbar-thumb:vertical { height: 50px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#360606), color-stop(1,#360606));} ::-webkit-scrollbar {height: 20px; width: 3px; background: #080808;
  276. }
  277.  
  278. .div {
  279. width: 12.0%;
  280. min-width: 100px;
  281. top: 0px;
  282. right: 1.0%;
  283. height: auto;
  284. background: #080808;
  285. border-radius: 0px 0px 5px 5px;
  286. text-align: center;
  287. padding: 7px 7px 0px 7px;
  288. position: fixed;
  289. }
  290.  
  291. .container {
  292. width: 655px; height: 350px;
  293. overflow: auto; overflow-y: hidden;
  294. }
  295. .section { height: 350px; overflow: auto; }
  296. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement