Advertisement
unzothemes

Foster Theme

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