Advertisement
gwentee

Theme 7: BTS x PUMA

Feb 14th, 2016
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 KB | None | 0 0
  1. <!--
  2. Theme #7: BTS x PUMA
  3. Theme by Gwendolyn @ luhands-themes
  4. Please do NOT remove the credit
  5. You are free to customize theme
  6. Any questions? Ask here:
  7. sugahung.tumblr.com/faq
  8. or
  9. luhandsthemes.tumblr.com/faq
  10. PLEASE Like or Reblog
  11. I'd Love to see what you've done
  12.  
  13. -->
  14.  
  15.  
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20.  
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!--IMAGES-->
  24. <meta name="image:Background" content="">
  25. <meta name="image:Sidebar" content="http://i.imgur.com/pa4lVX3.gifv">
  26.  
  27. <!--COLORS-->
  28. <meta name="color:Background" content="#fff">
  29. <meta name="color:Post" content="#fff">
  30. <meta name="color:Text" content="#aaa">
  31. <meta name="color:Link" content="#fff">
  32. <meta name="color:Link hover" content="#666">
  33. <meta name="color:Link 1 bg" content="#bad8eb">
  34. <meta name="color:Link 2 bg" content="#97c5e0">
  35. <meta name="color:Link 3 bg" content="#75b1d6">
  36. <meta name="color:Link 4 bg" content="#529ecc">
  37. <meta name="color:Link 5 bg" content="#427ea3">
  38. <meta name="color:Link 6 bg" content="#213f52">
  39. <meta name="color:Link text" content="#fff">
  40. <meta name="color:Link hover bg" content="#102029">
  41. <meta name="color:Link hover text" content="#fff">
  42.  
  43. <meta name="color:Sidebar" content="#102029">
  44. <meta name="color:Description" content="#000">
  45. <meta name="color:Title" content="#000">
  46. <meta name="color:Title Hover" content="#102029">
  47.  
  48. <meta name="color:Permalink" content="#000">
  49. <meta name="color:Permalink Hover" content="#666">
  50. <meta name="color:Permalink BG" content="#102029">
  51.  
  52. <meta name="color:Scrollbar" content="#102029">
  53. <meta name="color:Scrollbar BG" content="#666">
  54.  
  55. <meta name="color:Text Post Title" content="#ccc">
  56. <meta name="color:Post Title BG" content="#102029">
  57. <meta name="color:Link Post" content="#eee">
  58. <meta name="color:Link Post Hover" content="#666">
  59.  
  60. <!--TEXT-->
  61. <meta name="text:Link 1" content="Link 1">
  62. <meta name="text:Link 1 URL" content="/">
  63. <meta name="text:Link 2" content="Link 2">
  64. <meta name="text:Link 2 URL" content="/">
  65. <meta name="text:Link 3" content="Link 3">
  66. <meta name="text:Link 3 URL" content="/">
  67. <meta name="text:Link 4" content="Link 4">
  68. <meta name="text:Link 4 URL" content="/">
  69. <meta name="text:Link 5" content="Link 4">
  70. <meta name="text:Link 5 URL" content="/">
  71. <meta name="text:Link 6" content="Link 4">
  72. <meta name="text:Link 6 URL" content="/">
  73.  
  74. <!--OPTIONS (0 means the option is OFF-->
  75. <meta name="if:400 Post" content="0">
  76. <meta name="if:Captions" content="1">
  77. <meta name="if:Infinite Scroll" content="0">
  78.  
  79. <title>{Title}</title>
  80.  
  81. <link rel="shortcut icon" href="{Favicon}" />
  82.  
  83. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  84.  
  85. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  87. <script>
  88. (function($){
  89. $(document).ready(function(){
  90. $("[title]").style_my_tooltips();
  91. });
  92. })(jQuery);
  93. </script>
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. @font-face {
  100. font-family: "economica";
  101. src: url('https://dl.dropboxusercontent.com/u/81174604/economica-regular.ttf');
  102. }
  103.  
  104. /*SCROLLBAR*/
  105. ::-webkit-scrollbar-thumb:vertical {
  106. background-color:{color:Scrollbar};
  107. height: 30px;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb:horizontal {
  111. background-color:{color:Scrollbar};
  112. width: 30px;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. background-color:{color:Scrollbar BG};
  117. height: 5px;
  118. width: 5px;
  119. }
  120.  
  121. .nav {
  122. display:none!important;
  123. }
  124.  
  125. /*ENTIRE PAGE*/
  126. body {
  127. left: 0px;
  128. background-attachment: fixed; /*makes the background not move*/
  129. background-image: url('{image:Background}');
  130. background-color: {color:Background};
  131. color: {color:Text};
  132. font-family: Economica;
  133. font-size: 11px;
  134. }
  135.  
  136. /*LINKS*/
  137. a:link, a:active, a:visited {
  138. text-decoration: none; /*no underline*/
  139. color: {color:Link};
  140. /*the stuff below allows a smooth transition*/
  141. -webkit-transition: all 0.4s ease-in-out; /*for chrome*/
  142. -moz-transition: all 0.4s ease-in-out; /*for firefox*/
  143. -o-transition: all 0.4s ease-in-out; /*for opera*/
  144. }
  145.  
  146. /*LINK HOVER*/
  147. a:hover {
  148. color: {color:Link Hover};
  149. }
  150.  
  151. /*FOLLOW/REBLOG/LIKE/DASH BUTTON*/
  152. iframe#tumblr_controls{
  153. position: fixed;
  154. right: 0px;
  155. top: 0px;
  156. opacity: 0.8;
  157. }
  158.  
  159. /*BOLD*/
  160. b, strong, .strong {
  161. color: {color:Emphasis Text};
  162. }
  163.  
  164. /*ITALICS*/
  165. i, em, .em {
  166. color: {color:Emphasis Text};
  167. }
  168.  
  169. blockquote {
  170. border-left: 2px solid {color:Text};
  171. padding: 3px 5px;
  172. margin: 0;
  173. margin-top: 20px;
  174. margin-bottom: 20px;
  175. margin-left: 25px;
  176. }
  177.  
  178. /*SIDEBAR*/
  179. #sidecont {
  180. position: fixed;
  181. width: 230px;
  182. padding: 10px;
  183. margin-left: 135px;
  184. margin-top: -10px;
  185. z-index: 1000;
  186. }
  187.  
  188. #sidebar {
  189. width: 230px;
  190. border: 10px solid {color:Sidebar};
  191. background: {color:Sidebar};
  192. border-radius: 0 100px 0 0;
  193. }
  194.  
  195. #sidebar img {
  196. width:230px;
  197. border-radius: 0 100px 0 0;
  198. }
  199.  
  200. .desc {
  201. margin-top: 5px;
  202. color: {color:Description};
  203. font-family: Economica;
  204. font-size: 13px;
  205. width:220px;
  206. }
  207.  
  208. /*TITLE*/
  209. #title {
  210. width: 200px;
  211. padding: 10px 10px;
  212. text-align: center;
  213. font-family: Economica;
  214. font-size: 23px;
  215. margin-bottom: 5px;
  216. }
  217.  
  218. #title a {
  219. color: {color:Title};
  220. }
  221.  
  222. #title a:hover {
  223. color: {color:Title Hover};
  224. }
  225.  
  226. #links {
  227. position: fixed;
  228. z-index: 999;
  229. top: 200px;
  230. left: 40px;/**40**/
  231. }
  232.  
  233. .l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8 {
  234. width: 360px;
  235. height: 20px;
  236. line-height: 20px;
  237. padding: 0 10px;
  238. margin-bottom: 5px;
  239. font-family: Economica;
  240. font-size: 8px;
  241. letter-spacing: 1px;
  242. color: {color:link text};
  243. transition: 0.6s;
  244. -moz-transition: 0.6s;
  245. -webkit-transition: 0.6s;
  246. }
  247. .l1 {background-color:{color:link 1 bg};margin-left:-10px;width: 365px;}
  248. .l2 {background-color:{color:link 2 bg};margin-left:40px;width: 315px;}
  249. .l3 {background-color:{color:link 3 bg};margin-left:20px;width: 335px;}
  250. .l4 {background-color:{color:link 4 bg};margin-left:30px;width: 325px;}
  251. .l5 {background-color:{color:link 5 bg};margin-left:10px;width: 345px;}
  252. .l6 {background-color:{color:link 6 bg};margin-left:00px;width: 355px;}
  253. .l1:hover{margin-left:-30px; background-color: {color:link hover bg}; color: {color:link hover text};}
  254. .l2:hover{margin-left:5px; background-color: {color:link hover bg}; color: {color:link hover text};}
  255. .l3:hover {margin-left:-5px; background-color: {color:link hover bg}; color: {color:link hover text};}
  256. .l4:hover{margin-left:5px; background-color: {color:link hover bg}; color: {color:link hover text};}
  257. .l5:hover{margin-left:-10px; background-color: {color:link hover bg}; color: {color:link hover text};}
  258. .l6:hover{margin-left:-20px; background-color: {color:link hover bg}; color: {color:link hover text};}
  259.  
  260. #linkbars {
  261. width:3px;
  262. height:30px;
  263. background-color:{color:link hover bg};
  264. }
  265.  
  266. .lb1 {margin-left:10px;
  267. }
  268. .lb2 {margin-left:20px;}
  269. .lb3 {margin-left:30px;}
  270.  
  271. .navi {
  272. margin-top: 10px;
  273. margin-left: 15px;
  274. width: 200px;
  275. padding: 0 10px;
  276. height:20px;
  277. line-height:20px;
  278. }
  279.  
  280. .navi a:nth-of-type(odd) {
  281. display:inline-block;
  282. width: 50px;
  283. margin: 3px;
  284. background:{color:post};
  285. text-transform:uppercase;
  286. font-size:10px;
  287. letter-spacing:2px;
  288. font-family:economica;
  289. color:{color:link text};
  290. }
  291.  
  292. .navi a:nth-of-type(even) {
  293. display:inline-block;
  294. width: 50px;
  295. margin: 3px;
  296. background:{color:sidebar};
  297. text-transform:uppercase;
  298. font-size:7px;
  299. letter-spacing:2px;
  300. font-family: economica;
  301. color:{color:link text};
  302. }
  303.  
  304. .navi a:hover {
  305. background: {color:link hover bg};
  306. }
  307.  
  308.  
  309. /*POST CONTAINER*/
  310. #content {
  311. margin-left: 500px;
  312. margin-top: 105px;
  313. margin-bottom: 50px;
  314. overflow-x:auto;
  315. {block:if400Post}
  316. width: 420px;
  317. {/block:if400Post}
  318. {block:ifnot400Post}
  319. width: 520px;
  320. {/block:ifnot400Post}
  321. }
  322.  
  323. /*POSTS*/
  324. .posts {
  325. {block:if400Post}
  326. width: 400px;
  327. {/block:if400Post}
  328. {block:ifnot400Post}
  329. width: 500px;
  330. {/block:ifnot400Post}
  331. background: {color:Post};
  332. color: {color:Text};
  333. font-family: Economica;
  334. font-size: 11px;
  335. margin-bottom: 20px;
  336. padding: 10px;
  337. }
  338.  
  339. /*POST TITLES*/
  340. .posttitle {
  341. font-family: Economica;
  342. font-size: 18px;
  343. text-transform:uppercase;
  344. color: {color:Text Post Title};
  345. background: {color:Post Title BG};
  346. padding:3px;
  347. }
  348.  
  349. /*LINK TITLES*/
  350. .posttitle a {
  351. color: {color:Link Post};
  352. }
  353.  
  354. .posttitle a:hover{
  355. color: {color:Link Post Hover};
  356. }
  357.  
  358. /*QUOTE*/
  359. .quote {
  360. font-family: economica;
  361. font-size: 18px;
  362. }
  363.  
  364. /*AUDIO POST*/
  365. /*MUSIC PLAYER*/
  366. .player {
  367. width: 10px;
  368. height: 10px;
  369. overflow: hidden;
  370. padding: 4px 21px 21px 4px;
  371. margin-top: 33px;
  372. margin-left: 33px;
  373. position: absolute;
  374. background-color: #fff;
  375. opacity: 0.8;
  376. z-index: 10;
  377. }
  378.  
  379. /*ALBUM*/
  380. .album {
  381. position: absolute;
  382. width: 100px;
  383. height: 100px;
  384. overflow: hidden;
  385. }
  386.  
  387. .album img {
  388. width: 100px;
  389. height: 100px;
  390. overflow: hidden;
  391. }
  392.  
  393. /*AUDIO INFO*/
  394. .track {
  395. min-height: 90px;
  396. max-height: 100px;
  397. overflow: auto;
  398. margin-left: 100px;
  399. padding: 5px 10px;
  400. color: {color:Text};
  401. text-transform: UPPERCASE;
  402. letter-spacing: 1px;
  403. font-size: 9px;
  404. }
  405.  
  406. /*ANSWER*/
  407. .question {
  408. font-family: economica;
  409. font-size: 18px;
  410. color: {color:Text Post Title};
  411. }
  412.  
  413. /*CAPTION*/
  414. .caption {
  415. line-height: 12px;
  416. text-align: left;
  417. margin-top: -5px;
  418. }
  419.  
  420. #perm {
  421. font-family: economica;
  422. font-size: 12px;
  423. padding: 3px 10px;
  424. text-transform: UPPERCASE;
  425. letter-spacing: 1px;
  426. text-align: center;
  427. margin-top: 5px;
  428. color: {color:Permalink};
  429. background-color: {color:Permalink BG};
  430. {block:if400Post}
  431. width: 380px;
  432. {/block:if400Post}
  433. {block:ifnot400Post}
  434. width: 480px;
  435. {/block:ifnot400Post}
  436. }
  437.  
  438. #perm a {
  439. color: {color:Permalink};
  440. }
  441.  
  442. #perm a:hover {
  443. color: {color:Permalink Hover};
  444. }
  445.  
  446. #tags {
  447. font-family: economica;
  448. font-size: 12px;
  449. padding: 3px 10px;
  450. text-transform: UPPERCASE;
  451. letter-spacing: 1px;
  452. text-align: center;
  453. margin-top: 5px;
  454. {block:if400Post}
  455. width: 380px;
  456. {/block:if400Post}
  457. {block:ifnot400Post}
  458. width: 480px;
  459. {/block:ifnot400Post}
  460. }
  461.  
  462. #tags a {
  463. color: {color:Tags};
  464. }
  465.  
  466. #tags a:hover {
  467. color: {color:Tags Hover};
  468. }
  469.  
  470. .credit {
  471. position:fixed;
  472. bottom:4px;
  473. right:8px;
  474. font: 9px arial bold;
  475. border:2px solid {color:sidebar};
  476. text-transform:uppercase;
  477. letter-spacing: 0px;
  478. padding: 2px;
  479. }
  480.  
  481. .credit a{
  482. color: {color:sidebar};
  483. opacity:0.8;
  484. }
  485.  
  486. #s-m-t-tooltip {
  487. z-index: 9999;
  488. background: {color:Permalink bg};
  489. font-size: 10px;
  490. line-height: 11px;
  491. font-family: arial;
  492. letter-spacing: 1px;
  493. text-transform: normal;
  494. color: {color:Permalink};
  495. border:2px solid {color:sidebar};
  496. max-width: 150px;
  497. word-wrap: break-word;
  498. padding: 2px 5px 2px 6px;
  499. display: block;
  500. margin: 24px 14px 7px 12px;
  501. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  502. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  503. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  504. }
  505.  
  506. ::selection {
  507. background:{color:selection bg};
  508. color:{color:selection text};
  509. }
  510. </style>
  511.  
  512. <body>
  513.  
  514.  
  515. {block:ifInfiniteScroll}
  516.  
  517. {block:IndexPage}
  518. <div class="nav">
  519. {block:Pagination}
  520. {block:PreviousPage}
  521. <a href="{PreviousPage}">previous</a> &middot;
  522. {/block:PreviousPage}
  523. {block:NextPage}
  524. <a href="{NextPage}">next</a>
  525. {/block:NextPage}
  526. {/block:Pagination}
  527. </div>
  528. {/block:IndexPage}
  529.  
  530. {/block:ifInfiniteScroll}
  531.  
  532. <div id="sidecont">
  533. <div id="sidebar">
  534. <a href="/"><img src="{image:Sidebar}"></a>
  535. <div id="title"><a href="/">{Title}</a></div>
  536. <div class="desc"><center>{description}</center>
  537. </div>
  538.  
  539. {block:ifnotInfiniteScroll}
  540. {block:Pagination}
  541. <center>
  542. <br>
  543. {block:PreviousPage}
  544. <a class="jump_page" href="{PreviousPage}">« back</a>&nbsp
  545. {/block:PreviousPage}
  546.  
  547. {block:NextPage}
  548. <a class="jump_page" href="{NextPage}">next »</a>
  549. {/block:NextPage}
  550. </center>
  551. {/block:Pagination}
  552. {/block:ifnotInfiniteScroll}
  553. </div>
  554. <div class="navi"><center>
  555. <a href="/">Home</a>
  556. <a href="/ask">Ask</a>
  557. <a href="/index">Index</a>
  558. </center>
  559. </div>
  560. </div>
  561.  
  562.  
  563. <div id="links">
  564. {block:IfLink1}<a href="{text:Link 1 URL}"><div class="l1">{text:Link 1}</div></a>{/block:IfLink1}
  565. {block:IfLink2}<a href="{text:Link 2 URL}"><div class="l2">{text:Link 2}</div></a>{/block:IfLink2}
  566. {block:IfLink3}<a href="{text:Link 3 URL}"><div class="l3">{text:Link 3}</div></a>{/block:IfLink3}
  567. {block:IfLink4}<a href="{text:Link 4 URL}"><div class="l4">{text:Link 4}</div></a>{/block:IfLink4}
  568. {block:IfLink5}<a href="{text:Link 5 URL}"><div class="l5">{text:Link 5}</div></a>{/block:IfLink5}
  569. {block:IfLink6}<a href="{text:Link 6 URL}"><div class="l6">{text:Link 6}</div></a>{/block:IfLink6}
  570. </div>
  571.  
  572. <div id="content">
  573. {block:Posts}
  574.  
  575. {block:ContentSource}
  576. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  577. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  578. {/block:SourceLogo}
  579. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  580. {/block:ContentSource}
  581.  
  582. <div class="posts">
  583.  
  584. {block:Text}
  585. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  586. {Body}
  587. {/block:Text}
  588.  
  589. {block:Photo}
  590. <center>
  591. {block:if400Post}
  592. <img src="{PhotoURL-400}" width="400px">
  593. {/block:if400Post}
  594. {block:ifnot400Post}
  595. <img src="{PhotoURL-500}" width="500px">
  596. {/block:ifnot400Post}
  597. {block:IndexPage}
  598. {block:ifCaptions}
  599. <div style="margin-bottom: -3px;"></div>
  600. {block:Caption}
  601. <div class="caption">
  602. {Caption}
  603. <div style="margin-bottom: -8px;"></div>
  604. </div>
  605. {/block:Caption}
  606. {/block:ifCaptions}
  607. {block:ifnotCaptions}
  608. <div style="margin-bottom: -3px;"></div>
  609. {/block:ifnotCaptions}
  610. {/block:IndexPage}
  611.  
  612. {block:PermalinkPage}
  613. <div style="margin-bottom: -3px;"></div>
  614. {block:Caption}
  615. <div class="caption">
  616. {Caption}
  617. <div style="margin-bottom: -8px;"></div>
  618. </div>
  619. {/block:Caption}
  620. {/block:PermalinkPage}
  621. </center>
  622. {/block:Photo}
  623.  
  624. {block:Photoset}
  625. {block:if400Post}
  626. {Photoset-400}
  627. {/block:if400Post}
  628. {block:ifnot400Post}
  629. {Photoset-500}
  630. {/block:ifnot400Post}
  631. {block:IndexPage}
  632. {block:ifCaptions}
  633. <div style="margin-bottom: -3px;"></div>
  634. {block:Caption}
  635. <div class="caption">
  636. {Caption}
  637. <div style="margin-bottom: -8px;"></div>
  638. </div>
  639. {/block:Caption}
  640. {/block:ifCaptions}
  641. {block:ifnotCaptions}
  642. <div style="margin-bottom: -3px;"></div>
  643. {/block:ifnotCaptions}
  644. {/block:IndexPage}
  645.  
  646. {block:PermalinkPage}
  647. <div style="margin-bottom: -3px;"></div>
  648. {block:Caption}
  649. <div class="caption">
  650. {Caption}
  651. <div style="margin-bottom: -8px;"></div>
  652. </div>
  653. {/block:Caption}
  654. {/block:PermalinkPage}
  655. {/block:Photoset}
  656.  
  657. {block:Quote}
  658. {Source}:
  659. <div class="quote">{Quote}</div>
  660. {/block:Quote}
  661.  
  662. {block:Link}
  663. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  664. {block:Description}
  665. <div style="margin-top: -8px;"></div>
  666. {Description}
  667. <div style="margin-bottom: -8px;"></div>
  668. {/block:Description}
  669. {/block:Link}
  670.  
  671. {block:Chat}
  672. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  673. {block:Lines}
  674. {block:Label}<b>{Label}</b>{/block:Label}
  675. {Line}<br>
  676. {/block:Lines}
  677. {/block:Chat}
  678.  
  679. {block:Video}
  680. {block:if400Post}
  681. {Video-400}
  682. {/block:if400Post}
  683. {block:ifnot400Post}
  684. {Video-500}
  685. {/block:ifnot400Post}
  686. {block:IndexPage}
  687. {block:ifCaptions}
  688. <div style="margin-bottom: -3px;"></div>
  689. {block:Caption}
  690. <div class="caption">
  691. {Caption}
  692. <div style="margin-bottom: -8px;"></div>
  693. </div>
  694. {/block:Caption}
  695. {/block:ifCaptions}
  696. {block:ifnotCaptions}
  697. <div style="margin-bottom: -4px;"></div>
  698. {/block:ifnotCaptions}
  699. {/block:IndexPage}
  700.  
  701. {block:PermalinkPage}
  702. <div style="margin-bottom: -3px;"></div>
  703. {block:Caption}
  704. <div class="caption">
  705. {Caption}
  706. <div style="margin-bottom: -8px;"></div>
  707. </div>
  708. {/block:Caption}
  709. {/block:PermalinkPage}
  710. {/block:Video}
  711.  
  712. {block:Audio}
  713. <div class="album">
  714. {block:AudioPlayer}
  715. <div class="player">{AudioPlayerWhite}</div>
  716. {/block:AudioPlayer}
  717.  
  718. {block:AlbumArt}
  719. <img src="{AlbumArtURL}">
  720. {/block:AlbumArt}
  721. </div>
  722.  
  723. <div class="track">
  724. {block:TrackName}
  725. Title: {TrackName}<br>
  726. {/block:TrackName}
  727. {block:Artist}
  728. Artist: {Artist}<br>
  729. {/block:Artist}
  730. {block:Album}
  731. Album: {Album}
  732. {/block:Album}
  733. </div>
  734.  
  735. {block:IndexPage}
  736. {block:ifCaptions}
  737. {block:if400Post}
  738. {block:Caption}
  739. <div class="caption"> <div style="margin-top:0px;"></div>
  740. {Caption}
  741. <div style="margin-bottom: -10px;"></div>
  742. </div>
  743. {/block:Caption}
  744. {/block:if400Post}
  745. {block:ifnot400Post}
  746. {block:Caption}
  747. <div class="caption"> <div style="margin-top:0px;"></div>
  748. {Caption}
  749. <div style="margin-bottom: -8px;"></div>
  750. </div>
  751. {/block:Caption}
  752. {/block:ifnot400Post}
  753. {/block:ifCaptions}
  754. {/block:IndexPage}
  755.  
  756. {block:PermalinkPage}
  757. {block:Caption}
  758. <div class="caption"> <div style="margin-top:0px;"></div>
  759. {Caption}
  760. <div style="margin-bottom: -8px;"></div>
  761. </div>
  762. {/block:Caption}
  763. {/block:PermalinkPage}
  764. {/block:Audio}
  765.  
  766. {block:Answer}
  767. <div class="question">
  768. {Asker}: “{Question}”
  769. </div>
  770. {Answer}
  771. {/block:Answer}
  772.  
  773. {block:IndexPage}<!--only shows up on the front page"-->
  774. <div id="perm">
  775. <a href="{Permalink}">{NoteCount} notes</a>
  776. • <a href="{ReblogURL}">reblog</a><br>
  777. {block:HasTags}
  778. {block:Tags}
  779. <a href="{TagURL}">#{Tag}</a>&nbsp&nbsp
  780. {/block:Tags}
  781. {/block:HasTags}
  782. </div>
  783.  
  784. {/block:IndexPage}
  785.  
  786. {block:PermalinkPage}
  787. <div style="line-height:25px; text-align:center;">
  788. {block:Date}
  789. posted {24Hour}:{Minutes} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
  790. {/block:Date}
  791. {block:RebloggedFrom}
  792. <center>
  793. src: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  794. &nbsp;|&nbsp;
  795. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  796. </center>
  797. {/block:RebloggedFrom}
  798.  
  799. {block:HasTags}
  800. {block:Tags}
  801. <a href="{TagURL}">#{Tag}</a>&nbsp&nbsp
  802. {/block:Tags}
  803. {/block:HasTags}
  804. </div>
  805. {/block:PermalinkPage}
  806.  
  807. </div>
  808.  
  809. {block:PermalinkPage}
  810. {block:PostNotes}{PostNotes}{/block:PostNotes}
  811. {/block:PermalinkPage}
  812.  
  813. {/block:Posts}
  814.  
  815. {block:IfInfiniteScroll}
  816. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  817. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  818. {/block:IfInfiniteScroll}
  819.  
  820. </div>
  821.  
  822. <div class="credit"><a href="http://luhandsthemes.tumblr.com/" title="Not for Release"><center>theme by luhands</center></a></div></div>
  823. </body>
  824.  
  825. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement