Advertisement
TitanJelly

theme #33 v1.5 - by titanjelly

Dec 13th, 2014
5,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.32 KB | None | 0 0
  1. <!--
  2. ╱╭╮╱╭╮
  3. ╭╯╰┳╯╰╮
  4. ╰╮╭╋╮╭╋━━┳━╮
  5. ╱┃┃┣┫┃┃╭╮┃╭╮╮
  6. ╱┃╰┫┃╰┫╭╮┃┃┃┃
  7. ╱╰━┻┻━┻╯╰┻╯╰╯
  8. ↳ titanjelly.tumblr.com / titanthemes.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. <html>
  13. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15.  
  16. <title>{title}</title>
  17.  
  18. <meta name="image:Background" content="" />
  19. <meta name="image:Header Image" content="" />
  20. <meta name="select:Header Repeat" content="repeat" title="Repeat">
  21. <meta name="select:Header Repeat" content="repeat-x" title="X Repeat">
  22. <meta name="select:Header Repeat" content="repeat-y" title="Y Repeat">
  23. <meta name="select:Header Repeat" content="no-repeat" title="No Repeat">
  24. <meta name="select:Header Position" content="top center" title="Top Center">
  25. <meta name="select:Header Position" content="top left" title="Top Left">
  26. <meta name="select:Header Position" content="top right" title="Top Right">
  27. <meta name="select:Header Position" content="bottom center" title="Bottom Center">
  28. <meta name="select:Header Position" content="bottom left" title="Bottom Left">
  29. <meta name="select:Header Position" content="bottom right" title="Bottom Right">
  30. <meta name="select:Header Position" content="center center" title="Center Center">
  31. <meta name="select:Header Position" content="center left" title="Center Left">
  32. <meta name="select:Header Position" content="center right" title="Center Right">
  33. <meta name="select:Header Size" content="" title="Auto">
  34. <meta name="select:Header Size" content="cover" title="Cover">
  35. <meta name="select:Header Size" content="contain" title="Fit">
  36. <meta name="color:Body Background" content="#ffffff"/>
  37. <meta name="color:Body Text" content="#797979"/>
  38. <meta name="color:Body Scrollbar" content="#000000"/>
  39. <meta name="color:Body Links" content="#c6d4d7"/>
  40. <meta name="color:Post Text" content="#797979"/>
  41. <meta name="color:Post Background" content="#f9f9f9"/>
  42. <meta name="color:Header Background" content="#000000"/>
  43. <meta name="color:Menu Background" content="#000000"/>
  44. <meta name="color:Menu Text" content="#ffffff"/>
  45. <meta name="color:Menu Button" content="#000000"/>
  46. <meta name="color:Menu Button Hover" content="#c6d4d7"/>
  47. <meta name="color:Title Text" content="#ffffff"/>
  48. <meta name="color:Title Border" content="#ffffff"/>
  49. <meta name="color:Post Info Text" content="#ffffff"/>
  50. <meta name="color:Post Info Links" content="#c6d4d7"/>
  51. <meta name="color:Post Info Background" content="#000000"/>
  52. <meta name="text:Header Link 01" content="Index"/>
  53. <meta name="text:Header Link URL 01" content="/"/>
  54. <meta name="text:Header Link 02" content="Message"/>
  55. <meta name="text:Header Link URL 02" content="/ask"/>
  56. <meta name="text:Header Link 03" content="About"/>
  57. <meta name="text:Header Link URL 03" content="/about"/>
  58. <meta name="text:Header Link 04" content="Navigation"/>
  59. <meta name="text:Header Link URL 04" content="/navigation"/>
  60. <meta name="text:Header Link 05" content="History"/>
  61. <meta name="text:Header Link URL 05" content="/archive"/>
  62. <meta name="if:2 Column Posts" content="1"/>
  63. <meta name="if:Show Header Title" content="1"/>
  64. <meta name="if:Show Fixed Bottom Menu" content="1"/>
  65. <meta name="if:Show Captions" content="0"/>
  66.  
  67. <link rel="shortcut icon" href="{Favicon}" />
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  70.  
  71. <script>
  72. $(window).scroll(function() {
  73. var scrollTopVal = $(this).scrollTop();
  74. if ( scrollTopVal > 200 ) {
  75. $('#bottom_menu').css({'opacity':'1'});
  76.  
  77. } else {
  78. $('#bottom_menu').css({'opacity':'0'});
  79. }
  80. });
  81. </script>
  82.  
  83. <style type="text/css">
  84.  
  85. iframe#tumblr_controls {opacity:0.4;}
  86.  
  87. /* Main Body CSS
  88. -------------------------------------------------*/
  89. body {
  90. font:7px trebuchet ms;
  91. margin:0px;
  92. padding:0px;
  93. letter-spacing:1px;
  94. color:{color:Body Text};
  95. {block:ifbackgroundimage}
  96. background:{color:Body Background} url('{image:Background}') fixed repeat;
  97. {/block:ifbackgroundimage}}
  98.  
  99. a {color:{color:Body Links};text-decoration:none;}
  100. a:hover{color:{color:Body Links};text-decoration:none;}
  101.  
  102. #tumblr_controls, .post_content, .postinfo_container {
  103. -webkit-transition: 0.3s;transition: 0.3s;}
  104.  
  105. pre,code,kbd,samp,tt {font-family:monospace;}
  106.  
  107. ::-webkit-scrollbar-thumb:vertical {
  108. background:{color:Body Scrollbar} url('{image:Background}') fixed repeat;}
  109. ::-webkit-scrollbar {
  110. background:{color:Body Background};
  111. height:10px;width:4px;}
  112.  
  113. ::selection{background:{color:Body Links};color:white;}
  114. ::-moz-selection{background:{color:Body Links};color:white;}
  115. p::selection{background:{color:Body Links};color:white;}
  116. p::-moz-selection{background:{color:Body Links};color:white;}
  117.  
  118. a {
  119. transition:0.5s;
  120. -moz-transition:0.5s;
  121. -webkit-transition:0.5s;
  122. -o-transition:0.5s;}
  123. #bottom_menu {
  124. transition:0.5s;
  125. -moz-transition:0.5s;
  126. -webkit-transition:0.5s;
  127. -o-transition:0.5s;}
  128.  
  129. /* Container CSS
  130. -------------------------------------------------*/
  131. .main_container{width:100%;margin:0px auto 0px auto;}
  132.  
  133. /* Sidebar CSS
  134. -------------------------------------------------*/
  135. .header_container {
  136. width:100%;
  137. position:scroll;
  138. {block:ifnotShowFixedBottomMenu}margin:30px 0px 15px 0px;
  139. {/block:ifnotShowFixedBottomMenu}
  140. {block:ifShowFixedBottomMenu}margin:0px 0px 15px 0px;
  141. {/block:ifShowFixedBottomMenu}
  142. background-color:{color:Header Background};
  143. background-image: url('{image:Header Image}');
  144. background-position: {select:Header Position};
  145. background-repeat: {select:Header Repeat};
  146. background-size: {select:Header Size};
  147. height:300px;}
  148.  
  149. .header_content {
  150. width:420px;
  151. text-align:center;
  152. position: relative;
  153. top:40%;
  154. transform:translateY(-50%);
  155. margin-left:auto;
  156. margin-right:auto;}
  157.  
  158. .header_menu {
  159. {block:ifnotShowFixedBottomMenu}
  160. width:100%;
  161. position:fixed;
  162. top:0;left:0;right:0;
  163. z-index:99999999;
  164. {/block:ifnotShowFixedBottomMenu}
  165. text-align:center;
  166. background:{color:Menu Background};}
  167.  
  168. .header_menu a {
  169. display:inline-block;
  170. padding:15px 10px;
  171. margin:0px 8px;
  172. color:{color:Menu Text};
  173. background:{color:Menu Button};
  174. text-transform:uppercase;
  175. letter-spacing:2px;
  176. font-size:7px;}
  177.  
  178. .header_menu a:hover {
  179. background:{color:Menu Button Hover};}
  180.  
  181. .header_title {
  182. display:block;
  183. margin-left:auto;
  184. margin-right:auto;
  185. padding:10px;
  186. width:200px;
  187. color:{color:Title Text};
  188. border:4px solid {color:Title Border};
  189. overflow:hidden;
  190. font-size:14px;
  191. text-align:center;
  192. text-transform:uppercase;
  193. letter-spacing:2px;}
  194.  
  195. /* Scrolling Menu CSS
  196. -------------------------------------------------*/
  197. #bottom_menu {
  198. position:fixed;
  199. z-index:10000;
  200. left:0;right:0;bottom:0;
  201. text-align:center;
  202. opacity:0;
  203. background:{color:Menu Background};}
  204.  
  205. #bottom_menu a {
  206. display:inline-block;
  207. padding:15px 10px;
  208. margin:0px 8px;
  209. color:{color:Menu Text};
  210. background:{color:Menu Button};
  211. text-transform:uppercase;
  212. letter-spacing:2px;
  213. font-size:7px;}
  214.  
  215. #bottom_menu a:hover {
  216. background:{color:Menu Button Hover};}
  217.  
  218. /* Navigation CSS
  219. -------------------------------------------------*/
  220. .navigation {
  221. display:none;
  222. color:{color:Body Text};
  223. text-align:center;
  224. text-transform:uppercase;
  225. margin-top:15px;
  226. padding:2px 0px;}
  227.  
  228. .navigation a {display:inline-block;}
  229.  
  230. /* Posts CSS
  231. -------------------------------------------------*/
  232. #post_container {
  233. {block:if2ColumnPosts}
  234. {block:IndexPage}width:840px;{/block:IndexPage}
  235. {block:PermalinkPage}width:420px;{/block:PermalinkPage}
  236. {/block:if2ColumnPosts}
  237. {block:ifnot2ColumnPosts}width:420px;{/block:ifnot2ColumnPosts}
  238. margin-left:auto;
  239. margin-right:auto;
  240. position:relative;
  241. z-index:100;}
  242.  
  243. .post {
  244. float:left;
  245. width:400px;
  246. color:{color:Body Text};
  247. margin:0px 0px -2px 0px;
  248. padding:10px;
  249. overflow:hidden;}
  250.  
  251. /* Post Elements CSS
  252. -------------------------------------------------*/
  253. .post h2 {
  254. padding:4px 6px;
  255. margin:5px 0px;
  256. color:{color:Post Text};
  257. background:#FDFDFD;
  258. border:1px solid {color:Body Borders};
  259. text-transform:uppercase;
  260. letter-spacing:2px;
  261. font-size:7px;
  262. text-align:left;}
  263. .post h2 a {color:{color:Post Text};}
  264. .post h2 a:hover {color:{color:Body Links};}
  265.  
  266. .post li {list-style: square;}
  267. .post blockquote {
  268. border-left:2px solid {color:Body Borders};
  269. margin:4px 0px 2px 5px;
  270. padding:2px 0px 2px 5px;}
  271. .post p {padding:0px;margin:2px 0px;}
  272. .post img, .post li, .post blockquote {max-width: 100%;}
  273. .post img {margin-bottom:-2px;}
  274.  
  275. .post pre {
  276. font-size:{text:Post Font Size}px;
  277. white-space: pre-wrap;
  278. white-space: -moz-pre-wrap !important;
  279. white-space: -pre-wrap;
  280. white-space: -o-pre-wrap;
  281. word-wrap: break-word;
  282. overflow-x: auto;
  283. width:390px;}
  284.  
  285. .post_caption {
  286. padding:4px;
  287. text-align:justify;
  288. font-size:{text:Post Font Size}px;
  289. background:{color:Post Background};
  290. color:{color:Post Text};}
  291.  
  292. .post_text {
  293. padding:2px;
  294. text-align:justify;
  295. font-size:{text:Post Font Size}px;
  296. color:{color:Post Text};}
  297.  
  298. .question {
  299. padding:4px 6px;
  300. margin:5px 3px;
  301. color:{color:Post Text};
  302. background:#FDFDFD;
  303. text-transform:uppercase;
  304. letter-spacing:2px;
  305. font-size:7px; }
  306.  
  307. .answer {
  308. padding:4px 6px;
  309. margin:5px 3px;
  310. color:{color:Post Text};
  311. background:#FDFDFD;
  312. text-transform:uppercase;
  313. letter-spacing:2px;
  314. font-size:7px;}
  315.  
  316. .quote {
  317. width: 80%;
  318. margin: auto;}
  319.  
  320. .quotetext_short {font-size: 18px;}
  321. .quotetext_medium {font-size: 14px;}
  322. .quotetext_long {font-size: 11px;}
  323.  
  324. .source {text-align: right;}
  325.  
  326. .convo {margin-left:0px;}
  327.  
  328. .line {
  329. color:#fff;
  330. background:#000;
  331. font-size:8px;
  332. font-weight:bold;
  333. text-align:left;
  334. text-transform:uppercase;
  335. letter-spacing:1px;
  336. padding:2px 10px;
  337. margin:0px 0px 3px 0px;}
  338. .line_odd .label {}
  339. .line_even .label {}
  340.  
  341. .convo .label {}
  342.  
  343. /* Audio CSS
  344. -------------------------------------------------*/
  345. .audiobox {
  346. margin-bottom:10px;}
  347.  
  348. .covericon {
  349. background:{color:Post Background};
  350. padding:0px;
  351. margin:0px 0px 13px 0px;
  352. height:60px;
  353. width:60px;}
  354.  
  355. .playbutton {
  356. width:25px;
  357. overflow:hidden;
  358. position:absolute;
  359. margin:15px;
  360. z-index:100000;}
  361.  
  362. .playbox {
  363. width:60px;
  364. height:60px;
  365. margin:5px 0px 0px 5px;
  366. overflow:hidden;
  367. position:absolute;
  368. background:#000;
  369. z-index:10000;
  370. opacity:0.4;}
  371.  
  372. .audioart {
  373. height:60px;
  374. width:60px;
  375. position:relative;
  376. padding:4px;
  377. background:{color:Post Background};
  378. border:1px solid {color:Body Borders};
  379. z-index:1000;}
  380.  
  381. .audioart img {
  382. height:60px;
  383. width:60px;
  384. position:relative;
  385. z-index:1000;
  386. margin-bottom:-2px;}
  387.  
  388. .audioinfo {
  389. color:{color:Body Text};
  390. width:300px;
  391. z-index:100000;}
  392.  
  393. .audiotrack, .audioartist, .audioplay {
  394. background:{color:Post Background};
  395. border:1px solid {color:Body Borders};
  396. margin:3px 0px;
  397. padding:3px 5px;}
  398.  
  399. .audiotrack {font-weight:bold;}
  400.  
  401. /* Post Information CSS
  402. -------------------------------------------------*/
  403. .postinfo_container {
  404. display:block;
  405. width:400px;
  406. background:{color:Post Info Background};}
  407.  
  408. .postinfo {
  409. color:{color:Post Info Text};
  410. text-align:center;
  411. text-transform:uppercase;
  412. letter-spacing:1px;
  413. margin:0px;
  414. padding:7px 0px;}
  415.  
  416. .postinfo a {
  417. color:{color:Post Info Text};
  418. padding:3px 3px;
  419. display:inline-block;}
  420. .postinfo a:hover {
  421. color:{color:Post Info Text};
  422. background:{color:Post Info Links};}
  423. .post_tags {margin:4px 0px;}
  424. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  425.  
  426. .postnotes {
  427. width:400px;
  428. position:relative;
  429. padding:10px;
  430. margin-bottom:20px;
  431. color:{color:Body Text};
  432. background:{color:Post Background};}
  433.  
  434. .postnotes a {color:{color:Body Text};font-weight:bold;}
  435. .postnotes a:hover {color:{color:Body Links};}
  436.  
  437. .postnotes ol {
  438. list-style-type:none;
  439. padding:0px;
  440. margin:0px;}
  441.  
  442. .postnotes li {
  443. background:#FDFDFD;
  444. padding:2px;
  445. margin:5px 0px;}
  446.  
  447. .postnotes img {display:none;}
  448. .avatar_frame {display:none;}
  449.  
  450. /* Credit CSS - DO NOT REMOVE
  451. -------------------------------------------------*/
  452. .credit {
  453. display:block;
  454. position:fixed;
  455. right:5px;bottom:10px;
  456. z-index:10000000;
  457. color:#fff;
  458. background:#000;
  459. padding:7px 9px;
  460. font-size:7px;
  461. font-weight:normal;
  462. text-align:center;
  463. text-transform:uppercase;}
  464. .credit a {color:#fff;
  465. text-decoration:none;}
  466. .creditname {
  467. transition: max-width 1s ease 0s;
  468. -webkit-transition: max-width 1s ease 0s;
  469. max-width:4px;overflow:hidden;}
  470. .credit:hover .creditname {max-width:400px;}
  471. </style>
  472.  
  473. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  474.  
  475. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  476.  
  477. <script>
  478. $(function(){
  479. var $container = $('#post_container');
  480. $container.imagesLoaded(function(){
  481. $container.masonry({
  482. itemSelector: '.post',
  483. });
  484. });
  485. $container.infinitescroll({
  486. itemSelector : ".post",
  487. navSelector : "div.navigation",
  488. nextSelector : ".navigation a#next",
  489. loadingImg : "",
  490. loadingText : "<em></em>",
  491. bufferPx : 10000,
  492. extraScrollPx: 12000,
  493. },
  494. // trigger Masonry as a callback
  495. function( newElements ) {
  496. var $newElems = $( newElements ).css({ opacity: 0 });
  497. // ensure that images load before adding to masonry layout
  498. $newElems.imagesLoaded(function(){
  499. $newElems.animate({ opacity: 1 });
  500. $container.masonry( 'appended', $newElems, true );
  501. });
  502. }
  503. );
  504. });
  505. </script>
  506.  
  507. </head>
  508. <body>
  509.  
  510. <div class="header_container">
  511. <div class="header_menu">
  512. <a href="{text:Header Link URL 01}">{text:Header Link 01}</a>
  513. <a href="{text:Header Link URL 02}">{text:Header Link 02}</a>
  514. <a href="{text:Header Link URL 03}">{text:Header Link 03}</a>
  515. <a href="{text:Header Link URL 04}">{text:Header Link 04}</a>
  516. <a href="{text:Header Link URL 05}">{text:Header Link 05}</a>
  517. </div>
  518. <div class="header_content">
  519. {block:ifShowHeaderTitle}
  520. <div class="header_title">{title}</div>
  521. {/block:ifShowHeaderTitle}
  522. <div class="navigation">
  523. {block:Pagination}
  524. {block:PreviousPage}
  525. <a href="{PreviousPage}" id="previous"> backward < </a>
  526. {/block:PreviousPage}
  527. {block:NextPage}
  528. <a href="{NextPage}" id="next"> > forward </a>
  529. {/block:NextPage}
  530. {/block:Pagination}
  531. </div>
  532. </div>
  533. </div>
  534.  
  535. {block:ifnotShowFixedBottomMenu}
  536. <div id="bottom_menu">
  537. <a href="{text:Header Link URL 01}">{text:Header Link 01}</a>
  538. <a href="{text:Header Link URL 02}">{text:Header Link 02}</a>
  539. <a href="{text:Header Link URL 03}">{text:Header Link 03}</a>
  540. <a href="{text:Header Link URL 04}">{text:Header Link 04}</a>
  541. <a href="{text:Header Link URL 05}">{text:Header Link 05}</a>
  542. <a href="http://www.titanjelly.tumblr.com/themes">Credit</a>
  543. </div>
  544. {/block:ifnotShowFixedBottomMenu}
  545.  
  546. <div class="main_container">
  547.  
  548. <div id="post_container">
  549. {block:Posts}
  550. <div class="post">
  551.  
  552. {block:ContentSource}
  553. <div class="sources">
  554. {SourceURL}{block:SourceLogo}
  555. <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  556. {/block:SourceLogo}
  557. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  558. </div>
  559. {/block:ContentSource}
  560.  
  561. {block:Text}
  562. <div class="post_text">
  563. {block:Title}
  564. <h2>{Title}</h2>
  565. {/block:Title}
  566. {Body}
  567. </div>
  568. {/block:Text}
  569.  
  570. {block:Link}
  571. <div class="post_text">
  572. <h2><a href="{URL}">{Name}</a></h2>
  573. {block:Description}
  574. {Description}
  575. {/block:Description}
  576. </div>
  577. {/block:Link}
  578.  
  579. {block:Answer}
  580. <div class="question">
  581. <b>{Asker} asked:</b> {Question}</div>
  582. <div class="answer">{Answer}</div>
  583. {/block:Answer}
  584.  
  585. {block:Quote}
  586. <div class="quote">
  587. <div class="quotetext_{Length}">"{Quote}"</div>
  588. {block:Source}<div class="source">{Source}</div>{/block:Source}
  589. </div>
  590. {/block:Quote}
  591.  
  592. {block:Chat}
  593. {block:Title}<h2>{Title}</h2>{/block:Title}
  594. <div class="post_text">
  595. <div class="convo">
  596. {block:Lines}
  597. <div class="line">
  598. {block:Label}
  599. <span class="label">{Label}</span>
  600. {/block:Label}
  601. {Line}</div>{/block:Lines}
  602. </div>
  603. </div>
  604. {/block:Chat}
  605.  
  606. <div class="post_content">
  607. {block:Photo}
  608. <div class="phototransition">
  609. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  610. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  611. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">
  612. {block:IndexPage}</a>{/block:IndexPage}
  613. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  614. </div>
  615. {block:ifShowCaptions}
  616. {block:Caption}
  617. <div class="post_caption">
  618. {Caption}</div>
  619. {/block:Caption}
  620. {/block:ifShowCaptions}
  621. {block:ifnotShowCaptions}
  622. {block:PermalinkPage}
  623. {block:Caption}
  624. <div class="post_caption">
  625. {Caption}</div>
  626. {/block:Caption}
  627. {/block:PermalinkPage}
  628. {/block:ifnotShowCaptions}
  629. {/block:Photo}
  630.  
  631. {block:Photoset}
  632. <div class="phototransition">
  633. {Photoset-400}
  634. </div>
  635. {block:ifShowCaptions}
  636. {block:Caption}
  637. <div class="post_caption">
  638. {Caption}</div>
  639. {/block:Caption}
  640. {/block:ifShowCaptions}
  641. {block:ifnotShowCaptions}
  642. {block:PermalinkPage}
  643. {block:Caption}
  644. <div class="post_caption">
  645. {Caption}</div>
  646. {/block:Caption}
  647. {/block:PermalinkPage}
  648. {/block:ifnotShowCaptions}
  649. {/block:Photoset}
  650.  
  651. {block:Audio}
  652. <div class="audiobox">
  653. <div class="covericon">
  654. <div class="playbox">
  655. <div class="playbutton">
  656. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  657. </div></div>
  658. <div class="audioart">
  659. {block:AlbumArt}
  660. <img src="{AlbumArtURL}">
  661. {/block:AlbumArt}
  662. </div></div>
  663. <div class="audioinfo">
  664. {block:TrackName}
  665. <div class="audiotrack">{TrackName}</div>
  666. {/block:TrackName}
  667. {block:Artist}
  668. <div class="audioartist">{Artist}</div>
  669. {/block:Artist}
  670. </div></div>
  671. {block:ifShowCaptions}
  672. {block:Caption}
  673. <div class="post_caption">
  674. {Caption}</div>
  675. {/block:Caption}
  676. {/block:ifShowCaptions}
  677. {block:ifnotShowCaptions}
  678. {block:PermalinkPage}
  679. {block:Caption}
  680. <div class="post_caption">
  681. {Caption}</div>
  682. {/block:Caption}
  683. {/block:PermalinkPage}
  684. {/block:ifnotShowCaptions}
  685. {/block:Audio}
  686.  
  687. {block:Video}
  688. {Video-400}
  689. {block:ifShowCaptions}
  690. {block:Caption}
  691. <div class="post_caption">
  692. {Caption}</div>
  693. {/block:Caption}
  694. {/block:ifShowCaptions}
  695. {block:ifnotShowCaptions}
  696. {block:PermalinkPage}
  697. {block:Caption}
  698. <div class="post_caption">
  699. {Caption}</div>
  700. {/block:Caption}
  701. {/block:PermalinkPage}
  702. {/block:ifnotShowCaptions}
  703. {/block:Video}
  704. </div>
  705.  
  706. <div class="postinfo_container">
  707. <div class="postinfo">
  708. {block:Date}
  709. Posted on <a href="{Permalink}" title="Permalink">{Month} {DayOfMonthWithZero}</a> With
  710. <a href="{Permalink}" title="Permalink">{NoteCount} Notes</a>
  711. {block:PermalinkPage}
  712. {block:RebloggedFrom} -
  713. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  714. <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>
  715. {/block:RebloggedFrom}
  716. {/block:PermalinkPage} -
  717. <a href="{ReblogURL}" title="Reblog">reblog</a>
  718. {/block:Date}
  719. {block:PermalinkPage}
  720. {block:HasTags}
  721. <div class="post_tags">
  722. <div class="tags">
  723. {block:Tags}
  724. <a href="{TagURL}" title="{Tag}">#{Tag}</a>
  725. {/block:Tags}
  726. </div>
  727. </div>
  728. {/block:HasTags}
  729. {/block:PermalinkPage}
  730. </div>
  731. </div>
  732.  
  733. {block:PermalinkPage}
  734. {block:RebloggedFrom}
  735. <a href="{ReblogParentURL}">VIA {ReblogParentName} </a> /
  736. <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>
  737. {/block:RebloggedFrom}
  738. {/block:PermalinkPage}
  739.  
  740. {block:PostNotes} {PostNotes} {/block:PostNotes}
  741.  
  742. </div>
  743. {/block:Posts}
  744. </div>
  745.  
  746. </div>
  747.  
  748.  
  749. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  750. <div class="credit">
  751. <div class="creditname">
  752. <a href="http://titanjelly.tumblr.com/themes">TitanThemes</a>
  753. </div>
  754. </div>
  755.  
  756. </body>
  757. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement