Advertisement
anonymous-themes

Breathe Theme

Jul 31st, 2013
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  10. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  11.  
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16.  
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22.  
  23. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  24. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  25.  
  26.  
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:Hover" content="#000000"/>
  31. <meta name="color:Link" content="#000000"/>
  32. <meta name="image:Background" content=""/>
  33. <meta name="if:faded images" content="0">
  34. <meta name="text:Custom Link One Title" content= >
  35. <meta name="text:Custom Link One" content="" />
  36. <meta name="text:Custom Link Two Title" content= >
  37. <meta name="text:Custom Link Two" content="" />
  38. <meta name="text:Custom Link Three Title" content= >
  39. <meta name="text:Custom Link Three" content="" />
  40. <meta name="text:Custom Link Four Title" content= >
  41. <meta name="text:Custom Link Four" content="" />
  42. <meta name="text:Custom Link Five Title" content= >
  43. <meta name="text:Custom Link Five" content="" />
  44. <meta name="text:Custom Link Six Title" content= >
  45. <meta name="text:Custom Link Six" content="" />
  46. <meta name="text:Custom Link Seven Title" content= >
  47. <meta name="text:Custom Link Seven" content="" />
  48. <meta name="text:Custom Link Eight Title" content= >
  49. <meta name="text:Custom Link Eight" content="" />
  50. <meta name="text:Custom Link Nine Title" content= >
  51. <meta name="text:Custom Link Nine" content="" />
  52. <meta name="text:Custom Link Ten Title" content= >
  53. <meta name="text:Custom Link Ten" content="" />
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. body {
  65. color:{color:Text};
  66. background:{color:background}
  67. url({image:background});
  68. background-repeat: repeat;
  69. background-attachment: fixed;
  70. -webkit-background-size: cover;
  71. -moz-background-size: cover;
  72. -o-background-size: cover;
  73. background-size: cover;
  74. background-size: ;
  75. font-family:arial;
  76. line-height:110%;
  77. font-size:8px;
  78. letter-spacing:1px;
  79. -webkit-animation:fadeIn 5s;
  80. -moz-animation:fadeIn 5s;
  81. -ms-animation:fadeIn 5s;
  82. }
  83.  
  84.  
  85.  
  86.  
  87.  
  88. ::-webkit-scrollbar-thumb{
  89. background-color:#777;
  90. border: 2px solid {color:background};
  91. height:auto;
  92. -moz-border-radius: 10px;
  93. border-radius: 10px;
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:auto;
  98. width:7px;
  99. background-color:#fff;
  100. }
  101.  
  102.  
  103. #infscr-loading {
  104. position: absolute;
  105. bottom: 0;
  106. left: 25%;
  107. }
  108. a:link, a:active, a:visited{
  109.  
  110. color:{color:Link};
  111. text-decoration: none;
  112. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  113.  
  114. }
  115. a:hover {
  116. color:{color:hover};
  117. -webkit-transition: opacity 1s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  118. }
  119.  
  120. ::selection {
  121. background:#f1f1f1;
  122. color: #777;
  123. }
  124.  
  125. ::-moz-selection {
  126. background:#f1f1f1;
  127. color: #777;
  128. }
  129.  
  130. #tumblr_controls{
  131. position:fixed !important;
  132. -webkit-filter:invert(100%);
  133. opacity:.7;
  134. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  135. }
  136.  
  137. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  138.  
  139. #s-m-t-tooltip{
  140. max-width:300px;
  141. margin-top:10px;
  142. margin-left:15px;
  143. padding-left:4px;
  144. padding-right:4px;
  145. border:1px solid #eee;
  146. border-radius:2px;
  147. z-index:1000;
  148. opacity:.4;
  149. background-color:#fff;
  150. color:#aaa;
  151. font-family:calibri;
  152. z-index:999999999;
  153. font-size:8px;
  154. letter-spacing:1px;
  155. text-transform:uppercase;
  156. line-height:;
  157. }
  158.  
  159.  
  160. ::-webkit-scrollbar {
  161.  
  162. width: 7px;
  163.  
  164. height: 4px;
  165.  
  166. background: #eeecec;
  167.  
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb {
  171.  
  172. background: #C7C3C5;
  173. }
  174.  
  175.  
  176. ::selection {a
  177. background:#000;
  178. color: #777;
  179. }
  180.  
  181. ::-moz-selection {
  182. background:#aaa;
  183. color: #777;
  184. }
  185.  
  186.  
  187. .entry {
  188. margin:20px;
  189. padding:0px;
  190. background:;
  191. line-height:;
  192. max-width: 100%;
  193. display:block;
  194. {block:IndexPage}
  195. width:240px;
  196. {/block:IndexPage}
  197. {block:PermalinkPage}
  198. width:500px;
  199. {/block:PermalinkPage}
  200. }
  201.  
  202.  
  203.  
  204. .entry img{
  205. -webkit-box-shadow: 2px 2px 2px #ccc;
  206. -moz-box-shadow: 2px 2px 2px #ccc;
  207. box-shadow: 2px 2px 2px #ccc;
  208. {block:iffadedimages}
  209. opacity:.7;
  210. {/block:iffadedimages}
  211. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  212. display:block;
  213. max-width: 100%;
  214. {block:permalinkpage}
  215. display:inline-block;
  216. {/block:permalinkpage}
  217. }
  218.  
  219. .entry img:hover {
  220. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  221. {block:permalinkpage}
  222. margin-top:0px;
  223. {/block:permalinkpage}
  224. }
  225.  
  226.  
  227. .entry .lol{
  228. position:absolute;
  229. width:;
  230. height:13px;
  231. padding:4px;
  232. background-color:#fff;
  233. overflow:hidden;
  234. opacity:0.0;
  235. left:5px;
  236. font-size:9px;
  237. BORDER-RADIUS:3PX;
  238. font-family:georgia;
  239. top:20px;
  240. z-index:10;
  241. -webkit-transition: all .8s ease-in-out;
  242. -moz-transition: all .8s ease-in-out;
  243. -o-transition: all .8s ease-in-out;
  244. transition: all .8s ease-in-out;
  245. }
  246.  
  247. .entry:hover .lol{
  248. top:5px;
  249. overflow:visible;
  250. -webkit-transition: opacity 0.5s linear; opacity: .7;
  251. transition: all 0.5s linear;
  252. -webkit-transition: all .8s ease-in-out;
  253. -moz-transition: all .8s ease-in-out;
  254. -o-transition: all .8s ease-in-out;
  255. transition: all .8s ease-in-out;
  256. }
  257.  
  258. .entry .lol img {
  259. -webkit-box-shadow: 0px 0px 0px #ccc;
  260. -moz-box-shadow: 0px 0px 0px #ccc;
  261. box-shadow: 0px 0px 0px #ccc;
  262. margin-top:-1px;
  263. }
  264.  
  265. .entry .kk img {
  266. -webkit-box-shadow: 0px 0px 0px #ccc;
  267. -moz-box-shadow: 0px 0px 0px #ccc;
  268. box-shadow: 0px 0px 0px #ccc;
  269. }
  270.  
  271.  
  272. .entry .kk{
  273. position:absolute;
  274. width:;
  275. height:13px;
  276. padding:3.5px;
  277. border-radius:3px;
  278. background-color:#fff;
  279. overflow:hidden;
  280. line-height:11px;
  281. font-family:georgia;
  282. opacity:0.0;
  283. margin-left:31px;
  284. font-size:9px;
  285. top:20px;
  286. z-index:10;
  287. -webkit-transition: all .8s ease-in-out;
  288. -moz-transition: all .8s ease-in-out;
  289. -o-transition: all .8s ease-in-out;
  290. transition: all .8s ease-in-out;
  291. }
  292.  
  293. .entry:hover .kk{
  294. overflow:visible;
  295. -webkit-transition: opacity 0.5s linear; opacity: .8;
  296. transition: all 0.5s linear;
  297. top:5px;
  298. -webkit-transition: all .8s ease-in-out;
  299. -moz-transition: all .8s ease-in-out;
  300. -o-transition: all .8s ease-in-out;
  301. transition: all .8s ease-in-out;
  302. }
  303.  
  304. .entry #eazy{
  305. text-transform:uppercase;
  306. height:250px;
  307. overflow-y:scroll;
  308. overflow-x:hidden;
  309. padding-bottom:10px;
  310. line-height:16px;
  311. font-size:9px;
  312. letter-spacing:1px;
  313. text-align:left;
  314. margin-left:0px;
  315. }
  316.  
  317. .entry #eazy img{
  318. width:15px;
  319. border-radius:4px;
  320. margin-bottom:-4px;
  321. }
  322.  
  323. #so {
  324. width:500px;
  325. opacity: 1;
  326. z-index: 10000;
  327. margin-top:10px;
  328. margin-bottom:10px;
  329. border-bottom:1px solid #efefef;
  330. padding:3px;
  331. text-align:right;
  332. font-size:8px;
  333. letter-spacing:1px;
  334. text-transform:uppercase;
  335. }
  336.  
  337. div #title{
  338. text-align: center;
  339. font-family:high;
  340. font-size:30px;
  341. z-index:99;
  342. line-height:35px;
  343. font-style:normal;
  344. font-weight:lighter;
  345. }
  346.  
  347. @font-face{font-family:high; src:url('http://static.tumblr.com/t98gn37/ZWZmf68so/typorsl_.ttf');}
  348.  
  349. @font-face {
  350. font-family:pay;
  351. src: url('http://static.tumblr.com/uclifpr/60Dmqmcs4/dk_meshuggeneh.otf');,
  352. }
  353.  
  354. @font-face {
  355. font-family:undefined;
  356. src: url('http://static.tumblr.com/uclifpr/PZXmqmc4f/sketch_serif.ttf');,
  357. }
  358. .links a{
  359. background-color:;
  360. width:;
  361. padding:3px;
  362. height:10px;
  363. opacity:1;
  364. font-style:normal;
  365. font-size:9px;
  366. text-transform:uppercase;
  367. display:inline-block;
  368. text-align:center;
  369. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  370. }
  371.  
  372. .links a:hover{
  373. background-color:{color:Link};
  374. color:#fff;
  375. }
  376.  
  377.  
  378. .quote{
  379. font-family:arial;
  380. font-size: 8px;
  381. letter-spacing:1px;
  382. float: left;
  383. margin-right: 5px;
  384. }
  385.  
  386. #audio {width:200px; height:auto; min-height:60px; padding-bottom:0px;}
  387.  
  388. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  389.  
  390. .cover img {float:left; width:60px; height:60px;}
  391. .cover img:hover {maragin-top:0px;}
  392.  
  393. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  394.  
  395. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  396.  
  397.  
  398. #sidebar {
  399. display: block;
  400. position:relative;
  401. width:838px;
  402. letter-spacing:0px;
  403. margin-left:auto;
  404. letter-spacing:0px;
  405. margin-right:auto;
  406. height:;
  407. z-index:9;
  408. text-align:center;
  409. font-size:10px;
  410. line-height:11px;
  411. background-color:;
  412. opacity:1;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. .title {
  419. opacity:.7;
  420. font-size:10px;
  421. text-transform:uppercase;
  422. padding:1px;
  423. }
  424.  
  425.  
  426.  
  427. #posts {
  428. width:840px;
  429. margin: 0 auto;
  430. {block:permalinkpage}
  431. margin: 0 auto;
  432. width:548px;
  433. {/block:permalinkpage}
  434. }
  435.  
  436.  
  437. </style>
  438. <script type="text/javascript">
  439. $(window).load(function(){
  440. $("p").remove(":contains('Source:')");
  441. $("p").remove(":contains('via ')");
  442. });
  443. </script>
  444. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  445. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  446. <script>
  447. (function($){
  448. $(document).ready(function(){
  449. $("[title],a[title],img[title]").style_my_tooltips({
  450. tip_follows_cursor:true,
  451. tip_delay_time:100,
  452. tip_fade_speed:300,
  453. attribute:"title"
  454. });
  455. });
  456. })(jQuery);
  457. </script>
  458.  
  459.  
  460. <script type="text/javascript"
  461. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  462. <script type="text/javascript"
  463. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  464.  
  465.  
  466. <script type="text/javascript">
  467. $(window).load(function () {
  468. var $content = $('#posts');
  469. $content.masonry({itemSelector: '.entry'}),
  470. $content.infinitescroll({
  471. navSelector : 'div#pagination',
  472. nextSelector : 'div#pagination a#nextPage',
  473. itemSelector : '.entry',
  474. loading: {
  475. finishedMsg: '',
  476. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  477. },
  478. bufferPx : 600,
  479. debug : false,
  480. },
  481. // call masonry as a callback.
  482. function( newElements ) {
  483. var $newElems = $( newElements );
  484. $newElems.hide();
  485. // ensure that images load before adding to masonry layout
  486. $newElems.imagesLoaded(function(){
  487. $content.masonry( 'appended', $newElems, true,
  488. function(){$newElems.fadeIn(300);} );
  489.  
  490.  
  491. });
  492. });
  493. });
  494. </script>
  495. <title>{title}</title>
  496.  
  497. </style>
  498.  
  499.  
  500. </head>
  501.  
  502.  
  503.  
  504.  
  505.  
  506. <body>
  507.  
  508. <div id="sidebar">
  509.  
  510. <div id="title"><a href="/">{title}</a></div><div style="margin-left:auto; margin-right:auto;width:600px;display:block;">{description}</div><div style="border-top:1px solid #eee;margin-top:3px;"><div class="links">{block:ifcustomlinkonetitle}<a href="{text:custom link one}" title="{text:custom link one title}">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  511.  
  512. {block:ifcustomlinktwotitle} <a href="{text:custom link two}" title="{text:custom link two title}">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  513.  
  514. {block:ifcustomlinkthreetitle} <a href="{text:custom link three}"title="{text:custom link three title}" >{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  515.  
  516. {block:ifcustomlinkfourtitle} <a href="{text:custom link four}" title="{text:custom link four title}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  517.  
  518. {block:ifcustomlinkfivetitle} <a href="{text:custom link five}" title="{text:custom link five title}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}
  519.  
  520. {block:ifcustomlinksixtitle} <a href="{text:custom link six}" title="{text:custom link six title}">{text:custom link six title}</a>{/block:ifcustomlinksixtitle}
  521.  
  522. {block:ifcustomlinkseventitle} <a href="{text:custom link seven}" title="{text:custom link seven title}">{text:custom link seven title}</a>{/block:ifcustomlinkseventitle}
  523.  
  524. {block:ifcustomlinkeighttitle} <a href="{text:custom link eight}" title="{text:custom link eight title}">{text:custom link eight title}</a>{/block:ifcustomlinkeighttitle}
  525.  
  526. {block:ifcustomlinkninetitle} <a href="{text:custom link nine}" title="{text:custom link nine title}">{text:custom link nine title}</a>{/block:ifcustomlinkninetitle}
  527.  
  528. {block:ifcustomlinktentitle} <a href="{text:custom link ten}" title="{text:custom link ten title}">{text:custom link ten title}</a>{/block:ifcustomlinktentitle}
  529.  
  530. <a href="http://anonymousthemes.tumblr.com" title="anonymous themes edited theme">anonymous themes</a>
  531.  
  532. </div></div></div>
  533.  
  534. <div class="wrapper">
  535. <div style="position:fixed;right:0px;top:28px;">
  536. </span>
  537. </div>
  538.  
  539.  
  540.  
  541. <div id="posts">
  542.  
  543. {block:Posts}
  544.  
  545. {block:ContentSource}
  546. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  547. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  548. {/block:SourceLogo}
  549. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  550. {/block:ContentSource}
  551.  
  552. <div class="entry">
  553.  
  554. {block:Text}
  555. {block:Title}<span class="title">{Title}</span>{/block:Title}
  556. <span class="entrytext">{Body}</span>
  557. {block:IndexPage}<div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:IndexPage}
  558. {/block:Text}
  559.  
  560. {block:Link}
  561. <a href="{URL}" class="title">{Name}</a>
  562. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:IndexPage}
  563. {block:Link}
  564.  
  565.  
  566.  
  567. {block:Photo}
  568. {block:IndexPage}
  569. <div class="lol"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style=""></a></center></div>
  570. <div class="kk"><center><a href="{Permalink}">{NoteCountWithLabel}</a></center></div>
  571. {/block:IndexPage}
  572. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="240"/></a></div>{LinkCloseTag}
  573. {/block:IndexPage}
  574. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  575. {/block:Photo}
  576.  
  577.  
  578. {block:Photoset}
  579. {block:IndexPage}<div class="lol"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style=""></a></center></div>
  580. <div class="kk"><center><a href="{Permalink}"><img src="http://static.tumblr.com/t98gn37/2ylmf7oti/permalink.png" width="15px;"></a></center></div>{/block:IndexPage}
  581. {block:IndexPage}
  582. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="235" style="padding:3px;"/></a>
  583. {/block:Photos}
  584. {/block:IndexPage}
  585.  
  586. {block:permalinkpage}
  587. {Photoset-500}
  588. {/block:permalinkpage}
  589. {/block:Photoset}
  590.  
  591. {block:Quote}
  592. <div class="quote">-
  593. {Quote}</div>
  594. {block:Source}
  595. <div style="text-align:right;color:{color:link};padding:3px;margin-top:3px;text-transform:uppercase;">{Source}</div>
  596. {/block:Source}
  597. {block:IndexPage}<div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:IndexPage}
  598. {/block:Quote}
  599.  
  600.  
  601. {block:Chat}
  602. {block:Title}<span class="title">{Title}</span>{/block:Title}
  603. <ul class="chat">
  604. {block:Lines}
  605. <li class="user_{UserNumber}">
  606. {block:Label}
  607. <span class="label">{Label}</span>
  608. {/block:Label}
  609.  
  610. {Line}
  611. </li>
  612. {/block:Lines}
  613. </ul>
  614. {block:IndexPage}<div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:IndexPage}
  615. {/block:Chat}
  616.  
  617. {block:Audio}
  618.  
  619. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  620. {block:IndexPage}
  621. <div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  622. {/block:IndexPage}
  623. {/block:Audio}
  624.  
  625. {block:Video}
  626. {block:IndexPage}
  627. <div class="posttitle">
  628. <a href="{Permalink}" target="_blank"><i>View Video</i></a>
  629. </div>
  630. {/block:IndexPage}
  631. {block:PermalinkPage}
  632. {Video-400}
  633. {/block:PermalinkPage}
  634. {block:ifCaptions}
  635. {block:Caption}{Caption}{/block:Caption}
  636. {/block:ifCaptions}
  637. {block:IndexPage}
  638. <div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  639. {/block:IndexPage}
  640. {block:Video}
  641.  
  642. {block:Answer}
  643. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  644. <strong>{Asker} said:</strong> {Question}
  645. <div class="caption">
  646. <b>I replied:</b><i>{Answer}</i></div>
  647. {block:IndexPage}<div style="padding:2px;text-align:right;border-top:1px solid #efefef;">{FormattedTime} / <a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:IndexPage}
  648. {/block:Answer}
  649.  
  650.  
  651. {block:PermalinkPage}
  652. <div align="justify">
  653. {block:Caption}{Caption}{/block:Caption}<br>
  654. <div id="so">
  655. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  656.  
  657. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  658. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  659. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  660. {/block:PermalinkPage}
  661.  
  662.  
  663. {block:PermalinkPage}
  664. <div align="justify">
  665. {block:PostNotes}<div id="eazy">{PostNotes}</div>{/block:PostNotes}
  666. </div><br><br><br>
  667. {/block:PermalinkPage}
  668. </div>{/block:Posts}</center>
  669. {/block:Posts}
  670. {/block:PermalinkPage}
  671. </div>
  672. </div>
  673. </div>
  674.  
  675. {block:IndexPage}<br>
  676. {block:Pagination}
  677. <div id="pagination">
  678. {block:NextPage}
  679. <a id="nextPage" href="{NextPage}"></a>
  680. {/block:NextPage}
  681. {block:PreviousPage}
  682. <a href="{PreviousPage}"></a>
  683. {/block:PreviousPage}
  684. </div>
  685. {/block:Pagination}
  686. {/block:IndexPage}
  687. </div>
  688.  
  689. <script type="text/javascript" src="http://static.tumblr.com/uclifpr/o1qmqo13y/infinte_scroll.txt"></script>
  690. </body>
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement