NekoPrincessSheila

Black and white Rose Layout

Apr 2nd, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 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{
  5. background: #000; background-attachment: fixed;
  6. }
  7.  
  8. .base {
  9. width: 900px;
  10. height: 810px;
  11. position: relative;
  12. background: url('http://i.imgur.com/2Php6Oa.png');
  13. border-radius: 5px;
  14. border: 0px;
  15. border-radius: 0px;
  16. }
  17.  
  18. #boxuno {
  19. margin: 5px;
  20. padding: 5px;
  21. top: 60px;
  22. position: absolute;
  23. left: 410px;
  24. height: 70px;
  25. width: 420px;
  26. overflow: auto;
  27. text-align: center;
  28. line-height: 10px;
  29. border-radius: 0px;
  30. background: #transparent;
  31. border: 0px solid #FFF;
  32. }
  33.  
  34. #boxdos {
  35. margin: 5px;
  36. padding: 5px;
  37. top: 150px;
  38. position: absolute;
  39. left: 320px;
  40. height: 600px;
  41. width: 500px;
  42. overflow: auto;
  43. text-align: center;
  44. border-radius: 0px;
  45. background: #transparent;
  46. border: 0px solid #FFF;
  47. }
  48.  
  49. .container {
  50. width: 500px;
  51. height: 590px;
  52. overflow: auto;
  53. overflow-y: hidden;
  54. border-radius: 0px;
  55. background: transparent;
  56. }
  57. .section {
  58. height: 590px;
  59. overflow: auto;
  60. border-radius: 0px;
  61. background: transparent;
  62. }
  63.  
  64. body, table, .rate b {
  65. text-decoration: none;
  66. text-transform: none;
  67. font: 7pt century gothic;
  68. letter-spacing: 1px;
  69. color: #fff;
  70. }
  71.  
  72. b {
  73. text-decoration: bold;
  74. text-transform: uppercase;
  75. text-shadow: -1px 1px 0px #606060;
  76. font: 8pt century gothic;
  77. letter-spacing: 1px;
  78. color: #fff;
  79. -webkit-opacity: 0.85;
  80. -moz-opacity: 0.85;
  81. opacity: 0.85;
  82. }
  83.  
  84. i {
  85. text-decoration: italic;
  86. font: 7pt century gothic;
  87. color: #fff;
  88. font-style: italic;
  89. -webkit-opacity: 0.85;
  90. -moz-opacity: 0.85;
  91. opacity: 0.85;
  92. }
  93.  
  94. u {
  95. border-bottom: 1px dotted #606060;
  96. font: 8pt century gothic;
  97. -webkit-opacity: 0.85;
  98. -moz-opacity: 0.85;
  99. opacity: 0.85;
  100. color: #fff;
  101. }
  102.  
  103. s {
  104. text-decoration: strike;
  105. text-transform: lowercase;
  106. font: 7pt century gothic;
  107. letter-spacing: -1px;
  108. color: #606060;
  109. }
  110.  
  111. a:link, a:visited {
  112. font: 9pt century gothic;
  113. text-transform: uppercase;
  114. color: #fff;
  115. font-weight: bold;
  116. -webkit-opacity: 0.85;
  117. -moz-opacity: 0.85;
  118. opacity: 0.85;
  119. -webkit-transition: all 1s ease;
  120. -moz-transition: all 1s ease;
  121. -ms-transition: all 1s ease;
  122. -o-transition: all 1s ease;
  123. transition: all 1s ease;
  124. }
  125.  
  126. a:hover {
  127. font: 9pt century gothic;
  128. color: #820609;
  129. background: transparent;
  130. font-weight: bold;
  131. }
  132.  
  133. .navi:link, .navi:visited {
  134. font: 9pt century gothic;
  135. text-transform: none;
  136. color: #fff;
  137. border-right: 2px solid #820609;
  138. border-left: 2px solid #820609;
  139. border-radius: 40px;
  140. margin: 3px;
  141. padding: 2px;
  142. -webkit-opacity: 0.85;
  143. -moz-opacity: 0.85;
  144. opacity: 0.85;
  145. -webkit-transition: all 1s ease;
  146. -moz-transition: all 1s ease;
  147. -ms-transition: all 1s ease;
  148. -o-transition: all 1s ease;
  149. transition: all 1s ease;
  150. }
  151.  
  152. .navi:hover {
  153. font: 9pt century gothic;
  154. color: #820609;
  155. background: transparent;
  156. border-right: 2px solid #606060;
  157. border-left: 2px solid #606060;
  158. }
  159.  
  160. .cult {
  161. border: 1px solid #820609;
  162. height: 110px;
  163. width: 280px;
  164. border-radius: 5px;
  165. -webkit-opacity: 0.85;
  166. -moz-opacity: 0.85;
  167. opacity: 0.85;
  168. -webkit-transition: all 1s ease;
  169. -moz-transition: all 1s ease;
  170. -ms-transition: all 1s ease;
  171. -o-transition: all 1s ease;
  172. transition: all 1s ease;
  173. }
  174.  
  175. .cult:hover {
  176. border: 1px solid #606060;
  177. border-radius: 40px;
  178. -webkit-opacity: 1;
  179. -moz-opacity: 1;
  180. opacity: 1;
  181. -webkit-transition: all 1s ease;
  182. -moz-transition: all 1s ease;
  183. -ms-transition: all 1s ease;
  184. -o-transition: all 1s ease;
  185. transition: all 1s ease;
  186. }
  187.  
  188. .pal {
  189. border: 1px solid #820609;
  190. height: 130px;
  191. width: 130px;
  192. border-radius: 5px;
  193. -webkit-opacity: 0.85;
  194. -moz-opacity: 0.85;
  195. opacity: 0.85;
  196. -webkit-transition: all 1s ease;
  197. -moz-transition: all 1s ease;
  198. -ms-transition: all 1s ease;
  199. -o-transition: all 1s ease;
  200. transition: all 1s ease;
  201. }
  202.  
  203. .pal:hover {
  204. border: 1px solid #606060;
  205. border-radius: 100px;
  206. -webkit-opacity: 1;
  207. -moz-opacity: 1;
  208. opacity: 1;
  209. -webkit-transition: all 1s ease;
  210. -moz-transition: all 1s ease;
  211. -ms-transition: all 1s ease;
  212. -o-transition: all 1s ease;
  213. transition: all 1s ease;
  214. }
  215.  
  216. h1 {
  217. display: block;
  218. padding: 0px;
  219. margin-top: 0px;
  220. margin-bottom: 0px;
  221. border-radius: 20px;
  222. border-bottom: 1px solid #5c2d22;
  223. text-decoration: italic;
  224. text-transform: uppercase;
  225. text-align: right;
  226. letter-spacing: 5px;
  227. font: 11pt century gothic;
  228. color: #fff;
  229. background: transparent;
  230. -webkit-opacity: 0.85;
  231. -moz-opacity: 0.85;
  232. opacity: 0.85;
  233. }
  234.  
  235. h1:first-letter {
  236. font-size: 120%;
  237. }
  238.  
  239. h2 {
  240. display: block;
  241. padding: 0px;
  242. margin-top: 0px;
  243. margin-bottom: 0px;
  244. border-radius: 20px;
  245. border-bottom: 1px solid #5c2d22;
  246. text-decoration: italic;
  247. text-transform: uppercase;
  248. text-align: left;
  249. letter-spacing: 5px;
  250. font: 9pt century gothic;
  251. color: #fff;
  252. background: transparent;
  253. -webkit-opacity: 0.85;
  254. -moz-opacity: 0.85;
  255. opacity: 0.85;
  256. }
  257.  
  258. </style>
  259.  
  260.  
  261. <center>
  262. <br />
  263. <br />
  264.  
  265.  
  266. <div class="base">
  267.  
  268. <div id="boxuno">
  269. <h2>Page Navigation</h2>
  270. <a href="#intro" class="navi">About</a>
  271. <a href="#loves" class="navi">Loves</a>
  272. <a href="#loathes" class="navi">Loathes</a>
  273. <a href="#tunes" class="navi">Music</a>
  274. <a href="#pals" class="navi">Comrades</a>
  275. <a href="#cults" class="navi">Cults</a>
  276. <br /><br /><h2>Site Navigation</h2>
  277. <a href="http://vampirefreaks.com/profiles/home.php" class="navi">VF Home</a>
  278. <a href="http://vampirefreaks.com/user_comment.php?user=YOURUSERNAMEE&amp;rate=1" class="navi">Message</a>
  279. <a href="http://vampirefreaks.com/profile_action.php?user=YOURUSERNAME&amp;friendslist=1" class="navi">Befriend</a>
  280. <a href="/journal/YOURUSERNAME" class="navi">Journal</a>
  281. <a href="/gallery/YOURUSERNAME" class="navi">Gallery</a>
  282. <a href="http://maddenedbythestarsdesigns.netai.net/" class="navi">MbtSD</a>
  283. </div>
  284.  
  285. <div id="boxdos">
  286. <div class="container">
  287. <a name="intro"></a>
  288. <div class="section" align="center">
  289. <table width="90%" cellpadding="1" cellspacing="0" border="0">
  290. <tr><td width="30%" valign="top">
  291. <h1>Basics</h1><br />
  292. <li><b>name</b>
  293. <li><b>age</b>
  294. <li><b>location</b>
  295. <li><b>orientation</b>
  296. <li><b>occupation</b>
  297. <li><b>account status</b>
  298.  
  299.  
  300. </td><td width="80%" valign="top">
  301. <h1>About Myself</h1>
  302. <p>ABOUT YOU BIT HERE</p>
  303. <b>bold</b> <i>italic</i> <u>underline</u> <s>strikethrough</s>
  304.  
  305.  
  306. </td></tr></table>
  307.  
  308. </div>
  309.  
  310. <a name="loves"></a>
  311. <div class="section" align="center">
  312. <h1>Loves</h1><br />
  313. ?<br /><br />
  314. ?<br /><br />
  315. ?<br /><br />
  316. ?<br /><br />
  317. ?<br /><br />
  318. ?<br /><br />
  319. ?<br /><br />
  320. ?<br /><br />
  321. ?<br /><br />
  322. ?<br /><br />
  323. ?<br /><br />
  324. ?<br /><br />
  325. ?<br /><br />
  326. ?<br /><br />
  327. </div>
  328.  
  329. <a name="loathes"></a>
  330. <div class="section" align="center">
  331. <h1>Loathes</h1><br />
  332. ?<br /><br />
  333. ?<br /><br />
  334. ?<br /><br />
  335. ?<br /><br />
  336. ?<br /><br />
  337. ?<br /><br />
  338. ?<br /><br />
  339. ?<br /><br />
  340. ?<br /><br />
  341. ?<br /><br />
  342. ?<br /><br />
  343. ?<br /><br />
  344. ?<br /><br />
  345. ?<br /><br />
  346. </div>
  347.  
  348. <a name="tunes"></a>
  349. <div class="section" align="center">
  350. <h1>Music</h1><br />
  351. ?<br /><br />
  352. ?<br /><br />
  353. ?<br /><br />
  354. ?<br /><br />
  355. ?<br /><br />
  356. ?<br /><br />
  357. ?<br /><br />
  358. ?<br /><br />
  359. ?<br /><br />
  360. ?<br /><br />
  361. ?<br /><br />
  362. ?<br /><br />
  363. ?<br /><br />
  364. ?<br /><br />
  365. </div>
  366.  
  367. <a name="pals"></a>
  368. <div class="section" align="center">
  369. <h1>Comrades</h1><br />
  370. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  371.  
  372. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  373.  
  374. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  375.  
  376. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  377.  
  378. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  379.  
  380. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  381.  
  382. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  383.  
  384. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  385.  
  386. <a href="/THEIRUSERNAME"><img src="http://i.imgur.com/GVQK5aw.png" class="pal" /></a>
  387.  
  388. </div>
  389.  
  390. <a name="cults"></a>
  391. <div class="section" align="center">
  392. <h1>Cults</h1><br />
  393. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  394.  
  395. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  396.  
  397. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  398.  
  399. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  400.  
  401. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  402.  
  403. <a href="/cult/CULTNAME"><img src="http://i.imgur.com/p3LJvd0.png" class="cult" /></a>
  404.  
  405. </div>
  406.  
  407.  
  408. </div>
  409. </div>
  410.  
  411. </div>
Advertisement
Add Comment
Please, Sign In to add comment