Advertisement
tomkirk

Paper

Sep 19th, 2014
11,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.82 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. [ T H E M E B Y ]
  9.  
  10. ○ ● ○
  11.  
  12. [ T O M K I R K ]
  13.  
  14.  
  15.  
  16.  
  17.  
  18. -->
  19. <html>
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <!--Default Variables-->
  24. <!--Colors-->
  25. <meta name="color:Ask Background" content="#000000"/>
  26. <meta name="color:Ask Text" content="#ffffff"/>
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:Link Hover" content="#000000"/>
  31. <meta name="color:Link Background" content="#F347FC"/>
  32. <meta name="color:Border" content="#000000"/>
  33. <meta name="color:Perma" content="#000000"/>
  34. <meta name="color:Perma 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:White Paper" content="1"/>
  43. <meta name="if:250px" content="1"/>
  44. <meta name="if:Tiny Cursor" content=""/>
  45. <meta name="if:Infinite Scrolling" content=""/>
  46. <meta name="if:Captions" content=""/>
  47. <meta name="if:Photo Zoom" content="1"/>
  48. <meta name="if:Faded Images" content=""/>
  49. <meta name="if:Inverted Images" content=""/>
  50. <meta name="if:Lazy Load" content=""/>
  51. <meta name="if:Animation" content="1"/>
  52.  
  53. <!--Links-->
  54. <meta name="text:Link 1 URL" content="/"/>
  55. <meta name="text:Link 1 name" content=""/>
  56. <meta name="text:Link 2 URL" content="/"/>
  57. <meta name="text:Link 2 name" content=""/>
  58. <meta name="text:Link 3 URL" content="/"/>
  59. <meta name="text:Link 3 name" content=""/>
  60. <meta name="text:Link 4 URL" content="/"/>
  61. <meta name="text:Link 4 name" content=""/>
  62. <meta name="text:Link 5 URL" content="/"/>
  63. <meta name="text:Link 5 name" content=""/>
  64.  
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />{/block:Description}
  67. <title>
  68. {block:PostSummary}
  69. {PostSummary} - {/block:PostSummary}{Title}</title>
  70. </style>
  71.  
  72. <style type="text/css">
  73.  
  74. {block:ifInvertedImages}img{
  75. opacity: 1;
  76. filter:alpha(opacity=10);
  77. -moz-opacity: 0.1;
  78. -moz-transition: all .9s ease;
  79. -o-transition: all .9s ease;
  80. transition: all .9s ease;
  81. -webkit-transition: all .9s ease;}
  82. {/block:ifInvertedImages}
  83.  
  84.  
  85. {block:ifInvertedImages} img:hover{
  86. opacity: .8;
  87. filter:alpha(opacity=100);
  88. -moz-opacity: 1;
  89. -moz-transition: all .9s ease;
  90. -o-transition: all .9s ease;
  91. transition: all .9s ease;
  92. -webkit-transition: all .9s ease;}
  93. {/block:ifInvertedImages}
  94.  
  95. {block:ifFadedImages}img{
  96. opacity: .8;
  97. filter:alpha(opacity=10);
  98. -moz-opacity: 0.1;
  99. -moz-transition: all .9s ease;
  100. -o-transition: all .9s ease;
  101. transition: all .9s ease;
  102. -webkit-transition: all .9s ease;}
  103. {/block:ifFadedImages}
  104.  
  105.  
  106. {block:ifFadedImages} img:hover{
  107. opacity: 1;
  108. filter:alpha(opacity=100);
  109. -moz-opacity: 1;
  110. -moz-transition: all .9s ease;
  111. -o-transition: all .9s ease;
  112. transition: all .9s ease;
  113. -webkit-transition: all .9s ease;}
  114. {/block:ifFadedImages}
  115.  
  116. {block:ifInvertedImages}.photo {
  117. opacity: 1;
  118. filter:alpha(opacity=10);
  119. -moz-opacity: 0.1;
  120. -moz-transition: all .9s ease;
  121. -o-transition: all .9s ease;
  122. transition: all .9s ease;
  123. -webkit-transition: all .9s ease;}
  124. {/block:ifInvertedImages}
  125.  
  126.  
  127. {block:ifInvertedImages}.photo:hover{
  128. opacity: .8;
  129. filter:alpha(opacity=100);
  130. -moz-opacity: 1;
  131. -moz-transition: all .9s ease;
  132. -o-transition: all .9s ease;
  133. transition: all .9s ease;
  134. -webkit-transition: all .9s ease;}
  135. {/block:ifInvertedImages}
  136.  
  137. {block:ifFadedImages}.photo {
  138. opacity: .8;
  139. filter:alpha(opacity=10);
  140. -moz-opacity: 0.1;
  141. -moz-transition: all .9s ease;
  142. -o-transition: all .9s ease;
  143. transition: all .9s ease;
  144. -webkit-transition: all .9s ease;}
  145. {/block:ifFadedImages}
  146.  
  147.  
  148. {block:ifFadedImages}.photo:hover{
  149. opacity: 1;
  150. filter:alpha(opacity=100);
  151. -moz-opacity: 1;
  152. -moz-transition: all .9s ease;
  153. -o-transition: all .9s ease;
  154. transition: all .9s ease;
  155. -webkit-transition: all .9s ease;}
  156. {/block:ifFadedImages}
  157.  
  158. 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;}
  159.  
  160. iframe#tumblr_controls:hover{opacity:1;}
  161.  
  162. html, body, a, a:link {
  163. {block:ifTinyCursor}
  164. cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nb3e1jKNMm1rh7826.png),auto;
  165. {/block:IfTinyCursor}
  166. }
  167.  
  168. body{background:{color:Background};background-image:url('{image:Background}');background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:12px;line-height:16px;color:{color:Text};}
  169.  
  170. a:link, a:active, a:visited{color:{color:Link};text-decoration:none;background:{color:Link Background}; -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;padding:0 3px 0 3px;}
  171.  
  172. a:hover{text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nb3e1oTcM51rh7826.png),auto;{/block:IfTinyCursor}background:transparent;}
  173.  
  174. #s-m-t-tooltip {
  175. max-width:300px;
  176. margin:25px 20px 25px 20px;
  177. background-color:{color:Tool Tip};
  178. color:{color:Tool Tip Text};
  179. font-size:12px;
  180. line-height:12px;
  181. padding:3px 5px 3px 5px;
  182. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  183. -webkit-transition: all 0.2s ease-out;
  184. -moz-transition: all 0.2s ease-out;
  185. transition: all 0.2s ease-out;
  186. z-index:999999999999999999999999999999999999;b
  187. }
  188.  
  189. #container {
  190. margin:auto;
  191. {block:IndexPage}
  192. {block:if250px}width:250px;{/block:if250px}
  193. {block:ifNot250px}width:400px;{/block:ifNot250px}
  194. {/block:IndexPage}
  195. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  196. }
  197.  
  198. #content{
  199. {block:if250px}width:250px;{/block:if250px}
  200. {block:ifNot250px}width:400px;{/block:ifNot250px}
  201. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  202. }
  203.  
  204. #entry{
  205. margin:0 0 100px 40px;
  206. {block:if250px}width:250px;{/block:if250px}
  207. {block:ifNot250px}width:400px;{/block:ifNot250px}
  208. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  209. z-index:1;
  210. padding:15px 10px 10px 10px;
  211. {block:ifWhitePaper}
  212. background:url(https://31.media.tumblr.com/905e072082d7e170a96e198cf24af6d9/tumblr_inline_nc4ltqDhD21rh7826.png);
  213. {/block:ifWhitePaper}
  214. {block:ifNotWhitePaper}
  215. background:url(https://31.media.tumblr.com/ef58e337751a7b3e09dd1ffa7cc7d88a/tumblr_inline_nc6czp1fT51rh7826.png);
  216. {/block:ifNotWhitePaper}
  217. border:1px solid rgba(0,0,0,0.3);
  218. box-shadow:rgba(0,0,0,0.07)7px 7px;
  219. -webkit-border-bottom-right-radius: 6px;
  220. -webkit-border-bottom-left-radius: 6px;
  221. -moz-border-radius-bottomright: 6px;
  222. -moz-border-radius-bottomleft: 6px;
  223. border-bottom-right-radius: 6px;
  224. border-bottom-left-radius: 6px;
  225. {block:ifAnimation}
  226. -webkit-animation:ent 5s;
  227. animation:ent 5s;
  228. {/block:ifAnimation}
  229.  
  230. }
  231.  
  232. @-webkit-keyframes ent {
  233. 0% {opacity:0;}
  234. 25% {opacity:1;}
  235. }
  236.  
  237.  
  238. #entry .sp{
  239. height:14px;
  240. {block:if250px}width:270px;{/block:if250px}
  241. {block:ifNot250px}width:420px;{/block:ifNot250px}
  242. {block:PermalinkPage}width:420px;{/block:PermalinkPage}
  243. margin:-24px 0 0 -10px;
  244. overflow:hidden;
  245. position:absolute;
  246. background:url(https://31.media.tumblr.com/89d0a73dbfd39d6e6dfcd157efacf73a/tumblr_inline_nc4ltugMJI1rh7826.png);
  247. }
  248.  
  249. #entry img{max-width:100%;}
  250.  
  251. #pic a{padding:0 0 0 0;}
  252.  
  253. #entry #pic{
  254. overflow:hidden;
  255. position:relative;
  256. }
  257.  
  258. #entry #pic img{
  259. display:block;
  260. -webkit-transition: all 0.5s ease-out;
  261. -moz-transition: all 0.5s ease-out;
  262. transition: all 0.5s ease-out;
  263. }
  264.  
  265. #entry:hover #pic img{
  266. {block:ifPhotoZoom}
  267. -webkit-transform: scale(1.10);
  268. -moz-transform: scale(1.10);
  269. -o-transform: scale(1.10);
  270. transform: scale(1.10);
  271. {/block:ifPhotoZoom}
  272. }
  273.  
  274. #entry #pset{
  275. overflow:hidden;
  276. display:block;
  277. -webkit-transition: all 0.5s ease-out;
  278. -moz-transition: all 0.5s ease-out;
  279. transition: all 0.5s ease-out;
  280. }
  281.  
  282. #entry:hover #pset{
  283. {block:ifPhotoZoom}
  284. -webkit-transform: scale(1.10);
  285. -moz-transform: scale(1.10);
  286. -o-transform: scale(1.10);
  287. transform: scale(1.10);
  288. {/block:ifPhotoZoom}
  289. }
  290.  
  291. #ask {
  292. padding:10px;
  293. background:{color:Ask Background};
  294. color:{color:Ask Text};
  295. }
  296.  
  297. .asktri1{
  298. margin:-6px 0 0 30px;
  299. color:{color:Ask Background};
  300. font-size:65px;
  301. font-family:arial;
  302. }
  303.  
  304. .askername{
  305. position:Absolute;
  306. margin:-29px 0 0 39px;
  307. }
  308.  
  309. .askername a{
  310. padding:0 0 0 0;
  311. background:transparent;
  312. color:{color:Ask Text};
  313. border-bottom:2px solid {color:Ask Text};
  314. }
  315.  
  316. .askerimg{
  317. margin-bottom:8px;
  318. }
  319.  
  320. .askerimg img{
  321. width:30px;
  322. border-radius:30px;
  323. -webkit-border-radius:30px;
  324. -moz-border-radius:30px;
  325. }
  326.  
  327. #answer{
  328. margin:10px 15px 20px 15px;
  329. }
  330.  
  331.  
  332. h1{
  333. font-size:27px;
  334. line-height:30px;
  335. margin:0 0 -5px 0;
  336. font-family:helvetica;
  337. }
  338.  
  339. h2{
  340. font-size:27px;
  341. line-height:30px;
  342. margin:0 0 5px 0;
  343. font-family:helvetica;
  344. }
  345.  
  346. .bt{
  347. margin:0 0 0 0;
  348. }
  349.  
  350. .bt a{
  351. font-size:20px;
  352. line-height:25px;
  353. text-transform:lowercase;
  354. letter-spacing:0px;
  355. font-weight:bold;
  356. font-family:helvetica;
  357. }
  358.  
  359. blockquote{
  360. padding-left:10px;
  361. margin:0 0 0 15px;
  362. border-left:2px solid {color:Link};
  363. }
  364.  
  365. p {
  366. margin:10px 0 10px 0;
  367. }
  368.  
  369. .ol, ul {
  370. margin-left:30px;
  371. padding:5px;
  372. }
  373.  
  374. .ul {
  375. list-style-type:square;
  376. }
  377.  
  378. .chat .line{
  379. padding: 2px;
  380. }
  381.  
  382. .chat .line .odd{
  383. padding:2px;
  384. color:{color:Ask Text};
  385. background:{color:Ask Background};
  386. }
  387.  
  388. .label {
  389. font-weight:bold;
  390. }
  391.  
  392. .audioplayer{
  393. padding:10px;
  394. background:black;
  395. opacity:.8;
  396. }
  397.  
  398. .audioinfo{
  399. border-top:1px solid rgba(255,255,255,.8);
  400. padding:10px;
  401. background:black;
  402. color:white;
  403. opacity:.8;
  404. }
  405.  
  406. #entry #permalink{
  407. position:relative;
  408. margin:10px 0 0 0;
  409. line-height:20px;
  410. opacity:1;
  411. /*belldom is real*/
  412. -webkit-transition: all 0.7s linear;
  413. -moz-transition: all 0.7s linear;
  414. transition: all 0.7s linear;
  415. z-index:1;
  416. }
  417.  
  418. .com:last-child{display:none;}
  419.  
  420. .notes img{
  421. width:10px;
  422. position:left;
  423. margin:3px 5px 0 0;
  424. -webkit-border-radius:10px;
  425. -moz-border-radius:10px;
  426. border-radius:10px;
  427. }
  428.  
  429. .notes {
  430. line-height:25px;
  431. }
  432.  
  433. .notes a{
  434. border-bottom:0px;
  435. background:transparent;
  436. }
  437.  
  438. #side{
  439. position:fixed;
  440. width:135px;
  441. margin:0px 0 0 -160px;
  442. {block:ifAnimation}
  443. -webkit-animation:si 5s;
  444. animation:so 5s;
  445. {/block:ifAnimation}
  446. z-index:1;
  447. }
  448.  
  449. @-webkit-keyframes si {
  450. 0% {opacity:0;}
  451. 25% {opacity:1;}
  452. }
  453.  
  454. .nte{
  455. margin:0 0 30px 0;
  456. padding:10px;
  457. {block:ifWhitePaper}
  458. background:url(https://31.media.tumblr.com/905e072082d7e170a96e198cf24af6d9/tumblr_inline_nc4ltqDhD21rh7826.png);
  459. {/block:ifWhitePaper}
  460. {block:ifNotWhitePaper}
  461. background:url(https://31.media.tumblr.com/ef58e337751a7b3e09dd1ffa7cc7d88a/tumblr_inline_nc6czp1fT51rh7826.png);
  462. {/block:ifNotWhitePaper}
  463. border:1px solid rgba(0,0,0,0.3);
  464. box-shadow:rgba(0,0,0,0.07)7px 7px;
  465. -webkit-border-bottom-right-radius: 6px;
  466. -webkit-border-bottom-left-radius: 6px;
  467. -moz-border-radius-bottomright: 6px;
  468. -moz-border-radius-bottomleft: 6px;
  469. border-bottom-right-radius: 6px;
  470. border-bottom-left-radius: 6px;
  471. }
  472.  
  473. .nte .spi{
  474. height:14px;
  475. width:134px;
  476. margin:-19px 0 0 -10px;
  477. overflow:hidden;
  478. position:absolute;
  479. background:url(https://31.media.tumblr.com/89d0a73dbfd39d6e6dfcd157efacf73a/tumblr_inline_nc4ltugMJI1rh7826.png);
  480. }
  481.  
  482. .nav{
  483. line-height:20px;
  484. }
  485.  
  486. #pgs{
  487.  
  488. }
  489.  
  490. #pgs a{
  491. margin:0 1px 0 1px;
  492. }
  493.  
  494.  
  495. {CustomCSS}
  496. </style>
  497.  
  498. <link rel="shortcut icon" href="{Favicon}">
  499. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  500. {block:ifLazyLoad}
  501. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  502. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  503. <script type="text/javascript" charset="utf-8">
  504. var $j = jQuery.noConflict();
  505. $j(function() {
  506. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  507. $j("img").lazyload({
  508. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  509. effect: "fadeIn",
  510. });
  511. });
  512. </script>
  513. {/block:ifLazyLoad}
  514.  
  515. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  516. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  517. <script>
  518. (function($){
  519. $(document).ready(function(){
  520. $("a[title]").style_my_tooltips({
  521. tip_follows_cursor:true,
  522. tip_delay_time:90,
  523. tip_fade_speed:100,
  524. attribute:"title"
  525. });
  526. });
  527. })(jQuery);
  528. </script>
  529. </head>
  530. <body>
  531. <div id="container">
  532.  
  533. <br><br><br><br><br><br>
  534. <div id="container">
  535. <div id="side">
  536. <div class="nte">
  537. <div class="spi"></div>
  538. <div class="bt"> <a href="/">{Title}</a> </div>
  539. {Description}
  540. </div>
  541.  
  542. <div class="nte">
  543. <div class="spi"></div>
  544. <div class="nav">
  545. {block:ifLink1name}
  546. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  547. {/block:ifLink1name}
  548. {block:ifLink2name}
  549. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  550. {/block:ifLink2name}
  551. {block:ifLink3name}
  552. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  553. {/block:ifLink3name}
  554. {block:ifLink4name}
  555. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  556. {/block:ifLink4name}
  557. {block:ifLink5name}
  558. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  559. {/block:ifLink5name}</div>
  560. </div>
  561.  
  562. {block:ifNotInfiniteScrolling}
  563. {block:IndexPage}
  564. <div class="nte">
  565. <div class="spi"></div>
  566. <div id="pgs">
  567. {block:Pagination}
  568. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  569. {CurrentPage} / {TotalPages}
  570. {/block:JumpPagination}
  571. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  572. {/block:Pagination}
  573. </div>
  574. </div>
  575. {/block:IndexPage}
  576. {/block:ifNotInfiniteScrolling}
  577. </div>
  578.  
  579.  
  580. <div id="content">
  581.  
  582. {block:Posts}
  583. <div id="entry">
  584. <div class="sp"></div>
  585.  
  586. {block:Answer}
  587. <div id="ask">
  588. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  589. <span class="askername"> {Asker} asked:</span>
  590. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  591. </div>
  592. <div class="asktri1">▾</div>
  593. <div id="answer">{Answer}</div>
  594. {/block:Answer}
  595.  
  596. {block:Text}
  597. {block:Title}
  598. <h1>{Title}</h1>
  599. {/block:Title}
  600. {Body}
  601. {/block:Text}
  602.  
  603. {block:Link}
  604. <h1><a href="{URL}">{Name} »</a></h1>
  605. {block:Description}{Description}{/block:Description}
  606. {/block:Link}
  607.  
  608. {block:Photo}
  609. <div id="pic">
  610. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  611. </div>
  612. {block:ifCaptions}
  613. {block:Caption}{Caption}{/block:Caption}
  614. {/block:ifCaptions}
  615. {block:ifNotCaptions}
  616. {block:PermalinkPage}
  617. {block:Caption}{Caption}{/block:Caption}
  618. {/block:PermalinkPage}
  619. {/block:ifNotCaptions}
  620. {block:ContentSource}
  621. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  622. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  623. {/block:SourceLogo}
  624. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  625. {/block:ContentSource}
  626. {block:ReblogParentURL}
  627. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  628. {/block:ReblogParentURL}
  629. {/block:Photo}
  630.  
  631. {block:Photoset}
  632. <div class="photo">
  633. <center>
  634. <div id="pic">
  635. {block:IndexPage}
  636. {block:if250px}<div id="pset">{Photoset-250}</div>{/block:if250px}
  637. {block:ifNot250px}<div id="pset">{Photoset-400}</div>{/block:ifNot250px}
  638. {/block:IndexPage}
  639. {block:PermalinkPage}
  640. <div id="pset">{Photoset-400}</div>
  641. {/block:PermalinkPage}
  642. </div>
  643. </center>
  644. </div>
  645. {block:ifCaptions}
  646. {block:Caption}{Caption}{/block:Caption}
  647. {/block:ifCaptions}
  648. {block:ifNotCaptions}
  649. {block:PermalinkPage}
  650. {block:Caption}{Caption}{/block:Caption}
  651. {/block:PermalinkPage}
  652. {/block:ifNotCaptions}
  653. {/block:Photoset}
  654.  
  655. {block:Quote}
  656. <h2>"{Quote}"</h2>
  657. {block:Source}
  658. <i> - {Source}</i>
  659. {/block:Source}
  660. {/block:Quote}
  661.  
  662. {block:Chat}
  663. {block:Title}
  664. <div class="posttitle">
  665. {Title}
  666. </div>
  667. {/block:Title}
  668. <div class="chat">
  669. {block:Lines}
  670. <div class="chat">
  671. <div class="line {Alt}">
  672. <div class="{Alt} user_{UserNumber}">
  673. {block:Label}
  674. <b>{Label} </b>
  675. {/block:Label}
  676. {Line}
  677. </div>
  678. </div>
  679. </div>
  680. {/block:Lines}
  681. </div>
  682. {/block:Chat}
  683.  
  684. {block:Audio}
  685. {block:AlbumArt}
  686. <img src="{AlbumArtURL}">
  687. {/block:AlbumArt}
  688. {block:AudioPlayer}
  689. <div class="audioplayer">
  690. {AudioPlayerBlack}
  691. </div>
  692. {/block:AudioPlayer}
  693. {block:TrackName}
  694. <div class="audioinfo">
  695. Song : {TrackName}
  696. </div>
  697. {/block:TrackName}
  698. {block:Artist}
  699. <div class="audioinfo">
  700. Artist : {Artist}
  701. </div>
  702. {/block:Artist}
  703. {block:Album}
  704. <div class="audioinfo">
  705. Album : {Album}
  706. </div>
  707. {/block:Album}
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:Audio}
  710.  
  711. {block:Video}
  712. <div class="photo">
  713. <center>
  714. {block:IndexPage}
  715. {block:if250px}{Video-250}{/block:if250px}
  716. {block:ifNot250px}{Video-400}{/block:ifNot250px}
  717. {/block:IndexPage}
  718. {block:PermalinkPage}
  719. {Video-400}
  720. {/block:PermalinkPage}
  721. </center>
  722. </div>
  723. {block:ifCaptions}
  724. {block:Caption}{Caption}{/block:Caption}
  725. {/block:ifCaptions}
  726. {block:ifNotCaptions}
  727. {block:PermalinkPage}
  728. {block:Caption}{Caption}{/block:Caption}
  729. {/block:PermalinkPage}
  730. {/block:ifNotCaptions}
  731. {/block:Video}
  732.  
  733. {block:IndexPage}
  734. <div id="permalink">
  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. # :
  740. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  741. {/block:Tags}
  742. {/block:HasTags}
  743. </div>
  744. {/block:IndexPage}
  745.  
  746. {block:PermalinkPage}
  747. {block:Date}
  748. <div id="permalinkpg">
  749. <div id="permalink">
  750. <b>Posted:</b> {TimeAgo} on
  751. {ShortMonth} {DayofMonth},{Year} at
  752. {12Hour}:{Minutes} {CapitalAmPm}
  753. {block:NoteCount}<br>
  754. <b>Notes:</b>
  755. {NoteCount}
  756. {/block:NoteCount}
  757. {block:HasTags}
  758. <br>
  759. <b>Tags:</b>
  760. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  761. {/block:Tags}
  762. {/block:HasTags}
  763. <br>{block:RebloggedFrom}
  764. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  765. </div>
  766. {block:PostNotes}
  767. {PostNotes}
  768. {/block:PostNotes}
  769. </div>
  770. {/block:Date}
  771. {/block:PermalinkPage}
  772.  
  773. </div>
  774. {/block:Posts}
  775.  
  776. </div>
  777.  
  778.  
  779. {block:ifInfiniteScrolling}
  780. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  781. {/block:ifInfiniteScrolling}
  782.  
  783. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:10px;"><a title="theme by tomkirk" style="background:transparent;"href="http://tomkirk.tumblr.com/">▲</a></div>
  784. </body>
  785. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement