Advertisement
TitanJelly

theme #07 v1.8 - by titanjelly

Nov 2nd, 2013
5,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 KB | None | 0 0
  1. <!--
  2. ╱╭╮╱╭╮
  3. ╭╯╰┳╯╰╮
  4. ╰╮╭╋╮╭╋━━┳━╮
  5. ╱┃┃┣┫┃┃╭╮┃╭╮╮
  6. ╱┃╰┫┃╰┫╭╮┃┃┃┃
  7. ╱╰━┻┻━┻╯╰┻╯╰╯
  8. ↳ http://titanjelly.tumblr.com
  9. ↳ DO NOT Claim/Repost as your own or Remove the theme credit!
  10. ↳ DO NOT Use as a theme base or Make heavy modifications!
  11. -->
  12.  
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15.  
  16. <title>{title}</title>
  17.  
  18. <meta name="image:Background" content="http://static.tumblr.com/f9d004f494b6e3a022edb39dcebef6fe/9hiqgmd/uEhmvncj0/tumblr_static_fabric_1.png" />
  19. <meta name="image:Sidebar" content="http://static.tumblr.com/33a43ff7ed08fcd7b33492f4feb6d223/9hiqgmd/0F2mvndo4/tumblr_static_kill_la_kill_by_jakuu-d6qobjv.jpg" />
  20. <meta name="image:Icon" content="http://static.tumblr.com/55a3576a08a4f702b100b276ee0312ca/9hiqgmd/559mvndnf/tumblr_static_ryuko-matoi-icon-kill-la-kill-35921574-100-100.png" />
  21. <meta name="image:Links Background" content="http://static.tumblr.com/2d2c899d22590985fceb98be74fb757a/9hiqgmd/Ty9mvncmq/tumblr_static_dark_tire.png" />
  22.  
  23. <meta name="color:Background" content="#f9f9f9"/>
  24. <meta name="color:Borders" content="#d81635"/>
  25. <meta name="color:Sidebox" content="#333333"/>
  26. <meta name="color:Posts Background" content="#333333"/>
  27. <meta name="color:Posts Text" content="#ffffff"/>
  28. <meta name="color:Asks Background" content="#ffffff"/>
  29. <meta name="color:Title" content="#ee0e32"/>
  30. <meta name="color:Links" content="#ee0e32"/>
  31. <meta name="color:Links Hover" content="#eddddd"/>
  32. <meta name="color:Base" content="#ee0e32"/>
  33.  
  34. <meta name="if:Infinite Scroll" content="0"/>
  35. <meta name="if:Show Link Hover" content="1"/>
  36. <meta name="if:Show Falling Lines" content="1"/>
  37. <meta name="if:Show Shadows" content="1"/>
  38. <meta name="if:Show Captions" content="1"/>
  39. <meta name="if:Show Tags" content="1"/>
  40. <meta name="if:500px Posts" content="0"/>
  41.  
  42. <meta name="text:Link01" content="Link01"/>
  43. <meta name="text:Link01URL" content="/"/>
  44. <meta name="text:Link02" content="Link02"/>
  45. <meta name="text:Link02URL" content="/"/>
  46. <meta name="text:Link03" content="Link03"/>
  47. <meta name="text:Link03URL" content="/"/>
  48. <meta name="text:Link04" content="Link04"/>
  49. <meta name="text:Link04URL" content="/"/>
  50. <meta name="text:Link05" content="Link05"/>
  51. <meta name="text:Link05URL" content="/"/>
  52. <meta name="text:Link06" content="Link06"/>
  53. <meta name="text:Link06URL" content="/"/>
  54.  
  55.  
  56. <link rel="shortcut icon" href="{Favicon}" />
  57.  
  58. <style type="text/css">
  59.  
  60. iframe#tumblr_controls { opacity:0.4; }
  61.  
  62. body {
  63. font-size: 10px; /* font size */
  64. font-family: Calibri, Candara, Segoe; /* font */
  65. color: #000; /* font color */
  66. background: {color:Background} url('{image:Background}') fixed repeat;
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background: {color:Base};}
  71. ::-webkit-scrollbar-thumb:horizontal {
  72. background: {color:Base};
  73. height:10px!important;}
  74. ::-webkit-scrollbar {
  75. background: url('{image:Background}');
  76. height:10px;
  77. width: 4px;}
  78.  
  79. {block:ifShowLinkHover}
  80. @-webkit-keyframes spaceboots {
  81. 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  82. 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  83. 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  84. 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  85. 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  86. 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  87. 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  88. 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  89. 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90. 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  91. 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  92. }
  93. {/block:ifShowLinkHover}
  94.  
  95. a {
  96. color: {color:links};
  97. text-decoration: none;
  98. transition:0.5s;
  99. -moz-transition:0.5s;
  100. -webkit-transition:0.5s;
  101. -o-transition:0.5s;
  102. }
  103.  
  104. .description, .homelinks a {
  105. transition:0.5s;
  106. -moz-transition:0.5s;
  107. -webkit-transition:0.5s;
  108. -o-transition:0.5s;
  109. }
  110.  
  111. a:hover{color:{color:links Hover};}
  112.  
  113. .container{
  114. {block:if500pxPosts}
  115. width:950px;
  116. {/block:if500pxPosts}
  117. {block:ifnot500pxPosts}
  118. width:850px;
  119. {/block:ifnot500pxPosts}
  120. margin:30px auto;
  121. }
  122.  
  123. .fallinglines {margin-left:90px;z-index:-1000;}
  124.  
  125. .fline01, .fline02, .fline03, .fline04, .fline05 {
  126. width:10px;
  127. background:{color:Title};
  128. position:fixed;
  129. top:300px;
  130. opacity:0.9;
  131. border-bottom-left-radius:7px;}
  132.  
  133. .fline01 {height:200px;margin-left:0px;}
  134. .fline02 {height:300px;margin-left:15px;}
  135. .fline03 {height:250px;margin-left:30px;}
  136. .fline04 {height:300px;margin-left:45px;}
  137. .fline05 {height:350px;margin-left:60px;}
  138.  
  139.  
  140.  
  141. /* SIDEBAR / SIDEBOX */
  142.  
  143.  
  144. .sidebar_left {
  145. width: 220px;
  146. position: fixed;
  147. bottom: 0px;
  148. top: 0px;
  149. padding:10px;
  150. padding-top: 100px;
  151. }
  152.  
  153. .sidebox {
  154. width: 200px;
  155. background-color: {color:Sidebox};
  156. border:10px solid {color:Sidebox};
  157. {block:IfShowShadows}
  158. box-shadow:rgba(0,0,0,0.1)3px 3px;
  159. {/block:IfShowShadows}
  160. margin-bottom:15px;
  161. }
  162.  
  163. .sidebarimage {
  164. max-width:200px;
  165. min-width:100px;
  166. background:{color:Sidebox};
  167. }
  168.  
  169. .hometitle{
  170. height:10px;
  171. line-height:90%;
  172. padding:8px 0px;
  173. font-size:25px;
  174. font-style:italic;
  175. text-align:left;
  176. text-transform:lowercase;
  177. position:absolute;
  178. margin-top:-25px;
  179. margin-left:-5px;
  180. text-shadow:2px -2px {color:Sidebox};
  181. }
  182.  
  183. .hometitle a{color:{color:Title};}
  184. .hometitle a:hover{color:{color:links Hover}; }
  185.  
  186. .homelinks {
  187. width:220px;
  188. margin-top:-26px;
  189. padding:5px 2px;
  190. position:absolute;
  191. text-align:center;
  192. text-transform:uppercase;
  193. }
  194.  
  195. .homelinks a {
  196. display:inline-block;
  197. background:{color:Sidebox};
  198. padding: 5px 10px;
  199. {block:IfShowShadows}
  200. box-shadow:rgba(0,0,0,0.1)3px 3px;
  201. {/block:IfShowShadows}
  202. }
  203.  
  204. .homelinks a:hover {
  205. margin-top:-50px;
  206. -webkit-filter: invert(100%);
  207. }
  208.  
  209. .sidebar_left:hover .description {
  210. margin-top:-60%;
  211. opacity:0.9;
  212. }
  213.  
  214. .description {
  215. width:190px;
  216. position:absolute;
  217. margin-top:-30%;
  218. margin-bottom:10px;
  219. padding:0px 10px;
  220. background:#fff;
  221. text-align:justify;
  222. opacity:0;}
  223.  
  224. .nav {
  225. width:125px;
  226. text-align:center;
  227. text-transform:uppercase;
  228. margin-top:10px;
  229. margin:auto;
  230. padding:5px;
  231. background:{color:Sidebox};
  232. {block:IfShowShadows}
  233. box-shadow:rgba(0,0,0,0.1)3px 3px;
  234. {/block:IfShowShadows}
  235. }
  236.  
  237. .nav b {
  238. font-size:11px;
  239. color:#fff;
  240. padding:0px 6px;
  241. }
  242.  
  243. .nav a {
  244. font-size:11px;
  245. color:{color:links};
  246. padding:0px 6px;
  247. }
  248.  
  249. .nav a:hover {
  250. background:{color:links Hover};
  251. color:#000;}
  252.  
  253.  
  254. /* SIDEBAR / CUSTOM LINKS */
  255.  
  256. {block:ifShowLinkHover}
  257. .custom_links a:hover,
  258. .custom_links a:focus {
  259. -webkit-animation-name: spaceboots;
  260. -webkit-animation-duration: 0.8s;
  261. -webkit-transform-origin:50% 50%;
  262. -webkit-animation-iteration-count: infinite;
  263. -webkit-animation-timing-function: linear;}
  264. {/block:ifShowLinkHover}
  265.  
  266. .sidebar_right {
  267. width: 120px;
  268. position: fixed;
  269. bottom: 0px;
  270. top: 0px;
  271. padding:10px;
  272. padding-top: 100px;
  273. {block:if500pxPosts}
  274. margin-left: 835px;
  275. {/block:if500pxPosts}
  276. {block:ifnot500pxPosts}
  277. margin-left: 735px;
  278. {/block:ifnot500pxPosts}
  279. background:rgba(0,0,0,0.1) url('{image:Links Background}') top center;
  280. {block:IfShowShadows}
  281. box-shadow:rgba(0,0,0,0.1)3px 0px;
  282. {/block:IfShowShadows}}
  283.  
  284. .custom_links {
  285. width: 100px;
  286. text-align:center;
  287. margin:auto;
  288. text-transform:uppercase;}
  289.  
  290. .custom_links a {
  291. display:block;
  292. background-color: {color:Sidebox};
  293. border:1px solid {color:Sidebox};
  294. margin-bottom:5px;
  295. margin-top:1px;
  296. padding:5px;
  297. {block:IfShowShadows}
  298. box-shadow:rgba(0,0,0,0.1)3px 3px;
  299. {/block:IfShowShadows}
  300. }
  301.  
  302. .custom_links img {
  303. width:75px;
  304. display:block;
  305. background-color: {color:Sidebox};
  306. border:10px solid {color:Sidebox};
  307. padding:3px;
  308. margin-bottom:5px;}
  309.  
  310. .custom_links a:hover {
  311. border:1px solid transparent;
  312. background:rgba(0,0,0,0.1) url('{image:Links Background}') top center;}
  313.  
  314.  
  315. /* POSTS */
  316.  
  317.  
  318. .posts {
  319. {block:if500pxPosts}
  320. width: 500px;
  321. {/block:if500pxPosts}
  322. {block:ifnot500pxPosts}
  323. width: 400px;
  324. {/block:ifnot500pxPosts}
  325. background-color: {color:Posts Background};
  326. color: {color:Posts Text};
  327. margin-left: 270px;
  328. margin-bottom: 20px;
  329. padding: 10px;
  330. overflow: hidden;
  331. border:2px solid {color:Borders};
  332. {block:IfShowShadows}
  333. box-shadow:rgba(0,0,0,0.1)3px 3px;
  334. {/block:IfShowShadows}
  335. }
  336.  
  337. .posts h2 {
  338. font-size: 12px;
  339. color: {color:links};
  340. font-weight: normal;
  341. margin: 0px;
  342. }
  343.  
  344. .posts h2 a {
  345. font-size: 12px;
  346. color: {color:links};
  347. font-weight: normal;
  348. margin: 0px;
  349. }
  350.  
  351. .posts li {
  352. list-style: square;
  353. }
  354.  
  355. .posts blockquote {
  356. border-left: 1px solid {color:Borders};
  357. padding-left: 5px;
  358. }
  359.  
  360. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  361.  
  362. .question {
  363. background-color:{color:Asks Background};
  364. padding: 20px;
  365. min-height: 50px;
  366. }
  367.  
  368. .question img {
  369. border: 5px solid #fff;
  370. float: left;
  371. margin-right: 10px;
  372. }
  373.  
  374. .askr {
  375. color: #cf2d85;
  376. }
  377.  
  378. .quote {
  379. width: 80%;
  380. margin: auto;
  381. }
  382.  
  383. .quotetext_short {font-size: 18px;}
  384. .quotetext_medium {font-size: 14px;}
  385. .quotetext_long {font-size: 11px;}
  386.  
  387. .source {text-align: right;}
  388.  
  389. .convo li {list-style: none; margin-left:-40px;}
  390.  
  391. .convo .label {text-transform: uppercase;}
  392.  
  393. .line_odd .label {color: #cf2d85;}
  394. .line_even .label {color: #11d8be;}
  395.  
  396. .cover {
  397. position: relative;
  398. margin-bottom: 10px;
  399. color:#000;
  400. height: 58px;
  401. width: 58px;
  402. z-index: 1
  403. }
  404.  
  405. .cover img {
  406. height: 58px;
  407. z-index: 1
  408. }
  409.  
  410. .playbutton {
  411. width: 18px;
  412. height: 30px;
  413. overflow: hidden;
  414. position: relative;
  415. z-index: 1000;
  416. margin: 15px 24px 13px 16px;
  417. }
  418.  
  419. .playbox {
  420. background-color: #000;
  421. position: absolute;
  422. margin-top: -68px;
  423. z-index: 1000;
  424. opacity: 0.5;
  425. }
  426.  
  427. .audioinfo {
  428. height: 30px;
  429. position: absolute;
  430. margin-top: -70px;
  431. margin-left: 70px;
  432. }
  433.  
  434. .audiotrack {
  435. font-size: 14px;
  436. font-weight: bold;
  437. }
  438.  
  439. .audiocap {
  440. position: relative;
  441. margin-top: 0px;
  442. }
  443.  
  444.  
  445. /* NOTES */
  446.  
  447.  
  448. .postinfo {
  449. padding: 5px;
  450. font-size: 9px;
  451. text-transform: uppercase;
  452. letter-spacing: 1px;
  453. margin-top:5px;
  454. margin-bottom:-8px;
  455. border-top:1px dotted {color:Borders};
  456. }
  457.  
  458. .postinfo a {color:{color:links};padding:0px 5px 0px 5px;}
  459. .postinfo a:hover {color:{color:links Hover};}
  460. .noteinfo {float: right;}
  461.  
  462. .tags {
  463. background:rgba(255,255,255,0.05);
  464. {block:if500pxPosts}
  465. width: 500px;
  466. {/block:if500pxPosts}
  467. {block:ifnot500pxPosts}
  468. width: 400px;
  469. {/block:ifnot500pxPosts}
  470. text-transform:uppercase;
  471. font-style:normal;
  472. text-align:left;
  473. letter-spacing:2px;
  474. font-size:9px;
  475. font-style:normal;
  476. position:relative;
  477. margin-top:10px;
  478. padding:0px;}
  479.  
  480. .tags a {
  481. color:{color:links};
  482. letter-spacing:1px;
  483. padding:0px 3px;}
  484.  
  485. .tags a:hover {
  486. color:{color:links Hover};}
  487.  
  488. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  489.  
  490. .credit a {
  491. color:#22231E;
  492. position:fixed;
  493. right:5px;
  494. bottom:5px;
  495. opacity:0.5;}
  496.  
  497. .credit a:hover{color:{color:links Hover};}
  498.  
  499. </style>
  500.  
  501. {block:ifInfiniteScroll}
  502. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  503. {/block:ifInfiniteScroll}
  504.  
  505. </head>
  506. <body>
  507.  
  508. <div class="container">
  509.  
  510. {block:IfShowFallingLines}
  511. <div class="fallinglines">
  512. <div class="fline01"></div>
  513. <div class="fline02"></div>
  514. <div class="fline03"></div>
  515. <div class="fline04"></div>
  516. <div class="fline05"></div>
  517. </div>
  518. {/block:IfShowFallingLines}
  519.  
  520. <div class="sidebar_left">
  521.  
  522. <div class="homelinks">
  523. <a href="/"><img src="http://static.tumblr.com/qglwiwx/skNmso5n2/sin_t__tulo.png" /></a>
  524. <a href="/ask"><img src="http://static.tumblr.com/qglwiwx/2Xsmso5nv/2.png" /></a>
  525. <a href="/about"><img src="http://static.tumblr.com/qglwiwx/gztmtdyrn/sin_t__tulo.png" /></a>
  526. <a href="/archive"><img src="http://static.tumblr.com/qglwiwx/TeQmso5pl/4.png" /></a>
  527. </div>
  528.  
  529. <div class="sidebox">
  530.  
  531. <center>
  532. <a href="/"><img src="{image:Sidebar}" class="sidebarimage"></a>
  533. </center>
  534. <div class="hometitle"><a href="/">{title}</a></div>
  535.  
  536. </div>
  537.  
  538. <div class="description">{Description}</div>
  539.  
  540. {block:ifnotInfiniteScroll}
  541. {block:Pagination}
  542. <div class="nav">
  543. {block:PreviousPage}
  544. <a href="{PreviousPage}">↼</a>
  545. {/block:PreviousPage}
  546. {block:JumpPagination length="3"}
  547. {block:CurrentPage}
  548. <b>{PageNumber}</b>
  549. {/block:CurrentPage}
  550. {block:JumpPage}
  551. <a class="jump_page" href="{URL}">{PageNumber}</a>
  552. {/block:JumpPage}
  553. {/block:JumpPagination}
  554. {block:NextPage}
  555. <a href="{NextPage}">⇀</a>
  556. {/block:NextPage}
  557. </div>
  558. {/block:Pagination}
  559. {/block:ifnotInfiniteScroll}
  560. </div>
  561.  
  562. <div class="sidebar_right">
  563.  
  564. <div class="custom_links">
  565. <img src="{image:Icon}" />
  566. <a href="{text:Link01URL}">{text:Link01}</a>
  567. <a href="{text:Link02URL}">{text:Link02}</a>
  568. <a href="{text:Link03URL}">{text:Link03}</a>
  569. <a href="{text:Link04URL}">{text:Link04}</a>
  570. <a href="{text:Link05URL}">{text:Link05}</a>
  571. <a href="{text:Link06URL}">{text:Link06}</a>
  572. <a href="http://titanjelly.tumblr.com/themes">theme</a>
  573. </div>
  574.  
  575. </div>
  576.  
  577. <div class="postcol">
  578. <div class="autopagerize_page_element">
  579. {block:Posts}
  580. <div class="posts">
  581.  
  582. {block:ContentSource}<div class="sources">
  583. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  584. {/block:SourceLogo}
  585. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  586. </div>{/block:ContentSource}
  587.  
  588. {block:Text}
  589. {block:Title}<h2>{Title}</h2>{/block:Title}
  590. {Body}
  591. {/block:Text}
  592.  
  593. {block:Answer}
  594. <div class="question">
  595. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  596. </div>
  597. {Answer}
  598. {/block:Answer}
  599.  
  600. {block:Quote}
  601. <div class="quote">
  602. <div class="quotetext_{Length}">"{Quote}"</div>
  603. {block:Source}<div class="source">{Source}</div>{/block:Source}
  604. </div>
  605. {/block:Quote}
  606.  
  607. {block:Link}
  608. <h2><a href="{URL}">{Name}</a></h2>
  609. {block:Description}{Description}{/block:Description}
  610. {/block:Link}
  611.  
  612. {block:Chat}
  613. {block:Title}<h2>{Title}</h2>{/block:Title}
  614. <ul class="convo">
  615. {block:Lines}<li class="line_{Alt}">{block:Label}
  616. <span class="label">{Label}</span>
  617. {/block:Label}{Line}</li>{/block:Lines}</ul>
  618. {/block:Chat}
  619.  
  620. {block:Photo}
  621. {LinkOpenTag}
  622. {block:if500pxPosts}
  623. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">
  624. {/block:if500pxPosts}
  625. {block:ifnot500pxPosts}
  626. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">
  627. {/block:ifnot500pxPosts}
  628. {LinkCloseTag}
  629. {block:ifShowCaptions}
  630. {block:Caption}{Caption}{/block:Caption}
  631. {/block:ifShowCaptions}
  632. {block:ifnotShowCaptions}
  633. {block:PermalinkPage}
  634. {block:Caption}{Caption}{/block:Caption}
  635. {/block:PermalinkPage}
  636. {/block:ifnotShowCaptions}
  637. {/block:Photo}
  638.  
  639. {block:Photoset}
  640. {block:if500pxPosts}
  641. {Photoset-500}
  642. {/block:if500pxPosts}
  643. {block:ifnot500pxPosts}
  644. {Photoset-400}
  645. {/block:ifnot500pxPosts}
  646. {block:ifShowCaptions}
  647. {block:Caption}{Caption}{/block:Caption}
  648. {/block:ifShowCaptions}
  649. {block:ifnotShowCaptions}
  650. {block:PermalinkPage}
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:PermalinkPage}
  653. {/block:ifnotShowCaptions}
  654. {/block:Photoset}
  655.  
  656. {block:Audio}
  657. <div class="cover">{block:AlbumArt}
  658. <img src="{AlbumArtURL}" height="58px">
  659. {/block:AlbumArt}</div>
  660. <div class="audioinfo">
  661. <div class="audiotrack">
  662. {block:TrackName}{TrackName}{/block:TrackName}</div>
  663. <div class="audioartist">
  664. {block:Artist}{Artist}{/block:Artist}</div>
  665. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  666. </div>
  667. <div class="playbox">
  668. <div class="playbutton">
  669. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  670. </div></div>
  671. <div class="audiocap">
  672. {block:Caption}{Caption} {/block:Caption}
  673. </div>
  674. {/block:Audio}
  675.  
  676. {block:Video}
  677. {block:if500pxPosts}
  678. {Video-500}
  679. {/block:if500pxPosts}
  680. {block:ifnot500pxPosts}
  681. {Video-400}
  682. {/block:ifnot500pxPosts}
  683. {block:ifShowCaptions}
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:ifShowCaptions}
  686. {block:ifnotShowCaptions}
  687. {block:PermalinkPage}
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:PermalinkPage}
  690. {/block:ifnotShowCaptions}
  691. {/block:Video}
  692.  
  693. {block:Date}
  694. <div class="postinfo">Posted: <a href="{Permalink}">{TimeAgo}</a>
  695. {block:Notecount}
  696. <div class="noteinfo"><a href="{Permalink}">{NoteCountWithLabel}</a>
  697. </div>{/block:Notecount}
  698. </div>{/block:Date}
  699.  
  700. {block:ifShowTags}
  701. {block:HasTags}
  702. <div class="tags">
  703. {block:Tags}
  704. <a href="{TagURL}"># {Tag}</a>
  705. {/block:Tags}
  706. </div>
  707. {/block:HasTags}
  708. {/block:ifShowTags}
  709.  
  710. {block:PermalinkPage}
  711. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA {ReblogParentName} </a> / <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>{/block:RebloggedFrom}
  712. {/block:PermalinkPage}
  713.  
  714. {block:PostNotes} {PostNotes} {/block:PostNotes}
  715.  
  716. </div>
  717. {/block:Posts}
  718. </div>
  719. </div>
  720.  
  721. </div>
  722.  
  723.  
  724. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  725.  
  726. <div class="credit"><a href="http://titanjelly.tumblr.com/themes">theme</a></div>
  727.  
  728. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement