Advertisement
raggedies

theme f: fury (v. 01)

Aug 7th, 2014
5,506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.08 KB | None | 0 0
  1.  
  2. <!----- theme f: fury (v1 - plain )
  3. coded by BVSHOPS.tumblr.com
  4. (previously STVES.tumblr.com)
  5.  
  6. theme description:
  7. + 4 customizable links (ask not included by default)
  8. + color options
  9. + posts 400px or 500px
  10. + custom image
  11.  
  12. message to the user:
  13.  
  14. + please do not redistribute this code under
  15. any other username
  16. + please leave the credit intact :-)
  17. + please feel free to customize to your liking
  18.  
  19. shoot me an ask if you have any questions or notice
  20. an error in the coding!
  21.  
  22. ---------------------------------->
  23.  
  24. <html>
  25. <head>
  26. <title>{Title}</title>
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link rel="shortcut icon" href="{Favicon}">
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  33.  
  34. <!------゚defaults -------->
  35.  
  36. <!------ colors ---------->
  37. <meta name="color:background" content="#ffffff" />
  38. <meta name="color:body" content="#7c7c7c" />
  39. <meta name="color:link" content="#6a6a6a" />
  40. <meta name="color:link hover" content="#999999" />
  41. <meta name="color:navigation" content="#5a5a5a" />
  42. <meta name="color:link hover" content="#cccccc" />
  43. <meta name="color:border" content="#eeeeee" />
  44. <meta name="color:chat 1" content="#f9f9f9" />
  45. <meta name="color:chat 2" content="#ffffff" />
  46. <meta name="color:audio bg" content="#f5f5f5" />
  47. <meta name="color:album art" content="#bcbcbc" />
  48. <meta name="color:blockquote" content="#dadada" />
  49.  
  50.  
  51. <!------ links ----------->
  52. <meta name="text:link a" content="" />
  53. <meta name="text:link url a" content="/" />
  54. <meta name="text:link b" content="" />
  55. <meta name="text:link url b" content="/" />
  56. <meta name="text:link c" content="" />
  57. <meta name="text:link url c" content="/" />
  58. <meta name="text:link d" content="" />
  59. <meta name="text:link url d" content="/" />
  60.  
  61. <!---- sidebar options --->
  62. <meta name="image:sidebar" content="" />
  63. <meta name="if:posts 400px" content="0" />
  64. <meta name="if:posts 500px" content="1" />
  65. <meta name="if:icon shadow" content="1" />
  66. <meta name="if:custom icon" content="1" />
  67. <meta name="if:default icon" content="0" />
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. /* defaults */
  74.  
  75. iframe#tumblr_controls { white-space: nowrap;
  76. -webkit-filter: invert(100%);
  77. -moz-filter: invert(100%);
  78. -o-filter: invert(100%);
  79. -ms-filter: invert(100%);
  80. filter: invert(100%);
  81. opacity:.5;
  82. transition: .8s ease-in-out;
  83. -webkit-transition: .8s ease-in-out;
  84. -moz-transition: .8s ease-in-out;
  85. -o-transition: .8s ease-in-out; }
  86.  
  87. iframe#tumblr_controls:hover { opacity: .8; }
  88.  
  89. body { background-color: {color:background};
  90. font-family: helvetica, arial, sans-serif;
  91. font-size: 11px;
  92. color: {color:body};
  93. text-align: justify;
  94. line-height: 11px; }
  95.  
  96. #wrap { background-color: transparent;
  97. width: 750px;
  98. margin: 0px auto 0px auto; }
  99.  
  100. /* sidebar */
  101.  
  102. #sidebar-wrap { background-color: transparent;
  103. width: 90px;
  104. margin-top: 0px;
  105. position: fixed; }
  106.  
  107. .icon { background-color: transparent;
  108. width: 90px; }
  109.  
  110. .icon img { width: 90px;
  111. margin: 0px 0px 5px 0px;
  112. {block:IfIconShadow}
  113. -webkit-box-shadow: 7px 7px 5px 0px rgba(87,87,87,1);
  114. -moz-box-shadow: 7px 7px 5px 0px rgba(87,87,87,1);
  115. box-shadow: 7px 7px 5px 0px rgba(87,87,87,1);
  116. {/block:IfIconShadow}
  117. border: none; }
  118.  
  119. .description { width: 85px;
  120. margin: 5px 0px 3px 0px;
  121. padding: 5px;
  122. text-align: left; }
  123.  
  124. .navigation { background-color: transparent;
  125. width: 85px;
  126. padding: 5px; }
  127.  
  128. .navigation a { font-family: helvetica, arial, sans-serif;
  129. color: {color:navigation};
  130. display: block;
  131. margin: 3px 0px 5px 0px; }
  132.  
  133. .page { background-color: transparent;
  134. width: 90px;
  135. text-align: center;
  136. margin: 12px 0px 0px 0px; }
  137.  
  138. .link { font-size: 16px;
  139. text-transform: lowercase; }
  140.  
  141. /*post specifics */
  142.  
  143. #post-wrap { background: transparent;
  144. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  145. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  146. margin: 95px 0px 100px 180px; }
  147.  
  148. .entry-wrap { background-color: transparent;
  149. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  150. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  151. margin-bottom: 70px; }
  152.  
  153. .entry { background-color: transparent;
  154. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  155. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  156. margin-bottom: 4px;
  157. line-height: 13px; }
  158.  
  159. .permalink { background-color: transparent;
  160. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  161. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  162. margin: 8px 0px 3px 0px;
  163. text-transform: lowercase; }
  164.  
  165. .tags { background-color: transparent;
  166. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  167. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  168. margin: 1px 0px 0px 0px; }
  169.  
  170. .tags a { text-transform: lowercase; }
  171.  
  172. .title { font-weight: bold;
  173. text-transform: uppercase;
  174. letter-spacing: 1px; }
  175.  
  176. .caption { background-color: transparent;
  177. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  178. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  179. margin: 13px 0px 0px 0px; }
  180.  
  181. .source { margin: 5px 0px 0px 25px; }
  182.  
  183. .chat .odd { background: {color:chat 1};
  184. padding: 9px; }
  185.  
  186. .chat .even { background: {color:chat 2};
  187. padding: 9px; }
  188.  
  189. .chat li, .chat ol, ul.chat
  190. { list-style: none;
  191. margin: 0px;
  192. margin-left: -5px;
  193. padding: 5px; }
  194.  
  195. #audio-wrap { background-color: transparent;
  196. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  197. {block:IfPosts500px}width: 500px;{/block:IfPosts500px} }
  198.  
  199. #album { background-color: {color:album art};
  200. width: 100px;
  201. height: 100px;
  202. float: left;
  203. display: inline-block; }
  204.  
  205. #album-art {width: 100px;
  206. height: 100px;
  207. margin-top: -80px;
  208. z-index: 1; }
  209.  
  210. #album-art img { width: 100px;
  211. height: 100px;
  212. max-height: 100px;
  213. max-width: 100px;
  214. -webkit-box-shadow: 7px 7px 5px 0px rgba(87,87,87,1);
  215. -moz-box-shadow: 7px 7px 5px 0px rgba(87,87,87,1);
  216. box-shadow: 7px 7px 5px 0px rgba(87,87,87,1); }
  217.  
  218. #audio { background-color: {color:audio bg};
  219. text-transform: lowercase;
  220. {block:IfPosts400px}width: 270px;{/block:IfPosts400px}
  221. {block:IfPosts500px}width: 370px;{/block:IfPosts500px}
  222. height: 70px;
  223. padding: 15px;
  224. display: inline-block; }
  225.  
  226. #player { background-color: #ffffff;
  227. width: 60px;
  228. height: 60px;
  229. z-index: 99999;
  230. position: relative;
  231. margin: 20px auto 0px auto;
  232. -webkit-border-radius: 70px;
  233. -moz-border-radius: 50px;
  234. -o-border-radius: 70px;
  235. border-radius: 70px;
  236. opacity: .3;
  237. -webkit-transition-duration: .45s;
  238. -moz-transition-duration: .45s;
  239. -o-transition-duration: .45s;
  240. transition-duration: .45s; }
  241.  
  242. #button { height: 30px;
  243. width: 30px;
  244. overflow: hidden;
  245. padding-top: 17px;
  246. padding-left: 5px;
  247. margin: 0px auto 0px auto; }
  248.  
  249. #audio-wrap:hover #player { opacity: 1; }
  250.  
  251. .question { background-color: transparent;
  252. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  253. {block:IfPosts500px}width: 500px;{/block:IfPosts500px};
  254. margin: 0px 0px 8px 0px; }
  255.  
  256. /* post notes */
  257.  
  258. ol { margin: 0 0 0 0; }
  259.  
  260. ol.notes { list-style-type: none;
  261. padding: 3px;
  262. margin: 0px 0px 0px 0px; }
  263.  
  264. ol.notes li.note { padding: 3px;
  265. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  266. {block:IfPosts500px}width: 500px;{/block:IfPosts500px} }
  267.  
  268. ol.notes li.note img.avatar { display: none; }
  269.  
  270. #post-notes { {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  271. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  272. margin: 35px 0px 50px 0px; }
  273.  
  274. /* blog defaults */
  275.  
  276. a { font-family: helvetica, arial, sans-serif;
  277. color: {color:link};
  278. text-decoration:none;
  279. -webkit-transition-duration: .25s;
  280. -moz-transition-duration: .25s;
  281. -o-transition-duration: .25s;
  282. transition-duration: .25s; }
  283.  
  284. a:hover { color: {color:link hover};
  285. text-decoration: underline; }
  286.  
  287. img { border: none;
  288. -webkit-transition-duration: .25s;
  289. -moz-transition-duration: .25s;
  290. -o-transition-duration: .25s;
  291. transition-duration: .25s; }
  292.  
  293. ::-webkit-scrollbar { background: #fff;
  294. width: 5px;
  295. height: 5px; }
  296.  
  297. ::-webkit-scrollbar-thumb:vertical { background: #f2f2f2; }
  298.  
  299. blockquote { background-color: transparent;
  300. border-left: 1px solid {color:blockquote};
  301. padding-left: 7px;
  302. {block:IfPosts400px}max-width: 400px!important;{/block:IfPosts400px}
  303. {block:IfPosts500px}max-width: 500px!important;{/block:IfPosts500px}
  304. word-break: break-all; }
  305.  
  306. blockquote img {{block:IfPosts400px}max-width: 300px!important;{/block:IfPosts400px}
  307. {block:IfPosts500px}max-width: 400px!important;{/block:IfPosts500px} }
  308.  
  309. /*credit, please do not remove :-) */
  310.  
  311. .credit { bottom: 3px;
  312. right: 8px;
  313. position: fixed;
  314. width: 25px;
  315. height: 28px; }
  316.  
  317. .credit a { background: #f6f6f6;
  318. color: #aaaaaa;
  319. text-align: center;
  320. display: block;
  321. border-radius: 15px;
  322. padding: 4px;
  323. opacity: .5;
  324. -webkit-transition: all .5s ease-in-out;
  325. -moz-transition: all .5s ease-in-out;
  326. -ms-transition: all .5s ease-in-out;
  327. -o-transition: all .5s ease-in-out;
  328. transition: all .5s ease-in-out; }
  329.  
  330. .credit a:hover { opacity: 1;
  331. box-shadow: inset 25px 25px 0px 0px #000000;
  332. color: #fff; }
  333.  
  334. </style>
  335. </head>
  336. <body>
  337.  
  338. <div id="wrap">
  339.  
  340. <!-- sidebar -->
  341. <div id="sidebar-wrap">
  342. <!-- icon -->
  343. {block:IfCustomIcon}
  344. <div class="icon">
  345. <img src="{image:sidebar}">
  346. {/block:IfCustomIcon}
  347. {block:IfDefaultIcon}
  348. <div class="icon">
  349. <img src="{PortraitURL-128}">
  350. {/block:IfDefaultIcon}
  351. </div>
  352.  
  353. <!-- description -->
  354. <div class="description">
  355. {Description}
  356. </div>
  357.  
  358. <!-- navigation -->
  359. <div class="navigation">
  360. <a href="/">↳ index</a>
  361. {block:IfLinkA}
  362. <a href="{text:link url a}">↳ {text:link a}</a>
  363. {/block:IfLinkA}
  364. {block:IfLinkB}
  365. <a href="{text:link url b}">↳ {text:link b}</a>
  366. {/block:IfLinkB}
  367. {block:IfLinkC}
  368. <a href="{text:link url c}">↳ {text:link c}</a>
  369. {/block:IfLinkC}
  370. {block:IfLinkD}
  371. <a href="{text:link url d}">↳ {text:link d}</a>
  372. {/block:IfLinkD}
  373. </div>
  374.  
  375. <!-- pages -->
  376. {block:Pagination}
  377. <div class="page">
  378. {block:PreviousPage}
  379. <a href="{PreviousPage}">back</a>
  380. &emsp;
  381. &emsp;
  382. {/block:PreviousPage}
  383. {block:NextPage}
  384. <a href="{NextPage}">next</a>
  385. {/block:NextPage}
  386. </div>
  387. {/block:Pagination}
  388. </div>
  389.  
  390.  
  391. <!-- posts -->
  392.  
  393. {block:Posts}
  394. <div id="post-wrap">
  395.  
  396. <!-- text post -->
  397. {block:Text}
  398. <div class="post-wrap">
  399. <div class="entry">
  400. {block:Title}<div class="title">{Title}</div>{/block:Title}
  401. {Body}
  402. </div>
  403.  
  404. <div class="permalink">
  405. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  406. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  407. <span style="float: right">
  408. {block:RebloggedFrom}
  409. <a href="{ReblogParentURL}">via</a>
  410. {/block:RebloggedFrom}
  411. {block:ContentSource}
  412. &emsp;&emsp;
  413. <a href="{SourceURL}">source</a>
  414. {/block:ContentSource}
  415. </span>
  416. </div>
  417. {block:HasTags}
  418. <div class="tags">
  419. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  420. </div>
  421. {/block:HasTags}
  422. </div>
  423. {/block:Text}
  424.  
  425. <!-- photo post -->
  426. {block:Photo}
  427. <div class="post-wrap">
  428. <div class="entry">
  429. {block:IfPosts400px}<a href="{Permalink}"><img src="{PhotoURL-400}"></a>{/block:IfPosts400px}
  430. {block:IfPosts500px}<a href="{Permalink}"><img src="{PhotoURL-500}"></a>{/block:IfPosts500px}
  431. {block:Caption}
  432. <div class="caption">{Caption}</div>
  433. {/block:Caption}
  434. </div>
  435.  
  436. <div class="permalink">
  437. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  438. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  439. <span style="float: right">
  440. {block:RebloggedFrom}
  441. <a href="{ReblogParentURL}">via</a>
  442. {/block:RebloggedFrom}
  443. {block:ContentSource}
  444. &emsp;&emsp;
  445. <a href="{SourceURL}">source</a>
  446. {/block:ContentSource}
  447. </span>
  448. </div>
  449. {block:HasTags}
  450. <div class="tags">
  451. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  452. </div>
  453. {/block:HasTags}
  454. </div>
  455. {/block:Photo}
  456.  
  457. <!-- photoset post -->
  458. {block:Photoset}
  459. <div class="post-wrap">
  460. <div class="entry">
  461. {block:IfPosts400px}{Photoset-400}{/block:IfPosts400px}
  462. {block:IfPosts500px}{Photoset-500}{/block:IfPosts500px}
  463. {block:Caption}
  464. <div class="caption">{Caption}</div>
  465. {/block:Caption}
  466. </div>
  467.  
  468. <div class="permalink">
  469. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  470. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  471. <span style="float: right">
  472. {block:RebloggedFrom}
  473. <a href="{ReblogParentURL}">via</a>
  474. {/block:RebloggedFrom}
  475. {block:ContentSource}
  476. &emsp;&emsp;
  477. <a href="{SourceURL}">source</a>
  478. {/block:ContentSource}
  479. </span>
  480. </div>
  481. {block:HasTags}
  482. <div class="tags">
  483. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  484. </div>
  485. {/block:HasTags}
  486. </div>
  487. {/block:Photoset}
  488.  
  489. <!-- quote post -->
  490. {block:Quote}
  491. <div class="post-wrap">
  492. <div class="entry">
  493. <div class="title">“ {Quote} ”</div>
  494. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  495. </div>
  496.  
  497. <div class="permalink">
  498. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  499. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  500. <span style="float: right">
  501. {block:RebloggedFrom}
  502. <a href="{ReblogParentURL}">via</a>
  503. {/block:RebloggedFrom}
  504. {block:ContentSource}
  505. &emsp;&emsp;
  506. <a href="{SourceURL}">source</a>
  507. {/block:ContentSource}
  508. </span>
  509. </div>
  510. {block:HasTags}
  511. <div class="tags">
  512. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  513. </div>
  514. {/block:HasTags}
  515. </div>
  516. {/block:Quote}
  517.  
  518. <!-- link post -->
  519. {block:Link}
  520. <div class="post-wrap">
  521. <div class="entry">
  522. <a href="{URL}" class="link" {Target}>{Name}</a>
  523. {block:Description}
  524. <div class="caption">
  525. {Description}
  526. </div>
  527. {/block:Description}
  528. </div>
  529.  
  530. <div class="permalink">
  531. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  532. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  533. <span style="float: right">
  534. {block:RebloggedFrom}
  535. <a href="{ReblogParentURL}">via</a>
  536. {/block:RebloggedFrom}
  537. {block:ContentSource}
  538. &emsp;&emsp;
  539. <a href="{SourceURL}">source</a>
  540. {/block:ContentSource}
  541. </span>
  542. </div>
  543. {block:HasTags}
  544. <div class="tags">
  545. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  546. </div>
  547. {/block:HasTags}
  548. </div>
  549. {/block:Link}
  550.  
  551. <!-- chat post -->
  552. {block:Chat}
  553. <div class="post-wrap">
  554. <div class="entry">
  555. {block:Title}
  556. <div class="title">{Title}</div>
  557. {/block:Title}
  558. <ul class="chat">
  559. {block:Lines}
  560. <li class="{Alt} user_{UserNumber}">
  561. {block:Label}
  562. <b>{Label}</b>
  563. {/block:Label}
  564. {Line}
  565. </li>
  566. {/block:Lines}
  567. </ul>
  568. </div>
  569.  
  570. <div class="permalink">
  571. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  572. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  573. <span style="float: right">
  574. {block:RebloggedFrom}
  575. <a href="{ReblogParentURL}">via</a>
  576. {/block:RebloggedFrom}
  577. {block:ContentSource}
  578. &emsp;&emsp;
  579. <a href="{SourceURL}">source</a>
  580. {/block:ContentSource}
  581. </span>
  582. </div>
  583. {block:HasTags}
  584. <div class="tags">
  585. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  586. </div>
  587. {/block:HasTags}
  588. </div>
  589. {/block:Chat}
  590.  
  591. <!-- audio post -->
  592. {block:Audio}
  593. <div class="post-wrap">
  594. <div class="entry">
  595. <div id="audio-wrap">
  596. <div id="album">
  597. <div id="player">
  598. {block:AudioPlayer}
  599. <div id="button">
  600. {AudioPlayerWhite}
  601. </div>
  602. {/block:AudioPlayer}
  603. </div>
  604. {block:AlbumArt}
  605. <img src="{AlbumArtURL}" id="album-art">
  606. {/block:AlbumArt}
  607. </div>
  608. <div id="audio">
  609. {block:TrackName}
  610. <b>track:</b> {TrackName} <br>
  611. {/block:TrackName}
  612. {block:Artist}
  613. <b>artist:</b> {Artist} <br>
  614. {/block:Artist}
  615. {block:Album}
  616. <b>album:</b> {Album} <br>
  617. {/block:Album}
  618. {block:PlayCount}
  619. <b>play count:</b> {PlayCount}
  620. {/block:PlayCount}
  621. </div>
  622. </div>
  623. {block:Caption}
  624. <div class="caption">
  625. {Caption}
  626. </div>
  627. {/block:Caption}
  628. </div>
  629.  
  630. <div class="permalink">
  631. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  632. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  633. <span style="float: right">
  634. {block:RebloggedFrom}
  635. <a href="{ReblogParentURL}">via</a>
  636. {/block:RebloggedFrom}
  637. {block:ContentSource}
  638. &emsp;&emsp;
  639. <a href="{SourceURL}">source</a>
  640. {/block:ContentSource}
  641. </span>
  642. </div>
  643. {block:HasTags}
  644. <div class="tags">
  645. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  646. </div>
  647. {/block:HasTags}
  648. </div>
  649. {/block:Audio}
  650.  
  651. <!-- video post -->
  652. {block:Video}
  653. <div class="post-wrap">
  654. <div class="entry">
  655. {block:IfPosts400px}{Video-400}{/block:IfPosts400px}
  656. {block:IfPosts500px}{Video-500}{/block:IfPosts500px}
  657. {block:Caption}
  658. <div class="caption">
  659. {Caption}
  660. </div>
  661. {/block:Caption}
  662. </div>
  663.  
  664. <div class="permalink">
  665. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  666. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  667. <span style="float: right">
  668. {block:RebloggedFrom}
  669. <a href="{ReblogParentURL}">via</a>
  670. {/block:RebloggedFrom}
  671. {block:ContentSource}
  672. &emsp;&emsp;
  673. <a href="{SourceURL}">source</a>
  674. {/block:ContentSource}
  675. </span>
  676. </div>
  677. {block:HasTags}
  678. <div class="tags">
  679. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  680. </div>
  681. {/block:HasTags}
  682. </div>
  683. {/block:Video}
  684.  
  685. <!-- answer post -->
  686. {block:Answer}
  687. <div class="post-wrap">
  688. <div class="entry">
  689. <div class="question">
  690. <b>{Asker}:</b> {Question}
  691. </div>
  692. {block:Answerer}
  693. <div class="caption">
  694. {Answer}
  695. </div>
  696. {/block:Answerer}
  697. <div class="caption">
  698. {Replies}
  699. </div>
  700. </div>
  701.  
  702. <div class="permalink">
  703. {block:Date}posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}</a>{/block:Date}
  704. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  705. <span style="float: right">
  706. {block:RebloggedFrom}
  707. <a href="{ReblogParentURL}">via</a>
  708. {/block:RebloggedFrom}
  709. {block:ContentSource}
  710. &emsp;&emsp;
  711. <a href="{SourceURL}">source</a>
  712. {/block:ContentSource}
  713. </span>
  714. </div>
  715. {block:HasTags}
  716. <div class="tags">
  717. {block:Tags}<a href="{TagURL}">#{Tag}</a> &emsp;&emsp;&emsp;{/block:Tags}
  718. </div>
  719. {/block:HasTags}
  720. </div>
  721. {/block:Answer}
  722.  
  723. {block:PostNotes}
  724. <div id="post-notes">
  725. {PostNotes}
  726. </div>
  727. {/block:PostNotes}
  728.  
  729. </div>
  730. {/block:Posts}
  731.  
  732. </div>
  733.  
  734. <div class="credit">
  735. <a href="http://fassbndrs.tumblr.com">F</a>
  736. </div>
  737.  
  738.  
  739. </body>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement