Advertisement
ramisaaaaa

Untitled

Jul 30th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.35 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga if you remove credit then you diE.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <meta name="color:background" content="#000000"/>
  21. <meta name="color:link" content="#595a5a"/>
  22. <meta name="color:text" content="#777777"/>
  23. <meta name="color:hover" content="#fff"/>
  24. <meta name="color:Title" content="#595a5a"/>
  25. <meta name="color:sidebar" content="#FFFFFF"/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="font:body" content="trebuchet ms"/>
  28. <meta name="text:link one title" content="" />
  29. <meta name="text:link two" content="" />
  30. <meta name="text:link two title" content="" />
  31. <meta name="text:link three" content="" />
  32. <meta name="text:link three title" content="" />
  33. <meta name="text:link four" content="" />
  34. <meta name="text:link four title" content="" />
  35. <meta name="text:link five" content="" />
  36. <meta name="text:link five title" content="" />
  37. <meta name="text:link six" content="" />
  38. <meta name="text:link six title" content="" />
  39. <meta name="text:link seven" content="" />
  40. <meta name="text:link seven title" content="" />
  41. <meta name="text:symbol" content="//" />
  42. <meta name="if:dark posts" content="1"/>
  43. <meta name="if:shadows" content="1"/>
  44. <meta name="if:music box" content="0"/>
  45. <meta name="text:music code" content=""/>
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51. {block:ifdarkposts}
  52. img{-webkit-filter: grayscale(50%);-webkit-transition: opacity 0.9s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;
  53. transition: all 0.9s linear; opacity: 1.0;}
  54.  
  55. img:hover{ -webkit-filter: grayscale(100%);-webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;
  56. transition: all 0.9s linear; opacity:1.0;}
  57. {/block:ifdarkposts}
  58.  
  59. .wrapper{
  60. margin: 0px auto;
  61. width: 100%;
  62. }
  63.  
  64. .header{
  65. float: left;
  66. width: 100%;
  67. }
  68.  
  69. .left{
  70. float: left;
  71. margin-right: 20px;
  72. width: 802px;
  73. }
  74.  
  75. .right{
  76. float: right;
  77. width: 200px;
  78. background-color: #fff;
  79. }
  80.  
  81. p {
  82. margin:0px;
  83. margin-top:0px;
  84. }
  85.  
  86.  
  87. body {
  88. padding: 0px;
  89. margin: 0px;
  90. color:{color:text};
  91. font-family: {font:body};
  92. text-transform: normal;
  93. font-size: 9px;
  94. line-height: 12px;
  95. letter-spacing: 0px;
  96. background-color: {color:Background};
  97. background-image:url({image:Background});
  98. background-attachment: fixed;
  99. background-repeat: repeat;
  100. }
  101.  
  102. {block:ifshadows}
  103. .permalink2{
  104. margin-top: -4px;
  105. }
  106. {/block:ifshadows}
  107.  
  108.  
  109.  
  110.  
  111. .user_1 .label {color:{color:link}; font-weight:bold}
  112. .user_2 .label {color:{color:text}; font-weight:bold}
  113. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  114.  
  115. i, em {color: {color:Link};}
  116. b, strong {color: {color:text};}
  117.  
  118. ::selection {
  119. color:{color:Text};
  120. background-color: {color:Link};
  121. }
  122.  
  123. ::-moz-selection {
  124. color:{color:Text};
  125. background-color: {color:Link};
  126. }
  127.  
  128. ::-webkit-selection {
  129. color:{color:Text};
  130. background-color:{color:Link};
  131. }
  132.  
  133.  
  134.  
  135. a:link, a:active, a:visited{
  136. color: {color:Link};
  137. transition: all 0.4s ease;
  138. -o-transition-transition: all 0.9s ease;
  139. -webkit-transition: all 0.9s ease;
  140. -moz-transition: all 0.4s ease;
  141. text-decoration: none;
  142. }
  143.  
  144. a:hover {
  145. text-decoration: none;
  146. color: {color:Hover};
  147. text-decoration: none;
  148. -o-transition-transition: all 0.4s ease;
  149. -webkit-transition: all 0.9s ease;
  150. -moz-transition: all 0.9s ease;
  151. }
  152.  
  153. div#center{
  154. margin:auto;
  155.  
  156. position:relative;
  157. width:940px;
  158. background-color:;
  159. }
  160.  
  161. .entry {
  162. float:left;
  163. display: block;
  164. margin: 6px;
  165. margin-bottom:2px;
  166. overflow:hidden;
  167. overflow:hidden;
  168. text-align:center;
  169. {block:ifshadows}
  170. -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  171. -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  172. box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  173. margin:10px;
  174. {/block:ifshadows}
  175. {block:ifpostsanimation}transition: all 0.7s ease-in-out;{/block:ifpostsanimation}
  176. width:250px;
  177. {block:PermalinkPage}
  178. width:450px;
  179. text-align:left;
  180. {/block:PermalinkPage}
  181. }
  182.  
  183. .entry img{
  184. {block:IndexPage}
  185. width:250px;
  186. {/block:IndexPage}
  187. }
  188.  
  189. #permalink {
  190. position: absolute;
  191. margin-top: 1px;
  192. margin-left: 67px;
  193. opacity: 0;
  194. -webkit-transition: all 0.3s ease-in-out;
  195. -moz-transition: all 0.3s ease-in-out;
  196. -o-transition: all 0.3s ease-in-out;
  197. transition: all 0.3s ease-in-out;
  198. }
  199.  
  200. .entry:hover #permalink {
  201. margin-top: 14px;
  202. margin-left: 68px;
  203. opacity: 1;
  204. -webkit-transition: all 0.3s ease-in-out;
  205. -moz-transition: all 0.3s ease-in-out;
  206. -o-transition: all 0.3s ease-in-out;
  207. transition: all 0.3s ease-in-out;
  208. }
  209.  
  210. .countreblog {
  211. color: white;
  212. letter-spacing:1px;
  213. font-family: Arial;
  214. font-size:11px;
  215. line-height:15px;
  216. margin: 2px;
  217. margin-top: 2px;
  218. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  219. background-repeat:repeat;
  220. border:1px solid rgba(0,0,0,0.1);
  221. padding:3px 6px;
  222. padding-top: 2px;
  223. padding-bottom: 2px;
  224. height: 20px;
  225. -webkit-border-radius:2px;
  226. moz-border-radius:2px;
  227. -o-border-radius:2px;
  228. border-radius:2px;
  229. }
  230.  
  231.  
  232. .countreblog a { color: white; }
  233.  
  234. .perma {
  235. opacity: 0.0;
  236. filter: alpha(opacity = 0);
  237. margin-top: 0px;
  238. width: 60px;
  239. height: 30px;
  240. line-height: 30px;
  241. font-size: 9px;
  242. position:absolute;
  243. text-align: center;
  244. z-index:9999991;
  245. margin-top: 5px;
  246. margin-left: 4px;
  247. text-align: center;
  248. -webkit-transition: all 0.3s ease-in-out;
  249. -moz-transition: all 0.3s ease-in-out;
  250. -o-transition: all 0.3s ease-in-out;
  251. transition: all 0.3s ease-in-out;
  252. }
  253.  
  254. .entry:hover .perma {
  255. margin-top: 11px;
  256. opacity: 1;
  257. -webkit-transition: all 0.3s ease-in-out;
  258. -moz-transition: all 0.3s ease-in-out;
  259. -o-transition: all 0.3s ease-in-out;
  260. transition: all 0.3s ease-in-out;
  261. }
  262.  
  263. .likep {
  264. display: inline;
  265. width: 21px;
  266. float: right;
  267. height: 20px;
  268. margin-left:-4px;
  269. overflow: hidden;
  270. position: relative;
  271. z-index: 9999999;
  272. }
  273.  
  274. .likep a {
  275. background-image:
  276. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  277. background-position: 0px 0px;
  278. display: block;
  279. z-index: 9999999;
  280. opacity: 2;
  281. }
  282.  
  283. .likep img {
  284. width: 21px;
  285. height: 20px;
  286. opacity: 2;
  287. }
  288.  
  289. .rep img{
  290. width: 24px;
  291. height: 20px;
  292. line-height: 30px;
  293. display: inline;
  294. }
  295.  
  296. #posts {
  297. width:760px;
  298. margin-top: 0px;
  299. margin-left:230px;
  300. right:auto;
  301. margin-right:auto;
  302. position:relative;
  303. overflow-y: hidden;
  304.  
  305. }
  306.  
  307.  
  308. div#sidebar{
  309. height:auto;
  310. float:left;
  311. position:fixed !important;
  312. margin-left: 0px;
  313. margin-top:120px;
  314. width:190px;
  315. }
  316.  
  317. .title{
  318. font-size: 11px;
  319. line-height: 19px;
  320. color: {color:Title};
  321. font-weight: bold;
  322. }
  323.  
  324. .permalink {
  325. display: block;
  326. padding: 2px;
  327. margin: 4px 0px 0px 8px;
  328. color: #424242;
  329. line-height: 8px;
  330. text-align: right;
  331. -webkit-transition: color 0.5s ease-out;
  332. -moz-transition: color 0.5s ease-out;
  333. }
  334.  
  335. #infscr-loading{
  336. bottom: -70px;
  337. position: absolute;
  338. left: 50%;
  339. margin-left:-8px;
  340. width:16px;
  341. height:11px;
  342. overflow:hidden;
  343. margin-bottom: 50px;
  344. }
  345.  
  346. #postnotes{
  347. text-align: justify;}
  348.  
  349.  
  350. #description{
  351. text-align: center;
  352. margin-top:3px;}
  353.  
  354. #no{
  355. text-align: center;
  356. margin-top:6px;}
  357.  
  358. #hi{
  359. padding:6px;
  360. padding-left:8px;
  361. padding-right:8px;
  362. }
  363.  
  364.  
  365.  
  366. #ok {
  367. bottom:3px;
  368. right:3px;
  369. font-size:9px;
  370. position:fixed;
  371. }
  372.  
  373.  
  374.  
  375. #postnotes blockquote{
  376. border: 0px;}
  377.  
  378.  
  379. a img{border: 0px;}
  380.  
  381.  
  382. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  383.  
  384. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  385. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  386.  
  387. .notes img{width:10px; position:relative; top:3px;}
  388. <--ses-->
  389. small{font-size: 90%;}
  390.  
  391.  
  392. .kkkk{
  393. margin-top:-3px;
  394. }
  395.  
  396. .title{
  397. font-size: 11px;
  398. line-height:14px;
  399. color: {color:Title};
  400. font-weight: bold;
  401. }
  402.  
  403.  
  404. p{margin-top:5px; margin-bottom:5px; }
  405.  
  406. blockquote{
  407. padding:0px 0px 2px 3px;
  408. margin:0px 0px 2px 1px;
  409. }
  410. ul, ol, li{
  411. list-style:none;
  412. margin:0px;
  413. padding:0px;
  414. }
  415.  
  416.  
  417.  
  418.  
  419. .title{
  420. line-height: 18px;
  421. font-weight: normal;
  422. font-family:"calibri";
  423. font-size:13px;
  424. }
  425.  
  426.  
  427.  
  428. #audio {
  429. width:240px;
  430. height:auto;
  431. min-height:60px;
  432. padding-bottom:0px;
  433. margin-top:4px;
  434. }
  435. .cover {
  436. position:absolute;
  437. z-index:1;
  438. width:60px;
  439. height:60px;
  440. }
  441. .cover img {
  442. float:left;
  443. width:60px;
  444. margin-left:9px;
  445. height:60px;
  446. }
  447. .playbox {
  448. opacity:0.6;
  449. width:27px;
  450. height:30px;
  451. overflow:hidden;
  452. position:absolute;
  453. z-index:1000;
  454. margin-left:30px;
  455. margin-top:17px;
  456. text-align:center;
  457. }
  458. .info {
  459. margin-left:73px;
  460. margin-top:4px;
  461. line-height:14px;
  462. }
  463.  
  464.  
  465. {CustomCSS}
  466.  
  467. </style>
  468.  
  469. {block:IndexPage}
  470. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  471. <script type="text/javascript">
  472. $(window).load(function () {
  473. var $content = $('#posts');
  474. $content.masonry({itemSelector: '.entry'}),
  475. $content.infinitescroll({
  476. navSelector : 'div#pagination',
  477. nextSelector : 'div#pagination a#nextPage',
  478. itemSelector : '.entry',
  479. loading: {
  480. finishedMsg: '',
  481. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  482. },
  483. bufferPx : 600,
  484. debug : false,
  485. },
  486. // call masonry as a callback.
  487. function( newElements ) {
  488. var $newElems = $( newElements );
  489. $newElems.hide();
  490. // ensure that images load before adding to masonry layout
  491. $newElems.imagesLoaded(function(){
  492. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  493.  
  494.  
  495. });
  496. });
  497. });
  498. </script>
  499.  
  500. {/block:IndexPage}
  501.  
  502.  
  503. <title>{title}</title>
  504.  
  505. <link rel="shortcut icon" href="{Favicon}">
  506. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  507. <meta name="viewport" content="width=820" />
  508. </head>
  509. <body onkeydown="return false">
  510.  
  511. <body>
  512.  
  513. <div class="wrapper">
  514. <div class="header">
  515. </div>
  516.  
  517. <div id="cage">
  518. <div id="center">
  519. <div id="sidebar">
  520.  
  521. <a href="/"><img src="{image:Sidebar}"style="" width="190" style="margin-bottom:5px;"/></a>
  522. <br>
  523.  
  524.  
  525.  
  526. <div id="no">{Description}</div>
  527.  
  528.  
  529. <div id="description"><center>
  530.  
  531.  
  532. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}{block:IfLinktwotitle} {text:symbol} <a href="{text:link two}">{text:link two title}</a>{/block:IfLinktwotitle}{block:IfLinkthreetitle} {text:symbol} <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}{block:IfLinkfourtitle} {text:symbol} <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}{block:IfLinkfivetitle} {text:symbol} <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}{block:IfLinksixtitle} {text:symbol} <a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}
  533. {block:IfLinkseventitle} {text:symbol} <a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  534. </center></div>
  535.  
  536. </div>
  537.  
  538.  
  539.  
  540. <div id="ok">
  541. <a href="
  542. http://cyrusnigga.tumblr.com/">
  543. </a></div>
  544. <div class="left">
  545. <div id="posts">
  546. {block:Posts}
  547. <div class="entry">
  548.  
  549.  
  550.  
  551. {block:Text}
  552. <div id="hi">
  553. {block:Title}<span class="title">{Title}</span>{/block:Title}
  554. <span class="entrytext">{Body}</span>
  555. {block:IndexPage}
  556. <hr size=".8" width="220">
  557. <div align="right" style="padding-right:10px; padding-top:0px; padding-bottom:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  558. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  559. </a></div>
  560. {/block:IndexPage}</div>
  561. {/block:Text}
  562.  
  563. {block:Link}
  564. <div id="hi"><a href="{URL}" class="title">{Name}</a>
  565. {block:Description}{Description}{/block:Description}
  566. {block:IndexPage}
  567. <hr size=".8" width="220">
  568. <div align="right" style="padding-right:10px; padding-top:0px; padding-bottom:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  569. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  570. </a></div>
  571. {/block:IndexPage}</div>
  572. {block:Link}
  573.  
  574. {block:Photo}
  575. {block:IndexPage}{LinkOpenTag}<div class="perma">
  576. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  577. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  578. </div>
  579. <a href="{permalink}">
  580. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px/></a></a>{LinkCloseTag}
  581. <div class="permalink2">
  582. </div>
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=450px/></a></div>{LinkCloseTag}
  586. {/block:PermalinkPage}
  587. {/block:Photo}
  588.  
  589. {block:Photoset}
  590. <div class="perma">
  591. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  592. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  593. </div>
  594.  
  595. <div align="left" style=""><div style="width:400px !important;">{Photoset-250}</div></span></div>
  596. <div class="kkkk"></div>
  597. {/block:Photoset}
  598.  
  599.  
  600.  
  601.  
  602.  
  603. {block:Quote}<div id="hi"><span class="title">"{Quote}"</span> <p align=right>— {block:Source}<b>{Source}</b>{/block:Source}<br></p><p align=right>
  604.  
  605. {block:IndexPage}
  606. <hr size=".8" width="220">
  607. <div align="right" style="padding-right:10px; padding-top:0px; padding-bottom:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  608. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  609. </a></div>
  610. {/block:IndexPage}
  611.  
  612.  
  613. </div>
  614.  
  615.  
  616.  
  617. {/block:Quote}
  618.  
  619.  
  620.  
  621.  
  622. {block:Chat}
  623. <div id="hi">{block:Title}<span class="title">{Title}</span>{/block:Title}
  624. <ul class="chat">
  625. {block:Lines}
  626. <li class="user_{UserNumber}">
  627. {block:Label}
  628. <span class="label"><b>{Label}</b></span>
  629. {/block:Label}
  630.  
  631. {Line}
  632. </li>
  633. {/block:Lines}
  634. </ul>
  635. {block:IndexPage}
  636. <hr size=".8" width="220">
  637. <div align="right" style="padding-right:10px; padding-top:0px; padding-bottom:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  638. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  639. </a></div>
  640. {/block:IndexPage}</div>
  641. {/block:Chat}
  642.  
  643.  
  644.  
  645. {block:Audio}
  646. <div id="hi">
  647. <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>
  648. {block:IndexPage}
  649. <hr size=".8" width="220">
  650. <div align="right" style="padding-right:10px; padding-top:0px; padding-bottom:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  651. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  652. </a></div>
  653. {/block:IndexPage}</div>
  654. {block:IndexPage}
  655. {/block:IndexPage}
  656. {/block:Audio}
  657.  
  658.  
  659. {block:Video}
  660. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  661. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  662. {block:Video}
  663.  
  664. {block:PostNotes}<div align="middle">{caption}</div>
  665. <center>
  666.  
  667. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  668.  
  669. {block:RebloggedFrom}
  670. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  671. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  672.  
  673. {/block:RebloggedFrom}
  674. </center></span>
  675. <br>
  676. <div id="postnotes">{PostNotes}</div><br>
  677.  
  678. <center>{block:ContentSource}
  679. <br><a href="{SourceURL}">
  680. {lang:Source}:
  681. {block:SourceLogo}
  682. <img src="{BlackLogoURL}" width="{LogoWidth}"
  683. height="{LogoHeight}" alt="{SourceTitle}" />
  684. {/block:SourceLogo}
  685. {block:NoSourceLogo}
  686. {SourceLink}
  687. {/block:NoSourceLogo}
  688. </a>
  689. {/block:ContentSource}</center>
  690.  
  691. {/block:PostNotes}
  692. </div>
  693. {/block:Posts}
  694.  
  695.  
  696.  
  697.  
  698. </div>
  699.  
  700. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  701. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  702.  
  703.  
  704. </div>
  705.  
  706. {block:IndexPage}
  707. {block:Pagination}
  708. <div id="pagination">
  709. {block:NextPage}
  710. <a id="nextPage" href="{NextPage}"></a>
  711. {/block:NextPage}
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}"></a>
  714. {/block:PreviousPage}
  715. </div>
  716. {/block:Pagination}
  717. {/block:IndexPage}
  718.  
  719. </html>
  720.  
  721. {block:ifmusicbox}
  722. <div style="position:fixed;right:0px;bottom:11px;">
  723. <div style="overflow:hidden;line-height:13px; box-shadow: 0px 0px 2px #333333;width: 150px; height: auto; padding:5px; padding-top:3px; text-align: center;">{text:music code}</div>{/block:ifmusicbox}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement