Advertisement
themesbygeorgia

Theme #47 - Desolate

Nov 14th, 2014
1,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.50 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. <!--Theme #47 - Desolate by wonderfullythemes
  6.  
  7. please leave the credit intact thanks!-->
  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. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  16. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  17.  
  18. <!--SCRIPT FOR TOOLTIPS-->
  19. <stsss>
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:200,
  28. tip_fade_speed:300,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script>
  37. $(document).ready(function(){
  38.  
  39. $(".more").click(function(){
  40. $(".navi").show("");
  41. $(".updates").hide("");
  42. });
  43.  
  44. $(".extra").click(function(){
  45. $(".updates").show("");
  46. $(".navi").hide("");
  47. });
  48. });
  49. </script>
  50.  
  51. <!--LAZY LOAD-->
  52. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  53. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  54. <script type="text/javascript" charset="utf-8">
  55. var $j = jQuery.noConflict();
  56. $j(function() {
  57. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  58. $j("img").lazyload({
  59. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  60. effect: "fadeIn",
  61. });
  62. });
  63. </script>
  64.  
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67. <script>
  68. $(document).ready(function() {
  69. //
  70. $('a.poplight[href^=#]').click(function() {
  71. var popID = $(this).attr('rel'); //Get Popup Name
  72. var popURL = $(this).attr('href'); //Get Popup href to define size
  73. var query= popURL.split('?');
  74. var dim= query[1].split('&');
  75. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  76. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  77. var popMargTop = ($('#' + popID).height() + 80) / 2;
  78. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  79. //Apply Margin to Popup
  80. $('#' + popID).css({
  81. 'margin-top' : -popMargTop,
  82. 'margin-left' : -popMargLeft
  83. });
  84. $('body').append('<div id="fade"></div>');
  85. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  86. return false;
  87. });
  88. $('a.close, #fade').live('click', function() {
  89. $('#fade , .popup_block').fadeOut(function() {
  90. $('#fade, a.close').remove(); //fade them both out
  91. });
  92. return false;
  93. });
  94. });
  95. </script>
  96.  
  97. <meta name="color:Background" content="#fff" />
  98. <meta name="color:Link" content="#1bcc5c" />
  99. <meta name="color:Hover" content="#444" />
  100. <meta name="color:Text" content="#444" />
  101. <meta name="color:Sidebar Background" content="#ddd" />
  102. <meta name="color:Border" content="#ddd" />
  103. <meta name="color:FAQ Text" content="#000" />
  104. <meta name="color:Question Background" content="#ddd" />
  105. <meta name="color:Question Text" content="#444" />
  106. <meta name="color:Question Link" content="#000" />
  107. <meta name="color:Chat Bg Odd" content="#ddd" />
  108. <meta name="color:Chat Bg Even" content="#fff" />
  109. <meta name="color:Info Background" content="#ddd" />
  110. <meta name="color:Info Text" content="#444" />
  111. <meta name="color:Info Links" content="#444" />
  112. <meta name="color:Info Links Hover" content="#fff" />
  113. <meta name="color:Tooltip Background" content="#fff" />
  114. <meta name="color:Tooltip Border" content="#fff" />
  115. <meta name="color:Tooltip Shadow" content="#ddd" />
  116. <meta name="color:Tooltip Text" content="#000" />
  117. <meta name="color:Scrollbar" content="#000" />
  118. <meta name="color:Scrollbar Background" content="#fff" />
  119.  
  120. <meta name="image:Background" content="" />
  121.  
  122. <meta name="text:Subtitle" content="subtitle" />
  123. <meta name="text:FAQ" content="your faq here" />
  124. <meta name="text:Updates" content="your updates here" />
  125.  
  126. <meta name="if:CustomCursor" content="1" />
  127.  
  128. <meta name="text:Link1" content="/" />
  129. <meta name="text:Link1 Text" content="Link 1" />
  130. <meta name="text:Link2" content="/" />
  131. <meta name="text:Link2 Text" content="Link 2" />
  132. <meta name="text:Link3" content="/" />
  133. <meta name="text:Link3 Text" content="Link 3" />
  134. <meta name="text:Link4" content="/" />
  135. <meta name="text:Link4 Text" content="Link 4" />
  136. <meta name="text:Link5" content="/" />
  137. <meta name="text:Link5 Text" content="Link 5" />
  138. <meta name="text:Link6" content="/" />
  139. <meta name="text:Link6 Text" content="Link 6" />
  140.  
  141.  
  142. <style type="text/css">
  143.  
  144. ::-webkit-scrollbar-thumb {
  145. height:auto;
  146. background-color:{color:Scrollbar};
  147. }
  148.  
  149. ::-webkit-scrollbar {
  150. height:4px;
  151. width:8px;
  152. padding-right:2px;
  153. background-color:{color:Scrollbar Background};
  154. }
  155.  
  156. #s-m-t-tooltip {
  157. max-width:200px;
  158. font-size:11px;
  159. background-color:{color:Tooltip Background};
  160. color:{color:Tooltip Text};
  161. box-shadow:5px 5px 4px {color:Tooltip Shadow};
  162. border:1px solid {color:Tooltip Border};
  163. line-height:9px;
  164. display:none;
  165. position:absolute;
  166. letter-spacing:1px;
  167. text-transform:uppercase;
  168. padding:10px;
  169. margin:15px 0px 0px 15px;
  170. z-index:99999999999999;
  171. }
  172.  
  173. body {
  174. background-image:{image:Background};
  175. background-attachment:fixed;
  176. background-size:cover;
  177. background-repeat:no-repeat;
  178. background:{color:Background};
  179. color:{color:Text};
  180. font-family:'calibri';
  181. font-size:12px;
  182. text-decoration:none;
  183. text-transform:none;
  184. margin:0px;
  185. {block:IfCustomCursor}
  186. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  187. {/block:IfCustomCursor}
  188. }
  189.  
  190. a {
  191. color:{color:Link};
  192. text-decoration:none;
  193. -moz-transition-duration:0.7s;
  194. -webkit-transition-duration:0.7s;
  195. -o-transition-duration:0.7s;
  196. }
  197.  
  198. a:hover {
  199. {block:IfCustomCursor}
  200. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  201. {/block:IfCustomCursor}
  202. color:{color:Hover};
  203. -moz-transition-duration:0.7s;
  204. -webkit-transition-duration:0.7s;
  205. -o-transition-duration:0.7s;
  206. }
  207.  
  208. /* Effect 1: Brackets */
  209. .cl-effect-1 a::before,
  210. .cl-effect-1 a::after {
  211. display: inline-block;
  212. opacity: 0;
  213. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  214. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  215. transition: transform 0.3s, opacity 0.2s;
  216. }
  217.  
  218. .cl-effect-1 a::before {
  219. margin-right: 5px;
  220. content: '[';
  221. -webkit-transform: translateX(20px);
  222. -moz-transform: translateX(20px);
  223. transform: translateX(20px);
  224. }
  225.  
  226. .cl-effect-1 a::after {
  227. margin-left: 5px;
  228. content: ']';
  229. -webkit-transform: translateX(-20px);
  230. -moz-transform: translateX(-20px);
  231. transform: translateX(-20px);
  232. }
  233.  
  234. .cl-effect-1 a:hover::before,
  235. .cl-effect-1 a:hover::after,
  236. .cl-effect-1 a:focus::before,
  237. .cl-effect-1 a:focus::after {
  238. opacity: 1;
  239. -webkit-transform: translateX(0px);
  240. -moz-transform: translateX(0px);
  241. transform: translateX(0px);
  242. }
  243.  
  244. h2 {
  245. color:{color:Link};
  246. }
  247.  
  248. h2 a {
  249. color:{color:Link};
  250. }
  251.  
  252. li {
  253. list-style:square;
  254. }
  255.  
  256. blockquote {
  257. border-left:2px solid {color:Text};
  258. padding-left:5px;
  259. }
  260.  
  261. img, blockquote, li, h2 {
  262. max-width:100%;
  263. }
  264.  
  265. /*--POP UP ASK--*/
  266.  
  267. .popup_block{
  268. display:none;
  269. background:#fff;
  270. padding:20px;
  271. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  272. float:left;
  273. position:fixed;
  274. top:50%;left:50%;
  275. z-index: 99999;
  276. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  277. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  278. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  279. }
  280.  
  281. *html #fade {position: absolute;}
  282. *html .popup_block {position: absolute;}
  283. #fade {
  284. display:none;
  285. position:fixed;
  286. left:0px;
  287. top:0px;
  288. width:100%;
  289. height:100%;
  290. z-index:9999;
  291. background:#000; /* change to #fff for solid white */
  292. opacity:0.5; /* change to opacity:1; */
  293. }
  294.  
  295. #entries {
  296. top:40px;
  297. width:400px;
  298. margin:auto;
  299. position:relative;
  300. left:320px;
  301. float:left;
  302. }
  303.  
  304. #post {
  305. width:400px;
  306. margin-top:30px;
  307. margin-bottom:200px;
  308. }
  309.  
  310. /*--RIGHT SIDEBAR--*/
  311. #rightsidebar {
  312. width:auto;
  313. right:15%;
  314. top:50%;
  315. margin-top:-10px;
  316. text-align:right;
  317. position:fixed;
  318. }
  319.  
  320. .title {
  321. text-transform:uppercase;
  322. letter-spacing:4px;
  323. width:300px;
  324. text-align:center;
  325. padding-left:10px;
  326. margin-bottom:10px;
  327. }
  328.  
  329. .subtitle {
  330. text-transform:lowercase;
  331. letter-spacing:1px;
  332. }
  333.  
  334. .links {
  335. padding:5px;
  336. font-size:10px;
  337. height:auto;
  338. font-style:none;
  339. text-decoration:none;
  340. letter-spacing:1px;
  341. text-transform:uppercase;
  342. }
  343.  
  344. .links a {
  345. color:{color:Link};
  346. }
  347.  
  348. .links a:hover {
  349. color:{color:Hover};
  350. }
  351.  
  352. #pagination {
  353. width:400px;
  354. font-size:10px;
  355. float:center;
  356. text-align:center;
  357. text-transform:uppercase;
  358. }
  359.  
  360. .navi {
  361. text-transform:lowercase;
  362. text-align:left;
  363. margin-top:20px;
  364. margin-left:15px;
  365. }
  366.  
  367. .hover a {
  368. width:100px;
  369. padding:0 50px 0 5px;
  370. }
  371.  
  372. .hover a:hover {
  373. font-style:none;
  374. box-shadow:inset 100px 0 {color:Hover};
  375. color:{color:Link};
  376. }
  377.  
  378. .description {
  379. width:200px;
  380. padding-left:5px;
  381. padding-right:5px;
  382. margin-top:-85px;
  383. margin-left:100px;
  384. position:absolute;
  385. text-align:right;
  386. height:85px;
  387. overflow-y:scroll;
  388. }
  389.  
  390. /*--POST TYPES--*/
  391. .user {
  392. font-style:italic;
  393. position:relative;
  394. }
  395.  
  396. .user a {
  397. border-bottom:none;
  398. color:{color:Question Link};
  399. }
  400.  
  401. .user a:hover {
  402. color:{color:Hover};
  403. letter-spacing:2px;
  404. box-shadow:none;
  405. }
  406.  
  407. .question {
  408. position:relative;
  409. max-width:100%;
  410. background-color:{color:Question Background};
  411. color:{color:Question Text};
  412. padding:20px;
  413. }
  414.  
  415. .arrow-down {
  416. width: 0;
  417. height: 0;
  418. border-left: 15px solid transparent;
  419. border-right: 15px solid transparent;
  420. margin-left:30px;
  421. margin-top:0px;
  422. border-top: 15px solid {color:Question Background};
  423. }
  424.  
  425. .answer {
  426. text-align:left;
  427. margin-top:20px;
  428. max-width:100%;
  429. padding-bottom:5px;
  430. }
  431.  
  432. .quote {
  433. font-size:18px;
  434. font-style:italic;
  435. }
  436.  
  437. .chat li {
  438. list-style:none;
  439. }
  440.  
  441. .line_odd {
  442. color:{color:Chat Bg Odd};
  443. }
  444.  
  445. .line_even {
  446. color:{color:Chat Bg Even};
  447. }
  448.  
  449. .playerbuttonbg {
  450. position: absolute;
  451. left: 20px;
  452. top: 20px;
  453. width: 19px;
  454. height: 19px;
  455. background-color: #fff;
  456. padding: 10px;
  457. opacity: .4;
  458. filter: alpha(opacity=40);
  459. -moz-opacity: 0.4;
  460. -khtml-opacity: 0.4;
  461. transition: opacity .7s ease-in-out;
  462. -moz-transition: opacity .7s ease-in-out;
  463. -webkit-transition: opacity .7s ease-in-out;
  464. }
  465.  
  466. .playerbuttonbg:hover {
  467. opacity: 1;
  468. filter: alpha(opacity=100);
  469. -moz-opacity: 1;
  470. -khtml-opacity: 1;
  471. }
  472.  
  473. .newplayerbutton {
  474. position: relative;
  475. width: 19px;
  476. height: 19px;
  477. overflow: hidden;
  478. }
  479.  
  480. .playerbuttonhug {
  481. position: absolute;
  482. top: -18px;
  483. left: -7px;
  484. }
  485.  
  486. .tumblr_audio_player {
  487. height: 90px;
  488. width: 270px;
  489. -moz-transform: scale(0.60, 0.60);
  490. -webkit-transform: scale(0.60, 0.60);
  491. -o-transform: scale(0.60, 0.60);
  492. -ms-transform: scale(0.60, 0.60);
  493. transform: scale(0.60, 0.60);
  494. -moz-transform-origin: top left;
  495. -webkit-transform-origin: top left;
  496. -o-transform-origin: top left;
  497. -ms-transform-origin: top left;
  498. transform-origin: top left;
  499. }
  500.  
  501. .audioimgwrapper {
  502. position: absolute;
  503. left: 0px;
  504. top: 0px;
  505. overflow: hidden;
  506. width: 79px;
  507. height: 79px;
  508. }
  509.  
  510. .audioimgwrapper img {
  511. width: 100%;
  512. height: auto;
  513. }
  514.  
  515. .trackdetails {
  516. width: auto;
  517. display:inline-block;
  518. margin-left: 90px;
  519. min-height: 85px;
  520. }
  521.  
  522. .audiowrapper {
  523. position: relative;
  524. display:inline-block;
  525. }
  526.  
  527. /*--INFO AND TAGS--*/
  528. #post:hover #footer {
  529. margin-top:10px;
  530. opacity:1;
  531. -moz-transition-duration:0.7s;
  532. -webkit-transition-duration:0.7s;
  533. -o-transition-duration:0.7s;
  534. }
  535.  
  536. #footer {
  537. color:{color:Info Text};
  538. text-transform:uppercase;
  539. width:380px;
  540. text-align:left;
  541. font-size:10px;
  542. margin-top:10px;
  543. padding:10px;
  544. background-color:{color:Info Background};
  545. opacity:0;
  546. -moz-transition-duration:0.7s;
  547. -webkit-transition-duration:0.7s;
  548. -o-transition-duration:0.7s;
  549. }
  550.  
  551. #footer a {
  552. color:{color:Info Links};
  553. }
  554.  
  555. #footer a:hover {
  556. color:{color:Info Links Hover};
  557. }
  558.  
  559. .ask:hover {
  560. cursor:help;
  561. }
  562.  
  563. .faq {
  564. height:70px;
  565. overflow-y:scroll;
  566. color:{color:FAQ Text};
  567. }
  568.  
  569. .more:hover {
  570. cursor:help;
  571. }
  572.  
  573. .navi {
  574. position:fixed;
  575. display:none;
  576. }
  577.  
  578. .extra:hover {
  579. cursor:help;
  580. }
  581.  
  582. .updates {
  583. padding:5px;
  584. width:300px;
  585. text-align:left;
  586. position:relative;
  587. margin-top:20px;
  588. margin-left:10px;
  589. display:none;
  590. }
  591.  
  592. /*--CREDIT--*/
  593. #spectrum {
  594. bottom:9px;
  595. right:7px;
  596. font-size:8px;
  597. font-family:'calibri';
  598. letter-spacing:1px;
  599. text-transform:uppercase;
  600. position:fixed;
  601. }
  602.  
  603. {CustomCSS}</style></head><body>
  604.  
  605. <div id="rightsidebar">
  606.  
  607. <div class="title">{Title} - <span class="subtitle">{text:Subtitle}</span></div>
  608. <div class="links">
  609. <nav class="cl-effect-1">
  610. <a href="/">Refresh</a>
  611. <a href="#?w=400" rel="box1" class="poplight">message</a>
  612. <a class="more">Navigation</a>
  613. <a class="extra">Updates</a>
  614. {block:Pagination}
  615. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  616. {/block:Pagination}
  617. </nav>
  618. </div>
  619.  
  620. <div class="navi">
  621.  
  622. <div class="hover">
  623. X <a href="{text:Link1}">{text:Link1 Text}</a><br>
  624. X <a href="{text:Link2}">{text:Link2 Text}</a><br>
  625. X <a href="{text:Link3}">{text:Link3 Text}</a><br>
  626. X <a href="{text:Link4}">{text:Link4 Text}</a><br>
  627. X <a href="{text:Link5}">{text:Link5 Text}</a><br>
  628. X <a href="{text:Link6}">{text:Link6 Text}</a>
  629. </div>
  630.  
  631.  
  632.  
  633. <div class="description">{Description}</div>
  634. </div>
  635.  
  636. <div class="updates">
  637. {text:Updates}
  638. </div>
  639. </div>
  640.  
  641. <div id="entries">{block:Posts}<div id="post">
  642.  
  643. {block:Text}
  644. {block:Title}<h2>{Title}</h2>{/block:Title}
  645. {Body}
  646. {/block:Text}
  647.  
  648. {block:Answer}
  649. <div class="question">{Question}&nbsp;&nbsp;&nbsp;&nbsp;&#8213;<span class="user">{Asker}</span></div>
  650. <div class="arrow-down"></div>
  651.  
  652. <div class="answer">{Answer}</div>
  653. {/block:Answer}
  654.  
  655. {block:Quote}
  656. <span class="quote"><div style="font-size:20px;color:{color:Link};font-weight:bold;border-bottom:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-bottom:10px">&#147;</div>
  657. {Quote}
  658. <div style="font-size:20px;color:{color:Link};font-weight:bold;border-top:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-top:10px;padding-top:5px;line-height:30px;">&#148; </div></span>
  659. {block:Source}<div class="font-size:18px"> &mdash;{Source}</div>{/block:Source}
  660. {/block:Quote}
  661.  
  662. {block:Link}
  663. <h2><a href="{URL}">{Name}</a></h2>
  664. {block:Description}{Description}{/block:Description}
  665. {/block:Link}
  666.  
  667. {block:Chat}
  668. {block:Title}{Title}{/block:Title}
  669. {block:Lines}<span class="chat">
  670. <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span></span>{/block:Label}</span> {Line}</li>
  671. {/block:Lines}
  672. {/block:Chat}
  673.  
  674. {block:Photo}
  675. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  676. {block:Caption}{Caption}{/block:Caption}
  677. {/block:Photo}
  678.  
  679. {block:Photoset}
  680. {Photoset-400}
  681. {block:Caption}{Caption}{/block:Caption}
  682. {/block:Photoset}
  683.  
  684. {block:Audio}
  685. {block:AudioPlayer}
  686. <div class="audiowrapper">
  687. {block:AlbumArt}
  688. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  689. {/block:AlbumArt}
  690.  
  691. <div class="playerbuttonbg">
  692. <div class="newplayerbutton">
  693. <div class="playerbuttonhug">
  694.  
  695. {AudioPlayerWhite}
  696.  
  697. </div>
  698. </div>
  699. </div>
  700.  
  701. <div class="trackdetails">
  702.  
  703. {block:TrackName}{TrackName}</a><br>{/block:TrackName}
  704. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  705. {block:Album}Album: {Album}<br>{/block:Album}
  706. {PlayCountWithLabel}
  707.  
  708. </div>
  709. </div>
  710. {/block:AudioPlayer}
  711.  
  712. {block:Caption}{Caption}{/block:Caption}
  713. {/block:Audio}
  714.  
  715. {block:Video}
  716. {Video-400}
  717. {block:Caption}{Caption}{/block:Caption}
  718. {/block:Video}
  719.  
  720. <div id="footer">
  721. {block:Date}<a href="{Permalink}" title="{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}"><i class="fa fa-clock-o"></i></a> {block:NoteCount} &nbsp;&nbsp; <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a>{/block:NoteCount} {/block:Date}
  722. {block:HasTags} &nbsp;&nbsp; <a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a> {/block:HasTags}
  723. <div style="float:right">
  724. {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
  725. {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  726. </div>
  727. </div>
  728.  
  729. </div>{/block:Posts}
  730.  
  731.  
  732. <div id="spectrum">
  733. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
  734. </div>
  735.  
  736. </div>
  737.  
  738.  
  739.  
  740.  
  741. </body>
  742. <div id="box1" class="popup_block">
  743. <div class="faq">
  744. {text:FAQ}
  745. </div>
  746.  
  747. <iframe frameborder="0" height="150" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  748. </div>
  749.  
  750. </div></div></div></div></div></div></div></div></div></div>
  751. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement