Advertisement
ramisaaaaa

Untitled

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