Advertisement
unzothemes

Desert Theme

Nov 24th, 2013
7,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.84 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5.  
  6. <!-- ---------------------------------------------------------------
  7.  
  8. Desert Theme
  9. Made by Unzo
  10. http://unzo.tumblr.com/
  11.  
  12. --------------------------------------------------------------- -->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  21.  
  22. <meta name="color:Background" content="#fdfdfd"/>
  23. <meta name="color:Container" content="#fff"/>
  24. <meta name="color:Links" content="#8394a5"/>
  25. <meta name="color:Links Hover" content="#eee"/>
  26. <meta name="color:Scrollbar" content="#8394a5"/>
  27. <meta name="color:Text" content="#9c9c9c"/>
  28.  
  29. <meta name="if:Faded Images" content="0"/>
  30. <meta name="if:Faded Images Inverted" content="0"/>
  31. <meta name="if:Less Space Between Posts" content="0"/>
  32. <meta name="if:More Space Between Posts" content="0"/>
  33. <meta name="if:Pop Up Askbox" content="0"/>
  34. <meta name="if:Posts Hovers" content="1"/>
  35. <meta name="if:Scroll To Top" content="1"/>
  36. <meta name="if:Show Blog Title" content="1"/>
  37. <meta name="if:Show Header Image" content="0"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Header" content=""/>
  41.  
  42. <meta name="text:Link 1" content=""/>
  43. <meta name="text:Link 1 Title" content=""/>
  44. <meta name="text:Link 2" content=""/>
  45. <meta name="text:Link 2 Title" content=""/>
  46. <meta name="text:Link 3" content=""/>
  47. <meta name="text:Link 3 Title" content=""/>
  48. <meta name="text:Link 4" content=""/>
  49. <meta name="text:Link 4 Title" content=""/>
  50. <meta name="text:Link 5" content=""/>
  51. <meta name="text:Link 5 Title" content=""/>
  52.  
  53. <meta name="text:Header Image Size" content="300"/>
  54. <meta name="text:Pop Up Askbox Title" content="Message"/>
  55.  
  56.  
  57. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  58.  
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  60.  
  61.  
  62. <script src="http://static.tumblr.com/kjtbii3/y9Wmz7ys3/basics.js">
  63. </script>
  64.  
  65. <script src="http://static.tumblr.com/kjtbii3/6R6mjtufm/contact.js">
  66. </script>
  67.  
  68. <script src="http://static.tumblr.com/kjtbii3/FJfmwoo4b/source-via.js">
  69. </script>
  70.  
  71. <script src="http://static.tumblr.com/kjtbii3/IQemv5u3n/tooltip.js">
  72. </script>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. #tumblr_controls{
  79. position:fixed;
  80. opacity:0.3;
  81.  
  82. -webkit-filter:invert(100%);
  83. -moz-filter:invert(100%);
  84. -o-filter:invert(100%);
  85. filter:invert(100%);
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb:vertical{
  90. width:10px;
  91. background:{color:scrollbar};
  92. border-radius:5px;
  93. border:2px solid {color:background};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:horizontal{
  97. height:10px;
  98. background:{color:scrollbar};
  99. border-radius:5px;
  100. border:2px solid {color:background};
  101. }
  102.  
  103. ::-webkit-scrollbar{
  104. width:11px;
  105. height:11px;
  106. background:{color:background};
  107. background-image:url({image:Background});
  108. }
  109.  
  110.  
  111. body{
  112. font-family:'Calibri', sans-serif;
  113. font-size:11.5px;
  114. line-height:150%;
  115.  
  116. background:{color:Background};
  117. color:{color:Text};
  118.  
  119. background-image:url({image:Background});
  120. background-position:center top;
  121. background-attachment:fixed;
  122.  
  123. cursor:default;
  124. }
  125.  
  126. a{
  127. text-decoration:none;
  128.  
  129. color:{color:Links};
  130.  
  131. -webkit-transition: all 0.5s ease;
  132. -moz-transition: all 0.5s ease;
  133. transition: all 0.5s ease;
  134. }
  135.  
  136. a:hover{
  137. color:{color:Links Hover};
  138.  
  139. text-decoration:none;
  140. font-style:none;
  141. }
  142.  
  143. .container{
  144. position:absolute;
  145. left:50%;
  146. min-height:100%;
  147.  
  148. {block:ifnotlessspacebetweenposts}
  149. width:740px;
  150. margin:-15px 0 0 -370px;
  151. {/block:ifnotlessspacebetweenposts}
  152.  
  153. {block:iflessspacebetweenposts}
  154. width:710px;
  155. margin:-15px 0 0 -355px;
  156. {/block:iflessspacebetweenposts}
  157.  
  158. {block:ifmorespacebetweenposts}
  159. width:800px;
  160. margin:-15px 0 0 -400px;
  161. {/block:ifmorespacebetweenposts}
  162.  
  163. border-left:1px solid #eee;
  164. border-right:1px solid #eee;
  165. border-bottom:1px solid #eee;
  166.  
  167. background:{color:container};
  168.  
  169. {block:permalinkpage}
  170. width:580px;
  171. margin-left:-290px;
  172. {/block:permalinkpage}
  173. }
  174.  
  175.  
  176. .header{
  177. {block:ifnotlessspacebetweenposts}
  178. width:740px;
  179. {/block:ifnotlessspacebetweenposts}
  180.  
  181. {block:iflessspacebetweenposts}
  182. width:710px;
  183. {/block:iflessspacebetweenposts}
  184.  
  185. {block:ifmorespacebetweenposts}
  186. width:800px;
  187. {/block:ifmorespacebetweenposts}
  188.  
  189. margin:50px auto 0;
  190. padding:0 0 15px;
  191.  
  192. font-size:12px;
  193. text-align:center;
  194.  
  195. border-bottom:1px solid #eee;
  196.  
  197. -webkit-animation:fadeInDown 3s;
  198. -moz-animation:fadeInDown 3s;
  199. -ms-animation:fadeInDown 3s;
  200.  
  201. {block:permalinkpage}
  202. width:580px;
  203. {/block:permalinkpage}
  204. }
  205.  
  206. .blogtitle{
  207. margin:0 auto 15px;
  208.  
  209. font-family:'Georgia', sans-serif;
  210. font-size:25px;
  211. line-height:100%;
  212. letter-spacing:1px;
  213. font-style:italic;
  214. }
  215.  
  216. .banner img{
  217. margin:0 auto 15px;
  218. width:{text:header image size}px;
  219. }
  220.  
  221. .description{
  222. margin:0 0 10px;
  223. }
  224.  
  225.  
  226. #content{
  227. position:relative;
  228. margin:20px auto 0;
  229.  
  230. {block:ifnotlessspacebetweenposts}
  231. width:690px;
  232. {/block:ifnotlessspacebetweenposts}
  233.  
  234. {block:iflessspacebetweenposts}
  235. width:660px;
  236. {/block:iflessspacebetweenposts}
  237.  
  238. {block:ifmorespacebetweenposts}
  239. width:750px;
  240. {/block:ifmorespacebetweenposts}
  241.  
  242. {block:permalinkpage}
  243. width:500px;
  244. margin:40px auto 0;
  245. {/block:permalinkpage}
  246. }
  247.  
  248.  
  249. .entry{
  250. overflow:hidden;
  251. width:210px;
  252.  
  253. {block:ifnotlessspacebetweenposts}
  254. margin:10px;
  255. {/block:ifnotlessspacebetweenposts}
  256.  
  257. {block:iflessspacebetweenposts}
  258. margin:5px;
  259. {/block:iflessspacebetweenposts}
  260.  
  261. {block:ifmorespacebetweenposts}
  262. margin:20px;
  263. {/block:ifmorespacebetweenposts}
  264.  
  265. {block:permalinkpage}
  266. width:500px;
  267. margin:20px auto 0;
  268. {/block:permalinkpage}
  269. }
  270.  
  271. .entry img{
  272. max-width:210px;
  273.  
  274. {block:PermalinkPage}
  275. max-width:500px;
  276. {/block:PermalinkPage}
  277. }
  278.  
  279.  
  280. .buttons{
  281. position:absolute;
  282. bottom:15px;
  283. left:5px;
  284.  
  285. -webkit-transition: all 0.5s ease;
  286. -moz-transition: all 0.5s ease;
  287. transition: all 0.5s ease;
  288. }
  289.  
  290. .entry:hover .buttons{
  291. bottom:5px;
  292. }
  293.  
  294. #notes-button, #reblog-button{
  295. display:inline-block;
  296. overflow:hidden;
  297. opacity:0;
  298.  
  299. width:23px;
  300. height:23px;
  301.  
  302. background:rgba(0,0,0,.17);
  303.  
  304. -webkit-border-radius:30px;
  305. -moz-border-radius:30px;
  306. border-radius:30px;
  307. }
  308.  
  309. .entry:hover #notes-button, .entry:hover #reblog-button{
  310. opacity:1;
  311. }
  312.  
  313. #notes-button:hover, #reblog-button:hover{
  314. opacity:1;
  315. background:rgba(0,0,0,.3);
  316. }
  317.  
  318. #notes-button img{
  319. display:block;
  320. overflow:hidden;
  321. width:13px;
  322. margin:5px;
  323. cursor:pointer;
  324.  
  325. -webkit-border-radius:30px;
  326. -moz-border-radius:30px;
  327. border-radius:30px;
  328. }
  329.  
  330. #reblog-button img{
  331. display:block;
  332. overflow:hidden;
  333. width:13px;
  334. margin:5px;
  335. cursor:pointer;
  336.  
  337. -webkit-border-radius:30px;
  338. -moz-border-radius:30px;
  339. border-radius:30px;
  340. }
  341.  
  342. .rotate{
  343. -webkit-transition: all 1s ease;
  344. -moz-transition: all 1s ease;
  345. transition: all 1s ease;
  346. }
  347.  
  348. .rotate:hover{
  349. -webkit-transform: rotate(360deg);
  350. -moz-transform: rotate(360deg);
  351. transform: rotate(360deg);
  352. }
  353.  
  354.  
  355. .box{
  356. {block:iffadedimages}
  357. opacity:0.85;
  358. {/block:iffadedimages}
  359.  
  360. {block:iffadedimagesinverted}
  361. opacity:1;
  362. {/block:iffadedimagesinverted}
  363.  
  364. -webkit-transition: all 0.5s ease;
  365. -moz-transition: all 0.5s ease;
  366. transition: all 0.5s ease;
  367. }
  368.  
  369. .box:hover{
  370. {block:iffadedimages}
  371. opacity:1;
  372. {/block:iffadedimages}
  373.  
  374. {block:iffadedimagesinverted}
  375. opacity:0.85;
  376. {/block:iffadedimagesinverted}
  377. }
  378.  
  379. .box img{
  380. {block:permalinkpage}
  381. width:500px;
  382. {/block:permalinkpage}
  383. }
  384.  
  385.  
  386. /* Others */
  387.  
  388. blockquote{
  389. margin:0 0 5px 10px;
  390. padding:3px 5px;
  391.  
  392. border-left:1px solid {color:Links};
  393. }
  394.  
  395. blockquote p, blockquote ul{
  396. margin:0;
  397. padding:0;
  398. }
  399.  
  400. .quote p{
  401. margin:0;
  402. }
  403.  
  404.  
  405. .arrow{
  406. margin:8px 0 0 165px;
  407.  
  408. border-left: 6px solid #f7f7f7;
  409.  
  410. {block:permalinkpage}
  411. margin:8px 0 0 455px;
  412. {/block:permalinkpage}
  413. }
  414.  
  415. .answer{
  416. width:145px;
  417.  
  418. background:#f7f7f7;
  419.  
  420. {block:permalinkpage}
  421. width:440px;
  422. {/block:permalinkpage}
  423. }
  424.  
  425. .asker{
  426. color:{color:Links};
  427. }
  428.  
  429. .asker:first-letter{
  430. text-transform:uppercase;
  431. }
  432.  
  433.  
  434. .postnotes ::-webkit-scrollbar{
  435. background:{color:Container};
  436. }
  437.  
  438.  
  439. /* Navigation */
  440.  
  441. nav a{
  442. position:relative;
  443. display:inline-block;
  444. outline:none;
  445.  
  446. margin:0 5px;
  447. letter-spacing:1px;
  448. text-transform:uppercase;
  449. }
  450.  
  451. .cl-effect-11 a{
  452. color:{color:Links};
  453. }
  454.  
  455. .cl-effect-11 a::before{
  456. position:absolute;
  457. overflow:hidden;
  458. max-width:0;
  459. top:0;
  460. left:0;
  461. content:attr(data-hover);
  462.  
  463. -webkit-transition: all 0.5s ease;
  464. -moz-transition: all 0.5s ease;
  465. transition: all 0.5s ease;
  466.  
  467. border-bottom:1px solid {color:Links};
  468. }
  469.  
  470. .cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before{
  471. max-width:100%;
  472. }
  473.  
  474.  
  475. /* Custom */
  476.  
  477. .permalink-title{
  478. {block:permalinkpage}
  479. margin-left:10px;
  480. letter-spacing:1px;
  481. text-transform:uppercase;
  482. {/block:permalinkpage}
  483. }
  484.  
  485.  
  486. #tooltip{
  487. z-index:100000;
  488. opacity:0.8;
  489.  
  490. margin:15px;
  491. padding:5px;
  492.  
  493. background:white;
  494. color:#aaa;
  495.  
  496. font-family:'Calibri', sans-serif;
  497. font-size:9px;
  498. line-height:100%;
  499. letter-spacing:1px;
  500. text-transform:uppercase;
  501.  
  502. border:1px solid #eee;
  503. border-radius:5px;
  504. }
  505.  
  506.  
  507. {CustomCss}
  508.  
  509. </style>
  510. </head>
  511.  
  512. <body>
  513.  
  514.  
  515. <div class="container">
  516.  
  517.  
  518. <div class="header">
  519.  
  520. {block:ifshowblogtitle}
  521. <div class="blogtitle">
  522. <a href="/">{Title}</a>
  523. </div>
  524. {/block:ifshowblogtitle}
  525.  
  526. {block:ifshowheaderimage}
  527. <div class="banner">
  528. <a href="/"><img src="{image:Header}"></a>
  529. </div>
  530. {/block:ifshowheaderimage}
  531.  
  532.  
  533. {block:description}
  534. <div class="description">
  535. {Description}
  536. </div>
  537. {/block:description}
  538.  
  539.  
  540. <nav class="cl-effect-11">
  541.  
  542. {block:iflink1title}
  543. <a href="{text:link 1}" data-hover="{text:link 1 title}">{text:link 1 title}</span></a>
  544. {/block:iflink1title}
  545.  
  546. {block:ifpopupaskbox}
  547. <a href="#?w=500" rel="01" class="poplight" data-hover="{text:pop up askbox title}"><span>{text:pop up askbox title}</span></a>
  548. {/block:ifpopupaskbox}
  549.  
  550. {block:iflink2title}
  551. <a href="{text:link 2}" data-hover="{text:link 2 title}"><span>{text:link 2 title}</span></a>
  552. {/block:iflink2title}
  553.  
  554. {block:iflink3title}
  555. <a href="{text:link 3}" data-hover="{text:link 3 title}"><span>{text:link 3 title}</span></a>
  556. {/block:iflink3title}
  557.  
  558. {block:iflink4title}
  559. <a href="{text:link 4}" data-hover="{text:link 4 title}"><span>{text:link 4 title}</span></a>
  560. {/block:iflink4title}
  561.  
  562. {block:iflink5title}
  563. <a href="{text:link 5}" data-hover="{text:link 5 title}"><span>{text:link 5 title}</span></a>
  564. {/block:iflink5title}
  565.  
  566. </nav>
  567.  
  568. </div>
  569.  
  570.  
  571.  
  572. <div id="content">
  573.  
  574. {block:Posts}
  575.  
  576.  
  577. {block:Photo}
  578. <div class="entry">
  579. <div class="box">
  580.  
  581. {block:ifpostshovers}
  582. {block:indexpage}
  583. <div class="buttons">
  584.  
  585. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  586. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  587. </a>
  588.  
  589. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  590. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  591. </a>
  592.  
  593. </div>
  594. {/block:indexpage}
  595. {/block:ifpostshovers}
  596.  
  597. {block:ifnotpostshovers}
  598. <a href="{Permalink}">
  599. {/block:ifnotpostshovers}
  600.  
  601. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  602.  
  603. {block:ifnotpostshovers}
  604. </a>
  605. {/block:ifnotpostshovers}
  606.  
  607. </div>
  608. </div>
  609. {/block:Photo}
  610.  
  611.  
  612. {block:Photoset}
  613. <div class="entry">
  614. <div class="box">
  615.  
  616. {block:ifpostshovers}
  617. {block:indexpage}
  618. <div class="buttons">
  619.  
  620. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  621. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  622. </a>
  623.  
  624. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  625. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  626. </a>
  627.  
  628. </div>
  629. {/block:indexpage}
  630. {/block:ifpostshovers}
  631.  
  632. {block:Photos}
  633.  
  634. {block:ifnotpostshovers}
  635. <a href="{Permalink}">
  636. {/block:ifnotpostshovers}
  637.  
  638. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  639.  
  640. {block:ifnotpostshovers}
  641. </a>
  642. {/block:ifnotpostshovers}
  643.  
  644. {/block:Photos}
  645.  
  646. </div>
  647. </div>
  648. {/block:Photoset}
  649.  
  650.  
  651. {block:Video}
  652. <div class="entry">
  653.  
  654. {block:IndexPage}
  655. {VideoEmbed-250}
  656. {/block:IndexPage}
  657.  
  658. {block:PermalinkPage}
  659. {VideoEmbed-500}
  660. {/block:PermalinkPage}
  661.  
  662. {block:indexpage}
  663. <div class="date">
  664. <a href="{Permalink}">{NoteCountWithLabel}</a>
  665. </div>
  666. {/block:indexpage}
  667.  
  668. </div>
  669. {block:Video}
  670.  
  671.  
  672. {block:Text}
  673. <div class="entry">
  674.  
  675. {block:Title}
  676. <div class="permalink-title">
  677. {Title}
  678. </div>
  679. {/block:Title}
  680.  
  681. {Body}
  682.  
  683. {block:indexpage}
  684. <div class="date">
  685. <a href="{Permalink}">{NoteCountWithLabel}</a>
  686. </div>
  687. {/block:indexpage}
  688.  
  689. </div>
  690. {/block:Text}
  691.  
  692.  
  693. {block:Link}
  694. <div class="entry">
  695.  
  696. <a href="{URL}">{Name}</a>
  697. <br>
  698.  
  699. {block:Description}
  700. {Description}
  701. {/block:Description}
  702.  
  703. {block:indexpage}
  704. <div class="date">
  705. <a href="{Permalink}">{NoteCountWithLabel}</a>
  706. </div>
  707. {/block:indexpage}
  708.  
  709. </div>
  710. {/block:Link}
  711.  
  712.  
  713. {block:Quote}
  714. <div class="entry">
  715.  
  716. <div class="quote">"{Quote}"</div>
  717.  
  718. {block:Source}
  719. <div style="margin:5px 0;text-align:right;">— {Source}</div>
  720. {/block:Source}
  721.  
  722. {block:indexpage}
  723. <div class="date">
  724. <a href="{Permalink}">{NoteCountWithLabel}</a>
  725. </div>
  726. {/block:indexpage}
  727.  
  728. </div>
  729. {/block:Quote}
  730.  
  731.  
  732. {block:Chat}
  733. <div class="entry">
  734.  
  735. {block:Title}
  736. {Title}
  737. {/block:Title}
  738.  
  739. {block:Lines}
  740.  
  741. <p>
  742.  
  743. {block:Label}
  744. <b>{Label}</b>
  745. {/block:Label}
  746.  
  747. {Line}
  748.  
  749. </p>
  750.  
  751. {/block:Lines}
  752.  
  753. {block:indexpage}
  754. <div class="date">
  755. <a href="{Permalink}">{NoteCountWithLabel}</a>
  756. </div>
  757. {/block:indexpage}
  758.  
  759. </div>
  760. {/block:Chat}
  761.  
  762.  
  763. {block:Audio}
  764. <div class="entry">
  765.  
  766. <div class="cover">
  767. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  768. </div>
  769.  
  770. {block:AlbumArt}
  771. <div class="cover">
  772. <img src="{AlbumArtURL}">
  773. </div>
  774. {/block:AlbumArt}
  775.  
  776. <div class="playbox">
  777. {block:AudioPlayer}
  778. {AudioPlayerWhite}
  779. {/block:AudioPlayer}
  780. </div>
  781.  
  782. <div class="info">
  783.  
  784. <b>Track:</b>
  785. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>
  786. {block:TrackName}
  787. {TrackName}
  788. {/block:TrackName}
  789. <br>
  790.  
  791. <b>Artist:</b>
  792. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>
  793. {block:Artist}
  794. {Artist}
  795. {/block:Artist}
  796. <br>
  797.  
  798. <b>Album:</b>
  799. <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>
  800. {block:Album}
  801. {Album}
  802. {/block:Album}
  803.  
  804. </div>
  805.  
  806. {block:indexpage}
  807. <div class="date">
  808. <a href="{Permalink}">{NoteCountWithLabel}</a>
  809. </div>
  810. {/block:indexpage}
  811.  
  812. </div>
  813. {/block:Audio}
  814.  
  815.  
  816. {block:Answer}
  817. <div class="entry">
  818.  
  819. <div class="arrow">
  820. </div>
  821.  
  822. <img class="portrait" src="{AskerPortraitURL-40}" align="right">
  823.  
  824. <div class="answer">
  825.  
  826. <div class="asker">{Asker}</div>
  827.  
  828. {Question}
  829.  
  830. </div>
  831.  
  832. {Answer}
  833.  
  834. {block:indexpage}
  835. <div class="date">
  836. <a href="{Permalink}">{NoteCountWithLabel}</a>
  837. </div>
  838. {/block:indexpage}
  839.  
  840. </div>
  841. {/block:Answer}
  842.  
  843.  
  844.  
  845. {block:PermalinkPage}
  846. <div align="center">
  847.  
  848. {block:Date}
  849. <div class="posts-info">
  850. <div class="info-date">Posted {TimeAgo}</div>
  851. <div class="info-notes">{NoteCountWithLabel}</div>
  852. </div>
  853. {/block:Date}
  854.  
  855. {block:PostNotes}
  856. <div class="postnotes">
  857. {PostNotes}
  858. </div>
  859. {/block:PostNotes}
  860.  
  861. </div>
  862. {/block:PermalinkPage}
  863.  
  864.  
  865.  
  866. {/block:Posts}
  867.  
  868. </div>
  869.  
  870.  
  871. {block:indexpage}
  872.  
  873. {block:NextPage}
  874. <div class="navigation"><a href="{NextPage}"></a></div>
  875. {/block:NextPage}
  876.  
  877. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  878.  
  879. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  880.  
  881. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/NLrmeq8ua/jquerymsnryv2.js"></script>
  882.  
  883. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/3NYmju2rv/loadcontent.js"></script>
  884.  
  885. {/block:indexpage}
  886.  
  887. {block:ifscrolltotop}
  888. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/RQJmuycrq/scrolltotop.js"></script>
  889. {/block:ifscrolltotop}
  890.  
  891. </body>
  892.  
  893. <div id="01" class="contact" align="center">
  894.  
  895. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%">
  896. </iframe>
  897. </div>
  898.  
  899. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement