NekoPrincessSheila

Eymber Port

Jul 14th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 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: url('http://i.imgur.com/Hwuodlt.png'); background-attachment: fixed;
  6. }
  7.  
  8. ::-webkit-scrollbar {
  9. width: 10px;
  10. }
  11. ::-webkit-scrollbar-track {
  12. background-color: #B09D7F;
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background-color: #A9D5E2;
  16. }
  17.  
  18. body, table {
  19. text-decoration: none;
  20. text-transform: none;
  21. font: 8pt helvetica;
  22. letter-spacing: 1px;
  23. color: #A9D5E2;
  24. }
  25.  
  26. b {
  27. text-decoration: bold;
  28. text-transform: uppercase;
  29. font-weight: bold;
  30. text-shadow: 2px 2px 1px #B09D7F;
  31. font: 8pt helvetica;
  32. letter-spacing: 1px;
  33. color: #A9D5E2;
  34. }
  35.  
  36. i {
  37. text-decoration: italic;
  38. text-shadow: none;
  39. font: 8pt helvetica;
  40. color: #A9D5E2;
  41. font-style: italic;
  42. }
  43.  
  44. u {
  45. text-decoration: none;
  46. border-bottom: 1px dashed #B09D7F;
  47. font: 8pt helvetica;
  48. color: #A9D5E2;
  49. }
  50.  
  51. s {
  52. text-decoration: strike;
  53. text-transform: lowercase;
  54. font: 8pt helvetica;
  55. letter-spacing: 1px;
  56. color: #B09D7F;
  57. }
  58.  
  59.  
  60. h1 {
  61. display: block;
  62. padding: 0px;
  63. margin-top: 0px;
  64. margin-bottom: 0px;
  65. border-radius: 0px;
  66. text-decoration: none;
  67. text-transform: uppercase;
  68. letter-spacing: 5px;
  69. font: 12pt century gothic;
  70. color: #A9D5E2;
  71. background: transparent;
  72. border-bottom: 1px solid #44352E;
  73. }
  74.  
  75. h1:first-letter {
  76. font-size: 150%;
  77. color: #6A8C81;
  78. }
  79.  
  80. h2 {
  81. display: block;
  82. padding: 0px;
  83. margin-top: 5px;
  84. margin-bottom: 5px;
  85. border-radius: 0px;
  86. text-decoration: none;
  87. text-transform: uppercase;
  88. letter-spacing: 5px;
  89. font: 10pt century gothic;
  90. color: #A9D5E2;
  91. background: transparent;
  92. border-bottom: 1px solid #44352E;
  93. }
  94.  
  95. a:link, a:visited {
  96. font: 9pt century gothic;
  97. color: #A9D5E2;
  98. font-weight: bold;
  99. background: transparent;
  100. }
  101.  
  102. a:hover {
  103. color: #B09D7F;
  104. background: transparent;
  105. }
  106.  
  107. .behind {
  108. top: 20px;
  109. width: 900px;
  110. height: 900px;
  111. position: relative;
  112. background: transparent;
  113. border-radius: 0px;
  114. border: 0px solid #000;
  115. border-radius: 0px;
  116. }
  117.  
  118. #buttons {
  119. top: 0px;
  120. width: 100px;
  121. height: 300px;
  122. left: 0px;
  123. position: absolute;
  124. border-radius: 0px;
  125. border: 0px solid #000;
  126. background: transparent;
  127. }
  128.  
  129. #buttons a:link, #buttons a:visited, #buttons a:active {
  130. display: block;
  131. border-radius: 100px;
  132. border: 3px solid #A9D5E2;
  133. background: #B09D7F;
  134. font: 10pt helvetica;
  135. text-transform: uppercase;
  136. height: 60px;
  137. width: 60px;
  138. line-height: 60px;
  139. margin-top: 10px;
  140. color: #135F79;
  141. padding: 10px;
  142. padding-top: 10px;
  143. padding-bottom: 10px;
  144. -webkit-transition: all 1s ease;
  145. -moz-transition: all 1s ease;
  146. -ms-transition: all 1s ease;
  147. -o-transition: all 1s ease;
  148. transition: all 1s ease;
  149. }
  150.  
  151. #buttons a:hover {
  152. border: 3px solid #B09D7F;
  153. -webkit-transition: all 1s ease;
  154. -moz-transition: all 1s ease;
  155. -ms-transition: all 1s ease;
  156. -o-transition: all 1s ease;
  157. transition: all 1s ease;
  158. }
  159.  
  160. #base {
  161. top: 0px;
  162. width: 800px;
  163. height: 900px;
  164. left: 100px;
  165. position: absolute;
  166. border-radius: 5px;
  167. border: 3px solid #A9D5E2;
  168. background: #44352E url('http://i.imgur.com/ObVmbDm.png') top center no-repeat;
  169. }
  170.  
  171.  
  172.  
  173. #navilinks {
  174. top: 410px;
  175. height: 480px;
  176. width: 235px;
  177. left: 660px;
  178. padding-top: 5px;
  179. position: absolute;
  180. border-radius: 0px;
  181. border: 0px;
  182. background: #746457;
  183. z-index: 1;
  184. }
  185.  
  186. #navilinks a:link, a:visited, a:active {
  187. display: block;
  188. text-transform: uppercase;
  189. line-height: 10px;
  190. letter-spacing: 1px;
  191. font: 8pt helvetica;
  192. color: #135F79;
  193. background: #B09D7F;
  194. border: 2px solid #A9D5E2;
  195. -webkit-transition: all 1s ease;
  196. -moz-transition: all 1s ease;
  197. -ms-transition: all 1s ease;
  198. -o-transition: all 1s ease;
  199. transition: all 1s ease;
  200. }
  201.  
  202. #navilinks a:hover, a:click {
  203. display: block;
  204. line-height: 10px;
  205. border: 2px solid #B09D7F;
  206. letter-spacing: 4px;
  207. -webkit-transition: all 1s ease;
  208. -moz-transition: all 1s ease;
  209. -ms-transition: all 1s ease;
  210. -o-transition: all 1s ease;
  211. transition: all 1s ease;
  212. }
  213.  
  214. #content {
  215. top: 410px;
  216. height: 485px;
  217. width: 545px;
  218. left: 110px;
  219. position: absolute;
  220. border-radius: 0px;
  221. border: 0px;
  222. background: #746457;
  223. z-index: 1;
  224. }
  225.  
  226. .container {
  227. width: 545px;
  228. height: 480px;
  229. overflow: auto;
  230. overflow-y: hidden;
  231. border-radius: 0px;
  232. background: transparent;
  233. }
  234. .section {
  235. height: 480px;
  236. overflow: auto;
  237. border-radius: 0px;
  238. background: transparent;
  239. }
  240.  
  241. #content img {
  242. -webkit-opacity: 0.5;
  243. -moz-opacity: 0.5;
  244. opacity: 0.5;
  245. -webkit-transition: all 1s ease;
  246. -moz-transition: all 1s ease;
  247. -ms-transition: all 1s ease;
  248. -o-transition: all 1s ease;
  249. transition: all 1s ease;
  250. }
  251.  
  252. #content img:hover {
  253. -webkit-opacity: 1;
  254. -moz-opacity: 1;
  255. opacity: 1;
  256. -webkit-transition: all 1s ease;
  257. -moz-transition: all 1s ease;
  258. -ms-transition: all 1s ease;
  259. -o-transition: all 1s ease;
  260. transition: all 1s ease;
  261. }
  262.  
  263. #affies {
  264. top: 670px;
  265. height: 170px;
  266. width: 235px;
  267. left: 660px;
  268. text-align: center;
  269. position: absolute;
  270. border-radius: 0px;
  271. border: 0px;
  272. background: #746457;
  273. z-index: 2;
  274. }
  275.  
  276. #affies img {
  277. height: 40px;
  278. width: 110px;
  279. border: 2px solid #A9D5E2;
  280. background: #B09D7F;
  281. -webkit-opacity: 0.5;
  282. -moz-opacity: 0.5;
  283. opacity: 0.5;
  284. -webkit-transition: all 1s ease;
  285. -moz-transition: all 1s ease;
  286. -ms-transition: all 1s ease;
  287. -o-transition: all 1s ease;
  288. transition: all 1s ease;
  289. }
  290.  
  291. #affies img:hover {
  292. border: 2px solid #B09D7F;
  293. background: #B09D7F;
  294. -webkit-opacity: 1;
  295. -moz-opacity: 1;
  296. opacity: 1;
  297. -webkit-transition: all 1s ease;
  298. -moz-transition: all 1s ease;
  299. -ms-transition: all 1s ease;
  300. -o-transition: all 1s ease;
  301. transition: all 1s ease;
  302. }
  303.  
  304. .banner {
  305. height: 100px;
  306. width: 200px;
  307. background: #A4DDD2;
  308. }
  309.  
  310. .invite {
  311. height: 190px;
  312. width: 150px;
  313. background: #A4DDD2;
  314. }
  315.  
  316. </style>
  317.  
  318. <center>
  319. <div class="behind">
  320.  
  321. <div id="buttons">
  322. <br />
  323. <a href="http://vampirefreaks.com/profiles/home.php" title="VF Home">home</a>
  324. <br />
  325. <a href="/xXEymber" title="xXEymber's VF Profile">profile</a>
  326. <br />
  327. <a href="http://maddened-by-the-stars.tk/" target="_blank" title="© Maddened by the Stars Designs">credit</a>
  328. <br />
  329. </div>
  330.  
  331. <div id="base">
  332.  
  333. </div>
  334.  
  335. <div id="navilinks">
  336.  
  337. <a href="#about">welcome</a>
  338. <a href="#smallpre">small premades</a>
  339. <a href="#bigpre">large premades</a>
  340. <a href="#stamps">stamps</a>
  341. <a href="#pixel">pixel text</a>
  342. <a href="#staff">staff titles</a>
  343. <a href="#icons">icons</a>
  344. <a href="#user">userbars</a>
  345. <a href="#banners">banners</a>
  346. <a href="#blends">blends</a>
  347. <a href="#tags">character tags</a>
  348. <a href="#quotes">quote lines</a>
  349. <a href="#sigtext">signature text</a>
  350. <a href="#layouts">layouts</a>
  351.  
  352. <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
  353. <a href="#allaff">all affiliates</a>
  354. <a href="#affbuttons">my buttons</a>
  355.  
  356. </div>
  357.  
  358. <div id="affies">
  359. <h2>affiliates</h2>
  360.  
  361. <a href="" target="_blank"><img src="" /></a>
  362. <a href="" target="_blank"><img src="" /></a>
  363. <a href="" target="_blank"><img src="" /></a>
  364. <a href="" target="_blank"><img src="" /></a>
  365. <a href="" target="_blank"><img src="" /></a>
  366. <a href="" target="_blank"><img src="" /></a>
  367.  
  368. </div>
  369.  
  370. <div id="content">
  371. <div class="container">
  372. <a name="about"></a>
  373. <div class="section">
  374. <h1>welcome</h1>
  375. <table width="100%" cellpadding="5" cellspacing="0" border="0">
  376. <tr><td width="70%" valign="top">
  377. <h2>the designer</h2>
  378. <p><img src="http://icons1.vampirefreaks.com/x/xX/xXE/xXEymber/5179259.gif" align="left" style="margin-right: 10px;" />
  379. about the designer stuff here.</p>
  380.  
  381. </td><td width="30%" valign="top">
  382. <h2>news</h2>
  383. <p align="right"><u>DATE HERE</u></p>
  384. <p>NEWS HERE</p>
  385.  
  386. <p align="right"><u>DATE HERE</u></p>
  387. <p>NEWS HERE</p>
  388.  
  389. <p align="right"><u>DATE HERE</u></p>
  390. <p>NEWS HERE</p>
  391.  
  392. <br /><br />
  393. <h2>updates</h2>
  394.  
  395. <p align="right"><u>DATE HERE</u></p>
  396. <p>UPDATE HERE</p>
  397.  
  398. <p align="right"><u>DATE HERE</u></p>
  399. <p>UPDATE HERE</p>
  400.  
  401. <p align="right"><u>DATE HERE</u></p>
  402. <p>UPDATE HERE</p>
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. </td></tr></table></div>
  410.  
  411. <a name="smallpre"></a>
  412. <div class="section">
  413. <h1>small premades</h1>
  414.  
  415. </div>
  416.  
  417. <a name="bigpre"></a>
  418. <div class="section">
  419. <h1>large premades</h1>
  420.  
  421. <img src="" class="banner" />
  422. <img src="" class="banner" />
  423. <img src="" class="banner" />
  424. <img src="" class="banner" />
  425. <img src="" class="banner" />
  426. <img src="" class="banner" />
  427. <img src="" class="banner" />
  428. <img src="" class="banner" />
  429. <img src="" class="banner" />
  430. <img src="" class="banner" />
  431. <img src="" class="banner" />
  432. <img src="" class="banner" />
  433.  
  434.  
  435. </div>
  436.  
  437. <a name="stamps"></a>
  438. <div class="section">
  439. <h1>stamps</h1>
  440.  
  441. </div>
  442.  
  443. <a name="pixel"></a>
  444. <div class="section">
  445. <h1>pixel text</h1>
  446.  
  447. </div>
  448.  
  449. <a name="staff"></a>
  450. <div class="section">
  451. <h1>staff titles</h1>
  452.  
  453. </div>
  454.  
  455. <a name="icons"></a>
  456. <div class="section">
  457. <h1>icons</h1>
  458.  
  459. </div>
  460.  
  461. <a name="user"></a>
  462. <div class="section">
  463. <h1>userbars</h1>
  464.  
  465. </div>
  466.  
  467. <a name="banners"></a>
  468. <div class="section">
  469. <h1>banners</h1>
  470.  
  471. <img src="" class="banner" />
  472. <img src="" class="banner" />
  473. <img src="" class="banner" />
  474. <img src="" class="banner" />
  475. <img src="" class="banner" />
  476. <img src="" class="banner" />
  477. <img src="" class="banner" />
  478. <img src="" class="banner" />
  479. <img src="" class="banner" />
  480. <img src="" class="banner" />
  481. <img src="" class="banner" />
  482. <img src="" class="banner" />
  483.  
  484. </div>
  485.  
  486. <a name="blends"></a>
  487. <div class="section">
  488. <h1>blends</h1>
  489.  
  490. <img src="" class="banner" />
  491. <img src="" class="banner" />
  492. <img src="" class="banner" />
  493. <img src="" class="banner" />
  494. <img src="" class="banner" />
  495. <img src="" class="banner" />
  496. <img src="" class="banner" />
  497. <img src="" class="banner" />
  498. <img src="" class="banner" />
  499. <img src="" class="banner" />
  500. <img src="" class="banner" />
  501. <img src="" class="banner" />
  502.  
  503. </div>
  504.  
  505. <a name="tags"></a>
  506. <div class="section">
  507. <h1>character tags</h1>
  508.  
  509. <img src="" class="invite" />
  510. <img src="" class="invite" />
  511. <img src="" class="invite" />
  512. <img src="" class="invite" />
  513. <img src="" class="invite" />
  514. <img src="" class="invite" />
  515. <img src="" class="invite" />
  516. <img src="" class="invite" />
  517. <img src="" class="invite" />
  518. <img src="" class="invite" />
  519. <img src="" class="invite" />
  520. <img src="" class="invite" />
  521.  
  522. </div>
  523.  
  524. <a name="quotes"></a>
  525. <div class="section">
  526. <h1>quote lines</h1>
  527.  
  528. </div>
  529.  
  530. <a name="sigtext"></a>
  531. <div class="section">
  532. <h1>signature text</h1>
  533.  
  534. </div>
  535.  
  536. <a name="layouts"></a>
  537. <div class="section">
  538. <h1>layouts</h1>
  539.  
  540. </div>
  541.  
  542. <a name="allaff"></a>
  543. <div class="section">
  544. <h1>all affiliates</h1>
  545.  
  546. </div>
  547.  
  548. <a name="affbuttons"></a>
  549. <div class="section">
  550. <h1>my affiliate buttons</h1>
  551.  
  552. </div>
  553.  
  554.  
  555. </div>
  556. </div>
  557.  
  558. </div>
Advertisement
Add Comment
Please, Sign In to add comment