Advertisement
ramisaaaaa

Untitled

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