Advertisement
elsaofarendelle

imthehitch

Aug 7th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.31 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: 6px;
  48. background: none;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. border: 5px solid #transparent;
  53. -webkit-border-radius: 5px;
  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:2px solid #ffd1e6;
  70. border-radius:0px;
  71. background:#ffe2ef;
  72. color: #a4a4a4;
  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('https://i.imgur.com/IHAmfnM.png');
  93. padding:20px;
  94. border:1px none #fff;
  95. width: 300px;
  96. height: 497px;
  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:#010101;
  119. opacity:0.9;
  120. }
  121.  
  122. #popupheader {
  123. margin-left:180px;
  124. margin-top:80px;
  125. font-size:30px;
  126. letter-spacing:2px;
  127. font-family: Times;
  128. color:#b7b7c2;
  129. position:fixed;
  130. }
  131.  
  132.  
  133. #popuptext {
  134. margin-top:110px;
  135. margin-left:130px;
  136. width:235px;
  137. height:295px;
  138. font-family:garamond;
  139. font-size:12px;
  140. overflow:scroll;
  141. text-align:justify;
  142. position:fixed;
  143. }
  144.  
  145. .popup_block2{
  146. display:none;
  147. background: url('https://i.imgur.com/IHAmfnM.png');
  148. padding:20px;
  149. border:1px none #fff;
  150. width: 300px;
  151. height: 497px;
  152. overflow-y:scroll;
  153. overflow-x:hidden;
  154. float:left;
  155. position:fixed;
  156. top:50%;left:702.5px;
  157. z-index: 99999;
  158. -webkit-box-shadow: 0px 0px 20px none;
  159. -moz-box-shadow: 0px 0px 20px none;
  160. box-shadow: 0px 0px 20px none;
  161. }
  162.  
  163. #popupheader {
  164. margin-left:180px;
  165. margin-top:80px;
  166. font-size:30px;
  167. letter-spacing:2px;
  168. font-family: Times;
  169. color:#010101;
  170. position:fixed;
  171. }
  172.  
  173.  
  174. #popuptext {
  175. color:#010101;
  176. margin-top:120px;
  177. margin-left:180px;
  178. width:235px;
  179. height:290px;
  180. font-family:garamond;
  181. font-size:12px;
  182. overflow:scroll;
  183. text-align:justify;
  184. position:fixed;
  185. }
  186.  
  187. .popup_block3{
  188. display:none;
  189. background: url('https://i.imgur.com/IHAmfnM.png');
  190. padding:20px;
  191. border:1px none #fff;
  192. width: 300px;
  193. height: 497px;
  194. overflow-y:scroll;
  195. overflow-x:hidden;
  196. float:left;
  197. position:fixed;
  198. top:50%;left:702.5px;
  199. z-index: 99999;
  200. -webkit-box-shadow: 0px 0px 20px none;
  201. -moz-box-shadow: 0px 0px 20px none;
  202. box-shadow: 0px 0px 20px none;
  203. }
  204.  
  205. #popupheader {
  206. margin-left:180px;
  207. margin-top:80px;
  208. font-size:30px;
  209. letter-spacing:2px;
  210. font-family: Times;
  211. color:#b7b7c2;
  212. position:fixed;
  213. }
  214.  
  215.  
  216. #popuptext {
  217. margin-top:110px;
  218. margin-left:130px;
  219. width:235px;
  220. height:295px;
  221. font-family:garamond;
  222. font-size:12px;
  223. overflow:scroll;
  224. text-align:justify;
  225. position:fixed;
  226. }
  227.  
  228. .popup_block4{
  229. display:none;
  230. background: url('https://i.imgur.com/IHAmfnM.png');
  231. padding:20px;
  232. border:1px none #fff;
  233. width: 300px;
  234. height: 497px;
  235. overflow-y:scroll;
  236. overflow-x:hidden;
  237. float:left;
  238. position:fixed;
  239. top:50%;left:702.5px;
  240. z-index: 99999;
  241. -webkit-box-shadow: 0px 0px 20px none;
  242. -moz-box-shadow: 0px 0px 20px none;
  243. box-shadow: 0px 0px 20px none;
  244. }
  245.  
  246. #popupheader {
  247. margin-left:383px;
  248. margin-top:250px;
  249. font-size:50px;
  250. letter-spacing:2px;
  251. font-family: Times;
  252. color:#ffe2ef;
  253. text-shadow:0px 0px 3px #ffe2ef;
  254. position:fixed;
  255. transform: rotate(90deg);
  256. -ms-transform: rotate(90deg);
  257. -webkit-transform: rotate(90deg);
  258. -o-transform: rotate(90deg);
  259. -moz-transform: rotate(90deg);
  260. }
  261.  
  262.  
  263. #popuptext {
  264. color:#010101;
  265. margin-top:125px;
  266. margin-left:177px;
  267. width:237px;
  268. height:292px;
  269. font-family:garamond;
  270. font-size:12px;
  271. overflow:scroll;
  272. text-align:justify;
  273. position:fixed;
  274. }
  275.  
  276. /* --- popups end --- */
  277.  
  278.  
  279.  
  280. /* --- BODY START ---*/
  281.  
  282. body {
  283. background:#a4a4a4;
  284. background-image:url({image:background});
  285. background-attachment: fixed;
  286. background-repeat: no-repeat;
  287. background-position:0px 0px;
  288. margin:0px;
  289. color:#a4a4a4;
  290. font-family: times;
  291. font-size:15px;
  292. line-height:120%;
  293.  
  294. }
  295.  
  296. blockquote {
  297. padding-left:5px;
  298. border-left:2px solid;
  299. border-radius:6px;
  300. }
  301.  
  302. a {
  303. color:#a4a4a4;
  304. }
  305.  
  306. a {
  307. text-decoration:none;
  308. -webkit-transition:all 0.5s ease-in-out;
  309. -moz-transition:all 0.5s ease-in-out;
  310. -o-transition:all 0.5s ease-in-out;
  311. -ms-transition:all 0.5s ease-in-out;
  312. transition:all 0.5s ease-in-out;
  313. }
  314.  
  315. a:hover {
  316. color:{color:linkhover}
  317. }
  318.  
  319. img {none;}
  320.  
  321. h1 , h2 {
  322. font-family: 'Ever After';
  323. text-transform:none;
  324. font-size:30px;
  325. line-height:30px;
  326. letter-spacing:0px;
  327. text-align:center;
  328. font-style:normal;
  329. color: #4e1246;
  330. }
  331.  
  332.  
  333. #container {
  334. background:transparent;
  335. border:3px none #fff;
  336. width:260px;
  337. height:275px;
  338. margin-left:157px;
  339. margin-top:240px;
  340. position:fixed;
  341. overflow:auto;
  342. padding-left:50px;
  343. padding-right:44px;
  344. padding-top:10px;
  345. padding-bottom:10px;
  346. }
  347.  
  348. #posts {
  349. width:250px;
  350. background-color: transparent;
  351. padding:-50px;
  352. text-align: justify;
  353. font-size: 12px;
  354. padding-top: -10px;
  355. margin-bottom: 50px;
  356. line-height: 100%px;
  357. font-family: times;
  358. z-index:50;
  359. }
  360.  
  361. #posts img {
  362. padding: 0;
  363. max-width: 100%;
  364. height: auto;
  365. }
  366.  
  367.  
  368. b {
  369. text-transform: bold;
  370. color: #4e1246;
  371. text-shadow:0px 0px 3px #4e1246;
  372. letter-spacing:1px;
  373. font-family: 'Ever After';
  374. font-size:17px;
  375. }
  376.  
  377. i, em {
  378. text-transform: italic;
  379. color: #4e1246;
  380. text-shadow:2px 2px 5px #000;
  381. letter-spacing:1px;
  382. font-family: 'Ever After';
  383. font-size:17px;
  384. }
  385.  
  386. #fixxerupper {
  387. overflow:auto;
  388. height:120px;
  389. position:absolute;
  390. top:50px;
  391. }
  392.  
  393. #kristoff {
  394. width:200px;
  395. height:300px;
  396. background-image:url('https://i.imgur.com/5NhS8SC.png');
  397. position:fixed;
  398. left:60px;
  399. top:270px;
  400. z-index:2;
  401. }
  402.  
  403. /* --- BODY END --- */
  404.  
  405. /* --- SIDEBAR START ---*/
  406.  
  407.  
  408. #sidebar{
  409. position: fixed;
  410. top: 220px;
  411. width:250px;
  412. height:115px;
  413. left: -10px;
  414. padding:20px;
  415. }
  416.  
  417.  
  418.  
  419. #sidebarimage img{
  420. width: 100px;
  421. height:115px;
  422. padding:10px;
  423. border:3px none #f5f5f5;
  424. margin-top:5px;
  425. background:transparent;
  426. background-image:{image:sidebarimage};
  427. }
  428.  
  429.  
  430. #nav {
  431. position:fixed;
  432. overflow:hidden;
  433. margin-top:150px;
  434. margin-left:315px;
  435. }
  436.  
  437. #link1 a , #link2 a, #link3 a
  438.  
  439. #title {
  440. font-family:times;
  441. text-align:center;
  442. width:300px;
  443. margin-top:5px;
  444. margin-left:100px;
  445. text-transform:uppercase;
  446. font-style:normal;
  447. font-size:20px;
  448. color:#c47a39;
  449. }
  450.  
  451. #elsa {
  452. position:fixed;
  453. left:371px;
  454. top:540px;
  455. z-index:999;
  456. }
  457.  
  458. #elsa:hover #anna {
  459. opacity:1;
  460. -webkit-transition: all .7s ease-in-out;
  461. -moz-transition: all .7s ease-in-out;
  462. -o-transition: all .7s ease-in-out;
  463. }
  464.  
  465. #anna {
  466. background:#ffe2ef;
  467. font-size:10px;
  468. color:#4e1246;
  469. font-family:'Radley', serif;
  470. text-align:center;
  471. width:135px;
  472. height:300px;
  473. top:200px;
  474. left:570px;
  475. padding:0px 5px 0px 5px;
  476. position:fixed;
  477. opacity:0;
  478. -webkit-transition: all .7s ease-in-out;
  479. -moz-transition: all .7s ease-in-out;
  480. -o-transition: all .7s ease-in-out;
  481. }
  482.  
  483. #snowman {
  484. font-family: Times;
  485. font-style:uppercase;
  486. color:#4e1246;
  487. text-shadow:0px 0px 3px #4e1246;
  488. font-size:22px;
  489. width: 300px;
  490. height: auto;
  491. top:0px;
  492. left:0px;
  493. }
  494.  
  495. #snowman: hover {
  496. font-family: 'Ever After';
  497. font-style:uppercase;
  498. color:#4e1246;
  499. text-shadow: 0px 0px 3px #4e1246;
  500. font-size:40px;
  501. width: 150px;
  502. }
  503.  
  504. #pagination {
  505. font-family: times;
  506. width:103px;
  507. font-size:8px;
  508. text-transform:uppercase;
  509. margin-top:100px;
  510. margin-left:150px;
  511. padding-top:25px;
  512. letter-spacing:1px;
  513. font-style:normal;
  514. text-align:center;
  515. }
  516.  
  517. #pagination a {
  518. color:#4e1246;
  519. text-shadow:0px 0px 3px #4e1246;
  520. }
  521.  
  522. /* --- SIDEBAR END ---*/
  523.  
  524.  
  525. /* --- LINKS START --- */
  526.  
  527. .links {
  528. position:fixed;
  529. font-size:20px;
  530. top: 210px;
  531. left: 200px;
  532. }
  533.  
  534. .links a {
  535. text-decoration:none;
  536. text-transform:uppercase;
  537. color: #4e1246;
  538. text-shadow:0px 0px 3px #4e1246;
  539. font-family: times;
  540. -moz-transition-duration:.7s;
  541. -webkit-transition-duration:.7s;
  542. -o-transition-duration:.7s;
  543. }
  544.  
  545.  
  546. .links a:hover {
  547. text-decoration:none;
  548. text-transform:normal;
  549. color: #4e1246;
  550. text-shadow:0px 0px 3px #4e1246;
  551. }
  552.  
  553. /* ---LINKS END --- */
  554.  
  555.  
  556. /* --- CREDIT START --- */
  557.  
  558. .credit{
  559. position:fixed;
  560. font-size:15px;
  561. right:12px;
  562. bottom:10px;
  563. }
  564.  
  565. .credit a {
  566. text-decoration:none;
  567. text-transform:uppercase;
  568. color: #4e1246;
  569. text-shadow:0px 0px 3px #4e1246;
  570. -moz-transition-duration:.7s;
  571. -webkit-transition-duration:.7s;
  572. -o-transition-duration:.7s;
  573. }
  574.  
  575.  
  576. .credit a:hover {
  577. text-decoration:none;
  578. text-transform:uppercase;
  579. color: #c7c3c1;
  580. text-shadow:0px 0px 3px #eee;
  581. }
  582.  
  583. /* --- CREDIT END --- */
  584.  
  585. /* --- POST NOTES START --- */
  586.  
  587. .note {
  588. padding:0px 20px 0px 20px;
  589. background-color:transparent;
  590. text-transform:lowercase;
  591. letter-spacing:0px;
  592. font-size: 11px;
  593. font-style:normal;
  594. text-align:left;
  595. line-height:120%;
  596. }
  597.  
  598. .note li {
  599. list-style-type:none;
  600. padding:5px 25px 5px 25px;
  601. text-align:left;
  602. margin-right:30px;
  603. margin-top:-50px;
  604. }
  605.  
  606.  
  607. #info {
  608. height:30px;
  609. text-align:center;
  610. margin-top:10px;
  611. padding-top:10px;
  612. padding:0px;
  613. padding-bottom:1px;
  614. text-transform:normal;
  615. font-style:none;
  616. font-family: 'Ever After';
  617. font-size:15px;
  618. background:#transparent;
  619. border: 1px solid #a4a4a4;
  620. line-height:190%;
  621. background: url('');
  622. }
  623.  
  624. #info a{
  625. color: #a4a4a4;
  626. }
  627.  
  628. #tags {
  629. font-family: 'Ever After';
  630. text-align:center;
  631. margin-top:0px;
  632. padding-bottom:0px;
  633. text-transform:none;
  634. font-style:none;
  635. font-size:15px;
  636. }
  637.  
  638. #tags a{
  639. color: #a4a4a4;
  640. }
  641.  
  642. /* --- POST NOTES END --- */
  643.  
  644. /* --- ASK & AUDIO START --- */
  645.  
  646. .ask {
  647. color:#a4a4a4;
  648. padding:15px;
  649. margin-bottom:15px;
  650. background-image:url("");
  651. border:1px solid #a4a4a4;
  652. }
  653.  
  654. .asker {
  655. font-family: 'Ever After';
  656. font-size:25px;
  657. color: #4e1246;
  658. text-shadow:0px 0px 3px #4e1246;
  659. line-height:10px;
  660. text-align:center;
  661. }
  662.  
  663. .answer {
  664. color: #a4a4a4;
  665. }
  666.  
  667. .audio{
  668. background-color: #transparent;
  669. background-image:url("");
  670. border-bottom:1px none #a4a4a4;
  671. height:70px;
  672. font-size:8px;
  673. overflow:hidden;
  674. }
  675. /* --- ASK & AUDIO END --- */
  676.  
  677.  
  678.  
  679.  
  680. {CustomCSS}</style></head><body>
  681.  
  682. <script type="text/javascript"
  683. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  684. <script>
  685. $(document).ready(function() {
  686. //
  687. $('a.poplight[href^=#]').click(function() {
  688. var popID = $(this).attr('rel'); //Get Popup Name
  689. var popURL = $(this).attr('href'); //Get Popup href to define size
  690. var query= popURL.split('?');
  691. var dim= query[1].split('&');
  692. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  693. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  694. var popMargTop = ($('#' + popID).height() + 80) / 2;
  695. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  696. //Apply Margin to Popup
  697. $('#' + popID).css({
  698. 'margin-top' : -popMargTop,
  699. 'margin-left' : -popMargLeft
  700. });
  701. $('body').append('<div id="fade"></div>');
  702. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  703. return false;
  704. });
  705. $('a.close, #fade').live('click', function() {
  706. $('#fade, .popup_block, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  707. $('#fade, a.close').remove(); //fade them both out
  708. });
  709. return false;
  710. });
  711. });
  712. </script>
  713.  
  714.  
  715. <div id="sidebar">
  716. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  717.  
  718. <div class="links">
  719. <a title="home" href="/">i.</a>
  720. <a title="ask" href="/ask">ii.</a>
  721. <a title="about" href="#?w=567" rel="box1" class="poplight">iii.</a>
  722. <a title="rules" href="#?w=567" rel="box2" class="poplight">iv.</a>
  723. <a title="verses" href="#?w=567" rel="box3" class="poplight">v.</a>
  724. <a title="more" href="#?w=567" rel="box4" class="poplight">vi.</a>
  725. </div>
  726.  
  727.  
  728. <div class="credit">
  729. <a href="http://elsaofarendelle.tumblr.com">𝔼</a>
  730. </div>
  731.  
  732.  
  733.  
  734.  
  735.  
  736. <div id="title"></div>
  737.  
  738. <div id="elsa">
  739. <div id="snowman">Especially the Beans</div>
  740. <div id="anna">
  741. <center>
  742. <p><b>I'm what no one beleives, I'm the witch!</b><br>
  743. RP blog for Melisande<br>
  744. the Witch from Broadway's Into the Woods<br>
  745. Est. Dec. 9, 2014.<br></p>
  746.  
  747. <p>All framed icons are made by me, credit to elsaofarendelle for the psd frame that is on them.</p>
  748. </center>
  749. </div>
  750. </div>
  751.  
  752.  
  753.  
  754.  
  755. <div id="scrollbar">{scrollbar}</div>
  756.  
  757.  
  758.  
  759. <div id="pagination">
  760. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  761. {block:Pagination}{block:NextPage}<a href="{NextPage}">/ fourth</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  762.  
  763.  
  764.  
  765. {block:HasPages}{block:Pages}
  766.  
  767. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  768.  
  769. </div></center>
  770.  
  771.  
  772. </div>
  773.  
  774. <div id="kristoff"></div>
  775. <div id="container">{block:Posts}<div id="posts">
  776. <div id="fixerupper"></div>
  777.  
  778.  
  779. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  780.  
  781. {block:blockquote}{/block:blockquote}
  782.  
  783.  
  784.  
  785. {block:Photo}
  786. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  787. {/block:Photo}
  788.  
  789. {block:Photoset}
  790. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  791. {/block:Photoset}
  792.  
  793. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  794.  
  795. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  796.  
  797. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  798.  
  799. {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}
  800. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  801.  
  802. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  803.  
  804. {block:Answer}
  805. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  806. {/block:Answer}
  807.  
  808.  
  809. {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>
  810.  
  811. <div id="tags">
  812. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  813.  
  814. </div>
  815. {block:PostNotes}{PostNotes}{/block:PostNotes}
  816. {/block:Posts}</div>
  817.  
  818. </body>
  819.  
  820.  
  821. <div id="box1" class="popup_block">
  822. <div id="popupheader">About</div>
  823. <div id="popuptext">
  824. <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>
  825. <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>
  826. <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>
  827. </div>
  828.  
  829. </div></div></div></div></div></div></div></div></div></div>
  830.  
  831. <div id="box2" class="popup_block2">
  832. <div id="popupheader">Rules</div>
  833. <div id="popuptext">
  834. <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>
  835. <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>
  836. <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>
  837. </div>
  838.  
  839. </div></div></div></div></div></div></div></div></div></div>
  840.  
  841. <div id="box3" class="popup_block3">
  842. <div id="popupheader">Verses</div>
  843. <div id="popuptext">
  844. <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>
  845. <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>
  846. <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>
  847. </div>
  848.  
  849. </div></div></div></div></div></div></div></div></div></div>
  850.  
  851. <div id="box4" class="popup_block4">
  852. <div id="popupheader">More</div>
  853. <div id="popuptext">
  854. <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>
  855. <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>
  856. <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>
  857. </div>
  858.  
  859. </div></div></div></div></div></div></div></div></div></div>
  860.  
  861. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement