Advertisement
rasperries

clean tk2

Oct 31st, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.35 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. [ T H E M E B Y ]
  8.  
  9. ○ ● ○
  10.  
  11. [ T O M K I R K ]
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -->
  18. <html>
  19. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml">
  21. <head>
  22. <!--Default Variables-->
  23. <!--Colors-->
  24. <meta name="color:Ask Background" content="#000000"/>
  25. <meta name="color:Ask Text" content="#ffffff"/>
  26. <meta name="color:Navi" content="#000000"/>
  27. <meta name="color:Navi Text" content="#ffffff"/>
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:Link" content="#000000"/>
  31. <meta name="color:Link Hover" content="#000000"/>
  32. <meta name="color:Link Border" content="#F347FC"/>
  33. <meta name="color:Accent" content="#F347FC"/>
  34. <meta name="color:Accent Text" content="#ffffff"/>
  35. <meta name="color:Tool Tip" content="#ffffff"/>
  36. <meta name="color:Tool Tip Text" content="#000000"/>
  37.  
  38. <!--Images-->
  39. <meta name="image:Background" content=""/>
  40.  
  41. <!--Options-->
  42. <meta name="if:Tiny Cursor" content="1"/>
  43. <meta name="if:Infinite Scrolling" content=""/>
  44. <meta name="if:Captions" content=""/>
  45. <meta name="if:Faded Images" content=""/>
  46. <meta name="if:Inverted Images" content=""/>
  47. <meta name="if:Lazy Load" content=""/>
  48. <meta name="if:Full Bkg Img" content="1" />
  49. <meta name="if:Animation" content="1"/>
  50.  
  51. <!--Links-->
  52. <meta name="text:Link 1 URL" content="/"/>
  53. <meta name="text:Link 1 name" content=""/>
  54. <meta name="text:Link 2 URL" content="/"/>
  55. <meta name="text:Link 2 name" content=""/>
  56. <meta name="text:Link 3 URL" content="/"/>
  57. <meta name="text:Link 3 name" content=""/>
  58. <meta name="text:Link 4 URL" content="/"/>
  59. <meta name="text:Link 4 name" content=""/>
  60. <meta name="text:Link 5 URL" content="/"/>
  61. <meta name="text:Link 5 name" content=""/>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  65.  
  66. {block:Description}
  67. <meta name="description" content="{MetaDescription}" />{/block:Description}
  68. <title>
  69. {block:PostSummary}
  70. {PostSummary} - {/block:PostSummary}{Title}</title>
  71. </style>
  72.  
  73.  
  74. <script type="text/javascript">
  75. if(location.href == 'http://matthelders.tumblr.com/') location.replace('http://matthelders.tumblr.com/tagged/a');;
  76. </script>
  77.  
  78. <style type="text/css">
  79.  
  80. {block:ifInvertedImages}img{
  81. opacity: 1;
  82. filter:alpha(opacity=10);
  83. -moz-opacity: 0.1;
  84. -moz-transition: all .9s ease;
  85. -o-transition: all .9s ease;
  86. transition: all .9s ease;
  87. -webkit-transition: all .9s ease;}
  88. {/block:ifInvertedImages}
  89.  
  90.  
  91. {block:ifInvertedImages} img:hover{
  92. opacity: .8;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -moz-transition: all .9s ease;
  96. -o-transition: all .9s ease;
  97. transition: all .9s ease;
  98. -webkit-transition: all .9s ease;}
  99. {/block:ifInvertedImages}
  100.  
  101. {block:ifFadedImages}img{
  102. opacity: .8;
  103. filter:alpha(opacity=10);
  104. -moz-opacity: 0.1;
  105. -moz-transition: all .9s ease;
  106. -o-transition: all .9s ease;
  107. transition: all .9s ease;
  108. -webkit-transition: all .9s ease;}
  109. {/block:ifFadedImages}
  110.  
  111.  
  112. {block:ifFadedImages} img:hover{
  113. opacity: 1;
  114. filter:alpha(opacity=100);
  115. -moz-opacity: 1;
  116. -moz-transition: all .9s ease;
  117. -o-transition: all .9s ease;
  118. transition: all .9s ease;
  119. -webkit-transition: all .9s ease;}
  120. {/block:ifFadedImages}
  121.  
  122. {block:ifInvertedImages}.photo {
  123. opacity: 1;
  124. filter:alpha(opacity=10);
  125. -moz-opacity: 0.1;
  126. -moz-transition: all .9s ease;
  127. -o-transition: all .9s ease;
  128. transition: all .9s ease;
  129. -webkit-transition: all .9s ease;}
  130. {/block:ifInvertedImages}
  131.  
  132.  
  133. {block:ifInvertedImages}.photo:hover{
  134. opacity: .8;
  135. filter:alpha(opacity=100);
  136. -moz-opacity: 1;
  137. -moz-transition: all .9s ease;
  138. -o-transition: all .9s ease;
  139. transition: all .9s ease;
  140. -webkit-transition: all .9s ease;}
  141. {/block:ifInvertedImages}
  142.  
  143. {block:ifFadedImages}.photo {
  144. opacity: .8;
  145. filter:alpha(opacity=10);
  146. -moz-opacity: 0.1;
  147. -moz-transition: all .9s ease;
  148. -o-transition: all .9s ease;
  149. transition: all .9s ease;
  150. -webkit-transition: all .9s ease;}
  151. {/block:ifFadedImages}
  152.  
  153.  
  154. {block:ifFadedImages}.photo:hover{
  155. opacity: 1;
  156. filter:alpha(opacity=100);
  157. -moz-opacity: 1;
  158. -moz-transition: all .9s ease;
  159. -o-transition: all .9s ease;
  160. transition: all .9s ease;
  161. -webkit-transition: all .9s ease;}
  162. {/block:ifFadedImages}
  163.  
  164. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  165.  
  166. iframe#tumblr_controls:hover{opacity:1;}
  167.  
  168. html, body, a, a:link {
  169. {block:ifTinyCursor}
  170. cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nb3e1jKNMm1rh7826.png),auto;
  171. {/block:IfTinyCursor}
  172. }
  173.  
  174.  
  175. body{
  176. background:{color:Background};
  177. background-image:url('{image:Background}');
  178. background-attachment:fixed;
  179. background-repeat:repeat;
  180. background-position:center;
  181. font-family:helvetica;
  182. font-size:11px;
  183. font-weight:lighter;
  184. line-height:120%;
  185. color:{color:Text};
  186. {block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}
  187. }
  188.  
  189. a:link, a:active, a:visited{color:{color:Link};border-bottom:1px solid {color:Link Border};text-decoration:none; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
  190.  
  191. a:hover{border-bottom:1px solid transparent;text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nb3e1oTcM51rh7826.png),auto;{/block:IfTinyCursor}}
  192.  
  193. #s-m-t-tooltip {
  194. max-width:300px;
  195. margin:-20px 20px 20px 20px;
  196. background-color:{color:Tool Tip};
  197. color:{color:Tool Tip Text};
  198. padding:3px 5px 3px 5px;
  199. font-size:11px;
  200. line-height:11px;
  201. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  202. -webkit-transition: all 0.2s ease-out;
  203. -moz-transition: all 0.2s ease-out;
  204. transition: all 0.2s ease-out;
  205. z-index:999999999999999999999999999999999999;
  206. }
  207.  
  208. #container {
  209. margin:auto;
  210. padding:0px 0 0 0;
  211. {block:IndexPage}width:400px;{/block:IndexPage}
  212. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  213. }
  214.  
  215. #content{
  216. {block:IndexPage}width:400px;{/block:IndexPage}
  217. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  218. }
  219.  
  220. #entry {
  221. margin:0 0 90px 0px;
  222. {block:IndexPage}width:400px;{/block:IndexPage}
  223. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  224. {block:ifAnimation}
  225. -webkit-animation:ent 5s;
  226. animation:ent 5s;
  227. {/block:ifAnimation}
  228. z-index:1;
  229. }
  230.  
  231. @-webkit-keyframes ent {
  232. 0% {opacity:0;}
  233. 25% {opacity:1;}
  234. }
  235.  
  236. #entry img{max-width:100%;}
  237.  
  238. #entry #pic{
  239. overflow:hidden;
  240. position:relative;
  241. }
  242.  
  243. #entry #pic img{
  244. max-width:100%;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. transition: all 0.5s ease-out;
  248. }
  249.  
  250. #entry:hover #pic img{
  251. -webkit-transform: scale(1.10);
  252. -moz-transform: scale(1.10);
  253. -o-transform: scale(1.10);
  254. transform: scale(1.10);
  255. }
  256.  
  257. #pic #permalinkpic{
  258. position:absolute;
  259. width:100%;
  260. height:100%;
  261. background:{color:Accent};
  262. z-index:9999;
  263. opacity:0;
  264. -webkit-transition: all 0.5s ease-out;
  265. -moz-transition: all 0.5s ease-out;
  266. transition: all 0.5s ease-out;
  267. }
  268.  
  269. #entry:hover #permalinkpic{
  270. opacity:.6;
  271. }
  272.  
  273. #entry .tg{
  274. position:absolute;
  275. text-align:left;
  276. width:150px;
  277. padding:15px 0 6px 20px;
  278. overflow:hidden;
  279. opacity:0;
  280. line-height:20px;
  281. z-index:99999999;
  282. -webkit-transition: all 0.5s ease-out;
  283. -moz-transition: all 0.5s ease-out;
  284. transition: all 0.5s ease-out;
  285. }
  286.  
  287. .tg a{border-bottom:1px solid transparent;color:{color:Accent Text};padding:0 0 2px 0;}
  288. .tg a:hover{border-bottom:1px solid {color:Accent Text};}
  289.  
  290. #entry:hover .tg{
  291. opacity:1;
  292. }
  293.  
  294. #entry .nt a{
  295. position:absolute;
  296. font-family:helvetica;
  297. font-weight:bold;
  298. color:{color:Accent Text};
  299. font-size:50px;
  300. line-height:100%;
  301. bottom:0;
  302. right:0;
  303. border-bottom:0px;
  304. opacity:0;
  305. z-index:99999999;
  306. -webkit-transition: all 0.5s ease-out;
  307. -moz-transition: all 0.5s ease-out;
  308. transition: all 0.5s ease-out;
  309. }
  310.  
  311. #entry:hover .nt a{
  312. opacity:1;
  313. }
  314.  
  315. #entry #ps{
  316. -webkit-transition: all 0.5s ease-out;
  317. -moz-transition: all 0.5s ease-out;
  318. transition: all 0.5s ease-out;
  319. }
  320.  
  321. #entry:hover #ps{
  322. -webkit-transform: scale(1.10);
  323. -moz-transform: scale(1.10);
  324. -o-transform: scale(1.10);
  325. transform: scale(1.10);
  326. }
  327.  
  328. #ask {
  329. padding:10px;
  330. background:{color:Ask Background};
  331. color:{color:Ask Text};
  332. }
  333.  
  334. .asktri1{
  335. margin:-6px 0 0 30px;
  336. color:{color:Ask Background};
  337. font-size:65px;
  338. font-family:arial;
  339. }
  340.  
  341. .askername{
  342. position:Absolute;
  343. margin:-32px 0 0 39px;
  344. }
  345.  
  346. .askername a{
  347. color:{color:Ask Text};
  348. border-bottom:2px solid {color:Asker Text};
  349. }
  350.  
  351. .askerimg{
  352. margin-bottom:8px;
  353. }
  354.  
  355. .askerimg img{
  356. width:30px;
  357. border-radius:30px;
  358. -webkit-border-radius:30px;
  359. -moz-border-radius:30px;
  360. }
  361.  
  362. #answer{
  363. margin:10px 15px 20px 15px;
  364. }
  365.  
  366.  
  367. h1{
  368. font-size:27px;
  369. line-height:30px;
  370. margin:0 0 -5px 0;
  371. font-family:helvetica;
  372. }
  373.  
  374. h2{
  375. font-size:11px;
  376. line-height:130%;
  377. margin:0 0 5px 0;
  378. text-align:justify;
  379. font-family:helvetica;
  380. font-weight:lighter;
  381. }
  382.  
  383. .bt{
  384. margin:0 0 10px 0;
  385. font-size:20px;
  386. line-height:18px;
  387. text-transform:lowercase;
  388. letter-spacing:0px;
  389. font-weight:bold;
  390. font-family:'Quicksand', sans-serif,helvetica;
  391. }
  392.  
  393. .bt a{
  394. font-size:20px;
  395. line-height:18px;
  396. text-transform:lowercase;
  397. letter-spacing:0px;
  398. font-weight:bold;
  399. font-family:'Quicksand', sans-serif,helvetica;
  400. border-bottom:1px solid transparent;
  401. }
  402.  
  403. blockquote{
  404. padding-left:13px;
  405. margin:0 0 0 0px;
  406. border-left:1px solid #000;
  407. }
  408.  
  409. p {
  410. margin:10px 0 10px 0;
  411. }
  412.  
  413. .ol, ul {
  414. margin-left:30px;
  415. padding:5px;
  416. }
  417.  
  418. .ul {
  419. list-style-type:square;
  420. }
  421.  
  422. .chat .line{
  423. padding: 2px;
  424. }
  425.  
  426. .chat .line .odd{
  427. padding:2px;
  428. color:{color:Ask Text};
  429. background:{color:Ask Background};
  430. }
  431.  
  432. .label {
  433. font-weight:bold;
  434. }
  435.  
  436. .audioart img{
  437. {block:IndexPage}width:400px;{/block:IndexPage}
  438. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  439. }
  440.  
  441. .audioplayer{
  442. padding:5px;
  443. background:black;
  444. opacity:1;
  445. }
  446.  
  447. .audioinfo{
  448. border-top:1px solid rgba(255,255,255,1);
  449. padding:5px;
  450. background:black;
  451. color:white;
  452. opacity:1;
  453. }
  454.  
  455. #entry #permalinktxt{
  456. margin:10px 0 0 0;
  457. opacity:1;
  458. font-size:10px;
  459. font-weight:;
  460. line-height:180%;
  461. }
  462.  
  463. #entry:hover #permalink{
  464. opacity:1;
  465. }
  466.  
  467. #entry #permalinkpg{
  468. margin:10px 0 0 0;
  469. line-height:20px;
  470. }
  471.  
  472. .com:last-child{display:none;}
  473.  
  474. .notes img{
  475. width:10px;
  476. position:left;
  477. margin:3px 5px 0 0;
  478. -webkit-border-radius:10px;
  479. -moz-border-radius:10px;
  480. border-radius:10px;
  481. border-bottom:1px solid transparent;
  482. }
  483.  
  484. .notes img a{
  485. border-bottom:1px solid transparent;
  486. }
  487.  
  488. .notes {
  489. line-height:30px;
  490. }
  491.  
  492. #side{
  493. position:fixed;
  494. width:140px;
  495. bottom:0;
  496. left:0;
  497. padding:35px;
  498. z-index:99;
  499. {block:ifAnimation}
  500. -webkit-animation:si 5s;
  501. animation:so 5s;
  502. {/block:ifAnimation}
  503. z-index:1;
  504. }
  505.  
  506. @-webkit-keyframes si {
  507. 0% {opacity:0;bottom:-300px;}
  508. 25% {opacity:1;bottom:0;}
  509. }
  510.  
  511. #sit{
  512. position:fixed;
  513. margin:20px 0 0 30px;
  514. {block:ifAnimation}
  515. -webkit-animation:tg 5s;
  516. animation:tg 5s;
  517. {/block:ifAnimation}
  518. z-index:1;
  519. }
  520.  
  521. @-webkit-keyframes tg {
  522. 0% {opacity:0;margin:-100px 0 0 30px;}
  523. 25% {opacity:1;margin:20px 0 0 30px;}
  524. }
  525.  
  526. #toggle{
  527. width:30px;
  528. height:30px;
  529. cursor:help;
  530. }
  531.  
  532. #toggle div{
  533. width:100%;
  534. height:5px;
  535. background:{color:Navi};
  536. margin:4px auto;
  537. -webkit-border-radius:10px;
  538. -moz-border-radius:10px;
  539. border-radius:10px;
  540. -webkit-transition: all 0.2s linear;
  541. -moz-transition: all 0.2s linear;
  542. transition: all 0.2s linear;
  543. }
  544.  
  545. #toggle.on .one{
  546. transform:rotate(45deg) translate(5px, 5px);
  547. }
  548.  
  549. #toggle.on .two{
  550. opacity:0;
  551. }
  552.  
  553. #toggle.on .three{
  554. transform:rotate(-45deg) translate(7px, -8px);
  555. }
  556.  
  557. #n{
  558. width:200px;
  559. z-index:999999999999999999999999999;
  560. }
  561.  
  562. #n a{
  563. display:block;
  564. background:{color:Navi};
  565. color:{color:Navi Text};
  566. padding:2px 6px 2px 6px;
  567. margin:0 0 3px 0;
  568. border:1px solid {color:Navi};
  569. }
  570.  
  571. #n a:hover{
  572. background:transparent;
  573. color:{color:Navi};
  574. }
  575.  
  576. #m_1{
  577. position:absolute;
  578. display:none;
  579. margin:0 0 0 0;
  580. z-index:999999999999999999999999999;
  581. }
  582.  
  583. #m_2{
  584. position:absolute;
  585. display:none;
  586. margin:28px 0 0 0;
  587. z-index:999999999999999999999999999;
  588. }
  589.  
  590. #m_3{
  591. position:absolute;
  592. display:none;
  593. margin:56px 0 0 0;
  594. z-index:999999999999999999999999999;
  595. }
  596.  
  597. #m_4{
  598. position:absolute;
  599. display:none;
  600. margin:84px 0 0 0;
  601. z-index:999999999999999999999999999;
  602. }
  603.  
  604.  
  605. #pgs{
  606. margin:20px 0 60px 0;
  607. }
  608.  
  609. #pgs a{
  610. margin:0 5px 0 5px;
  611. }
  612.  
  613. {CustomCSS}
  614. </style>
  615.  
  616. <link rel="shortcut icon" href="{Favicon}">
  617. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  618. {block:ifLazyLoad}
  619. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  620. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  621. <script type="text/javascript" charset="utf-8">
  622. var $j = jQuery.noConflict();
  623. $j(function() {
  624. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  625. $j("img").lazyload({
  626. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  627. effect: "fadeIn",
  628. });
  629. });
  630. </script>
  631. {/block:ifLazyLoad}
  632.  
  633. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  634. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  635. <script>
  636. (function($){
  637. $(document).ready(function(){
  638. $("a[title]").style_my_tooltips({
  639. tip_follows_cursor:true,
  640. tip_delay_time:90,
  641. tip_fade_speed:100,
  642. attribute:"title"
  643. });
  644. });
  645. })(jQuery);
  646. </script>
  647.  
  648.  
  649. <body>
  650.  
  651.  
  652. <div id="sit">
  653. <div id="toggle">
  654. <div class="one"></div>
  655. <div class="two"></div>
  656. <div class="three"></div>
  657. </div>
  658.  
  659. <div id="n">
  660.  
  661. <div id="m_1">
  662. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  663. </div>
  664. <div id="m_2">
  665. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  666. </div>
  667. <div id="m_3">
  668. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  669. </div>
  670. <div id="m_4">
  671. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  672. </div>
  673.  
  674. </div>
  675.  
  676. </div>
  677.  
  678. <br><br><br><br><br><br>
  679. <div id="container">
  680. <div id="side">
  681. <div class="bt"> <a href="/">{Title}</a> </div>
  682. {Description}
  683.  
  684. </div>
  685.  
  686. <div id="content">
  687.  
  688. {block:Posts}
  689. <div id="entry">
  690.  
  691. {block:Answer}
  692. <div id="ask">
  693. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  694. <span class="askername"> {Asker} asked:</span>
  695. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  696. </div>
  697. <div class="asktri1">▾</div>
  698. <div id="answer">{Answer}</div>
  699. {block:IndexPage}
  700. <div id="permalinktxt">
  701. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  702. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  703. {block:HasTags}
  704. <br>
  705. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  706. {/block:Tags}
  707. {/block:HasTags}
  708. </div>
  709. {/block:IndexPage}
  710. {/block:Answer}
  711.  
  712. {block:Text}
  713. {block:Title}
  714. <h1>{Title}</h1>
  715. {/block:Title}
  716. {Body}
  717. {block:IndexPage}
  718. <div id="permalinktxt">
  719. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  720. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  721. {block:HasTags}
  722. <br>
  723. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  724. {/block:Tags}
  725. {/block:HasTags}
  726. </div>
  727. {/block:IndexPage}
  728. {/block:Text}
  729.  
  730. {block:Link}
  731. <h1><a href="{URL}">{Name} »</a></h1>
  732. {block:Description}{Description}{/block:Description}
  733. {block:IndexPage}
  734. <div id="permalinktxt">
  735. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  736. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  737. {block:HasTags}
  738. <br>
  739. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  740. {/block:Tags}
  741. {/block:HasTags}
  742. </div>
  743. {/block:IndexPage}
  744. {/block:Link}
  745.  
  746. {block:Photo}
  747. <div id="pic">
  748. {block:IndexPage}
  749. <div id="permalinkpic"></div>
  750. <div class="tg">
  751. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  752. </div>
  753. <div class="nt"><a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a></div>
  754. {/block:IndexPage}
  755. <center>
  756. <a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"></a>
  757. </center>
  758. </div>
  759. {block:ifCaptions}
  760. {block:Caption}{Caption}{/block:Caption}
  761. {/block:ifCaptions}
  762. {block:ifNotCaptions}
  763. {block:PermalinkPage}
  764. {block:Caption}{Caption}{/block:Caption}
  765. {/block:PermalinkPage}
  766. {/block:ifNotCaptions}
  767. {block:ContentSource}
  768. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  769. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  770. {/block:SourceLogo}
  771. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  772. {/block:ContentSource}
  773. {block:ReblogParentURL}
  774. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  775. {/block:ReblogParentURL}
  776. {/block:Photo}
  777.  
  778. {block:Photoset}
  779. <div class="photo">
  780. <center>
  781. <div id="pic">
  782. {block:IndexPage}
  783. <div id="permalinkpic"></div>
  784. <div class="tg">
  785. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  786. </div>
  787. <div class="nt"><a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a></div>
  788. {/block:IndexPage}
  789. {block:IndexPage}<div id="ps">{Photoset-400}</div>{/block:IndexPage}
  790. {block:PermalinkPage}<div id="ps">{Photoset-500}</div>{/block:PermalinkPage}
  791. </div>
  792. </center>
  793. </div>
  794. {block:ifCaptions}
  795. {block:Caption}{Caption}{/block:Caption}
  796. {/block:ifCaptions}
  797. {block:ifNotCaptions}
  798. {block:PermalinkPage}
  799. {block:Caption}{Caption}{/block:Caption}
  800. {/block:PermalinkPage}
  801. {/block:ifNotCaptions}
  802. {/block:Photoset}
  803.  
  804. {block:Quote}
  805. <h2>{Quote}</h2>
  806. {block:Source}
  807. <i> - {Source}</i>
  808. {/block:Source}
  809. {block:IndexPage}
  810. <div id="permalinktxt">
  811. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  812. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  813. {block:HasTags}
  814. <br>
  815. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  816. {/block:Tags}
  817. {/block:HasTags}
  818. </div>
  819. {/block:IndexPage}
  820. {/block:Quote}
  821.  
  822. {block:Chat}
  823. {block:Title}
  824. <h1>{Title}</h1>
  825. {/block:Title}
  826. <div class="chat">
  827. {block:Lines}
  828. <div class="chat">
  829. <div class="line {Alt}">
  830. <div class="{Alt} user_{UserNumber}">
  831. {block:Label}
  832. <b>{Label} </b>
  833. {/block:Label}
  834. {Line}
  835. </div>
  836. </div>
  837. </div>
  838. {/block:Lines}
  839. </div>
  840. {block:IndexPage}
  841. <div id="permalinktxt">
  842. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  843. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  844. {block:HasTags}
  845. <br>
  846. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  847. {/block:Tags}
  848. {/block:HasTags}
  849. </div>
  850. {/block:IndexPage}
  851. {/block:Chat}
  852.  
  853. {block:Audio}
  854. {block:AudioPlayer}
  855. <div class="audioplayer">
  856. {AudioPlayerBlack}
  857. </div>
  858. {/block:AudioPlayer}
  859. {block:TrackName}
  860. <div class="audioinfo">
  861. Song : {TrackName}
  862. </div>
  863. {/block:TrackName}
  864. {block:Artist}
  865. <div class="audioinfo">
  866. Artist : {Artist}
  867. </div>
  868. {/block:Artist}
  869. {block:Album}
  870. <div class="audioinfo">
  871. Album : {Album}
  872. </div>
  873. {/block:Album}
  874. {block:Caption}{Caption}{/block:Caption}
  875. {block:IndexPage}
  876. <div id="permalinktxt">
  877. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  878. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  879. {block:HasTags}
  880. <br>
  881. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  882. {/block:Tags}
  883. {/block:HasTags}
  884. </div>
  885. {/block:IndexPage}
  886. {/block:Audio}
  887.  
  888. {block:Video}
  889. <div class="photo">
  890. <center>
  891. {block:IndexPage}{Video-400}{/block:IndexPage}
  892. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  893. </center>
  894. </div>
  895. {block:ifCaptions}
  896. {block:Caption}{Caption}{/block:Caption}
  897. {/block:ifCaptions}
  898. {block:ifNotCaptions}
  899. {block:PermalinkPage}
  900. {block:Caption}{Caption}{/block:Caption}
  901. {/block:PermalinkPage}
  902. {/block:ifNotCaptions}
  903. {block:IndexPage}
  904. <div id="permalinktxt">
  905. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  906. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  907. {block:HasTags}
  908. <br>
  909. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com">, </span>
  910. {/block:Tags}
  911. {/block:HasTags}
  912. </div>
  913. {/block:IndexPage}
  914. {/block:Video}
  915.  
  916. {block:PermalinkPage}
  917. {block:Date}
  918. <div id="permalinkpg">
  919. <b>Posted:</b> {TimeAgo} on
  920. {ShortMonth} {DayofMonth},{Year} at
  921. {12Hour}:{Minutes} {CapitalAmPm}
  922. {block:NoteCount}<br>
  923. <b>Notes:</b>
  924. {NoteCount}
  925. {/block:NoteCount}
  926. {block:HasTags}
  927. <br>
  928. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  929. {/block:Tags}
  930. {/block:HasTags}
  931. <br>{block:RebloggedFrom}
  932. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  933. </div>
  934. {block:PostNotes}
  935. {PostNotes}
  936. {/block:PostNotes}
  937. </div>
  938. {/block:Date}
  939. {/block:PermalinkPage}
  940.  
  941. </div>
  942. {/block:Posts}
  943.  
  944. {block:ifNotInfiniteScrolling}
  945. <div id="pgs">
  946. {block:Pagination}
  947. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  948. {block:JumpPagination length="5"}
  949. {block:CurrentPage}
  950. <span class="current_page">{PageNumber}</span>&nbsp;
  951. {/block:CurrentPage}
  952. {block:JumpPage}
  953. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;
  954. {/block:JumpPage}
  955. {/block:JumpPagination}
  956. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  957. {/block:Pagination}
  958. </div>
  959. {/block:ifNotInfiniteScrolling}
  960. </div>
  961.  
  962. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  963. <script>
  964. $("#toggle").click(function() {
  965. $(this).toggleClass("on");
  966. $("#m_1").fadeToggle(150);
  967. $("#m_2").fadeToggle(450);
  968. $("#m_3").fadeToggle(750);
  969. $("#m_4").fadeToggle(1050);
  970. });
  971. </script>
  972.  
  973. {block:ifInfiniteScrolling}
  974. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  975. {/block:ifInfiniteScrolling}
  976.  
  977. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:15px;font-size:7px;"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/"></a></div>
  978. </body>
  979. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement