elsaofarendelle

OG Elsa 002

Aug 23rd, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 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. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  6.  
  7.  
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15.  
  16. <!-- CODE BY FLURRIIES: DON'T COPY OR DISTRIBUTE -->
  17.  
  18. <!-- COLORS -->
  19.  
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:text" content="#9B9B9B"/>
  22. <meta name="color:link" content="#b8b8b8"/>
  23. <meta name="color:link Hover" content="#eeeeee"/>
  24. <meta name="color:border" content="#F2F2F2"/>
  25. <meta name="color:scrollbar" content="#D6D5D5">
  26. <meta name="color:b" content="#eeeeee"/>
  27. <meta name="color:i" content="#eeeeee"/>
  28.  
  29.  
  30. <!-- FONTS -->
  31.  
  32. <meta name="font:title" content="Cambria" />
  33. <meta name="font:body" content="calibri" />
  34. <meta name="font:pagination" content="calibri" />
  35.  
  36. <!-- IMAGES -->
  37.  
  38. <meta name="image:background" content=""/>
  39. <meta name="image:sidebar" content=""/>
  40.  
  41.  
  42. <!-- LINKS -->
  43.  
  44. <meta name="text:link 1" content="Link 1"/>
  45. <meta name="text:link 1 url" content="/"/>
  46. <meta name="text:link 2" content="Link 2"/>
  47. <meta name="text:link 2 url" content="/"/>
  48. <meta name="text:link 3" content="Link 3"/>
  49. <meta name="text:link 3 url" content="/"/>
  50. <meta name="text:link 4" content="Link 4"/>
  51. <meta name="text:link 4 url" content="/"/>
  52. <meta name="text:link 5" content="Link 5"/>
  53. <meta name="text:link 5 url" content="/"/>
  54. <meta name="text:link 6" content="Link 6"/>
  55. <meta name="text:link 6 url" content="/"/>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. /* --- SCROLLBAR ---*/
  61.  
  62. ::-webkit-scrollbar {
  63. height: 0px;
  64. width: 3px;
  65. background: none;
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. border: 3px solid transparent;
  70. -webkit-border-radius: 10px;
  71. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  72. }
  73.  
  74. ::-webkit-scrollbar-corner{
  75. background: transparent;
  76. }
  77.  
  78. /* --- SCROLLBAR END --- */
  79.  
  80. /* --- TOOLTIPS START --- */
  81.  
  82. div#qTip {
  83. border:1px none #7a2a1a;
  84. border-radius:0px;
  85. padding: 6px;
  86. display: none;
  87. background:#fff;
  88. margin-left:10px;
  89. margin-top:-25px;
  90. text-align: center;
  91. font-style:italic;
  92. position: absolute;
  93. font-size:9px;
  94. line-height:10px;
  95. z-index: 9999999;
  96. color: #4f646d;
  97. letter-spacing: 1px;
  98. }
  99.  
  100. /* --- TOOLTIPS END --- */
  101.  
  102.  
  103. /* --- BODY ---*/
  104.  
  105. body {
  106. background:{color:background};
  107. background-image:url({image:background});
  108. background-attachment: fixed;
  109. background-repeat: no-repeat;
  110. background-position:0px 0px;
  111. margin:0px;
  112. color:#f9f9f9;
  113. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  114. font-size:12px;
  115. line-height:120%;
  116.  
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;
  122. border-radius:6px;
  123. }
  124.  
  125. a {
  126. color:#f9f9f9;
  127. }
  128.  
  129. a {
  130. text-decoration:none;
  131. -webkit-transition:all 0.5s ease-in-out;
  132. -moz-transition:all 0.5s ease-in-out;
  133. -o-transition:all 0.5s ease-in-out;
  134. -ms-transition:all 0.5s ease-in-out;
  135. transition:all 0.5s ease-in-out;
  136. }
  137.  
  138. a:hover {
  139. color:{color:linkhover}
  140. }
  141.  
  142. img {none;}
  143.  
  144. h1 , h2 {
  145. font-family:georgia;
  146. text-transform:none;
  147. font-size:14px;
  148. line-height:30px;
  149. letter-spacing:0px;
  150. text-align:center;
  151. font-style:none;
  152. }
  153.  
  154. #container {
  155. width:300px;
  156. height:368px;
  157. margin-left:390px;
  158. margin-top:65px;
  159. position:fixed;
  160. overflow:auto;
  161. padding-left:50px;
  162. padding-right:50px;
  163. padding-top:10px;
  164. padding-bottom:10px;
  165. }
  166.  
  167. #posts {
  168. width:250px;
  169. background-color: transparent;
  170. padding:-50px;
  171. text-align: justify;
  172. font-size: 12px;
  173. padding-top: -10px;
  174. margin-bottom: 50px;
  175. line-height: 100%px;
  176. font-family: georgia;
  177. z-index:50;
  178. }
  179.  
  180.  
  181. b {
  182. text-transform: bold;
  183. color: #f9f9f9;
  184. text-shadow:0px 0px 5px #fff;
  185. letter-spacing:1px;
  186. font-family: 'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  187. font-size:15px;
  188. }
  189.  
  190. i, em {
  191. text-transform: italic;
  192. color: #f9f9f9;
  193. text-shadow:2px 2px 3px #000;
  194. letter-spacing:1px;
  195. font-family: 'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  196. font-size:15px;
  197. }
  198.  
  199.  
  200. /* --- SIDEBAR ---*/
  201.  
  202.  
  203. #sidebar{
  204. position:fixed;
  205. width:91px;
  206. height:auto;
  207. margin-top:100px;
  208. margin-left:350px;
  209. text-align:left;
  210. }
  211.  
  212. #sidebar {width:500px;}
  213.  
  214. #sidebarimage img{
  215. width:500px;
  216. margin-top:5px;
  217. margin-left:-100px;
  218. margin-bottom:5px;
  219. padding:-1px;
  220. outline-offset:4px;
  221. }
  222.  
  223.  
  224.  
  225. #nav {
  226. position:fixed;
  227. overflow:hidden;
  228. margin-top:150px;
  229. margin-left:315px;
  230. }
  231.  
  232. #link1 a , #link2 a, #link3 a
  233.  
  234. #title{
  235. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  236. text-align:center;
  237. margin-top:-129px;
  238. padding-bottom:0px;
  239. text-transform:none;
  240. font-style:normal;
  241. font-size:10px;
  242. }
  243.  
  244. #description {
  245. width:190px;
  246. font-family:'Star Jedi'; url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  247. margin-bottom:0px;
  248. margin-top:-100px;
  249. margin-left:-300px;
  250. text-align:justify;
  251. font-size:130%;
  252. color: #fff;
  253. text-shadow:2px 2px 5px #4f646d;
  254. letter-spacing:1px;
  255. line-height:115%;
  256. }
  257.  
  258. /* --- UPDATES START ---*/
  259.  
  260. #updates {
  261. background:#transparent;
  262. font-size:11px;
  263. color:#fff;
  264. text-align:left;
  265. height:50px;
  266. width:100px;
  267. padding:4px;
  268. top:140px;
  269. left:30px;
  270. z-index:10;
  271. position:fixed;
  272. overflow:hidden;
  273. -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. }
  277.  
  278. #updates:hover {
  279. background:#transparent;
  280. height:200px;
  281. -webkit-transition: all 0.5s ease-in-out;
  282. -moz-transition: all 0.5s ease-in-out;
  283. -o-transition: all 0.5s ease-in-out;
  284. }
  285.  
  286. #updatestitle {
  287. font-size:20px;
  288. text-transform:uppercase;
  289. font-family: 'Star Jedi'; src: url("http://static.tumblr.com/npggxjg/ydFm20qjo/star_jedi.ttf");
  290. font-weight:bold;
  291. color:#fff;
  292. text-shadow:2px 2px 5px #4f646d;
  293. transform: rotate(-9deg);
  294. -ms-transform: rotate(-9deg);
  295. -webkit-transform: rotate(-9deg);
  296. -o-transform: rotate(-9deg);
  297. -moz-transform: rotate(-9deg);
  298.  
  299. }
  300.  
  301. /* --- UPDATES END --- */
  302.  
  303.  
  304. /* --- LINKS END --- */
  305.  
  306. .nav1 {
  307. position:fixed;
  308. font-size:10px;
  309. top: 150px;
  310. left: 943px;
  311. }
  312.  
  313. .nav1 a {
  314. text-decoration:none;
  315. text-transform:uppercase;
  316. color: #fff;
  317. text-shadow:2px 2px 3px #4f646d;
  318. -moz-transition-duration:.7s;
  319. -webkit-transition-duration:.7s;
  320. -o-transition-duration:.7s;
  321. }
  322.  
  323.  
  324. .nav1 a:hover {
  325. text-decoration:none;
  326. text-transform:uppercase;
  327. text-shadow:none;
  328. color: #fff;
  329. }
  330.  
  331. .nav2 {
  332. position:fixed;
  333. font-size:12px;
  334. top: 187px;
  335. left: 970px;
  336. }
  337.  
  338. .nav2 a {
  339. text-decoration:none;
  340. text-transform:uppercase;
  341. color: #fff;
  342. text-shadow:2px 2px 3px #4f646d;
  343. -moz-transition-duration:.7s;
  344. -webkit-transition-duration:.7s;
  345. -o-transition-duration:.7s;
  346. }
  347.  
  348.  
  349. .nav2 a:hover {
  350. text-decoration:none;
  351. text-transform:uppercase;
  352. text-shadow:none;
  353. color: #fff;
  354. }
  355.  
  356. .nav3 {
  357. position:fixed;
  358. font-size:20px;
  359. top: 225px;
  360. left: 943px;
  361. }
  362.  
  363. .nav3 a {
  364. text-decoration:none;
  365. text-transform:uppercase;
  366. color: #fff;
  367. text-shadow:2px 2px 3px #4f646d;
  368. -moz-transition-duration:.7s;
  369. -webkit-transition-duration:.7s;
  370. -o-transition-duration:.7s;
  371. }
  372.  
  373.  
  374. .nav3 a:hover {
  375. text-decoration:none;
  376. text-transform:uppercase;
  377. text-shadow:none;
  378. color: #fff;
  379. }
  380.  
  381. .nav4 {
  382. position:fixed;
  383. font-size:17px;
  384. top: 260px;
  385. left: 970px;
  386. }
  387.  
  388. .nav4 a {
  389. text-decoration:none;
  390. text-transform:uppercase;
  391. color: #fff;
  392. text-shadow:2px 2px 3px #4f646d;
  393. -moz-transition-duration:.7s;
  394. -webkit-transition-duration:.7s;
  395. -o-transition-duration:.7s;
  396. }
  397.  
  398.  
  399. .nav4 a:hover {
  400. text-decoration:none;
  401. text-transform:uppercase;
  402. text-shadow:none;
  403. color: #fff;
  404. }
  405.  
  406. .nav5 {
  407. position:fixed;
  408. font-size:20px;
  409. top: 300px;
  410. left: 943px;
  411. }
  412.  
  413. .nav5 a {
  414. text-decoration:none;
  415. text-transform:uppercase;
  416. color:fff;
  417. text-shadow:2px 2px 3px #4f646d;
  418. -moz-transition-duration:.7s;
  419. -webkit-transition-duration:.7s;
  420. -o-transition-duration:.7s;
  421. }
  422.  
  423.  
  424. .nav5 a:hover {
  425. text-decoration:none;
  426. text-transform:uppercase;
  427. text-shadow:none;
  428. color: #fff;
  429. }
  430.  
  431. .credit{
  432. position:fixed;
  433. font-size:12px;
  434. right:12px;
  435. bottom:8px;
  436. }
  437.  
  438. .credit a {
  439. text-decoration:none;
  440. text-transform:uppercase;
  441. color: #fff;
  442. -moz-transition-duration:.7s;
  443. -webkit-transition-duration:.7s;
  444. -o-transition-duration:.7s;
  445. }
  446.  
  447.  
  448. .credit a:hover {
  449. text-decoration:none;
  450. text-transform:uppercase;
  451. text-shadow:none;
  452. color: #fff;
  453. }
  454.  
  455. /* --- LINKS END --- */
  456.  
  457.  
  458. /* --- POPUPS START --- */
  459.  
  460. .popup_block{
  461. display:none;
  462. background:transparent;
  463. background-image:url("");
  464. background-repeat:no-repeat;
  465. padding:20px;
  466. border:1px none #eee;
  467. border-radius:6px;
  468. width: 300px;
  469. height:400px;
  470. float:left;
  471. overflow-y:scroll;
  472. overflow-x:hidden;
  473. position:fixed;
  474. top:400px;left:950px;
  475. z-index: 99999;
  476. -webkit-box-shadow: 0px 0px 0px #fff;
  477. -moz-box-shadow: 0px 0px 0px #fff;
  478. box-shadow:0px 0px 0px #fff;
  479. }
  480.  
  481. *html #fade {position: absolute;}
  482. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  483. #fade {
  484. display:none;
  485. position:fixed;
  486. left:0px;
  487. top:0px;
  488. width:100%;
  489. height:100%;
  490. z-index:9999;
  491. background:#000;
  492. opacity:0.5;
  493. }
  494.  
  495.  
  496. .popup_block2{
  497. display:none;
  498. background:#transparent;
  499. padding:20px;
  500. border:1px none #eee;
  501. width: 300px;
  502. height: 200px;
  503. float:left;
  504. position:fixed;
  505. top:500px;left:950px;
  506. z-index: 99999;
  507. -webkit-box-shadow: 0px 0px 0px #632a20;
  508. -moz-box-shadow: 0px 0px 0px #632a20;
  509. box-shadow:0px 0px 0px #632a20;
  510. }
  511.  
  512. *html #fade {position: absolute;}
  513. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  514. #fade {
  515. display:none;
  516. position:fixed;
  517. left:0px;
  518. top:0px;
  519. width:100%;
  520. height:100%;
  521. z-index:9999;
  522. background:#000;
  523. opacity:0.5;
  524. }
  525.  
  526. .poplinks a {
  527. text-decoration:none;
  528. background: #fff;
  529. background-image: url("");
  530. border:0px solid #fff;
  531. border-radius:6px;
  532. padding:7px;
  533. width:30px;
  534. margin-top:3px;
  535. margin-left:0px;
  536. display:inline-block;
  537. color:#b0b0b0;
  538. text-align:center;
  539. -webkit-box-shadow: 0px 0px 3px #fff;
  540. -moz-box-shadow: 0px 0px 3px #fff;
  541. box-shadow:0px 0px 3px #fff;
  542. }
  543.  
  544. .poplinks a:hover {
  545. background:#fff;
  546. color:#b0b0b0;
  547. -webkit-transition: all 0.3s ease-in-out;
  548. -moz-transition: all 0.3s ease-in-out;
  549. -o-transition: all 0.3s ease-in-out;
  550. -ms-transition: all 0.3s ease-in-out;
  551. transition: all 0.3s ease-in-out;
  552. }
  553.  
  554. /* --- credit popup --- */
  555.  
  556. .popup_block3{
  557. display:none;
  558. background:#bbbbb0;
  559. background-image:url("");
  560. background-repeat:no-repeat;
  561. padding:20px;
  562. border:1px none #eee;
  563. border-radius:6px;
  564. width: 200px;
  565. height:150px;
  566. float:left;
  567. overflow-y:scroll;
  568. overflow-x:hidden;
  569. position:fixed;
  570. top:400px;left:950px;
  571. z-index: 99999;
  572. webkit-box-shadow: 0px 0px 3px #fff;
  573. -moz-box-shadow: 0px 0px 3px #fff;
  574. box-shadow: 0px 0px 3px #fff;
  575. }
  576.  
  577. /* --- POPUPS END --- */
  578.  
  579. #ask {
  580. float:left;
  581. margin-left:10px;
  582. }
  583.  
  584. .note {
  585. padding:0px 20px 0px 20px;
  586. background-color:transparent;
  587. text-transform:lowercase;
  588. letter-spacing:0px;
  589. font-size: 11px;
  590. font-style:normal;
  591. text-align:left;
  592. line-height:120%;
  593. }
  594.  
  595. .note li {
  596. list-style-type:none;
  597. padding:5px 25px 5px 25px;
  598. text-align:left;
  599. margin-right:30px;
  600. margin-top:-50px;
  601. }
  602.  
  603.  
  604. #info {
  605. font-family:calibri;
  606. text-align:center;
  607. margin-top:10px;
  608. padding-top:10px;
  609. padding:0px;
  610. padding-bottom:1px;
  611. text-transform:none;
  612. font-style:none;
  613. font-size:20px;
  614. text-shadow:0px 0px 3px #fff;
  615. border-top:1px solid #f9f9f9;
  616. border-bottom:3px double #f9f9f9;
  617. line-height:100%;
  618. }
  619.  
  620. #tags {
  621. font-family:calibri;
  622. text-align:center;
  623. margin-top:0px;
  624. padding-bottom:0px;
  625. text-transform:none;
  626. font-style:none;
  627. font-size:8px;
  628. }
  629.  
  630.  
  631. #pagination{
  632. font-family:cambria;
  633. width:103px;
  634. font-size:30px;
  635. text-transform:normal;
  636. margin-top:155px;
  637. margin-left:-135px;
  638. padding-top:25px;
  639. letter-spacing:1px;
  640. font-style:normal;
  641. text-align:center;
  642. }
  643.  
  644. #pagination a {
  645. color:#f9f9f9;
  646. }
  647.  
  648.  
  649.  
  650. .audio{
  651. background-color:#fff;
  652. height:65px;
  653. overflow:hidden;
  654. }
  655.  
  656.  
  657.  
  658.  
  659. {CustomCSS}</style></head><body>
  660.  
  661. <script type="text/javascript"
  662. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  663. <script>
  664. $(document).ready(function() {
  665. //
  666. $('a.poplight[href^=#]').click(function() {
  667. var popID = $(this).attr('rel'); //Get Popup Name
  668. var popURL = $(this).attr('href'); //Get Popup href to define size
  669. var query= popURL.split('?');
  670. var dim= query[1].split('&');
  671. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  672. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  673. var popMargTop = ($('#' + popID).height() + 80) / 2;
  674. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  675. //Apply Margin to Popup
  676. $('#' + popID).css({
  677. 'margin-top' : -popMargTop,
  678. 'margin-left' : -popMargLeft
  679. });
  680. $('body').append('<div id="fade"></div>');
  681. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  682. return false;
  683. });
  684. $('a.close, #fade').live('click', function() {
  685. $('#fade, .popup_block, .popup_block1, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  686. $('#fade, a.close').remove(); //fade them both out
  687. });
  688. return false;
  689. });
  690. });
  691. </script>
  692.  
  693.  
  694. <!-- UPDATES START -->
  695.  
  696. <div id="updates">
  697. <div id="updatestitle"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></div>
  698.  
  699. <div style="padding-top:10px;">
  700.  
  701. <center>TEXT HERE</center>
  702.  
  703. </div></div>
  704.  
  705. <!-- UPDATES END -->
  706.  
  707. <div id="sidebar">
  708. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  709.  
  710. <div class="nav1">
  711. <a title=refresh href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  712.  
  713. <div class="nav2">
  714. <a title=ask href="#?w=450" rel="box1" class="poplight"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  715. </div>
  716.  
  717. <div class="nav3">
  718. <a title=rules href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  719. </div>
  720.  
  721. <div class="nav4">
  722. <a title=about href="/"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  723. </div>
  724.  
  725. <div class="nav5">
  726. <a title=navi href="#?w=300" rel="box2" class="poplight"><img src="https://40.media.tumblr.com/a2e06279c293a23ef0b680ec2163f568/tumblr_inline_nvy5psvEt11t6zsrv_540.png"></a>
  727. </div>
  728.  
  729. <div class="credit">
  730. <a title=theme href="#?w=200" rel="box3" class="poplight"><img src="https://41.media.tumblr.com/829097c6a18ad5c5345c287feb07593c/tumblr_inline_nvops4O4A41t6zsrv_540.png"></a>
  731. </div>
  732.  
  733.  
  734. <div id="description">{Description}</div>
  735.  
  736.  
  737. <div id="scrollbar">{scrollbar}</div>
  738.  
  739.  
  740.  
  741. <div id="pagination">
  742. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  743. {block:Pagination}{block:NextPage}<a href="{NextPage}">» </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  744.  
  745.  
  746.  
  747. {block:HasPages}{block:Pages}
  748.  
  749. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  750.  
  751. </div></center>
  752.  
  753.  
  754. </div>
  755.  
  756.  
  757. <div id="container">{block:Posts}<div id="posts">
  758. <img src="">
  759.  
  760. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  761.  
  762. {block:blockquote}{/block:blockquote}
  763.  
  764.  
  765.  
  766. {block:Photo}
  767. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  768. {/block:Photo}
  769.  
  770. {block:Photoset}
  771. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  772. {/block:Photoset}
  773.  
  774. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  775.  
  776. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  777.  
  778. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  779.  
  780. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  781. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  782.  
  783. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  784.  
  785. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;{Asker}:<br><br><br> &nbsp; <big>"{Question}"</big><br><br>{Answer}{/block:Answer}
  786.  
  787.  
  788. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}"><big>●</big></a> {block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}"><big>●</big></a> {/block:NoteCount} {block:RebloggedFrom} <a title="from {ReblogParentName}" href="{ReblogParentURL}"><big>●</big></a>{/block:RebloggedFrom}
  789. {block:ContentSource} <a title="by {SourceTitle}" href="{SourceURL}"><big>●</big></a> {/block:ContentSource}{/block:Date}</div>
  790.  
  791. <div id="tags">
  792. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  793.  
  794. </div>
  795. {block:PostNotes}{PostNotes}{/block:PostNotes}
  796. {/block:Posts}</div>
  797.  
  798.  
  799.  
  800.  
  801. </body>
  802.  
  803. <div id="box1" class="popup_block">
  804. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/flurriies.tumblr.com" width="100%"></iframe></p>
  805. </div>
  806.  
  807. </div></div></div></div></div></div></div></div></div></div>
  808.  
  809.  
  810. <div id="box2" class="popup_block2">
  811. <table>
  812. <tr>
  813. <td>
  814. <div class="poplinks">
  815. <a href="/">LINK</a>
  816. <a href="/">LINK</a>
  817. <a href="/">LINK</a>
  818. <a href="/">LINK</a>
  819.  
  820. </div>
  821. </td>
  822. <td>
  823.  
  824. <div class="poplinks">
  825.  
  826. <a href="/">LINK</a>
  827. <a href="/">LINK</a>
  828. <a href="/">LINK</a>
  829. <a href="/">LINK</a>
  830.  
  831. </div>
  832.  
  833. </td>
  834. <td>
  835.  
  836. <div class="poplinks">
  837.  
  838. <a href="/">LINK</a>
  839. <a href="/">LINK</a>
  840. <a href="/">LINK</a>
  841. <a href="/">LINK</a>
  842.  
  843. </div>
  844.  
  845. </td>
  846. </tr>
  847. </table>
  848. </div>
  849.  
  850. </div></div></div></div></div></div></div></div></div></div>
  851.  
  852. <div id="box3" class="popup_block3">
  853. <h1>Theme Information;;</h1>
  854. <center><p>Theme coded by <a href="http://flurriies.tumblr.com/">flurriies</a>, <b>Do not copy, distribute, or claim as your own</b>. I take commissions and if you're interested you can find more information about that <a href="http://flurriies.tumblr.com/commissions">here</a>.</p></center>
  855. </div>
  856.  
  857. </div></div></div></div></div></div></div></div></div></div>
  858.  
  859. </html>
Advertisement
Add Comment
Please, Sign In to add comment