Advertisement
firebends

A SPOONFUL OF COUGH SYRUP

Dec 30th, 2015
994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. A SPOONFUL OF COUGH SYRUP THEME
  5.  
  6. - do not ever [re]move the credit please
  7. - overall theme by tumblr user hailey firebends
  8. - base code by tumblr user animecharacter
  9.  
  10. here are some customization resources:
  11. - http://firebends.tumblr.com/tagged/colors
  12. - http://firebends.tumblr.com/tagged/backgrounds
  13. - http://firebends.tumblr.com/tagged/icons
  14.  
  15. see more of my themes here:
  16. - http://firebends.tumblr.com/tagged/my-themes
  17. -->
  18.  
  19. <head>
  20. <meta charset="utf-8">
  21. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  22.  
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}"/>
  25. {/block:Description}
  26.  
  27. <title>{Title}</title>
  28.  
  29. {block:ifnotcustomfavicon}
  30. <link rel="shortcut icon" href="{Favicon}">
  31. {/block:ifnotcustomfavicon}
  32. {block:ifcustomfavicon}
  33. <link rel="shortcut icon" href="{image:favicon}">
  34. {/block:ifcustomfavicon}
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  37.  
  38. <meta name="image:favicon" content=""/>
  39. <meta name="image:cursor" content="http://i.imgur.com/CTuOsr9.png"/>
  40. <meta name="image:bg" content=""/>
  41.  
  42. <meta name="color:bg" content="#ccc"/>
  43. <meta name="color:title" content="#888"/>
  44. <meta name="color:text" content="#000"/>
  45. <meta name="color:posts" content="#fff"/>
  46. <meta name="color:links" content="#eee"/>
  47. <meta name="color:hover" content="#000"/>
  48. <meta name="color:accent" content="#000"/>
  49. <meta name="color:accent text" content="#fff"/>
  50. <meta name="color:highlight" content="#888"/>
  51. <meta name="color:scrollbar" content="#000"/>
  52. <meta name="color:tooltip" content="#eee"/>
  53.  
  54. <meta name="select:font" title="arial" content="helvetica"/>
  55. <meta name="select:font" title="ms gothic" content="ms gothic"/>
  56. <meta name="select:font" title="consolas" content="consolas"/>
  57. <meta name="select:font" title="courier new" content="courier new"/>
  58. <meta name="select:font" title="georgia" content="georgia"/>
  59. <meta name="select:font" title="comic sans" content="comic sans ms"/>
  60. <meta name="select:font" title="tahoma" content="tahoma"/>
  61. <meta name="select:font" title="calibri" content="calibri"/>
  62. <meta name="select:font" title="verdana" content="verdana"/>
  63. <meta name="select:font" title="times" content="times new roman"/>
  64.  
  65. <meta name="if:custom favicon" content="1"/>
  66. <meta name="if:invert controls" content="1"/>
  67. <meta name="if:monochrome img" content="0"/>
  68. <meta name="if:show avatar" content="1"/>
  69. <meta name="if:fit screen bg" content="0"/>
  70. <meta name="if:show searchbox" content="1"/>
  71. <meta name="if:show stat counter" content="0"/>
  72. <meta name="if:show rbf tab" content="1"/>
  73. <meta name="if:hidden visitor tracker" content="0"/>
  74. <meta name="if:lazy load" content="1"/>
  75.  
  76. <meta name="text:your name" content="1 name only*"/>
  77. <meta name="text:ask link" content="/ask"/>
  78. <meta name="text:link 1" content="link"/>
  79. <meta name="text:link 1 url" content="/"/>
  80. <meta name="text:link 2" content="link"/>
  81. <meta name="text:link 2 url" content="/"/>
  82. <meta name="text:link 3" content="link"/>
  83. <meta name="text:link 3 url" content="/"/>
  84. <meta name="text:link 4" content="link"/>
  85. <meta name="text:link 4 url" content="/"/>
  86. <meta name="text:stat counter" content=""/>
  87. <meta name="text:rbf link" content="/rbf"/>
  88. <meta name="text:hidden visitor tracker code" content=""/>
  89.  
  90. <style type="text/css">
  91.  
  92. {block:ifinvertcontrols}
  93. #tumblr_controls {
  94. -webkit-filter: invert(100%);
  95. position: fixed!important;
  96. }
  97. {/block:ifinvertcontrols}
  98.  
  99. ::-webkit-scrollbar{
  100. height:0px;
  101. width:9px;
  102. background:{color:bg};
  103. cursor:url('{image:cursor}'), auto;
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb{
  107. background:{color:scrollbar};
  108. height:8px;
  109. width:9px;
  110. border:2px solid {color:bg};
  111. cursor:url('{image:cursor}'), auto;
  112. }
  113.  
  114. body{
  115. margin:0px;
  116. background:{color:bg};
  117. background-image:url('{image:bg}');
  118. background-position:right top;
  119. background-attachment:fixed;
  120. {block:iffitscreenbg}
  121. background-size:cover;
  122. background-position:right top;
  123. background-position:right bottom;
  124. {/block:iffitscreenbg}
  125. font-family:{select:font};
  126. font-size:12px;
  127. line-height:135%;
  128. letter-spacing:1px;
  129. color:{color:text};
  130. cursor:url('{image:cursor}'), auto;
  131. text-align:justify;
  132. }
  133.  
  134. p{
  135. margin:0 0 10px 0;
  136. padding:0;
  137. }
  138.  
  139. small{
  140. font-size:11px;
  141. font:{select:font};
  142. color:{color:title};
  143. letter-spacing:2px;
  144. line-height:125%;
  145. }
  146.  
  147. pre{
  148. font-size:13px;
  149. font:{select:font};
  150. color:{color:title};
  151. letter-spacing:1px;
  152. }
  153.  
  154. a{
  155. color:{color:links};
  156. text-decoration:none;
  157. cursor:url('{image:cursor}'), auto;
  158. }
  159.  
  160. a:hover{
  161. color:{color:hover};
  162. text-decoration:none;
  163. cursor:url('{image:cursor}'), auto;
  164. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  165. }
  166.  
  167. ::-moz-selection{
  168. background:none;
  169. color:{color:highlight};
  170. }
  171.  
  172. ::selection{
  173. background:none;
  174. color:{color:highlight};
  175. }
  176.  
  177. li{
  178. margin-left:-15px;
  179. }
  180.  
  181. #wrapper{
  182. width:600px;
  183. margin:50px auto;
  184. }
  185.  
  186. {block:ifshowavatar}
  187. #avatar{
  188. width:200px;
  189. text-align:center;
  190. position:fixed;
  191. top:25px;
  192. right:125px;
  193. padding:5px;
  194. }
  195.  
  196. .avatar img{
  197. max-width:100%;
  198. border:1px solid {color:text};
  199. }
  200.  
  201. .avatar img:hover{
  202. border-radius:50%;
  203. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  204. }
  205. {/block:ifshowavatar}
  206.  
  207. #sidebar{
  208. width:200px;
  209. position:fixed;
  210. top:100px;
  211. {block:ifshowavatar}
  212. top:150px;
  213. {/block:ifshowavatar}
  214. right:125px;
  215. font-size:12px;
  216. padding:5px;
  217. background:{color:posts};
  218. border:1px solid {color:text};
  219. }
  220.  
  221. .sidetitle{
  222. text-align:center;
  223. margin-top:4px;
  224. padding:4px;
  225. font-size:16px;
  226. padding-bottom:10px;
  227. margin-left:-5px;
  228. width:203px;
  229. border-bottom:1px solid {color:text};
  230. }
  231.  
  232. .description{
  233. color:{color:text};
  234. text-align:center;
  235. margin-top:5px;
  236. padding:2px;
  237. max-height:200px;
  238. overflow:auto;
  239. width:207px;
  240. margin-left:-5px;
  241. padding-bottom:8px;
  242. border-bottom:1px solid {color:text};
  243. }
  244.  
  245. .sidelinks{
  246. margin-top:8px;
  247. text-align:center;
  248. font-family:{select:font};
  249. font-size:13px;
  250. padding:2px;
  251. margin-bottom:3px;
  252. }
  253.  
  254. .sidelinks a{
  255. border-radius:50%;
  256. color:{color:title};
  257. padding:3px;
  258. cursor:url('{image:cursor}'), auto;
  259. }
  260.  
  261. .sidelinks a:hover{
  262. color:{color:bg};
  263. background:{color:links};
  264. cursor:url('{image:cursor}'), auto;
  265. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  266. }
  267.  
  268. #searchbar{
  269. width:200px;
  270. position:fixed;
  271. top:300px;
  272. {block:ifshowavatar}
  273. top:350px;
  274. {/block:ifshowavatar}
  275. right:125px;
  276. font-size:12px;
  277. padding:5px;
  278. padding-top:10px;
  279. padding-bottom:10px;
  280. background:{color:posts};
  281. border:1px solid {color:text};
  282. cursor:url('{image:cursor}'), auto;
  283. }
  284.  
  285. .search{
  286. border:none;
  287. padding:1px;
  288. margin-left:10px;
  289. font-size:12px;
  290. background:none;
  291. color:{color:title};
  292. text-shadow:1px 1px 1px {color:highlight};
  293. cursor:url('{image:cursor}'), auto;
  294. }
  295.  
  296. .search:hover{
  297. color:{color:hover};
  298. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  299. }
  300.  
  301. #content{
  302. width:400px;
  303. margin-top:10px;
  304. margin-left:-75px;
  305. }
  306.  
  307. .post{
  308. width:400px;
  309. margin:0 0 100px 0;
  310. padding:5px;
  311. overflow:none;
  312. background:{color:posts};
  313. border:1px solid {color:text};
  314. }
  315.  
  316. .post img{
  317. max-width:100%;
  318. cursor:url('{image:cursor}'), auto;
  319. {block:ifmonochromeimg}
  320. {block:indexpage}
  321. -webkit-filter:Grayscale(100%);
  322. {/block:indexpage}
  323. {/block:ifmonochromeimg}
  324. }
  325.  
  326. {block:ifmonochromeimg}
  327. {block:indexpage}
  328. .post img:hover{
  329. -webkit-filter: Grayscale(0%);
  330. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  331. cursor:url('{image:cursor}'), auto;
  332. }
  333.  
  334. iframe.photoset{
  335. -webkit-filter: Grayscale(100%);
  336. }
  337.  
  338. iframe.photoset:hover{
  339. -webkit-filter: Grayscale(0%);
  340. -webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;
  341. cursor:url('{image:cursor}'), auto;
  342. }
  343. {/block:indexpage}
  344. {/block:ifmonochromeimg}
  345.  
  346. #nav{
  347. margin-left:auto;
  348. margin-right:auto;
  349. width:400px;
  350. line-height:225%;
  351. padding:5px;
  352. letter-spacing:2px;
  353. font-size:11px;
  354. text-transform:uppercase;
  355. cursor:url('{image:cursor}'), auto;
  356. }
  357.  
  358. #nav a{
  359. background:{color:posts};
  360. color:{color:title};
  361. padding:3px;
  362. }
  363.  
  364. #nav a:hover{
  365. color:{color:hover};
  366. letter-spacing:3px;
  367. }
  368.  
  369. .media{
  370. margin:0 0 5px 0;
  371. cursor:url('{image:cursor}'), auto;
  372. }
  373.  
  374. .heading{
  375. font-size:16px;
  376. line-height:125%;
  377. margin-bottom:10px;
  378. text-align:justify;
  379. }
  380.  
  381. .linkdesc{
  382. background:none;
  383. }
  384.  
  385. .chat{
  386. font-size:12px;
  387. padding:1px;
  388. }
  389.  
  390. .chat .odd{
  391. padding:2px;
  392. background:{color:accent};
  393. color:{color:accent text};
  394. border:1px dotted {color:text};
  395. margin-top:2px;
  396. margin-bottom:2px;
  397. }
  398.  
  399. .chat .even{
  400. padding:2px;
  401. background:{color:highlight};
  402. color:{color:text};
  403. border:1px dotted {color:text};
  404. margin-top:2px;
  405. margin-bottom:2px;
  406. }
  407.  
  408. .question{
  409. margin-bottom:10px;
  410. color:{color:accent text};
  411. background:{color:accent};
  412. font-size:11px;
  413. padding:5px;
  414. text-align:justify;
  415. border:1px dotted {color:text};
  416. }
  417.  
  418. .question a{
  419. color:{color:accent text};
  420. text-decoration:underline;
  421. }
  422.  
  423. .question a:hover{
  424. color:{color:hover};
  425. text-decoration:none;
  426. }
  427.  
  428. .question .env{
  429. display:inline;
  430. font-size:14px;
  431. }
  432.  
  433. .question .env a{
  434. color:{color:links};
  435. }
  436.  
  437. .question .env a:hover{
  438. color:{color:tooltip};
  439. }
  440.  
  441. .permabox{
  442. position:absolute;
  443. border:1px solid {color:text};
  444. background:{color:accent};
  445. text-transform:uppercase;
  446. font-weight:bold;
  447. letter-spacing:2px;
  448. font-size:10px;
  449. width:406px;
  450. margin-left:-6px;
  451. margin-top:5px;
  452. padding:2px;
  453. padding-top:3px;
  454. text-align:justify;
  455. line-height:140%;
  456. }
  457.  
  458. .permabox a{
  459. padding:2px;
  460. }
  461.  
  462. .permabox a:hover{
  463. color:{color:posts};
  464. background:{color:title};
  465. }
  466.  
  467. .perma{
  468. margin-top:20px;
  469. margin-bottom:20px;
  470. width:400px;
  471. margin-left:-5px;
  472. border-top:1px solid {color:text};
  473. border-bottom:1px solid {color:text};
  474. font-size:13px;
  475. background:{color:accent};
  476. text-align:center;
  477. padding:5px;
  478. }
  479.  
  480. .perma .icns{
  481. padding:1px;
  482. }
  483.  
  484. .perma .icns a{
  485. color:{color:links};
  486. padding:3px;
  487. }
  488.  
  489. .perma .icns a:hover{
  490. color:{color:hover};
  491. }
  492.  
  493. .perma .taglist{
  494. font-size:11px;
  495. }
  496.  
  497. .perma .taglist a{
  498. color:{color:links};
  499. letter-spacing:2px;
  500. padding:1px;
  501. }
  502.  
  503. .perma .taglist a:hover{
  504. color:{color:hover};
  505. }
  506.  
  507. .tagbox{
  508. position:absolute;
  509. background:{color:posts};
  510. border:1px dotted {color:text};
  511. max-width:390px;
  512. margin-top:37px;
  513. padding:3px;
  514. line-height:130%;
  515. text-align:left;
  516. background:{color:post};
  517. opacity:0;
  518. -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
  519. }
  520.  
  521. .post:hover .tagbox{
  522. margin-top:37px;
  523. opacity:1;
  524. }
  525.  
  526. blockquote{
  527. margin:0 0 5px 5px;
  528. padding:0 0 0 10px;
  529. border-left:1px solid {color:text};
  530. }
  531.  
  532. #rebloglike{
  533. margin-top:20px;
  534. font-size:10px;
  535. overflow:auto;
  536. max-height:150px;
  537. text-align:left;
  538. padding:10px;
  539. line-height:150%;
  540. }
  541.  
  542. #rebloglike img{
  543. display:none;
  544. }
  545.  
  546. #rebloglike li{
  547. list-style-type:none;
  548. text-align:left;
  549. }
  550.  
  551. #s-m-t-tooltip{
  552. max-width:100%;
  553. margin-top:15px;
  554. margin-left:15px;
  555. display:inline-block;
  556. font-size:10px;
  557. text-transform:lowercase;
  558. font-style:italic;
  559. letter-spacing:2px;
  560. color:{color:text};
  561. background:{color:tooltip};
  562. text-shadow:1px 1px 1px {color:highlight};
  563. border:1px dashed {color:text};
  564. padding:2px;
  565. padding-left:5px;
  566. padding-right:5px;
  567. }
  568.  
  569. #rbf{
  570. top:5px;
  571. left:5px;
  572. height:15px;
  573. width:15px;
  574. border:1px dotted {color:text};
  575. padding:2px;
  576. background:{color:accent};
  577. text-align:center;
  578. position:fixed;
  579. border-radius:50%;
  580. font-size:12px;
  581. }
  582.  
  583. #rbf a{
  584. color:{color:links};
  585. text-decoration:none;
  586. }
  587.  
  588. #rbf a:hover{
  589. color:{color:hover};
  590. text-decoration:none;
  591. }
  592.  
  593. #rbf:hover{
  594. border-radius:0%;
  595. background:{color:bg};
  596. -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
  597. }
  598.  
  599. #stat{
  600. bottom:5px;
  601. right:5px;
  602. height:15px;
  603. width:15px;
  604. border:1px dotted {color:text};
  605. padding:2px;
  606. background:{color:accent};
  607. text-align:center;
  608. position:fixed;
  609. border-radius:50%;
  610. font-size:11px;
  611. }
  612.  
  613. #stat a{
  614. color:{color:links};
  615. text-decoration:none;
  616. }
  617.  
  618. #stat a:hover{
  619. color:{color:hover};
  620. text-decoration:none;
  621. }
  622.  
  623. #stat:hover{
  624. border-radius:0%;
  625. background:{color:bg};
  626. padding:3px;
  627. -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
  628. }
  629.  
  630. #credit{
  631. bottom:5px;
  632. left:5px;
  633. height:15px;
  634. width:15px;
  635. padding:2px;
  636. border:1px dotted {color:text};
  637. background:{color:accent};
  638. text-align:center;
  639. position:fixed;
  640. border-radius:50%;
  641. font-size:12px;
  642. }
  643.  
  644. #credit a{
  645. color:{color:links};
  646. text-decoration:none;
  647. }
  648.  
  649. #credit a:hover{
  650. color:{color:hover};
  651. text-decoration:none;
  652. }
  653.  
  654. #credit:hover{
  655. border-radius:0%;
  656. background:{color:bg};
  657. padding:3px;
  658. -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
  659. }
  660.  
  661. {CustomCSS}
  662.  
  663. </style>
  664.  
  665. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  666. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  667.  
  668. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  669. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  670. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  671.  
  672. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  673. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  674. <script>
  675. (function($){
  676. $(document).ready(function(){
  677. $("[title]").style_my_tooltips({
  678. tip_follows_cursor:true,
  679. tip_delay_time:200,
  680. tip_fade_speed:300
  681. }
  682. );
  683. });
  684. })(jQuery);
  685. </script>
  686.  
  687. {block:iflazyload}
  688. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  689. <script type="text/javascript" charset="utf-8">
  690. var $j = jQuery.noConflict();
  691. $j(function() {
  692. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  693. $j("img").lazyload({
  694. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  695. effect: "fadeIn",
  696. });
  697. });
  698. </script>
  699. {/block:iflazyload}
  700.  
  701. </head>
  702.  
  703. <body>
  704. <div id="wrapper">
  705.  
  706. {block:ifshowavatar}<div id="avatar"><div class="avatar img"><img src="{PortraitUrl-64}"/></div></div>{/block:ifshowavatar}
  707.  
  708. <div id="sidebar">
  709. <div class="sidetitle">『 <div style="color:{color:title}; display:inline;"><b>{Title}</b></div> 』</div>
  710. {block:Description}<div class="description"><center>{Description}</center></div>{/block:Description}
  711. <div class="sidelinks"><center><a href="/" title="homepage"><i class="fa fa-home"></i></a> <a href="{text:ask link}" title="inbox"><i class="fa fa-envelope-o"></i></a>{block:iflink1} <a href="{text:link 1 url}" title="{text:link 1}"><i class="fa fa-picture-o"></i></a>{/block:iflink1}{block:iflink2} <a href="{text:link 2 url}" title="{text:link 2}"><i class="fa fa-comments-o"></i></a>{/block:iflink2}{block:iflink3} <a href="{text:link 3 url}" title="{text:link 3}"><i class="fa fa-cogs"></i></a>{/block:iflink3}{block:iflink4} <a href="{text:link 4 url}" title="{text:link 4}"><i class="fa fa-files-o"></i></a>{/block:iflink4}</center></div>
  712. </div>
  713.  
  714. {block:ifshowsearchbox}
  715. <div id="searchbar"><center><form action="/search" method="get" class="sfm"><input type="text" name="q" value="{SearchQuery}" style="width:150px; font:{select:font}; font-size:12px; font-style:italic; letter-spacing:1px; padding:2px; background:{color:highlight}; color:{color:hover}; border:0px; cursor:url('{image:cursor}'), auto;"/><button type="submit" class="search" title="search for this?"><i class="fa fa-search"></i></i></button></form></center></div>
  716. {/block:ifshowsearchbox}
  717.  
  718. <div id="content">
  719.  
  720. {block:Posts}
  721.  
  722. <div class="post">
  723.  
  724. {block:Text}
  725. {block:Title}
  726. <div class="heading"><b>{Title}</b></div>
  727. {/block:Title}
  728. {Body}
  729. {/block:Text}
  730.  
  731. {block:Photo}
  732. <center><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div></center>
  733. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  734. {/block:Photo}
  735.  
  736. {block:Photoset}
  737. <div class="media"><center>{Photoset-400}</center></div>
  738. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  739. {/block:Photoset}
  740.  
  741. {block:Quote}
  742. <div class="heading">「{Quote}」</div>
  743. {block:Source}<div class="quotesource" style="text-align:right;">— {Source}</div>{/block:Source}
  744. {/block:Quote}
  745.  
  746. {block:Link}
  747. {block:Thumbnail}<div class="media"><center><img src="{Thumbnail-HighRes}"/></center></div>{/block:Thumbnail}
  748. <div class="heading"><i class="fa fa-code-fork"></i> <a href="{URL}" title="go to link?"><b>{Name}</b> <i class="fa fa-angle-double-right"></i></a></div>
  749. {block:Description}
  750. <div class="linkdesc">{Description}</div>
  751. {/block:Description}
  752. {/block:Link}
  753.  
  754. {block:Chat}
  755. {block:Title}
  756. <div class="heading"><b>{Title}</b></div>
  757. {/block:Title}
  758.  
  759. {block:Lines}<div class="chat">
  760. <div class="{Alt} user_{UserNumber}">
  761. {block:Label}<div style="display:inline; font-weight:bold; font-size:11px; text-transform:uppercase;">{Label}</div>{/block:Label}
  762. {Line}
  763. </div></div>
  764. {/block:Lines}
  765. {/block:Chat}
  766.  
  767. {block:Video}
  768. <div class="media"><center>{Video-400}</center></div>
  769. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  770. {/block:Video}
  771.  
  772. {block:Audio}
  773. <div class="media"><center>{AudioEmbed-400}</center></div>
  774. {block:Caption}{Caption}{/block:Caption}
  775. {/block:Audio}
  776.  
  777. {block:Answer}
  778. <div class="question"><div style="display:inline; text-transform:uppercase;"><div class="env"><a href="{text:ask link}" title="send one?"><i class="fa fa-envelope-o"></i></a></div> <b>{Asker}:</b></div> <div style="display:inline; font-size:12px;">{Question}</div></div>
  779. <div class="caption">{Answer}</div>
  780. {/block:Answer}
  781.  
  782. {block:Date}
  783. {block:IndexPage}
  784. <div class="permabox"><a href="{permalink}" title="go to permalink?"><i class="fa fa-clock-o"></i> {12Hour}:{Minutes}{AMPM} {DayofMonth}.{MonthNumber}.{ShortYear}</a> <div style="float:right; text-align:right; display:inline;"><a href="{ReblogUrl}" title="reblog post?">{NoteCountWithLabel} <i class="fa fa-refresh"></i></a></div>{block:HasTags}</div>
  785. <div class="tagbox"><div style="display:inline; text-transform:uppercase; font-size:10px;"><i class="fa fa-tags"></i></div> <div style="display:inline; font-size:11px;">{block:Tags}<a href="{TagUrl}" title="view more?">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  786. {/block:IndexPage}
  787.  
  788. {block:PermalinkPage}
  789. <div class="perma">
  790. <div class="icns"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="{TimeAgo}"><i class="fa fa-clock-o"></i></a> <a href="{ReblogUrl}" title="+{NoteCountWithLabel}"><i class="fa fa-refresh"></i></a> {block:Reblog}<a href="{ReblogParentURL}" title="via {ReblogParentName}"><i class="fa fa-paper-plane-o"></i></a>{block:ContentSource}{block:Reblog} {/block:Reblog}<a href="{SourceURL}" title="by {ReblogRootName}"><i class="fa fa-pencil"></i></a>{/block:ContentSource}{/block:Reblog}</div>
  791. {block:HasTags}<div class="taglist">{block:Tags}<a href="{TagUrl}" title="view more?">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  792. </div>
  793. {/block:PermalinkPage}
  794.  
  795. {block:PermalinkPage}
  796. {block:NoteCount}<div id="rebloglike">
  797. {block:PostNotes}{PostNotes}{/block:PostNotes}
  798. </div>{/block:NoteCount}
  799. {/block:PermalinkPage}
  800.  
  801. {/block:Date}
  802.  
  803. </div>
  804.  
  805. {/block:Posts}
  806.  
  807. <div id="nav">
  808. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="go to page?"><i class="fa fa-arrow-circle-left"></i> <u>retreat</u></a>{/block:PreviousPage} {block:NextPage}<div style="display:inline; float:right; text-align:right;"><a href="{NextPage}" title="go to page?"><u>onward</u> <i class="fa fa-arrow-circle-right"></i></a></div>{/block:NextPage}<br>{/block:Pagination}<center><a href="/archive" title="view blog archive?" target="_blank"><i class="fa fa-calendar"></i> <div style="display:inline; font-size:10px;"><b><u>memories</u></b></div></a> <a href="/" title="© {text:your name} {Name}"><i class="fa fa-user"></i> <div style="display:inline; font-size:10px;"><b><u>{CopyrightYears}</u></b></div></a> <a href="/rss" title="view rss feed?" target="_blank"><i class="fa fa-fw fa-rss"></i> <div style="display:inline; font-size:10px;"><b><u>rss feed</u></b></div></a></center>
  809. </div>
  810.  
  811. {block:ifshowstatcounter}<div id="stat">{text:stat counter}</div>{/block:ifshowstatcounter}
  812.  
  813. {block:ifshowrbftab}
  814. <div id="rbf"><a href="{text:rbf link}" title="read before following"><i class="fa fa-exclamation"></i></a></div>
  815. {/block:ifshowrbftab}
  816.  
  817. <div id="credit"><a href="http://firebends.tumblr.com/" title="theme credit" target="_blank"><i class="fa fa-code"></i></a></div>
  818.  
  819. {block:ifhiddenvisitortracker}
  820. {text:hidden visitor tracker code}
  821. {/block:ifhiddenvisitortracker}
  822.  
  823. </div>
  824. </div>
  825. </div>
  826.  
  827. </div>
  828.  
  829. </body>
  830. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement