superfrown

Theme #26

Mar 7th, 2017
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.53 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <head>
  13. <!----
  14.  
  15. Theme #26 First Spring
  16. by: strawberryjeon.tumblr.com
  17.  
  18. You may:
  19. Edit as much as you like
  20. Move the credit to a secondary page
  21.  
  22. You may not:
  23. Claim as your own
  24. Remove the credit
  25.  
  26. ---->
  27.  
  28.  
  29.  
  30.  
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Sidebar Image" content="" />
  33. <meta name="image:Post Background Image" content="" />
  34.  
  35. <meta name="color:Background" content="#f4f4f4" />
  36. <meta name="color:Post Background" content="#ffffff" />
  37. <meta name="color:Borders" content="#d9e5f0" />
  38. <meta name="color:Text" content="#2e2e2e" />
  39. <meta name="color:Bold" content="#151515" />
  40. <meta name="color:Italic" content="#576e7b" />
  41. <meta name="color:Link" content="#8fabc6" />
  42. <meta name="color:Link hover" content="#c9dced" />
  43. <meta name="color:Blog Name" content="#8fabc6" />
  44. <meta name="color:Blog Name Hover" content="#c9dced" />
  45. <meta name="color:Description Text Color" content="#656565" />
  46. <meta name="color:Sidebar Links" content="#8fabc6" />
  47. <meta name="color:Sidebar Links Hover" content="#c9dced" />
  48.  
  49.  
  50. <meta name="if:500px" content="1">
  51. <meta name="if:Show Tags" content="1">
  52. <meta name="if:Fade Posts" content="1">
  53. <meta name="if:Monochrome Posts" content="1">
  54. <meta name="if:Monochrome Sidebar" content="1">
  55. <meta name="if:Show Link1" content="1">
  56. <meta name="if:Show Link2" content="1">
  57. <meta name="if:Show Link3" content="1">
  58. <meta name="if:Show Link4" content="1">
  59. <meta name="if:Show Link5" content="1">
  60.  
  61.  
  62. <meta name="text:Text Size" content="11px" />
  63. <meta name="text:Description Text Size" content="11px" />
  64.  
  65. <meta name="text:Link 1 URL" content="http://" />
  66. <meta name="text:Link 1" content="Link 1" />
  67. <meta name="text:Link 2 URL" content="http://" />
  68. <meta name="text:Link 2" content="Link 2" />
  69. <meta name="text:Link 3 URL" content="http://" />
  70. <meta name="text:Link 3" content="Link 3" />
  71. <meta name="text:Link 4 URL" content="http://" />
  72. <meta name="text:Link 4" content="Link 4" />
  73. <meta name="text:Link 5 URL" content="http://" />
  74. <meta name="text:Link 5" content="Link 5" />
  75.  
  76.  
  77. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  78.  
  79. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  80.  
  81. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  82. <script>
  83. (function($){
  84. $(document).ready(function(){
  85. $("[title]").style_my_tooltips({
  86. tip_follows_cursor:true,
  87. tip_delay_time:200,
  88. tip_fade_speed:300
  89. }
  90. );
  91. });
  92. })(jQuery);
  93. </script>
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. /* MAIN */
  99.  
  100. body {
  101. background-color:{color:Background};
  102. background-image: url('{image:Background}');
  103. background-attachment: fixed;
  104. background-repeat: repeat;
  105. color:{color:Text};
  106. font-family:calibri;
  107. font-weight:0px;
  108. font-style:0px;
  109. letter-spacing:1px;
  110. font-size: {text:Text Size};}
  111.  
  112. a:link, a:active {
  113. text-decoration:none;
  114. color: {color:Link};
  115. -webkit-transition: all 0.6s ease-in-out;
  116. -moz-transition: all 0.6s ease-in-out;
  117. -o-transition: all 0.6s ease-in-out;
  118. transition: all 0.6s ease-in-out;}
  119.  
  120. a:visited {
  121. text-decoration:none;
  122. color: {color:Link};
  123. -webkit-transition: all 0.6s ease-in-out;
  124. -moz-transition: all 0.6s ease-in-out;
  125. -o-transition: all 0.6s ease-in-out;
  126. transition: all 0.6s ease-in-out;}
  127.  
  128. a:hover {
  129. text-decoration:none;
  130. color: {color:Link hover};
  131. -webkit-transition: all 0.6s ease-in-out;
  132. -moz-transition: all 0.6s ease-in-out;
  133. -o-transition: all 0.6s ease-in-out;
  134. transition: all 0.6s ease-in-out;}
  135.  
  136. b, strong, .strong {color:{color:Bold};}
  137.  
  138. blockquote {
  139. margin-left:18px;
  140. margin-bottom:18px;
  141. border-left:2px solid {color:Text};
  142. padding-left:8px; }
  143.  
  144. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  145.  
  146. i, em, .em {color:{color:Italic};}
  147.  
  148. ::-webkit-scrollbar {
  149. height:8px;
  150. width:8px;
  151. background-color: {color:Background};}
  152.  
  153. ::-webkit-scrollbar-thumb:vertical {
  154. background-color: {color:Borders};}
  155.  
  156. ::-webkit-scrollbar-thumb:horizontal {
  157. background-color: {color:Borders};}
  158.  
  159.  
  160. /* CONTENT */
  161.  
  162. .contentwhole {
  163. {block:if500px}width:545px;{/block:if500px}
  164. {block:ifnot500px}width:445px;{/block:ifnot500px}
  165. margin-top:0px;
  166. margin-bottom:80px;
  167. margin-left:440px;
  168. }
  169.  
  170. .content {
  171. {block:ifFadePosts}opacity:0.8;{/block:ifFadePosts}
  172. {block:if500px}width:500px;{/block:if500px}
  173. {block:ifnot500px}width:400px;{/block:ifnot500px}
  174. margin-top:70px;
  175. margin-left:0px;
  176. padding:30px;
  177. background-image: url('{image:Post Background Image}');
  178. background-color: {color:Post Background};
  179. {block:ifMonochromePosts}-webkit-filter: grayscale(100%);{/block:ifMonochromePosts}
  180. -webkit-transition: all 0.6s ease-in-out;
  181. -moz-transition: all 0.6s ease-in-out;
  182. -o-transition: all 0.6s ease-in-out;
  183. transition: all 0.6s ease-in-out;
  184. }
  185.  
  186. .content:hover {
  187. {block:ifFadePosts}opacity:1;{/block:ifFadePosts}
  188. {block:ifMonochromePosts}-webkit-filter: grayscale(0%);{/block:ifMonochromePosts}
  189. border-radius:30px;
  190. -webkit-transition: all 0.6s ease-in-out;
  191. -moz-transition: all 0.6s ease-in-out;
  192. -o-transition: all 0.6s ease-in-out;
  193. transition: all 0.6s ease-in-out;
  194. }
  195.  
  196.  
  197.  
  198. .info {
  199. {block:if500px}width:490px;{/block:if500px}
  200. {block:ifnot500px}width:390px;{/block:ifnot500px}
  201. margin-top:10px;
  202. font-size:10px;
  203. text-align:left;
  204. letter-spacing:1px;
  205. text-transform:lowercase;
  206. padding:5px 5px 0px 5px;
  207. border-top:2px solid {color:Borders};
  208. background-color:{color:Post Background};
  209. }
  210.  
  211. .info2 {
  212. {block:if500px}width:560px;{/block:if500px}
  213. {block:ifnot500px}width:460px;{/block:ifnot500px}
  214. font-size:10px;
  215. letter-spacing:1px;
  216. text-transform:lowercase;
  217. text-align:right;
  218. letter-spacing:1px;
  219. margin-top:2px;
  220. }
  221.  
  222.  
  223.  
  224. .tags {
  225. {block:if500px}width:560px;{/block:if500px}
  226. {block:ifnot500px}width:460px;{/block:ifnot500px}
  227. font-size:10px;
  228. text-align:center;
  229. letter-spacing:1px;
  230. margin-top:2px;
  231. }
  232.  
  233.  
  234. .title {
  235. font-size: 13px;
  236. letter-spacing:2px;
  237. font-weight:bold;
  238. text-align: center;
  239. }
  240.  
  241. #pn {
  242. width:520px;
  243. text-align:left;
  244. margin:0 auto;
  245. }
  246.  
  247.  
  248. /* Asks */
  249. .questions {
  250. text-align:left;
  251. padding:5px;}
  252.  
  253. .reply {
  254. padding:5px 5px 0px 5px;}
  255.  
  256.  
  257. /* Quote */
  258. #quote {
  259. font-size: 13px;}
  260. #source {
  261. font-size: 11px;
  262. letter-spacing:1px;
  263. margin-top: 10px;
  264. }
  265.  
  266.  
  267. /* Audio */
  268. .playerbuttonbg {
  269. position: absolute;
  270. left: 14px;
  271. top: 14px;
  272. width: 30px;
  273. height: 30px;
  274. background-color: #ffffff;
  275. padding: 10px;
  276. opacity: .4;
  277. filter: alpha(opacity=40);
  278. -moz-opacity: 0.4;
  279. -khtml-opacity: 0.4;
  280. transition: opacity .7s ease-in-out;
  281. -moz-transition: opacity .7s ease-in-out;
  282. -webkit-transition: opacity .7s ease-in-out;
  283. }
  284.  
  285. .playerbuttonbg:hover {
  286. opacity: 1;
  287. filter: alpha(opacity=100);
  288. -moz-opacity: 1;
  289. -khtml-opacity: 1;
  290. }
  291.  
  292. .newplayerbutton {
  293. position: relative;
  294. width: 30px;
  295. height: 30px;
  296. overflow: hidden;
  297. }
  298.  
  299. .playerbuttonhug {
  300. position: absolute;
  301. top: -29px;
  302. left: -9px;
  303. }
  304.  
  305. .tumblr_audio_player {
  306. height: 90px;
  307. width: 270px;
  308. -moz-transform: scale(0.60, 0.60);
  309. -webkit-transform: scale(0.60, 0.60);
  310. -o-transform: scale(0.60, 0.60);
  311. -ms-transform: scale(0.60, 0.60);
  312. transform: scale(0.60, 0.60);
  313. -moz-transform-origin: top left;
  314. -webkit-transform-origin: top left;
  315. -o-transform-origin: top left;
  316. -ms-transform-origin: top left;
  317. transform-origin: top left;
  318. }
  319.  
  320. .audioimgwrapper {
  321. position: absolute;
  322. left: 0px;
  323. top: 0px;
  324. overflow: hidden;
  325. width: 79px;
  326. height: 79px;
  327. }
  328.  
  329. .audioimgwrapper img {
  330. width: 100%;
  331. height: auto;
  332. }
  333.  
  334. .trackdetails {
  335. width: auto;
  336. display:inline-block;
  337. margin-left: 90px;
  338. min-height: 85px;
  339. }
  340.  
  341. .audiowrapper {
  342. position: relative;
  343. display:inline-block;
  344. }
  345.  
  346.  
  347.  
  348. /* BLOGNAME */
  349.  
  350. #blogname {
  351. width:320px;
  352. margin-top:10px;
  353. margin-left:5px;
  354. padding:0px;
  355. font-family:calibri;
  356. text-align:center;
  357. background:transparent;
  358. }
  359.  
  360. #blogname a {
  361. font-size:16px;
  362. text-transform:lowercase;
  363. font-weight:bold;
  364. letter-spacing:2px;
  365. color: {color:Blog Name};
  366. -webkit-transition: all 0.6s ease-in-out;
  367. -moz-transition: all 0.6s ease-in-out;
  368. -o-transition: all 0.6s ease-in-out;
  369. transition: all 0.6s ease-in-out;}
  370.  
  371. #blogname a:hover {
  372. color: {color:Blog Name Hover};
  373. letter-spacing:4px;
  374. -webkit-transition: all 0.6s ease-in-out;
  375. -moz-transition: all 0.6s ease-in-out;
  376. -o-transition: all 0.6s ease-in-out;
  377. transition: all 0.6s ease-in-out;}
  378.  
  379.  
  380.  
  381.  
  382.  
  383. /* SIDEBAR */
  384.  
  385. .sidebar {
  386. {block:ifFadePosts}opacity:0.7;{/block:ifFadePosts}
  387. width:330px;
  388. height:auto;
  389. top:70px;
  390. left:30px;
  391. position:fixed;
  392. {block:ifMonochromeSidebar}-webkit-filter: grayscale(100%);{/block:ifMonochromeSidebar}
  393. -webkit-transition: all 0.6s ease-in-out;
  394. -moz-transition: all 0.6s ease-in-out;
  395. -o-transition: all 0.6s ease-in-out;
  396. transition: all 0.6s ease-in-out;
  397. -webkit-transition: all 0.6s ease-in-out;
  398. -moz-transition: all 0.6s ease-in-out;
  399. -o-transition: all 0.6s ease-in-out;
  400. transition: all 0.6s ease-in-out;
  401. }
  402.  
  403. .sidebar:hover {
  404. {block:ifFadePosts}opacity:1;{/block:ifFadePosts}
  405. {block:ifMonochromeSidebar}-webkit-filter: grayscale(0%);{/block:ifMonochromeSidebar}
  406. -webkit-transition: all 0.6s ease-in-out;
  407. -moz-transition: all 0.6s ease-in-out;
  408. -o-transition: all 0.6s ease-in-out;
  409. transition: all 0.6s ease-in-out;
  410. -webkit-transition: all 0.6s ease-in-out;
  411. -moz-transition: all 0.6s ease-in-out;
  412. -o-transition: all 0.6s ease-in-out;
  413. transition: all 0.6s ease-in-out;
  414. }
  415.  
  416. .sidebarimage {
  417. height:auto;
  418. margin-top:0px;
  419. margin-left:5px;
  420. }
  421.  
  422. .sidebarimage img {
  423. width:300px;
  424. background-color:{color:Post Background};
  425. border:10px solid {color:Borders};
  426. -webkit-transition: all 0.6s ease-in-out;
  427. -moz-transition: all 0.6s ease-in-out;
  428. -o-transition: all 0.6s ease-in-out;
  429. transition: all 0.6s ease-in-out;
  430. }
  431.  
  432. .sidebarimage img:hover {
  433. border-radius:40px;
  434. -webkit-transition: all 0.6s ease-in-out;
  435. -moz-transition: all 0.6s ease-in-out;
  436. -o-transition: all 0.6s ease-in-out;
  437. transition: all 0.6s ease-in-out;
  438. }
  439.  
  440.  
  441.  
  442. /* DESCRIPTION */
  443.  
  444. .description {
  445. margin-top:0px;
  446. margin-left:5px;
  447. text-align:center;
  448. padding:10px 2px;
  449. width: 316px;
  450. font-family:calibri;
  451. font-size:{text:Description Text Size};
  452. font-weight:bold;
  453. font-style:normal;
  454. letter-spacing:1px;
  455. background:transparent;
  456. color: {color:Description Text Color};}
  457.  
  458.  
  459. /* PAGINATION */
  460.  
  461. #pagination {
  462. margin-top:15px;
  463. margin-left:5px;
  464. text-align:center;
  465. width:320px;
  466. letter-spacing:2px;
  467. font-family:calibri;
  468. font-size:11px;
  469. font-weight:bold;
  470. padding-top:6px;
  471. padding-bottom:6px;}
  472.  
  473. #pagination a {
  474. display:inline-block;
  475. width:60px;
  476. margin:1px;
  477. text-align:center;
  478. text-transform:lowercase;
  479. color: {color:Blog Name};
  480. -webkit-transition: all 0.5s ease-in-out;
  481. -moz-transition: all 0.5s ease-in-out;
  482. -o-transition: all 0.5s ease-in-out;
  483. transition: all 0.5s ease-in-out;}
  484.  
  485. #pagination a:hover {
  486. color: {color:Blog Name Hover};
  487. -webkit-transition: all 0.5s ease-in-out;
  488. -moz-transition: all 0.5s ease-in-out;
  489. -o-transition: all 0.5s ease-in-out;
  490. transition: all 0.5s ease-in-out;}
  491.  
  492.  
  493. /* NAVIGATION */
  494.  
  495. #navigation {
  496. width:315px;
  497. margin-left:0px;
  498. margin-top:10px;
  499. text-align:center;
  500. border-top:2px solid {color:Borders};
  501. }
  502.  
  503. #navigation a {
  504. display:inline-block;
  505. margin:10px 6px;
  506. padding-right:1px;
  507. padding-left:1px;
  508. font-family:calibri;
  509. font-size:13px;
  510. letter-spacing:1px;
  511. text-transform:lowercase;
  512. font-weight:bold;
  513. color:{color:Sidebar Links};
  514. -webkit-transition: all 0.6s ease-in-out;
  515. -moz-transition: all 0.6s ease-in-out;
  516. -o-transition: all 0.6s ease-in-out;
  517. transition: all 0.6s ease-in-out;}
  518.  
  519. #navigation a:hover {
  520. color:{color:Sidebar Links Hover};
  521. -webkit-transition: all 0.6s ease-in-out;
  522. -moz-transition: all 0.6s ease-in-out;
  523. -o-transition: all 0.6s ease-in-out;
  524. transition: all 0.6s ease-in-out;}
  525.  
  526.  
  527.  
  528. /* CREDIT */
  529.  
  530. #credit {
  531. bottom:10px;
  532. right:5px;
  533. text-align:center;
  534. position: fixed;}
  535.  
  536. #credit a {
  537. padding:4px;
  538. font-size:11px;
  539. letter-spacing:2px;
  540. font-weight:bold;
  541. color: {color:Link};
  542. background-color: {color:Post Background};
  543. -webkit-transition: all 0.6s ease-in-out;
  544. -moz-transition: all 0.6s ease-in-out;
  545. -o-transition: all 0.6s ease-in-out;
  546. transition: all 0.6s ease-in-out;}
  547.  
  548. #credit a:hover {
  549. color: {color:Link Hover};
  550. -webkit-transition: all 0.6s ease-in-out;
  551. -moz-transition: all 0.6s ease-in-out;
  552. -o-transition: all 0.6s ease-in-out;
  553. transition: all 0.6s ease-in-out;}
  554.  
  555.  
  556. #s-m-t-tooltip{
  557. max-width:300px;
  558. margin:5px 25px;
  559. padding:2px 8px;
  560. border:1px solid {color:Borders};
  561. background: {color:Post Background};
  562. color: {color:Link};
  563. z-index:999999;
  564. font-size:11px;
  565. font-weight:bold;
  566. letter-spacing:2px;
  567. text-transform:lowercase;}
  568.  
  569.  
  570. </style>
  571.  
  572.  
  573. </head>
  574.  
  575. <body>
  576.  
  577. <div id="credit">
  578. <a href="http://strawberryjeon.tumblr.com"> theme </a>
  579. </div>
  580.  
  581. <div class="sidebar">
  582.  
  583.  
  584. <div class="sidebarimage"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  585.  
  586.  
  587. <div id="blogname">
  588. <a href="/">{title}</a>
  589. </div>
  590.  
  591.  
  592. <div class="description">
  593.  
  594.  
  595. {description}
  596.  
  597.  
  598.  
  599.  
  600. <div id="navigation">
  601. <a href="/" title="Home"> .01 </a>
  602. <a href="/ask" title="Message"> .02 </a>
  603. <a href="/archive" title="Archive"> .03 </a>
  604. {block:IfShowLink1}<a href="{text:Link 1 url}" title="{text:Link 1}"> .04 </a>{/block:IfShowLink1}
  605. {block:IfShowLink2}<a href="{text:Link 2 url}" title="{text:Link 2}"> .05 </a>{/block:IfShowLink2}
  606. {block:IfShowLink3}<a href="{text:Link 3 url}" title="{text:Link 3}"> .06 </a>{/block:IfShowLink3}
  607. {block:IfShowLink4}<a href="{text:Link 4 url}" title="{text:Link 4}"> .07 </a>{/block:IfShowLink4}
  608. {block:IfShowLink5}<a href="{text:Link 5 url}" title="{text:Link 5}"> .08 </a>{/block:IfShowLink5}
  609. </div>
  610.  
  611.  
  612.  
  613. </div>
  614.  
  615.  
  616.  
  617.  
  618. <div id="pagination">
  619. {block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}
  620. {block:NextPage}<a href="{NextPage}"> next </a>{/block:NextPage}
  621. </div>
  622.  
  623.  
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629. <div class="contentwhole">
  630.  
  631. {block:Posts}
  632.  
  633.  
  634.  
  635.  
  636. <div class="content">
  637.  
  638. <div class="title">
  639. {block:Title}
  640. {Title}
  641. {/block:Title}
  642. </div>
  643.  
  644. {block:Text}
  645. {Body}
  646. {/block:Text}
  647.  
  648. {block:Photo}
  649. {LinkOpenTag}{block:if500px}<img src="{PhotoURL-500}">{/block:if500px}
  650. {block:ifnot500px}<img src="{PhotoURL-400}">{/block:ifnot500px}{LinkCloseTag}
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Photo}
  653.  
  654. {block:Photoset}
  655. {block:if500px}{Photoset-500}{/block:if500px}
  656. {block:ifnot500px}{Photoset-400}{/block:ifnot500px}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}
  661. <div id="quote">
  662.  
  663. <center>
  664. "{Quote}"
  665. </center>
  666.  
  667. </div>
  668. {block:Source}
  669. <div id="source">
  670. <center>
  671. - {Source}
  672. </center>
  673. </div>{/block:Source}
  674. {/block:Quote}
  675.  
  676. {block:Link}
  677. <a href="{URL}" target="{Target}" class="title"> {Name} → </a>
  678. {block:Description}{Description}{/block:Description}
  679. {/block:Link}
  680.  
  681. {block:Chat}
  682. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  683.  
  684. {/block:Lines}
  685. {/block:Chat}
  686.  
  687.  
  688. {block:Audio}
  689. {block:AudioPlayer}
  690. <div class="audiowrapper">
  691. {block:AlbumArt}
  692. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  693. {/block:AlbumArt}
  694.  
  695. <div class="playerbuttonbg">
  696. <div class="newplayerbutton">
  697. <div class="playerbuttonhug">
  698.  
  699. {AudioPlayerWhite}
  700.  
  701. </div>
  702. </div>
  703. </div>
  704.  
  705. <div class="trackdetails">
  706.  
  707. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  708. {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br/>
  709. {block:Album} <b>Album:</b> {Album}{/block:Album}<br/>
  710. <b>Played:</b> {PlayCount} times
  711.  
  712. </div>
  713. </div>
  714. {/block:AudioPlayer}
  715.  
  716. {block:Caption}{Caption}{/block:Caption}
  717. {/block:Audio}
  718.  
  719. {block:Video}
  720. {block:if500px}{Video-500}{/block:if500px}
  721. {block:ifnot500px}{Video-400}{/block:ifnot500px}
  722. {block:Caption}{Caption}{/block:Caption}
  723. {/block:Video}
  724.  
  725. {block:Answer}
  726. <div class="questions"><b>{Asker}</b> asked: {Question}
  727. </div>
  728. <div class="reply">{Answer}</div>
  729. {/block:Answer}
  730.  
  731.  
  732. <div class="info">
  733. {block:Date}<a href="{Permalink}"> {Year} {MonthNumberWithZero} {DayOfMonthWithZero} </a>{/block:Date}<br>
  734. {block:NoteCount}<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount}
  735. </div>
  736.  
  737.  
  738. </div>
  739.  
  740.  
  741. {block:Permalink}
  742. <div class="info2">
  743. {block:RebloggedFrom}<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  744. {block:ContentSource}&nbsp;&nbsp;&nbsp;<a href="{SourceURL}"> source </a>{/block:ContentSource}
  745. </div>
  746. {/block:Permalink}
  747.  
  748. <div class="tags">
  749. {block:IfShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  750. </div>
  751.  
  752.  
  753. <div id="pn">
  754. {block:PostNotes}{PostNotes}{/block:PostNotes}
  755. </div>
  756.  
  757. {/block:Posts}
  758.  
  759.  
  760.  
  761. </div>
  762.  
  763. </body>
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment