Advertisement
purethought-s

Theme #17: Ironman

May 5th, 2013
1,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. <!-- Ironman Theme by sleephy
  2. Please don't steal this!
  3. Your sidebar background should be 400 x 850px or more
  4. -->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <title>{title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
  17.  
  18. <meta name="color:background" content="#fff"/>
  19. <meta name="color:Text" content="#8a8989"/>
  20. <meta name="color:Title" content="#a0a0a0"/>
  21. <meta name="color:SideLink Text" content="#fff"/>
  22. <meta name="color:SideLink Text Hover" content="#fff"/>
  23. <meta name="color:SideLink Background" content="#b6b5b5"/>
  24. <meta name="color:SideLink Background Hover" content="#dbdbdb"/>
  25. <meta name="color:Link" content="#b1b1b1"/>
  26. <meta name="color:Link Hover" content="#9dbdbdb"/>
  27. <meta name="color:Permalink Color 1" content="#fff">
  28. <meta name="color:Permalink Color 2" content="#888">
  29. <meta name="color:Scrollbar" content="#b6b5b5"/>
  30. <meta name="color:Chat 1" content="#FFf"/>
  31. <meta name="color:Chat 2" content="#FFf"/>
  32. <meta name="color:sidebar BG" content="#fff"/>
  33. <meta name="image:sidebar BG" content="http://static.tumblr.com/b0c1e0c58867976fa9aee05a7d3f686c/xlxcmm5/7kGmmbca5/tumblr_static_the-avengers-gallery-1988-rhys-cooper.jpg"/>
  34. <meta name="image:BG" content=""/>
  35. <meta name="text:Under title" content="I am iron man" />
  36.  
  37. <meta name="text:Link1" content="/tags" />
  38. <meta name="text:Link1Title" content="tags" />
  39. <meta name="text:Link2" content="/tagged/mine" />
  40. <meta name="text:Link2Title" content="my edits" />
  41. <meta name="text:Link3" content="/tagged/destiel" />
  42. <meta name="text:Link3Title" content="destiel" />
  43. <meta name="text:Link4" content="/ships" />
  44. <meta name="text:Link4Title" content="my ships" />
  45. <meta name="text:Link5" content="/fambam" />
  46. <meta name="text:Link5Title" content="spn family" />
  47. <meta name="text:Link6" content="/hi" />
  48. <meta name="text:Link6Title" content="bats" />
  49. <meta name="text:Link7" content="/tagged/bats" />
  50. <meta name="text:Link7Title" content="thor" />
  51. <meta name="text:Link8" content="/ok" />
  52. <meta name="text:Link8Title" content="tony" />
  53.  
  54. <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. ::-webkit-scrollbar {height: 3px;width: 3px;}
  61. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  62. ::-webkit-scrollbar-track{background-color:{color:background};}
  63.  
  64.  
  65.  
  66.  
  67. body {
  68. background:{color:background} url('{image:BG}');
  69. color:{color:Text};
  70. font-family:calibri;
  71. font-size:11px;
  72. }
  73.  
  74.  
  75.  
  76. a {
  77. color:{color:Link};
  78. text-decoration: none;
  79. -webkit-transition: all 0.4s ease-in-out;
  80. -moz-transition: all 0.4s ease-in-out;
  81. transition: all 0.4s ease-in-out;
  82. }
  83.  
  84.  
  85. a:hover {
  86. color:{color:Link Hover};
  87. -webkit-transition: all 0.4s ease-in-out;
  88. -moz-transition: all 0.4s ease-in-out;
  89. transition: all 0.4s ease-in-out;
  90. }
  91.  
  92.  
  93. p{
  94. margin-top: 1px
  95. }
  96.  
  97.  
  98. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  99.  
  100.  
  101.  
  102. #entries{
  103. margin-left: 490px;
  104. margin-top:100px;
  105. width:500px;
  106. }
  107.  
  108.  
  109.  
  110. .posts{
  111. background-color: transparent;
  112. padding: 20px 0 0 0;
  113. font-style:normal;
  114. }
  115.  
  116.  
  117.  
  118. #credit {
  119. position:fixed;
  120. right:3px;
  121. bottom:3px;
  122. line-height:5px;
  123. letter-spacing:0px;
  124. font:10px trebuchet ms;
  125. color: {color:text};
  126. text-transform:uppercase;
  127. }
  128.  
  129.  
  130.  
  131. h1{
  132. font-family: 'georgia';
  133. font-style:ITALIC;
  134. font-size: 15px;
  135. font-weight:none;
  136. }
  137.  
  138.  
  139. .qquote{
  140. font-family: 'georgia';
  141. font-style:ITALIC;
  142. font-size: 15px;
  143. font-weight:none;
  144.  
  145. margin-left: 0px;
  146. }
  147.  
  148.  
  149.  
  150. .qsource{
  151. margin: 5px 0px 0 20px;
  152. text-align: left;
  153. text-transform: none;
  154. }
  155.  
  156.  
  157. .chat{
  158. line-height: 12px;
  159. list-style: none;
  160. font-color:#000000;
  161. }
  162.  
  163.  
  164.  
  165.  
  166. .chat ul {
  167. line-height: 15px;
  168. list-style: none;
  169. padding: 0px;
  170. line-height: 20px;
  171. }
  172.  
  173.  
  174.  
  175.  
  176. .person1 {
  177. color:{color:Text};
  178. background-color:{color:Chat 1};
  179. }
  180.  
  181.  
  182.  
  183.  
  184. .person1 .label {
  185. font-weight: bold;
  186. padding: 0px;
  187. margin-left:
  188. 5px; color:
  189. }
  190.  
  191.  
  192.  
  193.  
  194. .person2 {
  195. color:{color:Text};
  196. background-color:{color:Chat 2};
  197. }
  198.  
  199.  
  200.  
  201.  
  202. .person2 .label {
  203. font-weight: bold;
  204. padding: 0px;
  205. margin-left: 5px;
  206. color: }
  207.  
  208.  
  209.  
  210.  
  211.  
  212. .iaudio {
  213. margin-bottom: 2px;
  214. width: 100%;
  215. background-color: #transparent}
  216.  
  217.  
  218.  
  219.  
  220. .iaudio img
  221. {width: 208px;
  222. padding: 20px 0 0px 0
  223. }
  224.  
  225.  
  226.  
  227.  
  228. .icap{
  229. margin-top: 1px
  230. }
  231.  
  232.  
  233.  
  234. #ask {
  235. border-bottom:1px dashed;
  236. padding-bottom:5px;
  237. }
  238.  
  239.  
  240. #asker {
  241. font-family:"georgia";
  242. font-size:18px;
  243. }
  244.  
  245.  
  246. #askerimg {
  247. float:left;
  248. margin-right:5px;
  249. border:3px solid;
  250. border-color:{color:info};
  251. margin-top:-5px;
  252. }
  253.  
  254.  
  255. #question {
  256. margin-left:5px;
  257. margin-top:-3px;
  258. }
  259.  
  260.  
  261. #answer {
  262. margin-top:10px;
  263. margin-bottom:-5px;
  264. }
  265.  
  266.  
  267.  
  268. .cap {
  269. padding-top: 5px;
  270. width: 500px;
  271. }
  272.  
  273.  
  274.  
  275. #information {
  276. text-align:right;
  277. text-transform:uppercase;
  278. font-family:calibri;
  279. font-size:9px;
  280. background-color:{color:info};
  281. padding: 3px;
  282. letter-spacing:1px;
  283. }
  284.  
  285.  
  286.  
  287.  
  288.  
  289. #notes{ text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid {color:Permalink Color 2}; text-transform:uppercase;padding:5px;color:{color:Permalink Color 2}}
  290.  
  291. #notes a{color:{color:Permalink Color 2};padding:3px; margin:1px;}
  292.  
  293.  
  294.  
  295. #notes a:hover{ color: {color:Permalink Color 1}; box-shadow:inset 0px 20px 0px {color:Permalink Color 2};}
  296. #audio {
  297. margin-bottom:5px;
  298. width:500px;
  299. height:105px;
  300. }
  301.  
  302. .albumart {
  303. width:100px;
  304. height:100px;
  305. position:absolute;
  306. }
  307.  
  308. .albumart img {
  309. width:100px;
  310. height:100px;
  311. float:left;
  312. }
  313. .playercontainer {
  314. opacity: .2;
  315. display:block;
  316. width:100px;
  317. height:100px;
  318. background:#fff;
  319. position:absolute;
  320. -webkit-transition:all 0.5s ease-in-out;
  321. -moz-transition:all 0.5s ease-in-out;
  322. -o-transition:all 0.5s ease-in-out;
  323. -ms-transition: all 0.5s ease-in-out;
  324. transition:all 0.5s ease-in-out;
  325. }
  326.  
  327. .playercontainer:hover {
  328. opacity:.7;
  329. position:absolute;
  330. -webkit-transition:all 0.5s ease-in-out;
  331. -moz-transition:all 0.5s ease-in-out;
  332. -o-transition:all 0.5s ease-in-out;
  333. -ms-transition: all 0.5s ease-in-out;
  334. transition:all 0.5s ease-in-out;
  335. }
  336.  
  337. .player {
  338. margin-left:36px;
  339. margin-top:36px;
  340. width:25px;
  341. height:25px;
  342. overflow:hidden;
  343. position:absolute;
  344. background:#fff;
  345. }
  346.  
  347. .audioinfo {
  348. margin-left:110px;
  349. float:left;
  350. color:{color:Permalink Color 2};
  351.  
  352. font-family:calibri;
  353. letter-spacing:1px;
  354. font-size:8px;
  355. text-transform:uppercase;
  356. width:386px;
  357. padding:2px;
  358. margin-top:3px;
  359. }
  360.  
  361. .audioinfo b {
  362. font-family:calibri;
  363. letter-spacing:1px;
  364. font-size:8px;
  365. text-transform:uppercase;
  366. color:{color:Permalink Color 1};
  367. background:{color:Permalink Color 2};
  368. padding:3px 4px 3px 4px;
  369. font-weight:normal;
  370. margin-right:5px;
  371. }
  372.  
  373.  
  374.  
  375. #tags {
  376. display:block;
  377. padding: 6px;
  378. text-transform:uppercase;
  379. font-family:calibri;
  380. font-size:8px;
  381. text-align:center;
  382. text-transform:italic;
  383. color:{color:Permalink Color 1};
  384. background:{color:Permalink Color 2};
  385. -webkit-transition: all 0.4s ease-in-out;
  386. -moz-transition: all 04s ease-in-out;
  387. transition: all 0.4s ease-in-out;
  388. }
  389.  
  390. #tags a{
  391. color:{color:Permalink Color 1};
  392. padding:2px;
  393. }
  394.  
  395. #tags a:hover{
  396. color: {color:Permalink Color 2}; box-shadow:inset 0px -20px 0px {color:Permalink Color 1};
  397.  
  398. }
  399.  
  400. #pillar{
  401. background: {color:Sidebar BG} Url({image:SIDEBAR BG});
  402. height:100%;
  403. margin-top:-100px;
  404. margin-left:-9px;
  405. width:350px;
  406. position:fixed;
  407. -webkit-transition: all 0.7s ease-in-out;
  408. -moz-transition: all 0.7s ease-in-out;
  409. transition: all 0.7s ease-in-out; }
  410.  
  411.  
  412. #pillar:hover{
  413. -webkit-transition: all 0.7s ease-in-out;
  414. -moz-transition: all 0.7s ease-in-out;
  415. transition: all 0.7s ease-in-out; }
  416.  
  417.  
  418. #sherlockholmes {
  419. position: fixed;
  420. padding-top:10px;
  421. padding-bottom:10px;
  422. float:right;
  423. width:340px;
  424. opacity:0;
  425. bottom:0px;
  426. height:171px;
  427. font-size: 9px;
  428. text-align: center;
  429. margin-left:10px;
  430. letter-spacing: 1px;
  431. z-index:1;
  432. -webkit-transition: all 0.7s ease-in-out;
  433. -moz-transition: all 0.7s ease-in-out;
  434. transition: all 0.7s ease-in-out;
  435. }
  436.  
  437. #pillar:hover #sherlockholmes{
  438. bottom:-40px;
  439. opacity:.75;
  440. }
  441.  
  442.  
  443. #sherlockholmes a{
  444. font-size: 9px;
  445. display:inline-block;
  446. text-transform:uppercase;
  447. color:{color:SideLink Text};
  448. background-color:{color:SideLink Background};
  449. width: 70px;
  450. padding-top: 6px;
  451. padding-bottom: 6px;
  452. margin-bottom:5px;
  453. -webkit-transition: all 0.4s ease-in-out;
  454. -moz-transition: all 0.4s ease-in-out;
  455. transition: all 0.4s ease-in-out;
  456.  
  457. }
  458.  
  459.  
  460.  
  461. #sherlockholmes a:hover{
  462. background-color: {color:SideLink Background hover};
  463. color: {color:SideLink Text Hover};
  464. -webkit-transition: all 0.4s ease-in-out;
  465. -moz-transition: all 0.4s ease-in-out;
  466. transition: all 0.4s ease-in-out;
  467. }
  468.  
  469. #Pillar:hover #sidebar{
  470. opacity:.84;
  471. -webkit-transition: all 0.9s ease-in-out;
  472. -moz-transition: all 0.9s ease-in-out;
  473. transition: all 0.9s ease-in-out; }
  474.  
  475.  
  476.  
  477. #sidebar{
  478. width: 300px;
  479. position: fixed;
  480. z-index:1;
  481. opacity:0;
  482. padding:5px;
  483. bottom:150px;
  484. margin-left:25px;
  485. -webkit-transition: all 0.9s ease-in-out;
  486. -moz-transition: all 0.9s ease-in-out;
  487. transition: all 0.9s ease-in-out;background-color: {color:background};}
  488.  
  489. #SIDEbar:hover{
  490. opacity:1;
  491. -webkit-transition: all 0.9s ease-in-out;
  492. -moz-transition: all 0.9s ease-in-out;
  493. transition: all 0.9s ease-in-out; }
  494.  
  495. #title {
  496. font-family: 'georgia';
  497. font-size:18px;
  498. color:{color:Title};
  499. top:0px;
  500. background:{color:background};
  501. margin-left:405px;
  502. padding:20px;
  503. letter-spacing:1px;
  504. text-align:center;
  505. width:590px;
  506. position:fixed;
  507. font-style:italic;
  508. -webkit-transition: all 0.9s ease-in-out;
  509. -moz-transition: all 0.9s ease-in-out;
  510. transition: all 0.9s ease-in-out;}
  511.  
  512.  
  513.  
  514. title2 {
  515. font-family: 'trebuchet ms';
  516. font-size:10px;
  517. color:{color:Title};
  518. letter-spacing:2px;
  519. font-style:normal;
  520. text-align:center;
  521. text-transform:Uppercase;
  522. -webkit-transition: all 0.9s ease-in-out;
  523. -moz-transition: all 0.9s ease-in-out;
  524. transition: all 0.9s ease-in-out;}
  525.  
  526.  
  527.  
  528.  
  529. .sidebardescr{
  530. font-family:georgia;
  531. font-size:9px;
  532. margin:10px 10px 0px 10px;
  533. text-align: center;
  534. }
  535.  
  536.  
  537.  
  538.  
  539.  
  540. .sidebarlinks {
  541. margin-top: 5px;
  542. margin-left: -75px;
  543. font-family:consolas;}
  544.  
  545.  
  546.  
  547. .sidebarlinks a{
  548. font-size: 9px;
  549.  
  550. display: block;
  551. text-transform:uppercase;
  552. color:{color:SideLink Text};
  553. background-color:{color:SideLink Background};
  554. width: 70px;
  555. padding-top: 6px;
  556. padding-bottom: 6px;
  557. margin-bottom:5px;
  558. -webkit-transition: all 0.4s ease-in-out;
  559. -moz-transition: all 0.4s ease-in-out;
  560. transition: all 0.4s ease-in-out;
  561. }
  562.  
  563.  
  564.  
  565.  
  566. .sidebarlinks a:hover{
  567. background-color: {color:SideLink Background hover};
  568. color: {color:SideLink Text Hover};
  569. -webkit-transition: all 0.4s ease-in-out;
  570. -moz-transition: all 0.4s ease-in-out;
  571. transition: all 0.4s ease-in-out;
  572. }
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. @font-face {font-family: "Tiny";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  580.  
  581. #s-m-t-tooltip{
  582. max-width:200px;
  583. padding:5px;
  584. margin:26px 0px 0px 8px;
  585. z-index:10;
  586. color:gray;
  587. background:white;
  588. height:auto;
  589. font-size:8px;
  590. border-radius:3px;
  591. font-family:tiny;
  592. letter-spacing:1px;
  593. text-transform:uppercase;
  594. -moz-box-shadow: 2px 2px 2px #888;
  595. -webkit-box-shadow: 2px 2px 2px #888;
  596. box-shadow: 2px 2px 2px #888;
  597. }
  598.  
  599. {CustomCSS}
  600.  
  601. </style>
  602. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  603. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  604. <script>
  605. (function($){
  606. $(document).ready(function(){
  607. $("a[title]").style_my_tooltips({
  608. tip_follows_cursor:true,
  609. tip_delay_time:10,
  610. tip_fade_speed:400,
  611. attribute:"title"
  612. });
  613. });
  614. })(jQuery);
  615. </script>
  616.  
  617.  
  618. <body>
  619.  
  620.  
  621. <Div id="pillar">
  622. <div id="sherlockholmes">
  623.  
  624. <A href="/" title="return to index">refresh</a>
  625. <A href="/ask" title="{asklabel}">message</a>
  626. <A href="/archive" title="my past">archive</a>
  627.  
  628.  
  629. <A href="http://sleephy.tumblr.com" title="theme credit">theme</a>
  630.  
  631. {BLock:iflink1title}
  632. <A title="{text:liNK1TITLE}" href="{text:Link1}">{text:Link1Title}</a>{/BLock:iflink1title}
  633.  
  634. {BLock:iflink2title} <A title="{text:liNK2TITLE}" href="{text:Link2}" >{text:Link2Title}</a> {/BLock:iflink2title}
  635. {BLock:iflink3title}
  636. <A title="{text:liNK3TITLE}" href="{text:Link3}" >{text:Link3Title}</a> {/BLock:iflink3title}
  637.  
  638. {BLock:iflink4title} <A title="{text:liNK4TITLE}" href="{text:Link4}" >{text:Link4Title}</a> {/BLock:iflink4title}{BLock:iflink5title}
  639. <A title="{text:liNK5TITLE}" href="{text:Link5}" >{text:Link5Title}</a> {/BLock:iflink5title}{BLock:iflink6title}
  640. <A title="{text:liNK6TITLE}" href="{text:Link6}">{text:Link6Title}</a> {/BLock:iflink6title}
  641.  
  642. {BLock:iflink7title}
  643. <A title="{text:liNK7TITLE}" href="{text:Link7}">{text:Link7Title}</a> {/BLock:iflink7title}
  644.  
  645.  
  646. {BLock:iflink8title}
  647. <A title="{text:liNK8TITLE}" href="{text:Link8}">{text:Link8Title}</a> {/BLock:iflink8title}
  648.  
  649. </div>
  650.  
  651. <div id="sidebar">
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665. <div class="sidebardescr">
  666.  
  667.  
  668. {block:Description}{Description}{/block:Description}</div>
  669.  
  670.  
  671.  
  672.  
  673. <br>
  674.  
  675.  
  676.  
  677. </div>
  678.  
  679. </div>
  680.  
  681.  
  682. <div id="title">{Title}<br>
  683.  
  684. <TITLE2>{Text:Under title}<br>
  685.  
  686.  
  687. {block:PreviousPage}<font face="georgia"><a title="previous page!" href="{PreviousPage}">←</a></font>{/block:PreviousPage}&nbsp;
  688. {block:JumpPagination length="5"}
  689. {block:CurrentPage}
  690. <span class="jumppag">{PageNumber}</span>&nbsp;
  691. {/block:CurrentPage}
  692. {block:JumpPage}
  693. <a class="jumppaglink" href="{URL}">{PageNumber}</a>&nbsp;
  694. {/block:JumpPage}
  695. {/block:JumpPagination}
  696. {block:NextPage}<font face="georgia"><a title="next page!" href="{NextPage}">→</a></font>{/block:NextPage}
  697. </TITLE2></div>
  698.  
  699.  
  700.  
  701.  
  702. <div id="entries">
  703.  
  704.  
  705. {block:Posts}
  706.  
  707.  
  708. <div class="posts">
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  716.  
  717. {block:Photo}
  718. {block:IndexPage}
  719. <div id="postbody">
  720. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a></div></center>
  721. {/block:IndexPage}
  722. {block:PermalinkPage}
  723. <div id="postbox">
  724. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  725. </div>
  726. {/block:PermalinkPage}
  727. {/block:Photo}
  728.  
  729. {block:Photoset}{Photoset-500}{/block:Photoset}
  730.  
  731. {block:Quote}
  732. <div class="qquote"><big><big>❝</big></big> {Quote} <big><big>❞</big></big></div>
  733. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  734. {/block:Quote}
  735.  
  736. {block:Link}
  737. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  738. {block:Description}{Description}{/block:Description}
  739. {/block:Link}
  740.  
  741. {block:Chat}
  742. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  743. <div class="chat"><ul>{block:Lines}
  744. <li class="person{UserNumber}">{block:Label}
  745. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  746. {/block:Chat}
  747.  
  748. {block:Audio}
  749. <div id="audio">
  750. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerwhite}</div></div>
  751.  
  752. {block:TrackName}<div class="audioinfo"><b>Title</b> {TrackName}</div><br>{/block:TrackName}
  753. {block:Artist}<div class="audioinfo"><b>Artist</b> {Artist}</div><br>{/block:Artist}
  754. {block:Album}<div class="audioinfo"><b>Album</b> {Album}</div>{/block:Album}
  755. {block:PlayCount}<div class="audioinfo"><b>Played</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  756. </div>{block:Caption}{Caption}{/block:Caption}
  757. {/block:Audio}
  758.  
  759. {block:Video}{Video-500}{/block:Video}
  760.  
  761. {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div><div id="asker">{Asker}</div><br><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  762.  
  763. <div class="cap">
  764. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  765. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  766. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  767.  
  768.  
  769. </div>
  770.  
  771.  
  772.  
  773. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}"
  774. title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source: <a href="{ReblogRootURL}"title="posted by">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  775.  
  776.  
  777. {block:HasTags} <div id ="tags">{block:Tags}&nbsp;&nbsp; &nbsp; <a title="{TAG}" href="{TagURL}"> # &nbsp; {Tag}</a> {/block:Tags}
  778.  
  779. </div>{/block:HasTags}
  780.  
  781.  
  782.  
  783.  
  784. </div>
  785.  
  786.  
  787. {/block:Posts}
  788. {block:PostNotes}
  789. <div id="notes">{PostNotes}</div>
  790. {/block:PostNotes}
  791.  
  792. </div>
  793.  
  794.  
  795. </body>
  796.  
  797.  
  798. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement