Advertisement
hyfrph

001: CENTURIES

Sep 30th, 2014
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.31 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!--- T H E M E H O S T E D B Y H Y F R P H --->
  6.  
  7. <!--- hi ! i appreciate you using this code ! but please don't steal/redistrubute or remove the credit unless it's stated somewhere else on your theme ! thank you ! [alien emoji] --->
  8.  
  9.  
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19.  
  20.  
  21.  
  22. <head>
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" title="" alt="" /></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade2').live('click', function() {
  49. $('#fade2 , .popup_block2').fadeOut(function() {
  50. $('#fade2, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script>
  60. $(document).ready(function() {
  61. //
  62. $('a.poplight[href^=#]').click(function() {
  63. var popID = $(this).attr('rel'); //Get Popup Name
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65. var query= popURL.split('?');
  66. var dim= query[1].split('&');
  67. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  68. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" class="btn_close" title="" alt="" /></a>');
  69. var popMargTop = ($('#' + popID).height() + 80) / 2;
  70. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  71. //Apply Margin to Popup
  72. $('#' + popID).css({
  73. 'margin-top' : -popMargTop,
  74. 'margin-left' : -popMargLeft
  75. });
  76. $('body').append('<div id="fade"></div>');
  77. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  78. return false;
  79. });
  80. $('a.close, #fade').live('click', function() {
  81. $('#fade , .popup_block').fadeOut(function() {
  82. $('#fade, a.close').remove(); //fade them both out
  83. });
  84. return false;
  85. });
  86. });
  87. </script>
  88.  
  89. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua /Nvlmbhjyn/straws.png"/>
  90. <meta name="image:Sidebar Image" content="" />
  91. <meta name="image:Sidebar Image 2" content="" />
  92. <meta name="image:Sidebar Background" content="" />
  93. <meta name="image:askbg" content="" />
  94. <meta name="image:navbg" content="" />
  95.  
  96. <meta name="color:Background" content="#fdf3ee" />
  97. <meta name="color:Text" content="#797979" />
  98. <meta name="color:Bold" content="#ff4a00" />
  99. <meta name="color:Italic" content="#ff4a00" />
  100. <meta name="color:Link" content="#a09280" />
  101. <meta name="color:postbg" content="#ffffff" />
  102. <meta name="color:post border" content="#ebebeb" />
  103. <meta name="color:Info BG" content="#f3f3f3" />
  104. <meta name="color:Info Border" content="#e4e2e1" />
  105. <meta name="color:scrollbar" content="#fff" />
  106. <meta name="color:scrollbarbg" content="#000" />
  107. <meta name="color:box" content="#000" />
  108. <meta name="color:box font" content="#000" />
  109. <meta name="color:quote" content="#000" />
  110. <meta name="color:h1 bg" content="#000" />
  111. <meta name="color:h1 border" content="#eeeeee" />
  112. <meta name="color:titlebg" content="#000" />
  113. <meta name="color:postborder" content="#000" />
  114. <meta name="text:box a" content="" />
  115. <meta name="text:box b" content="" />
  116. <meta name="text:navheader" content="" />
  117.  
  118.  
  119.  
  120. <meta name="text:Link 1 URL" content="http://" />
  121. <meta name="text:Link 1" content="Link 1" />
  122. <meta name="text:Link 2 URL" content="http://" />
  123. <meta name="text:Link 2" content="Link 2" />
  124. <meta name="text:Link 3 URL" content="http://" />
  125. <meta name="text:Link 3" content="Link 3" />
  126. <meta name="text:Link 4 URL" content="http://" />
  127. <meta name="text:Link 4" content="Link 4" />
  128.  
  129.  
  130.  
  131.  
  132. <script type="text/javascript"
  133. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  134. <script>
  135. $(document).ready(function() {
  136. //
  137. $('a.poplight[href^=#]').click(function() {
  138. var popID = $(this).attr('rel'); //Get Popup Name
  139. var popURL = $(this).attr('href'); //Get Popup href to define size
  140. var query= popURL.split('?');
  141. var dim= query[1].split('&');
  142. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  143. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close
  144. Window" alt="Close" /></a>');
  145. var popMargTop = ($('#' + popID).height() + 80) / 2;
  146. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  147. //Apply Margin to Popup
  148. $('#' + popID).css({
  149. 'margin-top' : -popMargTop,
  150. 'margin-left' : -popMargLeft
  151. });
  152. $('body').append('<div id="fade"></div>');
  153. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  154. return false;
  155. });
  156. $('a.close, #fade').live('click', function() {
  157. $('#fade , .popup_block').fadeOut(function() {
  158. $('#fade, a.close').remove(); //fade them both out
  159. });
  160. return false;
  161. });
  162. });
  163. </script>
  164.  
  165. <style type="text/css">
  166.  
  167.  
  168.  
  169. h1 {
  170. font-size: 8px;
  171. font-family: 'consolas';
  172. border-left-width: 18px;
  173. border-left-style: dashed;
  174. border-left-color: {color:h1 border};
  175. width: auto;
  176. background-color:{color:h1 bg};
  177. color: #eeeeee;
  178. padding:5px;
  179. font-weight: normal;
  180. line-height: 9px; }
  181.  
  182. h2 {
  183. font-size: 10px;
  184. font-family: 'consolas';
  185. text-transform:uppercase;
  186. text-align:center;
  187. border-top-width: 16px;
  188. border-top-style: solid;
  189. border-top-color: {color:titlebg};
  190. width: auto;
  191. background-color:{color:h1 bg};
  192. padding:3px;
  193. font-weight: normal;
  194. line-height: 20px; }
  195.  
  196. h3 {
  197. font-size: 8px;
  198. font-family: 'consolas';
  199. border-right-width: 18px;
  200. border-right-style: dashed;
  201. border-right-color: {color:h1 border};
  202. width: 391px;
  203. overflow: none;
  204. text-align:right;
  205. background-color:{color:h1 bg};
  206. color: #eeeeee;
  207. padding:5px;
  208. font-weight: normal;
  209. line-height: 10px; }
  210.  
  211. h4 {
  212. font-size: 8px;
  213. font-family: 'consolas';
  214. border-left-width: 20px;
  215. padding:5px;
  216. border-left-style: dashed;
  217. border-left-color: {color:h1 border};
  218. width: 100px;
  219. background-color:{color:h1 bg};
  220. color: #eeeeee;
  221.  
  222. font-weight: normal;
  223. line-height: 9px; }
  224.  
  225. /* MAIN */
  226.  
  227. ::-webkit-scrollbar-thumb {
  228. height:auto;
  229. background-color:{color:Scrollbar};
  230. }
  231.  
  232. ::-webkit-scrollbar {
  233. height:9px;
  234. width:4px;
  235. background-color:{color:ScrollbarBg};
  236. }
  237.  
  238. body {
  239. background-color:{color:Background};
  240. background-image: url('{image:Background}');
  241.  
  242. background-size: fit;
  243. background-attachment:fixed;
  244.  
  245. color:{color:Text};
  246. font-family: consolas;
  247.  
  248.  
  249. font-size: 10px;
  250. margin: 0px;
  251. padding: 0px;}
  252.  
  253. a:link, a:active {
  254. text-decoration:none;
  255. color: {color:Link}; }
  256.  
  257. a:visited {
  258. text-decoration:none;
  259. color: {color:Link}; }
  260.  
  261. a:hover {
  262. text-decoration:none;
  263. color: {color:Bold};}
  264.  
  265. b, strong, .strong {color:{color:Bold};}
  266.  
  267. blockquote {
  268. border-left:2px solid #ddd;
  269. padding-left:6px; }
  270.  
  271. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  272.  
  273. i, em, .em {color:{color:Italic};}
  274.  
  275.  
  276.  
  277.  
  278.  
  279. /* CONTENT */
  280.  
  281. .contentwhole {
  282. width:520px;
  283. z-index:0;
  284. margin-left:570px;
  285. height:100%;}
  286.  
  287. .content {
  288. width:500px;
  289. padding-left:10px;
  290. padding-right:10px;
  291. padding-bottom:5px;
  292. padding-top:10px;
  293. margin-top:50px;
  294. margin-left:60px;
  295. border-left:10px solid {color:postborder};
  296. background-color:{color:postbg};
  297. }
  298.  
  299. .info {
  300.  
  301.  
  302. padding-top:11px;
  303. margin-top:10px;
  304. opacity:0.8;
  305. text-align:right;
  306. font-size:7px;
  307. font-family:arial;
  308. letter-spacing:1px;
  309. color:{color:Link};
  310. width: 500px;
  311. text-transform:uppercase;
  312. transition-duration: 0.9s;
  313. -moz-transition-duration: 0.9s;
  314. -webkit-transition-duration: 0.9s;
  315. -o-transition-duration: 0.9s; }
  316.  
  317. .info a {
  318. font-size:7px; }
  319.  
  320. .info:hover {
  321. opacity:1.0;
  322. transition-duration: 0.9s;
  323. -moz-transition-duration: 0.9s;
  324. -webkit-transition-duration: 0.9s;
  325. -o-transition-duration: 0.9s; }
  326.  
  327. .pagination {
  328. top:120px;
  329. left:150px;
  330. width:200px;
  331. font-size:12px;
  332. letter-spacing:5px;
  333. position:fixed;
  334. text-align:center;
  335. text-transform:uppercase;
  336. }
  337.  
  338. /* SIDEBAR */
  339.  
  340.  
  341. .sidebar {
  342. position:fixed;
  343. top:170px;
  344. z-index:1000;
  345. left:30px;
  346. width:430px;
  347. height:300px;}
  348.  
  349.  
  350. .cool {
  351. padding:10px;
  352. margin-top:84px;
  353. margin-left:20px;
  354. position:fixed;
  355. text-transform:uppercase;
  356. font-size:8px;
  357. height:30px;
  358. width:420px;
  359. overflow:auto;
  360. color:{color:quote};}
  361.  
  362. .nice {
  363. padding:10px;
  364. margin-top:424px;
  365. margin-left:20px;
  366. text-transform:uppercase;
  367. position:fixed;
  368. font-size:8px;
  369. height:30px;
  370. width:450px;
  371. overflow:none;
  372. color:{color:quote};}
  373.  
  374.  
  375.  
  376.  
  377. .sidebarcontent {
  378. width:362px;
  379. text-align:center;
  380. padding:20px 20px 20px 20px;
  381. top:10px;
  382. left:10px;
  383. height:260px;
  384. position:absolute;
  385.  
  386. opacity:0.0;
  387. z-index:3000;
  388. }
  389.  
  390. .hover:hover .sidebarcontent {
  391. opacity:1;
  392. background-image:url('{image:Sidebar Background}');
  393. -webkit-transition: opacity 0.7s linear;
  394. -webkit-transition: all 0.7s ease-out;
  395. -moz-transition: all 0.7s ease-out;
  396. transition: all 0.7s ease-out;
  397.  
  398. }
  399.  
  400. .sidebarimage {
  401. width:400px;
  402. height:300px;
  403. background-image:url('{image:Sidebar Image}');
  404.  
  405. border:10px solid {color:Info Border};}
  406.  
  407. .sidebarimage2 {
  408. margin-top:-44px;
  409. margin-left:150px;
  410. opacity:1.0;
  411. width:140px;
  412. height:82px;
  413. height:relative;
  414. border:4px solid {color:post border};}
  415.  
  416. .hover:hover .sidebarimage {
  417. opacity:0.7;
  418. }
  419. .desc {
  420. padding:15px;
  421. text-align:left;
  422. margin-top:130px;
  423. margin-left:30px;
  424. position:absolute;
  425. font-size:8px;
  426. text-transform:uppercase;
  427. height:60px;
  428. width:120px;
  429. overflow:auto;
  430. background-color:{color:box};
  431. color:{color:box font};
  432.  
  433. }
  434.  
  435.  
  436. .quote {
  437. font-size:14px;
  438. font-weight:lighter;
  439. line-height:150%;
  440. padding:10px;
  441. margin-top:-10px;
  442. }
  443.  
  444. .quotesource {
  445. margin-top:7px;
  446. font-size:8px;
  447. text-transform:uppercase;
  448. letter-spacing:1px;
  449. text-align:center;
  450. }
  451.  
  452.  
  453. .question {
  454. line-height:170%;
  455. background-color:{color:ScrollbarBG};
  456. }
  457.  
  458. .q {
  459. font-size:9px;
  460. margin-top:-12px;
  461. background-color:{color:titlebg};
  462. color:{color:postbg};
  463. padding:12px;
  464. text-transform:uppercase;
  465. }
  466.  
  467. .asker {
  468. font-size:9px;
  469. display:block;
  470. letter-spacing:3px;
  471. color:{color:link};
  472. background-color:{color:h1 bg};
  473. padding:2px;
  474. text-transform:uppercase;
  475. text-align:center;
  476. background-image:url('{image:askbg}');
  477. letter-spacing:4px;
  478. }
  479.  
  480. .asker a {
  481. color:{color:hover};
  482. }
  483.  
  484.  
  485.  
  486. .newplayerbutton {
  487. position: relative;
  488. width: 20px;
  489. height: 20px;
  490. overflow: hidden;
  491. }
  492.  
  493. .playerbuttonhug {
  494. position: absolute;
  495. top: -14px;
  496. left: -4px;
  497. }
  498.  
  499. .tumblr_audio_player {
  500. border: none;
  501. padding: 0px;
  502. margin: 0px;
  503. height: 50px;
  504. width: 500px;
  505. }
  506.  
  507. .playerbuttonbg {
  508. position: absolute;
  509. left: 25px;
  510. top: 25px;
  511. width: 20px;
  512. height: 20px;
  513. background-color: #000000;
  514. padding: 10px;
  515. -webkit-border-radius: 0px;
  516. -moz-border-radius: 0px;
  517. border-radius: 0px;
  518. opacity: .4;
  519. filter: alpha(opacity=40);
  520. -moz-opacity: 0.4;
  521. -khtml-opacity: 0.4;
  522. transition: opacity .7s ease-in-out;
  523. -moz-transition: opacity .7s ease-in-out;
  524. -webkit-transition: opacity .7s ease-in-out;
  525. }
  526.  
  527. .playerbuttonbg:hover {
  528. opacity: 1;
  529. filter: alpha(opacity=100);
  530. -moz-opacity: 1;
  531. -khtml-opacity: 1;
  532. }
  533.  
  534. .audioimgwrapper {
  535. position: absolute;
  536. left: 0px;
  537. top: 0px;
  538. -webkit-border-radius: 50px;
  539. -moz-border-radius: 50px;
  540. border-radius: 0px;
  541. overflow: hidden;
  542. width: 60px;
  543. height: 60px;
  544. border:15px solid {color:h1 border};
  545. }
  546.  
  547. .audioimgwrapper img {
  548. width: 100%;
  549. height: auto;
  550. -webkit-border-radius: 50px;
  551. -moz-border-radius: 50px;
  552. border-radius: 0px;
  553. }
  554.  
  555. .trackdetails {
  556. width: auto;
  557. display:inline-block;
  558. margin-left:90px;
  559. min-height:65px;
  560. font-size:8px;
  561. letter-spacing:1px;
  562. text-transform:uppercase;
  563. line-height:270%;
  564. padding:13px;
  565. background-color:{color:post border};
  566. width:385px;
  567. }
  568.  
  569. .audiowrapper {
  570. position: relative;
  571. display:inline-block;
  572. }
  573.  
  574.  
  575.  
  576. #navigation a {
  577. background-color: {color:post border};
  578. display:block;
  579. font-size:7pt;
  580. margin-bottom:4px;
  581. padding:5px;
  582. width:70px;
  583. margin-left:-7px;
  584. letter-spacing:0px;
  585. text-align:center;
  586. font-family:consolas;
  587. text-shadow:none;
  588. text-transform:uppercase;
  589. color: {color:Bold};
  590.  
  591. }
  592.  
  593. #navigation a:hover {
  594. letter-spacing:5px;
  595. background-color:{color:Hover};
  596. color:{color:Border};
  597. -webkit-transition: opacity 0.7s linear;
  598. -webkit-transition: all 0.7s ease-out;
  599. -moz-transition: all 0.7s ease-out;
  600. transition: all 0.7s ease-out;}
  601.  
  602.  
  603. #navl a {
  604.  
  605. display:block;
  606. font-size:8pt;
  607. margin-bottom:4px;
  608. padding:5px;
  609. width:120px;
  610.  
  611. letter-spacing:0px;
  612. text-align:center;
  613. font-family:consolas;
  614. text-shadow:none;
  615. text-transform:uppercase;
  616. color: {color:Bold};
  617.  
  618. }
  619.  
  620. #navl a:hover {
  621. letter-spacing:5px;
  622. background-color:{color:Hover};
  623. color:{color:Border};
  624. -webkit-transition: opacity 0.7s linear;
  625. -webkit-transition: all 0.7s ease-out;
  626. -moz-transition: all 0.7s ease-out;
  627. transition: all 0.7s ease-out;}
  628.  
  629.  
  630.  
  631. #extrastags a {
  632. background-color: {color:postbg};
  633. border:1px solid {color:post border};
  634. display:block;
  635. line-height:90%;
  636. font-size:7pt;
  637. margin-bottom:2px;
  638.  
  639. width:auto;
  640. margin-left:-20px;
  641. letter-spacing:0px;
  642. text-align:center;
  643. font-family:consolas;
  644. text-shadow:none;
  645. text-transform:uppercase;
  646. color: {color:Bold}; }
  647.  
  648. #extrastags a:hover {
  649. background-color: {color:Text};
  650. color: {color:Background};
  651. text-shadow:none;
  652. text-decoration:none;
  653. text-align:center;
  654. -webkit-transition: opacity 0.7s linear;
  655. -webkit-transition: all 0.7s ease-out;
  656. -moz-transition: all 0.7s ease-out;
  657. transition: all 0.7s ease-out;}
  658.  
  659.  
  660. .extras {
  661. width:520px;
  662. z-index:2000;
  663. padding:0px;
  664. letter-spacing:0;}
  665.  
  666. .push {
  667. background:transparent;
  668. opacity:0;
  669. margin-top:0px;
  670. text-align:left;
  671. margin-left:601px;
  672. position:absolute;
  673. -webkit-transition: opacity 0.7s linear;
  674. -webkit-transition: all 0.7s ease-out;
  675. -moz-transition: all 0.7s ease-out;
  676. transition: all 0.7s ease-out;}
  677.  
  678. .extras:hover .push {
  679. opacity:1.0;
  680. margin-left:611px;
  681. -webkit-transition: opacity 0.7s linear;
  682. -webkit-transition: all 0.7s ease-out;
  683. -moz-transition: all 0.7s ease-out;
  684. transition: all 0.7s ease-out;}
  685.  
  686.  
  687. #fade {
  688. display: none;
  689. background: #000;
  690. position: fixed;
  691. left: 0;
  692. top: 0;
  693. width: 100%;
  694. height: 100%;
  695. opacity: .60;
  696. z-index: 9999;
  697. }
  698.  
  699. .popup_block{
  700. display: none;
  701. padding: 20px;
  702. float: left;
  703. position: fixed;
  704. background-image:url('{image:navbg}');
  705. top: 50%;
  706. left: 50%;
  707. z-index: 99999;
  708. }
  709.  
  710. img.btn_close {
  711. float: right;
  712. margin: -55px -55px 0 0;
  713. }
  714.  
  715. *html #fade {
  716. position: absolute;
  717. }
  718.  
  719. *html .popup_block {
  720. position: absolute;
  721. }
  722.  
  723.  
  724. #cr {
  725. font-family: consolas;
  726. font-size: 9px;
  727. bottom:10px;
  728. right:10px;
  729. position:fixed;
  730. }
  731.  
  732.  
  733.  
  734.  
  735. </style>
  736.  
  737. <div class="cool"><h1>{text:box a}</h1></div>
  738.  
  739.  
  740. <div id="gps" class="popup_block">
  741.  
  742. </style>
  743. <div align="left" style="height: 205px; width: 305x; padding: 40px; border: 1px solid #dcdcdc; overflow: auto; font-family: consolas; background-color:#fff;opacity:0.8;">
  744. <h1 style="font-size: 10px; font-family:consolas; line-height: 9px; color: #000; font-weight: normal; padding: 2px; width: auto; background-color: #939393;text-align:left;">{text:navheader}</h1><style="text-align:left;opacity:1;"></style>
  745.  
  746.  
  747. <!-- THIS IS WHERE YOU ENTER YOUR PLOT/BIO OR WHATEVER THE F YOU WANT ! -->
  748.  
  749.  
  750. Some legends are told
  751. Some turn to dust or to gold
  752. But you will remember me
  753. Remember me for centuries
  754. And just one mistake
  755. Is all it will take.
  756. We'll go down in history
  757. Remember me for centuries
  758. Remember me for centuries
  759.  
  760. Mummified my teenage dreams
  761. No, it's nothing wrong with me
  762. The kids are all wrong,
  763. The stories are off
  764. Heavy metal broke my heart
  765.  
  766. Come on, come on and let me in
  767. The bruises on your thighs like my fingerprints
  768. And this is supposed to match
  769. The darkness that you felt
  770. I never meant for you to fix yourself
  771.  
  772. Some legends are told
  773. Some turn to dust or to gold
  774. But you will remember me
  775. Remember me for centuries
  776. And just one mistake
  777. Is all it will take.
  778. We'll go down in history
  779. Remember me for centuries
  780. Remember me for centuries
  781.  
  782. And I can't stop 'til the whole world knows my name
  783. 'Cause I was only born inside my dreams
  784. Until you die for me, as long as there is a light, my shadow's over you
  785. 'Cause I am the opposite of amnesia
  786. And you're a cherry blossom
  787. You're about to bloom
  788. You look so pretty, but you're gone so soon
  789.  
  790. Some legends are told
  791. Some turn to dust or to gold
  792. But you will remember me
  793. Remember me for centuries
  794. And just one mistake
  795. Is all it will take.
  796. We'll go down in history
  797. Remember me for centuries
  798. Remember me for centuries
  799.  
  800. We've been here forever
  801. And here's the frozen proof
  802. I could scream forever
  803. We are the poisoned youth
  804.  
  805. Some legends are told
  806. Some turn to dust or to gold
  807. But you will remember me
  808. Remember me for centuries
  809. And just one mistake
  810. Is all it will take,
  811. We'll go down in history
  812. Remember me for centuries
  813.  
  814. We'll go down in history
  815. Remember me for centuries
  816.  
  817. </style>
  818. </div>
  819.  
  820.  
  821.  
  822.  
  823.  
  824. </div>
  825.  
  826. <div class="pagination">
  827. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  828. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  829. </div>
  830.  
  831.  
  832. <div class="hover">
  833.  
  834. <div class="sidebar">
  835. <div class="sidebarcontent">
  836.  
  837. <div class="desc">{Description}</div>
  838.  
  839. <div id="navigation">
  840. <div align="center"><table width="190px" style="margin:60px;padding:0;text-align:center;"><td><td width="50%" vAlign="top" style="margin:60px;padding:0;">
  841. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  842. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  843. </td>
  844.  
  845. <td width="50%" vAlign="top" style="margin:0;padding:0;">
  846. <a href="#?w=350" rel="gps" class="poplight">{text:link 3}</a>
  847. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  848. </td></tr></table></div></div>
  849.  
  850.  
  851. <img src="{image:Sidebar Image 2}" class="sidebarimage2" /><p>
  852. </div>
  853.  
  854.  
  855. <div class="sideimgborder">
  856. <div class="sidebarimage">
  857. </div>
  858.  
  859. </div> <!-- END SIDE IMAGE BORDER -->
  860.  
  861.  
  862. </div> <!-- END SIDEBAR -->
  863. </div> <!-- END HOVER -->
  864.  
  865.  
  866.  
  867. <div class="nice"><h3>{text:box b}</h3></div>
  868.  
  869.  
  870. <div class="contentwhole">
  871.  
  872. {block:Posts}
  873.  
  874. <div class="extras">
  875.  
  876. <div class="push">
  877. <div id="extrastags">
  878.  
  879. <a href="{ReblogURL}" target="_blank" title="reblog this post!">REBLOG</a>
  880. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  881. {block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}
  882.  
  883.  
  884. </div> <!-- END EXTRA LINKS -->
  885.  
  886.  
  887. </div> <!-- END PUSH -->
  888.  
  889.  
  890.  
  891. <div class="content">
  892.  
  893.  
  894. {block:Text}
  895. {block:Title}<h2><a href="{Permalink}" title="{Title}">{Title}</a></h2>
  896. {block:Title}
  897. {/block:Title}
  898. {Body}
  899. {/block:Text}
  900.  
  901. {block:Photo}
  902. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  903. {block:Caption}{Caption}{/block:Caption}
  904. {/block:Photo}
  905.  
  906. {block:Photoset}
  907. {Photoset-500}
  908. {block:Caption}{Caption}{/block:Caption}
  909. {/block:Photoset}
  910.  
  911. {block:Quote}<div class="quote"><span style="font-size:60px; font-family:consolas; z-index:-1; position:absolute; margin-top:13px; opacity:0.5; margin-left:-10px; color:#000;text-transform:uppercase;">&ldquo;</span>{Quote}<span style="font-size:60px; font-family:times; z-index:-1; position:absolute; margin-top:13px; opacity:0.5; margin-left:-10px; color:#cccccc;">&rdquo;</span></div>{block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}{/block:Quote}
  912.  
  913.  
  914. {block:Link}
  915. <h2> <a href="{URL}" target="{Target}" class="ttitle"> {Name} </a></h2>
  916. <h1>{block:Description} {Description} {/block:Description}</h1>
  917. {/block:Link}
  918.  
  919. {block:Chat}
  920. {block:Title} {Title} {/block:Title}
  921. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  922.  
  923. {/block:Lines}
  924. {/block:Chat}
  925.  
  926. {block:Audio}{block:AudioPlayer}
  927. <div class="audiowrapper">
  928. {block:AlbumArt}
  929. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  930. {/block:AlbumArt}
  931.  
  932. <div class="playerbuttonbg">
  933. <div class="newplayerbutton">
  934. <div class="playerbuttonhug">
  935. {AudioPlayerBlack}
  936. </div></div></div>
  937.  
  938. <div class="trackdetails">
  939. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br/>
  940. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br/>
  941. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  942. {/block:AudioPlayer}
  943. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  944. {/block:Audio}
  945.  
  946.  
  947. {block:Video}
  948. {Video-500}
  949. {block:Caption}{Caption}{/block:Caption}
  950. {/block:Video}
  951.  
  952.  
  953. {block:Answer}
  954. <div id="answer">
  955. <div class="question">
  956. <div class="asker">{Asker}</div><br/>
  957. <div class="q">{Question}</div></div>
  958. {block:Answerer}
  959. <div class="question">
  960. <div class="asker">{Answerer}</div>
  961. <br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  962.  
  963. <div class="info">
  964. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  965. {block:NoteCount} / {notecount} {/block:NoteCount}
  966. </div>
  967.  
  968. {block:PermalinkPage}
  969. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  970. {block:PostNotes}
  971. {PostNotes}
  972. {/block:PostNotes}
  973. {/block:PermalinkPage}
  974. </div>
  975. </div>
  976. {/block:Posts}
  977. </div>
  978.  
  979. <div id="cr"><a href="http://hyfrph.tumblr.com/"><img src="http://www.hey.fr/tools/emoji/ios_emoji_extraterrestrial_alien.png" width="22px" /></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement