Advertisement
elsaofarendelle

reverse flash

Sep 6th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href='http://www.myfontfree.com/data/33/l/last_king_quest/Last King Quest.ttf' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://www.fontsaddict.com/fontface/ever-after.TTF' rel='stylesheet' type='text/css'>
  9. <!--- tooltips --->
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("[title]").style_my_tooltips();
  17. });
  18. })(jQuery);
  19. </script>
  20.  
  21.  
  22. </style>
  23.  
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30.  
  31. <!-------------------------------------------
  32. Code by elsaofarendelle.
  33. Don't copy or distribute.
  34. Don't claim as your own.
  35. -------------------------------------------->
  36.  
  37. <meta name="image:background" content=""/>
  38. <meta name="image:sidebar" content=""/>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /* --- SCROLLBAR START ---*/
  44.  
  45. ::-webkit-scrollbar {
  46. height: 0px;
  47. width: 3px;
  48. background: none;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. border: 2px solid #transparent;
  53. -webkit-border-radius: 0px;
  54. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  55. }
  56.  
  57. ::-webkit-scrollbar-corner{
  58. background: transparent;
  59. }
  60.  
  61. /* --- SCROLLBAR END --- */
  62.  
  63. /* --- TOOLTIPS START --- */
  64.  
  65. #s-m-t-tooltip{
  66. max-width:300px;
  67. margin:15px;
  68. padding:2px 8px;
  69. border:3px solid #c7c3c1;
  70. border-radius:0px;
  71. background:#9d9897;
  72. color: #c7c3c1;
  73. z-index:9999999999999;
  74. font-size:15px;
  75. font-family: 'Ever After';
  76. font-weight:bold;
  77. text-transform:normal;
  78. box-shadow:0px 0px 10px #000;
  79. -webkit-transition:all 0.7s;
  80. -moz-transition:all 0.7s;
  81. -ms-transition:all 0.7s;
  82. -o-transition:all 0.7s;
  83. transition:all 0.7s;
  84. }
  85.  
  86. /* --- TOOLTIPS END --- */
  87.  
  88. /* --- popups start --- */
  89.  
  90. .popup_block{
  91. display:none;
  92. background: url('http://i.imgur.com/nvJ6nQY.png');
  93. padding:20px;
  94. border:1px none #fff;
  95. width: 300px;
  96. height: 484px;
  97. overflow-y:scroll;
  98. overflow-x:hidden;
  99. float:left;
  100. position:fixed;
  101. top:50%;left:702.5px;
  102. z-index: 99999;
  103. -webkit-box-shadow: 0px 0px 20px none;
  104. -moz-box-shadow: 0px 0px 20px none;
  105. box-shadow: 0px 0px 20px none;
  106. }
  107.  
  108. *html #fade {position: absolute;}
  109. *html .popup_block .popup_block2 .popup_block3 .popup_block4 {position: absolute;}
  110. #fade {
  111. display:none;
  112. position:fixed;
  113. left:0px;
  114. top:0px;
  115. width:100%;
  116. height:100%;
  117. z-index:9999;
  118. background:#000;
  119. opacity:none;
  120. }
  121.  
  122. #popupheader {
  123. margin-left:100px;
  124. margin-top:172px;
  125. font-size:30px;
  126. letter-spacing:2px;
  127. font-family: Times;
  128. color:#a91b1e;
  129. position:fixed;
  130. -webkit-filter: blur(1px)
  131. }
  132.  
  133.  
  134. #popuptext {
  135. margin-top:194px;
  136. margin-left:116px;
  137. width:235px;
  138. height:295px;
  139. font-family:garamond;
  140. font-size:12px;
  141. color:#a91b1e;
  142. overflow:scroll;
  143. text-align:justify;
  144. position:fixed;
  145. overflow-y padding:20px;
  146. -webkit-mask-image: -webkit-gradient(
  147. linear, center 20%, center bottom,
  148. from(rgba(0,0,0,20)),
  149. to(rgba(20,0,0,0)));
  150. }
  151.  
  152. .popup_block2{
  153. display:none;
  154. background: url('http://i.imgur.com/nvJ6nQY.png');
  155. padding:20px;
  156. border:1px none #fff;
  157. width: 300px;
  158. height: 484px;
  159. overflow-y:scroll;
  160. overflow-x:hidden;
  161. float:left;
  162. position:fixed;
  163. top:50%;left:702.5px;
  164. z-index: 99999;
  165. -webkit-box-shadow: 0px 0px 20px none;
  166. -moz-box-shadow: 0px 0px 20px none;
  167. box-shadow: 0px 0px 20px none;
  168. }
  169.  
  170. #popupheader {
  171. margin-left:100px;
  172. margin-top:172px;
  173. font-size:30px;
  174. letter-spacing:2px;
  175. font-family: Times;
  176. color:#a91b1e;
  177. position:fixed;
  178. -webkit-filter: blur(1px)
  179. }
  180.  
  181.  
  182. #popuptext {
  183. margin-top:194px;
  184. margin-left:116px;
  185. width:235px;
  186. height:295px;
  187. font-family:garamond;
  188. font-size:12px;
  189. color:#a91b1e;
  190. overflow:scroll;
  191. text-align:justify;
  192. position:fixed;
  193. overflow-y padding:20px;
  194. -webkit-mask-image: -webkit-gradient(
  195. linear, center 20%, center bottom,
  196. from(rgba(0,0,0,20)),
  197. to(rgba(20,0,0,0)));
  198. }
  199.  
  200. .popup_block3{
  201. display:none;
  202. background: url('http://i.imgur.com/nvJ6nQY.png');
  203. padding:20px;
  204. border:1px none #fff;
  205. width: 300px;
  206. height: 484px;
  207. overflow-y:scroll;
  208. overflow-x:hidden;
  209. float:left;
  210. position:fixed;
  211. top:50%;left:702.5px;
  212. z-index: 99999;
  213. -webkit-box-shadow: 0px 0px 20px none;
  214. -moz-box-shadow: 0px 0px 20px none;
  215. box-shadow: 0px 0px 20px none;
  216. }
  217.  
  218. #popupheader {
  219. margin-left:100px;
  220. margin-top:172px;
  221. font-size:30px;
  222. letter-spacing:2px;
  223. font-family: Times;
  224. color:#a91b1e;
  225. position:fixed;
  226. -webkit-filter: blur(1px)
  227. }
  228.  
  229.  
  230. #popuptext {
  231. margin-top:194px;
  232. margin-left:116px;
  233. width:235px;
  234. height:295px;
  235. font-family:garamond;
  236. font-size:12px;
  237. color:#a91b1e;
  238. overflow:scroll;
  239. text-align:justify;
  240. position:fixed;
  241. overflow-y padding:20px;
  242. -webkit-mask-image: -webkit-gradient(
  243. linear, center 20%, center bottom,
  244. from(rgba(0,0,0,20)),
  245. to(rgba(20,0,0,0)));
  246. }
  247.  
  248. .popup_block4{
  249. display:none;
  250. background: url('http://i.imgur.com/nvJ6nQY.png');
  251. padding:20px;
  252. border:1px none #fff;
  253. width: 300px;
  254. height: 484px;
  255. overflow-y:scroll;
  256. overflow-x:hidden;
  257. float:left;
  258. position:fixed;
  259. top:50%;left:702.5px;
  260. z-index: 99999;
  261. -webkit-box-shadow: 0px 0px 20px none;
  262. -moz-box-shadow: 0px 0px 20px none;
  263. box-shadow: 0px 0px 20px none;
  264. }
  265.  
  266. #popupheader {
  267. margin-left:100px;
  268. margin-top:172px;
  269. font-size:30px;
  270. letter-spacing:2px;
  271. font-family: Times;
  272. color:#a91b1e;
  273. position:fixed;
  274. -webkit-filter: blur(1px)
  275. }
  276.  
  277.  
  278. #popuptext {
  279. margin-top:194px;
  280. margin-left:116px;
  281. width:235px;
  282. height:295px;
  283. font-family:garamond;
  284. font-size:12px;
  285. color:#a91b1e;
  286. overflow:scroll;
  287. text-align:justify;
  288. position:fixed;
  289. overflow-y padding:20px;
  290. -webkit-mask-image: -webkit-gradient(
  291. linear, center 20%, center bottom,
  292. from(rgba(0,0,0,20)),
  293. to(rgba(20,0,0,0)));
  294. }
  295.  
  296. /* --- popups end --- */
  297.  
  298.  
  299.  
  300. /* --- BODY START ---*/
  301.  
  302. body {
  303. background:#000;
  304. background-image:url({image:background});
  305. background-attachment: fixed;
  306. background-repeat: no-repeat;
  307. background-position:0px 0px;
  308. margin:0px;
  309. color:#c1c1c1;
  310. font-family: times;
  311. font-size:15px;
  312. line-height:120%;
  313.  
  314. }
  315.  
  316. blockquote {
  317. padding-left:5px;
  318. border-left:2px solid;
  319. border-radius:6px;
  320. }
  321.  
  322. a {
  323. color:#c1c1c1;
  324. }
  325.  
  326. a {
  327. text-decoration:none;
  328. -webkit-transition:all 0.5s ease-in-out;
  329. -moz-transition:all 0.5s ease-in-out;
  330. -o-transition:all 0.5s ease-in-out;
  331. -ms-transition:all 0.5s ease-in-out;
  332. transition:all 0.5s ease-in-out;
  333. }
  334.  
  335. a:hover {
  336. color:{color:linkhover}
  337. }
  338.  
  339. img {none;}
  340.  
  341. h1 , h2 {
  342. font-family: 'Ever After';
  343. text-transform:none;
  344. font-size:30px;
  345. line-height:30px;
  346. letter-spacing:0px;
  347. text-align:center;
  348. font-style:normal;
  349. color: #a91b1e;
  350. }
  351.  
  352.  
  353. #container {
  354. background: transparent;
  355. border:3px none #fff;
  356. width:260px;
  357. height:388px;
  358. margin-left:290px;
  359. margin-top:200px;
  360. position:fixed;
  361. overflow:auto;
  362. padding-left:50px;
  363. padding-right:13px;
  364. padding-top:10px;
  365. padding-bottom:10px;
  366. -webkit-mask-image: -webkit-gradient(
  367. linear, center 10%, center bottom,
  368. from(rgba(0,0,0,20)),
  369. to(rgba(20,0,0,0)));
  370. }
  371.  
  372. #posts {
  373. width:250px;
  374. background-color:transparent;
  375. padding:-50px;
  376. text-align: justify;
  377. font-size: 12px;
  378. padding-top: -10px;
  379. margin-bottom: 50px;
  380. line-height: 100%px;
  381. font-family: times;
  382. z-index:50;
  383. }
  384.  
  385. #posts img {
  386. padding: 0;
  387. max-width: 100%;
  388. height: auto;
  389. }
  390.  
  391.  
  392. b {
  393. text-transform: bold;
  394. color: #a91b1e;
  395. text-shadow:0px 0px 3px #a91b1e;
  396. letter-spacing:1px;
  397. font-family: 'Ever After';
  398. font-size:17px;
  399. }
  400.  
  401. i, em {
  402. text-transform: italic;
  403. color: #a91b1e;
  404. text-shadow:2px 2px 5px #000;
  405. letter-spacing:1px;
  406. font-family: 'Ever After';
  407. font-size:17px;
  408. }
  409.  
  410. /* --- BODY END --- */
  411.  
  412. /* --- SIDEBAR START ---*/
  413.  
  414.  
  415. #sidebar{
  416. position: fixed;
  417. top: 220px;
  418. width:250px;
  419. height:115px;
  420. left: -10px;
  421. padding:20px;
  422. }
  423.  
  424.  
  425.  
  426. #sidebarimage img{
  427. width: 100px;
  428. height:115px;
  429. padding:10px;
  430. border:3px none #f5f5f5;
  431. margin-top:5px;
  432. background:transparent;
  433. background-image:{image:sidebarimage};
  434. }
  435.  
  436.  
  437. #nav {
  438. position:fixed;
  439. overflow:hidden;
  440. margin-top:150px;
  441. margin-left:315px;
  442. }
  443.  
  444. #link1 a , #link2 a, #link3 a
  445.  
  446. #title {
  447. font-family:times;
  448. text-align:center;
  449. width:300px;
  450. margin-top:5px;
  451. margin-left:100px;
  452. text-transform:uppercase;
  453. font-style:normal;
  454. font-size:20px;
  455. color:#11141d;
  456. }
  457.  
  458. #description {
  459. width:120px;
  460. height:390px;
  461. font-style:oblique;
  462. font-family:'Scheherazade', serif;
  463. margin-top:-205px;
  464. margin-left:670px;
  465. padding: 10px;
  466. overflow:hidden;
  467. text-align:justify;
  468. font-size:12px;
  469. color: #f3f2f2;
  470. text-shadow:2px 2px 5px #000;
  471. background-color:transparent;
  472. border:3px none #fff;
  473. letter-spacing:1px;
  474. line-height:110%;
  475. }
  476.  
  477. #elsa {
  478. position:fixed;
  479. left:390px;
  480. top:-10px;
  481. z-index:999;
  482. }
  483.  
  484. #elsa:hover #anna {
  485. opacity:1;
  486. -webkit-transition: all .7s ease-in-out;
  487. -moz-transition: all .7s ease-in-out;
  488. -o-transition: all .7s ease-in-out;
  489. }
  490.  
  491. #anna {
  492. background:#000;
  493. font-size:10px;
  494. color:#c1c1c1;
  495. font-family:'Radley', serif;
  496. text-align:center;
  497. width:131px;
  498. height:200px;
  499. top:90px;
  500. left:15px;
  501. padding:0px 5px 0px 5px;
  502. position:fixed;
  503. opacity:0;
  504. -webkit-transition: all .7s ease-in-out;
  505. -moz-transition: all .7s ease-in-out;
  506. -o-transition: all .7s ease-in-out;
  507. }
  508.  
  509. #snowman {
  510. font-family: Times;
  511. font-style:uppercase;
  512. color:#a91b1e;
  513. font-size:15px;
  514. width: 250px;
  515. height: auto;
  516. top:0px;
  517. left:0px;
  518. -ms-transform: rotate(-40deg);
  519. -webkit-transform: rotate(-40deg);
  520. transform: rotate(-40deg);
  521. -webkit-filter: blur(1px)
  522. }
  523.  
  524. #snowman: hover {
  525. font-family: 'Ever After';
  526. font-style:uppercase;
  527. color:#eee;
  528. text-shadow: 0px 0px 3px #eee;
  529. font-size:40px;
  530. width: 150px;
  531. transform:
  532. }
  533.  
  534. #pagination {
  535. font-family: times;
  536. width:103px;
  537. font-size:8px;
  538. text-transform:uppercase;
  539. margin-top:-86px;
  540. margin-left:700px;
  541. padding-top:25px;
  542. letter-spacing:1px;
  543. font-style:normal;
  544. text-align:center;
  545. }
  546.  
  547. #pagination a {
  548. color:#c1c1c1;
  549. }
  550.  
  551. /* --- SIDEBAR END ---*/
  552.  
  553.  
  554. /* --- LINKS START --- */
  555.  
  556. .links {
  557. position:fixed;
  558. font-size:20px;
  559. top: 168px;
  560. left: 480px;
  561. }
  562.  
  563. .links a {
  564. text-decoration:none;
  565. text-transform:uppercase;
  566. color: #a91b1e;
  567. font-family: Times;
  568. -moz-transition-duration:.7s;
  569. -webkit-transition-duration:.7s;
  570. -o-transition-duration:.7s;
  571. -webkit-filter: blur(1px)
  572. }
  573.  
  574.  
  575. .links a:hover {
  576. text-decoration:none;
  577. text-transform:uppercase;
  578. text-shadow:none;
  579. color: #a91b1e;
  580. text-shadow: -5px -5px 1px #a91b1e;
  581. -webkit-transition:all .5s ease-in-out;
  582. -moz-transition:all .5s ease-in-out;
  583. transition:all .5s ease-in-out;
  584. -webkit-filter: blur(1px)
  585. }
  586.  
  587. /* ---LINKS END --- */
  588.  
  589.  
  590. /* --- CREDIT START --- */
  591.  
  592. .credit{
  593. position:fixed;
  594. font-size:15px;
  595. right:12px;
  596. bottom:10px;
  597. }
  598.  
  599. .credit a {
  600. text-decoration:none;
  601. text-transform:uppercase;
  602. color: #a91b1e;
  603. text-shadow:0px 0px 3px #a91b1e;
  604. -moz-transition-duration:.7s;
  605. -webkit-transition-duration:.7s;
  606. -o-transition-duration:.7s;
  607. }
  608.  
  609.  
  610. .credit a:hover {
  611. text-decoration:none;
  612. text-transform:uppercase;
  613. color: #a91b1e;
  614. text-shadow:0px 0px 3px #a91b1e;
  615. }
  616.  
  617. /* --- CREDIT END --- */
  618.  
  619. /* --- POST NOTES START --- */
  620.  
  621. .note {
  622. padding:0px 20px 0px 20px;
  623. background-color:transparent;
  624. text-transform:lowercase;
  625. letter-spacing:0px;
  626. font-size: 11px;
  627. font-style:normal;
  628. text-align:left;
  629. line-height:120%;
  630. }
  631.  
  632. .note li {
  633. list-style-type:none;
  634. padding:5px 25px 5px 25px;
  635. text-align:left;
  636. margin-right:30px;
  637. margin-top:-50px;
  638. }
  639.  
  640.  
  641. #info {
  642. height:30px;
  643. text-align:center;
  644. margin-top:10px;
  645. padding-top:10px;
  646. padding:0px;
  647. padding-bottom:1px;
  648. text-transform:normal;
  649. font-style:none;
  650. font-family: 'Ever After';
  651. font-size:15px;
  652. background:#transparent;
  653. border-top: 1px solid #a91b1e;
  654. line-height:190%;
  655. background: url('');
  656. }
  657.  
  658. #info a{
  659. color: #a91b1e;
  660. }
  661.  
  662. #tags {
  663. font-family: 'Ever After';
  664. text-align:center;
  665. margin-top:0px;
  666. padding-bottom:0px;
  667. text-transform:none;
  668. font-style:none;
  669. font-size:15px;
  670. }
  671.  
  672. #tags a{
  673. color: #a91b1e;
  674. }
  675.  
  676. /* --- POST NOTES END --- */
  677.  
  678. /* --- ASK & AUDIO START --- */
  679.  
  680. .ask {
  681. color:#c1c1c1;
  682. padding:15px;
  683. margin-bottom:15px;
  684. background-image:url("");
  685. border: 1px solid #a91b1e;
  686. }
  687.  
  688. .asker {
  689. font-family: 'Ever After';
  690. font-size:25px;
  691. color: #a91b1e;
  692. text-shadow:0px 0px 3px #a91b1e;
  693. line-height:10px;
  694. text-align:center;
  695. }
  696.  
  697. .answer {
  698. color: #c1c1c1;
  699. }
  700.  
  701. .audio{
  702. background-color: #transparent;
  703. background-image:url("");
  704. border-bottom:1px none #c1c1c1;
  705. height:70px;
  706. font-size:8px;
  707. overflow:hidden;
  708. }
  709. /* --- ASK & AUDIO END --- */
  710.  
  711.  
  712.  
  713.  
  714. {CustomCSS}</style></head><body>
  715.  
  716. <script type="text/javascript"
  717. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  718. <script>
  719. $(document).ready(function() {
  720. //
  721. $('a.poplight[href^=#]').click(function() {
  722. var popID = $(this).attr('rel'); //Get Popup Name
  723. var popURL = $(this).attr('href'); //Get Popup href to define size
  724. var query= popURL.split('?');
  725. var dim= query[1].split('&');
  726. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  727. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  728. var popMargTop = ($('#' + popID).height() + 80) / 2;
  729. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  730. //Apply Margin to Popup
  731. $('#' + popID).css({
  732. 'margin-top' : -popMargTop,
  733. 'margin-left' : -popMargLeft
  734. });
  735. $('body').append('<div id="fade"></div>');
  736. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  737. return false;
  738. });
  739. $('a.close, #fade').live('click', function() {
  740. $('#fade, .popup_block, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  741. $('#fade, a.close').remove(); //fade them both out
  742. });
  743. return false;
  744. });
  745. });
  746. </script>
  747.  
  748.  
  749. <div id="sidebar">
  750. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  751.  
  752. <div class="links">
  753. <a title="home" href="/">i.</a>
  754. <a title="ask" href="/ask">ii.</a>
  755. <a title="about" href="#?w=460" rel="box1" class="poplight">iii.</a>
  756. <a title="rules" href="#?w=460" rel="box2" class="poplight">iv.</a>
  757. <a title="verses" href="#?w=460" rel="box3" class="poplight">v.</a>
  758. <a title="more" href="#?w=460" rel="box4" class="poplight">vi.</a>
  759. </div>
  760.  
  761.  
  762. <div class="credit">
  763. <a href="http://elsaofarendelle.tumblr.com">𝔼</a>
  764. </div>
  765.  
  766.  
  767.  
  768.  
  769.  
  770. <div id="title"></div>
  771.  
  772. <div id="elsa">
  773. <div id="snowman">Hover</div>
  774. <div id="anna">
  775. <center>
  776. <br>
  777. Updates Here
  778. </center>
  779. </div>
  780. </div>
  781.  
  782.  
  783. <div id="description">
  784. <center>
  785. <p>"This ability to travel through time revealed the truth. My fate was to become your greatest enemy. I was never going to be The Flash. So I became the reverse of everything that you were. The more people you saved, the more you were loved…the more I had to take from you."</p>
  786. <p>Professor Eobard Thawne<br>Of the CW Series<br><br><i>The Flash</i></p>
  787. </center>
  788. </div>
  789.  
  790. <div id="scrollbar">{scrollbar}</div>
  791.  
  792.  
  793.  
  794. <div id="pagination">
  795. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  796. {block:Pagination}{block:NextPage}<a href="{NextPage}">/ fourth</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  797.  
  798.  
  799.  
  800. {block:HasPages}{block:Pages}
  801.  
  802. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  803.  
  804. </div></center>
  805.  
  806.  
  807. </div>
  808.  
  809. <div id="container">{block:Posts}<div id="posts">
  810.  
  811.  
  812. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  813.  
  814. {block:blockquote}{/block:blockquote}
  815.  
  816.  
  817.  
  818. {block:Photo}
  819. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  820. {/block:Photo}
  821.  
  822. {block:Photoset}
  823. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  824. {/block:Photoset}
  825.  
  826. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  827.  
  828. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  829.  
  830. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  831.  
  832. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  833. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  834.  
  835. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  836.  
  837. {block:Answer}
  838. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  839. {/block:Answer}
  840.  
  841.  
  842. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  843.  
  844. <div id="tags">
  845. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  846.  
  847. </div>
  848. {block:PostNotes}{PostNotes}{/block:PostNotes}
  849. {/block:Posts}</div>
  850.  
  851. </body>
  852.  
  853.  
  854. <div id="box1" class="popup_block">
  855. <div id="popupheader">About</div>
  856. <div id="popuptext">
  857. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  858. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  859. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  860. </div>
  861.  
  862. </div></div></div></div></div></div></div></div></div></div>
  863.  
  864. <div id="box2" class="popup_block2">
  865. <div id="popupheader">Rules</div>
  866. <div id="popuptext">
  867. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  868. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  869. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  870. </div>
  871.  
  872. </div></div></div></div></div></div></div></div></div></div>
  873.  
  874. <div id="box3" class="popup_block3">
  875. <div id="popupheader">Verses</div>
  876. <div id="popuptext">
  877. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  878. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  879. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  880. </div>
  881.  
  882. </div></div></div></div></div></div></div></div></div></div>
  883.  
  884. <div id="box4" class="popup_block4">
  885. <div id="popupheader">More</div>
  886. <div id="popuptext">
  887. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor nibh non feugiat iaculis. Cras mauris mi, condimentum id odio non, luctus ultricies turpis. In iaculis nibh id posuere fringilla. Nulla ultrices fermentum enim a tincidunt. Cras ornare odio at tellus egestas volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas, <a href="http://ofthemetesting.tumblr.com">links</a>, <b>bold</b>, <i>italics</i>, Mauris ullamcorper neque id ipsum eleifend, ut condimentum dui consequat. Maecenas dapibus mattis enim, nec tincidunt urna commodo id.</p>
  888. <p>Donec congue in justo at rhoncus. Sed dignissim eget mi sed posuere. Praesent gravida sem a tortor lobortis tincidunt. Sed in orci porta, convallis urna non, sagittis ante. Proin commodo mi ac massa volutpat malesuada. Integer nec erat non sem semper interdum et sed mauris. Phasellus bibendum et enim eget ullamcorper.</p>
  889. <p>Nulla nisl elit, suscipit ut risus a, blandit elementum erat. Proin et sapien consectetur leo gravida ornare. Aliquam laoreet malesuada diam et vestibulum. Ut hendrerit fermentum pretium. Nulla nec erat in elit bibendum porttitor. Nunc suscipit erat sit amet orci mattis pulvinar. Maecenas mattis convallis est et imperdiet.</p>
  890. </div>
  891.  
  892. </div></div></div></div></div></div></div></div></div></div>
  893.  
  894. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement