Advertisement
radiatingbiebs

theme 9; skyscrapers

Aug 4th, 2013
3,614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.42 KB | None | 0 0
  1. <!-----------
  2.  
  3. THEME BY HTTP://ACOUSTICIZED.TUMBLR.COM/
  4.  
  5. PLEASE DO NOT STEAL THANK YOU
  6.  
  7.  
  8. ------------>
  9. <html lang="en">
  10. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13.  
  14.  
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  17. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  18. <script>
  19. $(function(){
  20. var $container = $('#content');
  21. $container.imagesLoaded(function(){
  22. $container.masonry({
  23. itemSelector: '#posts',
  24. });
  25. });
  26. $container.infinitescroll({
  27. itemSelector : "#posts",
  28. navSelector : "div.pagination",
  29. nextSelector : ".pagination a#next",
  30. loadingImg : "",
  31. loadingText : "<em></em>",
  32. bufferPx : 500,
  33. extraScrollPx: 500,
  34. },
  35. function( newElements ) {
  36. var $newElems = $( newElements ).css({ opacity: 0 });
  37. $newElems.imagesLoaded(function(){
  38. $newElems.animate({ opacity: 1 });
  39. $container.masonry( 'appended', $newElems, true );
  40. });
  41. }
  42. );
  43. });
  44. </script>
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <!--DEFAULT VARIABLES-->
  50. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  51. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Title" content="#292929"/>
  54. <meta name="color:Text" content="#363636"/>
  55. <meta name="color:Link" content="#C29B9B"/>
  56. <meta name="color:sidebar title" content="#C29B9B"/>
  57. <meta name="color:scrollbar" content="#727272"/>
  58. <meta name="color:border" content="#dddddd"/>
  59. <meta name="image:Background" content=""/>
  60. <meta name="image:Sidebar" content=""/>
  61. <meta name="text:blogtitle"content=""/>
  62. <meta name="text:Link One" content="" />
  63. <meta name="text:Link Two" content="" />
  64. <meta name="text:Link Three" content="" />
  65. <meta name="text:Link four" content="" />
  66. <meta name="text:Link five" content="" />
  67. <meta name="text:Link One title" content="" />
  68. <meta name="text:Link Two title" content="" />
  69. <meta name="text:Link Three title" content="" />
  70. <meta name="text:Link Four title" content="" />
  71. <meta name="text:Link Five title" content="" />
  72. <meta name="if:3column" content="1" />
  73. <meta name="if:2column" content="" />
  74. <meta name="if:bigposts" content="1" />
  75. <meta name="if:sidebar title" content="1" />
  76. <meta name="color:links background" content="#fd2053"/>
  77.  
  78. <style type="text/css">
  79.  
  80. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; -webkit-filter:invert(100%);}
  81.  
  82. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  83. @font-face { font-family: "fang"; src: url('http://static.tumblr.com/gmywsxl/PCrmjnofp/fangtasia.ttf'); }
  84. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  85. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/dcylwch/06vmh5wfz/neverletgo.ttf'); }
  86. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  87. @font-face { font-family: "clarissa"; src: url('http://static.tumblr.com/gmywsxl/Gdxmq58rw/helvetica-black-semibold.ttf');}
  88. @font-face { font-family: "Helvetica Black"; src: url('http://static.tumblr.com/gmywsxl/xblmq58op/helvetica-black.otf'); }
  89. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  90. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  91. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  92.  
  93.  
  94. ::-webkit-scrollbar-thumb{
  95. background-color: {color:link};
  96. border: 1px solid #fff;
  97. height:4px;
  98. -moz-border-radius: 10px;
  99. border-radius: 10px;
  100. }
  101.  
  102.  
  103.  
  104. ::-webkit-scrollbar {
  105. height:4px;
  106. width:9px;
  107. background-color: #999999;
  108. border: 4px solid {color:background};
  109. }
  110.  
  111. p {
  112. margin:0px;
  113. margin-top:0px;
  114. }
  115. @font-face { font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  116.  
  117. /* Mozilla based browsers */
  118. ::-moz-selection {
  119. color: {color:link};
  120. }
  121.  
  122. /* Works in Safari */
  123. ::selection {
  124. color: {color:link};
  125. }
  126. body {
  127. padding: 0px;
  128. margin: 0px;
  129. color:{color:text};
  130. font-family: helvetica;
  131. line-height:12px;
  132. font-size:11px;
  133. background-color: {color:Background};
  134. background-image:url({image:Background});
  135. background-attachment: fixed;
  136. background-repeat: repeat;
  137. }
  138.  
  139.  
  140. a:link, a:active, a:visited{
  141. text-decoration: none;
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. transition: color 0.3s ease-out;
  145. color:{color:link};
  146. }
  147.  
  148. a:hover {
  149. text-decoration: underline;
  150. }
  151.  
  152. #cunt{width:250px; height:auto;}
  153. {block:PermalinkPage}
  154. width:410px;
  155. {/block:PermalinkPage}
  156. }
  157.  
  158. div#center{
  159. margin-left:230px;
  160. text-align:center;
  161. position:relative;
  162. width:1000000000px;
  163. overflow-x:hidden;
  164. padding:10px;}
  165.  
  166. #posts{
  167. float:center;
  168. overflow:hidden;
  169. overflow-x:hidden;
  170. {block:indexpage}
  171. {block:if2column}
  172. width:600px;
  173. margin-left:425px;
  174. {/block:if2column}
  175. {block:if3column}
  176. width:900px;
  177. margin-left: 375px;
  178. {/block:if3column}
  179. {/block:indexpage}
  180. {block:permalinkpage}
  181. width:800px;
  182. {block:if2column}
  183. margin-left:425px;
  184. {/block:if2column}
  185. {block:if3column}
  186. margin-left: 375px;
  187. {/block:if3column}
  188. {/block:permalinkpage}
  189. margin-top: 10px;
  190. }
  191.  
  192. #sidebar {
  193. opacity: 1;
  194. position:fixed !important;
  195. width:200px;
  196. font-family: calibri light;
  197. height: auto;
  198. background: #fff;
  199. margin-top: 102px;
  200. padding:15px;
  201. border: 1px solid #eee;
  202. {block:if2column}
  203. margin-left:173px;
  204. {/block:if2column}
  205. {block:if3column}
  206. margin-left:113px;
  207. {/block:if3column}
  208. transition: all 0.9s ease-out;
  209. -o-transition-transition: all 0.9s ease-out;
  210. -webkit-transition: all 0.9s ease-out;
  211. -moz-transition: all 0.9s ease-out;
  212. }
  213.  
  214. #sidebar img{
  215. width:200px;}
  216. #desc {
  217. opacity: 1;
  218. position:fixed;
  219. width:200px;
  220. font-family: calibri light;
  221. height: auto;
  222. font-size:11px;
  223. background: #fff;
  224. margin-left:-16px;
  225. margin-top: 22px;
  226. padding:15px;
  227. border: 1px solid #eee;
  228. z-index:99999;
  229. transition: all 0.9s ease-out;
  230. -o-transition-transition: all 0.9s ease-out;
  231. -webkit-transition: all 0.9s ease-out;
  232. -moz-transition: all 0.9s ease-out;
  233. }
  234. #panel{
  235. margin-top:0px;
  236. height:auto;
  237. font-size:11px;
  238. width:200px;
  239. height:84px;
  240. position:fixed;
  241. font-style:normal;
  242. text-align:left;
  243. display:none;
  244. padding:0px;
  245. border: 1px solid #eee;
  246. border-top:0px;
  247. z-index:99999;
  248. font-family:arial;
  249. background: {color:links background};
  250. }
  251. #panel a{
  252. color:#fff;
  253. width:196px;
  254. display:block;
  255. padding:1px;padding-left:2px;cursor:default;
  256. font-family:helvetica;
  257. font-style:italic;}
  258. #askbox a:hover{
  259. background:#3399ff;
  260. text-shadow:0px 0px 0px #fff;
  261. text-decoration:none;
  262. font-family:helvetica;}
  263. .flip{
  264. background: {color:links background};
  265.  
  266. color:#fff;
  267. TEXT-ALIGN:left;
  268. padding:3px;
  269. cursor:default;
  270. border-radius:3px;
  271. font-family:helvetica;
  272. text-transform:lowercase;
  273. width:194px;font-style:italic;
  274. display:inline-block;
  275. border:1px solid #eee;
  276. font-size:11px;
  277. margin-top:4px;
  278. }
  279. div#blogtitle{
  280. position:fixed;
  281. font-size:35px;
  282. font-family:basket;
  283. height:0px;
  284. color:{color:sidebar title};
  285. margin-left:-15px;
  286. width:200px;
  287. margin-top:10px;
  288. z-index:99999999;
  289. text-align:center;
  290. text-shadow:1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
  291. transition: all 0.5s ease-out;
  292. -o-transition-transition: all 0.5s ease-out;
  293. -webkit-transition: all 0.5s ease-out;
  294. -moz-transition: all 0.5s ease-out;}
  295.  
  296.  
  297. @font-face { font-family: 'rissa'; src: url('http://static.tumblr.com/gmywsxl/AVCmnrw9b/stmarie-thin.otf') ; }
  298. .entry{
  299. font-family: helvetica;
  300. font-size:10.5px;
  301. z-index:9999;
  302. overflow:hidden;
  303. float:left;
  304. width: 220px;
  305. text-align:left;
  306. height: auto;
  307. line-height:13px;
  308. background-color:#fff;
  309. margin:13px;
  310. padding: 15px;
  311. border:1px solid #eee;
  312. {block:ifBigPosts}
  313. width:240px;
  314. margin:8px;
  315. {/block:ifBigPosts}
  316. {block:PermalinkPage}
  317. width: 528px;
  318. height: auto;
  319. margin-left:10px;
  320. {/block:PermalinkPage}
  321. }
  322.  
  323. .entry .perma{
  324. background:#fff;
  325. color:#000;
  326. width:214px;
  327. {block:ifBigPosts}
  328. width:234px;
  329. {/block:ifBigPosts}
  330. height:0px;
  331. padding:3px;
  332. position: absolute;
  333. text-transform: none;
  334. font-family: calibri;
  335. font-size: 8px;
  336. line-height:10px;
  337. letter-spacing: 1px;
  338. text-align:center;
  339. overflow:hidden;
  340. top:0px;
  341. border-bottom:2px solid {color:border};
  342. text-transform:uppercase;
  343. left:15px;
  344. opacity:0;
  345. z-index:999999;
  346. -webkit-transition: all 0.3s linear;
  347. -webkit-transition: all 0.3s linear;
  348. -moz-transition: all 0.3s linear;
  349. transition: all 0.3s linear;
  350. }
  351. .perma a{
  352. text-decoration:none;}
  353. .entry:hover .perma{
  354. opacity:0.99;
  355. height:20px;
  356. -webkit-transition: all 0.3s linear;
  357. -webkit-transition: all 0.3s linear;
  358. -moz-transition: all 0.3s linear;
  359. transition: all 0.3s linear;
  360. }
  361.  
  362.  
  363. .permalinktext {
  364. display: block;
  365. font-family: calibri;
  366. letter-spacing: 0px;
  367. font-size: 9px;
  368. background:#fff;
  369. margin-top:5px;
  370. text-transform: uppercase;
  371. color: #424242;
  372. line-height: 8px;
  373. margin-left:3px;
  374. text-align: right;
  375. text-decoration: none;
  376. {block:PermalinkPage}
  377. height: auto;
  378. {/block:PermalinkPage}
  379. transition: all 0.7s ease-out;
  380. -o-transition-transition: all 0.7s ease-out;
  381. -webkit-transition: all 0.7s ease-out;
  382. -moz-transition: all 0.9s ease-out;
  383.  
  384. }
  385. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  386. @font-face {font-family:"Dreams";src:url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  387. .titlee,.quo{
  388. font-family: calibri light;
  389. font-size: 15px;
  390. text-align:left;
  391. line-height: 20px;
  392. color:{color:Title};
  393. }
  394.  
  395. name{
  396. font-size:10px;
  397. font-family:calibri;
  398. text-transform:uppercase;
  399. color:{color:name};
  400. }
  401. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  402. .user_7 .label, .user_8 .label, .user_9 .label
  403. {
  404. color:{color:Title};
  405. }
  406. .triangle{
  407. width: 0px;
  408. height: 0px;
  409. border-style: solid;
  410. margin-left:8px;
  411. margin-top:-1px;
  412. border-width: 12px 8px 0 8px;
  413. border-color: {color:border} transparent transparent transparent;}
  414. .triangle2{
  415. width: 0px;
  416. height: 0px;
  417. border-style: solid;
  418. border-width: 11px 7px 0 7px;
  419. margin-top:-12px;
  420. margin-left:9px;
  421. border-color: #fff transparent transparent transparent;}
  422. #audio {
  423. width:AUTO;
  424. height:auto;
  425. min-height:60px;
  426. padding-bottom:13px;
  427. }
  428. .albumart {
  429. position:absolute;
  430. z-index:1;
  431. width:60px;
  432. height:60px;
  433. }
  434. .albumart img {
  435. float:left;
  436. width:60px;
  437. height:60px;
  438. }
  439. .player {
  440. opacity:0.6;
  441. width:27px;
  442. height:30px;
  443. overflow:hidden;
  444. position:absolute;
  445. z-index:999999;
  446. margin-left:17px;
  447. margin-top:17px;
  448. text-align:center;
  449. }
  450. ai{
  451. font-weight:bold;
  452. }
  453. .info {
  454. margin-left:73px;
  455. margin-top:6px;
  456. line-height:17px;
  457. }
  458. asker{
  459. font-size:12px;
  460. font-style:italic;
  461. font-family:arial;
  462. font-weight:bold;
  463. color:{color:link};
  464. text-transform:lowercase;
  465. letter-spacing: 0px;}
  466. #infscr-loading{
  467. bottom: -70px;
  468. position: absolute;
  469. left: 50%;
  470. margin-left:-8px;
  471. width:16px;
  472. height:11px;
  473. overflow:hidden;
  474. margin-bottom: 50px;
  475. }
  476.  
  477. #postnotes{
  478. text-align: justify;}
  479.  
  480. #postnotes blockquote{
  481. border: 0px;}
  482.  
  483. blockquote{
  484. padding:0px 0px 2px 5px;
  485. margin:0px 0px 2px 10px;
  486. border-left: 1px dotted #555555;
  487. }
  488.  
  489. blockquote p, ul{
  490. margin:0px;
  491. padding:0px;
  492. }
  493.  
  494. a img{border: 0px;}
  495.  
  496. ul, ol, li{
  497. list-style:none;
  498. margin:0px;
  499. padding:0px;
  500. }
  501.  
  502. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  503. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  504.  
  505. .notes img{width:10px; position:relative; top:3px;}
  506. <--ses-->
  507. small{font-size: 90%;}
  508.  
  509.  
  510. .credits{
  511. position:fixed;
  512. top:25px;
  513. right:2px;
  514. padding:4px;
  515. border-radius:3px;
  516. height:10px;
  517. font-family:helvetica;
  518. background:transparent;
  519. text-align:center;
  520. line-height:10px;
  521. font-size:12px;
  522. z-index:9999999999999999999;
  523. opacity:0.5;
  524. color:#000;
  525. -webkit-transition: all 0.1s ease-out;
  526. -moz-transition: all 0.1s ease-out;
  527. border:1px solid {color:background};
  528. font-weight:bold; }
  529.  
  530. .credits a{color:black;-webkit-transition: all 0.1s ease-out;}
  531. .credits a:hover{text-decoration:none;}
  532. .credits:hover{opacity:1;background:#eee;border:1px solid #fdfdfd;}
  533. {CustomCSS}
  534.  
  535. </style>
  536. <script>
  537. $(document).ready(function(){
  538. $(".flip").click(function(){
  539. $("#panel").slideToggle(1);
  540. });
  541. });
  542. </script>
  543.  
  544. {block:IndexPage}
  545. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  546. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  547.  
  548. <script type="text/javascript">
  549. $(window).load(function(){
  550. var $wall = $('#posts');
  551. $wall.imagesLoaded(function(){
  552. $wall.masonry({
  553. itemSelector: '.entry, .entry_photo',
  554. isAnimated : false
  555. });
  556. });
  557.  
  558. $wall.infinitescroll({
  559. navSelector : '#pagination',
  560. nextSelector : '#pagination a',
  561. itemSelector : '.entry, .entry_photo',
  562. bufferPx : 2000,
  563. debug : false,
  564. errorCallback: function() {
  565. $('#infscr-loading').fadeOut('normal');
  566. }},
  567. function( newElements ) {
  568. var $newElems = $( newElements );
  569. $newElems.hide();
  570. $newElems.imagesLoaded(function(){
  571. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  572. });
  573. }); $('#posts').show(500);
  574. });
  575. </script>
  576.  
  577.  
  578. {/block:IndexPage}
  579.  
  580.  
  581. <title>{title}</title>
  582.  
  583. <link rel="shortcut icon" href="{PortraitUrl-24}" />
  584. <meta name="viewport" content="width=820" />
  585.  
  586.  
  587. </head>
  588.  
  589. <body>
  590. <BODY ondragstart="return false;" onselectstart="return false;">
  591. <div class="wrapper">
  592. <div class="header">
  593.  
  594. <div id="center">
  595. <div id="sidebar">
  596. <img src="{image:sidebar}"/>{block:ifsidebartitle}
  597. <div id="blogtitle">{text:blogtitle}</div>
  598. <div id="desc">{/block:ifsidebartitle}
  599. <center>
  600. <p style="margin-top:6px;{block:ifsidebartitle}margin-top:0px;{/block:ifsidebartitle}">{description}</p></center>
  601.  
  602. <div class="flip" >navigation+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;▼</div>
  603. <div id="panel">
  604. <a href="{text:Link One}">{text:Link One Title}</a>
  605. <a href="{text:Link Two}">{text:Link Two Title}</a>
  606. <a href="{text:Link Three}">{text:Link Three Title}</a>
  607. <a href="{text:Link Four}">{text:Link Four Title}</a>
  608. <a href="{text:Link Five}">{text:Link Five Title}</a>
  609. <a href="http://acousticized.tumblr.com/">theme credit</a>
  610.  
  611. </div></div>
  612. </div>
  613. </div>
  614. </div></div>
  615. <div class="left">
  616. <div id="posts">
  617. {block:Posts}
  618. <div class="entry">
  619.  
  620. {block:Answer}
  621. <div style="margin-top:0px;margin-bottom:0px;padding: 4px; background-color:#fFF;border:1px solid {COLOR:border};border-radius:0px;"><asker>{asker}:</asker>{Question}</div>
  622. <div class="triangle"></div><div class="triangle2"></div>
  623.  
  624. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  625. <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  626. {/block:Answer}
  627.  
  628. {block:Text}{block:Title}<div class="titlee">{Title}</div>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  629. {/block:Text}
  630.  
  631. {block:Link}<div class="titlee"><a href="{URL}">{Name}</a></div>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>{block:Link}
  632.  
  633. {block:Photo}
  634. {block:IndexPage}
  635. <center>
  636.  
  637. <div class="perma">
  638. posted {timeago} on <a href="{permalink}">{shortmonth} {dayofmonth}</a><br><a href="{reblogurl}">reblog this</a> - <a href="{permalink}">{notecountwithlabel}</a> </div>
  639. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  640. {/block:IndexPage}
  641. {block:PermalinkPage}
  642. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  643.  
  644. {LinkCloseTag}
  645. {/block:PermalinkPage}
  646. {/block:Photo}
  647.  
  648. {block:Photoset}
  649. {block:IndexPage}
  650. <center>
  651.  
  652. {Photoset-250}</center><div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}
  655. <center>
  656. {Photoset-500}</center>
  657. {/block:PermalinkPage}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}<div class="quo">"{Quote}"</div> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a>/<a href="{permalink}">{timeago}</a>/<a href="{ReblogURL}" target="_blank">reblog</a> </div>{/block:Quote}
  661.  
  662. {block:Chat}
  663. {block:Title}<div class="titlee">{Title}</span>{/block:Title}
  664. <ul class="chat">
  665. {block:Lines}
  666. <li class="user_{UserNumber}">
  667. {block:Label}
  668. <span class="label"><strong>{Label}</strong></span>
  669. {/block:Label}
  670.  
  671. {Line}
  672. </li>
  673. {/block:Lines}
  674. </ul>
  675. {block:IndexPage}
  676. <div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  677. {/block:IndexPage}
  678. {/block:Chat}
  679.  
  680.  
  681. {block:Audio}
  682. <div id="audio">
  683. <div class="albumart"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}
  684. <div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  685. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  686. <div class="info"><ai>Artist:</ai>
  687. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><ai>Title:</ai> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><ai>Album:</ai> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><ai>Plays:</ai> {FormattedPlayCount}{/block:PlayCount}</div></div>
  688. {block:IndexPage}
  689. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  690. {/block:IndexPage}
  691. {/block:Audio}
  692.  
  693. {block:Video}
  694. {block:IndexPage}
  695. <center>
  696. {Video-250}</center><div class="permalinktext"> {timeago} with <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog this</a> </div>
  697. {/block:IndexPage}
  698. {block:PermalinkPage}
  699. <center>
  700. {Video-400}</center>
  701. {/block:PermalinkPage}
  702. {block:Video}
  703.  
  704.  
  705. {block:PostNotes}<div align="middle">{caption}</div>
  706. <center>
  707.  
  708. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  709.  
  710. {block:HasTags}
  711. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  712. {block:RebloggedFrom}
  713. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  714. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  715.  
  716. {/block:RebloggedFrom}
  717. </center></span>
  718. <br>
  719. <div id="postnotes">{PostNotes}</div><br>
  720.  
  721. <center>{block:ContentSource}
  722. <br><a href="{SourceURL}">
  723. {lang:Source}:
  724. {block:SourceLogo}
  725. <img src="{BlackLogoURL}" width="{LogoWidth}"
  726. height="{LogoHeight}" alt="{SourceTitle}" />
  727. {/block:SourceLogo}
  728. {block:NoSourceLogo}
  729. {SourceLink}
  730. {/block:NoSourceLogo}
  731. </a>
  732. {/block:ContentSource}</center>
  733.  
  734. {/block:PostNotes}
  735. </div>
  736. {/block:Posts}
  737. </div></div>
  738.  
  739. {block:IndexPage}
  740. {block:Pagination}
  741. <div id="pagination">
  742. {block:NextPage}
  743. <a id="nextPage" href="{NextPage}"></a>
  744. {/block:NextPage}
  745. {block:PreviousPage}
  746. <a href="{PreviousPage}"></a>
  747. {/block:PreviousPage}
  748. </div>
  749. {/block:Pagination}
  750. {/block:IndexPage}
  751. </BODY>
  752.  
  753. <div class="credits">
  754. <a href="http://acousticized.tumblr.com">theme credit</a>
  755. </div>
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement