Advertisement
sighthemes

Theme 15; By Deanna

Feb 8th, 2014
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.64 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 15 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js"type="text/JavaScript"></script>
  19.  
  20. <style>
  21. div#qTip {
  22. box-shadow:rgba(0,0,0,.05) 5px 5px;
  23. padding:4px;
  24. margin-left:15px;
  25. margin-top:15px;
  26. font-size:8px;
  27. display: none;
  28. text-align: center;
  29. position: absolute;
  30. letter-spacing:1px;
  31. text-transform:uppercase;
  32. z-index: 999999999999;
  33. background:white;
  34. color:{color:link};
  35. border:1px solid #ddd;
  36. font-style: oblique;
  37. max-width:150px;
  38. }
  39. </style>
  40. <script type="text/javascript">
  41. <!--
  42.  
  43. // Disable Right Click Script
  44.  
  45. function IE(e)
  46. {
  47. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  48. {
  49. return false;
  50. }
  51. }
  52. function NS(e)
  53. {
  54. if (document.layers || (document.getElementById && !document.all))
  55. {
  56. if (e.which == "2" || e.which == "3")
  57. {
  58. return false;
  59. }
  60. }
  61. }
  62. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  63.  
  64. //-->
  65. </script>
  66.  
  67.  
  68. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70.  
  71. <!--DEFAULT VARIABLES-->
  72. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  73. <meta name="color:background" content="#fff"/>
  74. <meta name="color:link" content="#777"/>
  75. <meta name="color:text" content="#777"/>
  76. <meta name="color:title" content="#333"/>
  77. <meta name="color:scrollbar" content="#ccc">
  78. <meta name="color:blogtitle" content="#aaa">
  79. <meta name="color:navigation" content="#aaa">
  80. <meta name="color:hover" content="#fff"/>
  81. <meta name="image:sidebar" content="1"/>
  82. <meta name="image:background" content="1"/>
  83. <meta name="if:show sidebar image" content="1" />
  84. <meta name="if:two columns" content="1" />
  85. <meta name="text:link one" content=""/>
  86. <meta name="text:link one title" content="link"/>
  87. <meta name="text:link two" content=""/>
  88. <meta name="text:link two title" content="link"/>
  89. <meta name="text:link three" content=""/>
  90. <meta name="text:link three title" content="link"/>
  91. <meta name="text:link four" content=""/>
  92. <meta name="text:link four title" content="link"/>
  93. <meta name="text:link five" content=""/>
  94. <meta name="text:link five title" content="link"/>
  95. <meta name="text:link six" content=""/>
  96. <meta name="text:link six title" content="link"/>
  97. <meta name="text:link seven" content=""/>
  98. <meta name="text:link seven title" content="link"/>
  99.  
  100. <style type="text/css">
  101.  
  102.  
  103. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  104.  
  105. ::-webkit-scrollbar-thumb{
  106. background-color: {color:scrollbar};
  107. border: 2px solid {color:background};
  108. height:5px;
  109. -moz-border-radius: 20px;
  110. border-radius: 20px;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height:5px;
  115. width:9px;
  116. background-color: #aaaaaa;
  117. border: 4px solid {color:background};
  118. }
  119.  
  120. ::selection {
  121. background: #fff;
  122. }
  123.  
  124. ::-moz-selection {
  125. background: #fff;
  126. }
  127.  
  128.  
  129. p {
  130. margin:0px;
  131. margin-top:5px;
  132. }
  133.  
  134.  
  135. body {
  136. padding: 0px;
  137. margin: 0px;
  138. color:{color:text};
  139. font-family:calibri;
  140. font-size:10px;
  141. line-height:100%;
  142. text-normal;
  143. text-align:left;
  144. background-color: {color:Background};
  145. background-image:url({image:Background});
  146. background-attachment: fixed;
  147. background-repeat: repeat;
  148. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  149. }
  150.  
  151.  
  152.  
  153. a:link, a:active, a:visited{
  154. text-decoration: none;
  155. -webkit-transition: color 0.3s ease-out;
  156. -moz-transition: color 0.3s ease-out;
  157. transition: color 0.3s ease-out;
  158. color:{color:link};
  159. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  160. }
  161.  
  162. a:hover {
  163. text-decoration: none;
  164. font-style:;
  165. color: {color:Hover};
  166. }
  167.  
  168. div#center{
  169. margin:auto;
  170. position:relative;
  171. width:900px;
  172. background-color:;
  173. overflow:auto;
  174. overflow-y:hidden;
  175. {block:iftwocolumns}
  176. width:1100px;
  177. {/block:iftwocolumns}
  178. }
  179.  
  180. .entry {
  181. float:left;
  182. display: block;
  183. margin:15px;
  184. width:220px;
  185. {block:iftwocolumns}
  186. width:200px;
  187. margin:25px;
  188. {/block:iftwocolumns}
  189. box-shadow:rgba(0,0,0,.05) 5px 5px;
  190. border:1px solid #ddd;
  191. padding:8px;
  192. padding-bottom:5px;
  193. {block:PermalinkPage}
  194. width:220px;
  195. text-align:left;
  196. line-height:11px;
  197. {block:iftwocolumns}
  198. width:470px;
  199. {/block:iftwocolumns}
  200. {/block:PermalinkPage}
  201. background:white;
  202. background-image:URL();
  203. }
  204.  
  205. .entry .perma a{
  206. width:10px;
  207. height:10px;
  208. right:-30px;
  209. position: absolute;
  210. line-height: 12px;
  211. overflow:hidden;
  212. text-align:center;
  213. top:0px;
  214. background:white;
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. padding:2px;
  218. font-size:9px;
  219. opacity: 0.0;
  220. -webkit-transition: all .7s ease;
  221. -moz-transition: all .7s ease;
  222. -o-transition: all .7s ease;
  223. transition: all .7s ease;
  224. box-shadow:rgba(0,0,0,.05) 4px 4px;
  225. border:1px solid #ddd;
  226. color:white;
  227. }
  228.  
  229. .entry:hover .perma a{
  230. opacity:1;
  231. }
  232.  
  233. .entry .perma2 a{
  234. width:10px;
  235. height:10px;
  236. right:-30px;
  237. position: absolute;
  238. line-height: 12px;
  239. overflow:hidden;
  240. text-align:center;
  241. top:26px;
  242. background:white;
  243. letter-spacing:1px;
  244. text-transform:uppercase;
  245. padding:2px;
  246. font-size:9px;
  247. opacity: 0.0;
  248. -webkit-transition: all .7s ease;
  249. -moz-transition: all .7s ease;
  250. -o-transition: all .7s ease;
  251. transition: all .7s ease;
  252. box-shadow:rgba(0,0,0,.05) 4px 4px;
  253. border:1px solid #ddd;
  254. color:white;
  255. }
  256.  
  257. .entry:hover .perma2 a{
  258. opacity:1;
  259. }
  260.  
  261.  
  262. .permalinktext{
  263. display: block;
  264. font-calibri;
  265. font-size:10px;
  266. line-height:3px;
  267. letter-spacing:1px;
  268. text-transform:uppercase;
  269. text-align: right;
  270. background-color:transparent;
  271. margin: 2px;
  272. margin-top:5px;
  273. border-top:1px solid #eee;
  274. padding-top:6px;
  275. }
  276.  
  277. #posts {
  278. width:400px;
  279. {block:iftwocolumns}
  280. width:600px;
  281. {/block:iftwocolumns}
  282. margin-top:1px;
  283. z-index:99;
  284. margin-left:319px;
  285. right:auto;
  286. background:transparent;
  287. margin-right:auto;
  288. position:relative;
  289. overflow-y: hidden;
  290. }
  291.  
  292. #sidebar{
  293. position:fixed !important;
  294. width:150px;
  295. background:white;
  296. height:auto;
  297. margin-top:16px;
  298. margin-left:95px;
  299. text-align:center;
  300. border:1px solid #ddd;
  301. padding:10px;
  302. box-shadow:rgba(0,0,0,.05) 5px 5px;
  303. {block:iftwocolumns}
  304. margin-top:26px;
  305. margin-left:125px;
  306. {/block:iftwocolumns}
  307. }
  308.  
  309. .tits{
  310. margin-top:1px;
  311. font-size:12px;
  312. color:{color:blogtitle};
  313. text-align:left;
  314. letter-spacing:1px;
  315. {block:ifshowsidebarimage}
  316. margin-top:5px;
  317. {/block:ifshowsidebarimage}
  318. }
  319.  
  320. .tri {
  321. float: left;
  322. margin-top: -2px;
  323. margin-left: 8px;
  324. width: 0px;
  325. height: 0px;
  326. border-style: solid;
  327. border-width: 15px 10px 0 4px;
  328. border-color: #f6f6f6 transparent transparent transparent;
  329. }
  330.  
  331. .tits2{
  332. margin-top:1px;
  333. font-size:12px;
  334. color:{color:navigation};
  335. text-align:left;
  336. letter-spacing:1px;
  337. }
  338.  
  339. #sidebar .desc{
  340. margin-top:6px;
  341. font-size:10px;
  342. font-style:oblique;
  343. text-align:justify;
  344. word-spacing:1px;
  345. color:{color:text};
  346. }
  347.  
  348. #links{
  349. position:fixed !important;
  350. width:80px;
  351. background:white;
  352. height:auto;
  353. margin-top:16px;
  354. margin-left:640px;
  355. text-align:center;
  356. border:1px solid #ddd;
  357. padding:10px;
  358. box-shadow:rgba(0,0,0,.05) 5px 5px;
  359. text-align:justify;
  360. z-index:9999;
  361. {block:iftwocolumns}
  362. margin-left:880px;
  363. margin-top:26px;
  364. {/block:iftwocolumns}
  365. }
  366.  
  367. .nav a{
  368. width:80px;
  369. margin-bottom:4px;
  370. font-size:11px;
  371. font-style:oblique;
  372. word-spacing:1px;
  373. color:{color:link};
  374. display:block;
  375. border:0px solid #fff;
  376. }
  377.  
  378. .nav a:hover{
  379. letter-spacing:3px;
  380. border-left:5px solid {color:link};
  381. color:{color:hover};
  382. padding-left:5px
  383. }
  384.  
  385. #audio {
  386. width:200px;
  387. height:auto;
  388. min-height:60px;
  389. padding-bottom:0px;
  390. }
  391.  
  392. .cover {
  393. position:absolute;
  394. z-index:1;
  395. width:60px;
  396. height:60px;
  397. }
  398.  
  399. .cover img {
  400. float:left;
  401. width:60px;
  402. height:60px;
  403. }
  404.  
  405. .playbox {
  406. opacity:0.6;
  407. width:27px;
  408. height:30px;
  409. overflow:hidden;
  410. position:absolute;
  411. z-index:1000;
  412. margin-left:17px;
  413. margin-top:17px;
  414. text-align:center;
  415. }
  416.  
  417. .info {
  418. margin-left:73px;
  419. margin-top:4px;
  420. line-height:14px;
  421. }
  422.  
  423. #creds{
  424. position:fixed;
  425. width:33px;
  426. bottom:-12px;
  427. right:2px;
  428. padding: 2px;
  429. font-family:consolas;
  430. font-size:8px;
  431. text-transform:uppercase;
  432. letter-spacing:1px;
  433. -webkit-transition: all .7s ease;
  434. -moz-transition: all .7s ease;
  435. -o-transition: all .7s ease;
  436. transition: all .7s ease;
  437. }
  438.  
  439. #creds:hover{
  440. bottom:0px;
  441. -webkit-transition: all .7s ease;
  442. -moz-transition: all .7s ease;
  443. -o-transition: all .7s ease;
  444. transition: all .7s ease;
  445. }
  446.  
  447. askk{
  448. font-size:9px;
  449. text-transform:uppercase;
  450. letter-spacing:1px;
  451. color:#73ac69;
  452. }
  453.  
  454. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  455.  
  456. .title{
  457. line-height: 12px;
  458. color:{color:Title};
  459. font-weight: normal;
  460. font-size:14px;
  461. }
  462.  
  463. .permalink{
  464. text-transform: normal;
  465. display: block;
  466. text-align: right;
  467. text-decoration: none;
  468. }
  469.  
  470. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  471. #infscr-loading{
  472. bottom: -70px;
  473. position: absolute;
  474. left: 50%;
  475. margin-left:-8px;
  476. width:16px;
  477. height:11px;
  478. overflow:hidden;
  479. margin-bottom: 50px;
  480. }
  481.  
  482. #postnotes{
  483. text-align: justify;}
  484.  
  485. #postnotes blockquote{
  486. border: 0px;}
  487.  
  488. blockquote{
  489. padding:0px 0px 2px 5px;
  490. margin:5px 5px 5px 5px;
  491. border-left: 1px solid {color:blogtitle};
  492. }
  493.  
  494. blockquote p, ul{
  495. margin:0px;
  496. padding:0px;
  497. }
  498.  
  499. a img{border: 0px;}
  500.  
  501.  
  502. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  503.  
  504. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  505. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  506.  
  507. .notes img{width:10px; position:relative; top:3px;}
  508. <--ses-->
  509. small{font-size: 90%;}
  510.  
  511. {CustomCSS}
  512.  
  513. </style>
  514.  
  515. {block:IndexPage}
  516. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  517. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  518.  
  519. <script type="text/javascript">
  520. $(window).load(function(){
  521. var $wall = $('#posts');
  522. $wall.imagesLoaded(function(){
  523. $wall.masonry({
  524. itemSelector: '.entry, .entry_photo',
  525. isAnimated : false
  526. });
  527. });
  528.  
  529. $wall.infinitescroll({
  530. navSelector : '#pagination',
  531. nextSelector : '#pagination a',
  532. itemSelector : '.entry, .entry_photo',
  533. bufferPx : 2000,
  534. debug : false,
  535. errorCallback: function() {
  536. $('#infscr-loading').fadeOut('normal');
  537. }},
  538. function( newElements ) {
  539. var $newElems = $( newElements );
  540. $newElems.hide();
  541. $newElems.imagesLoaded(function(){
  542. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  543. });
  544. }); $('#posts').show(500);
  545. });
  546. </script>
  547.  
  548.  
  549. {/block:IndexPage}
  550.  
  551.  
  552. <title>{title}</title>
  553.  
  554. <link rel="shortcut icon" href="{Favicon}" />
  555. <meta name="viewport" content="width=820" />
  556. </head>
  557.  
  558. <body>
  559. <BODY onselectstart="return false;" ondragstart="return false;">
  560. <div class="wrapper">
  561. <div class="header">
  562. </div>
  563.  
  564. <div id="cage">
  565. <div id="center">
  566.  
  567. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  568. <div id="sidebar">
  569. <center>
  570. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=100%></a>{/block:ifshowsidebarimage}
  571. <div class="tits">{title}</div>
  572. <div class="desc">{description}</div>
  573. </center>
  574. </div>
  575.  
  576. <div id="links">
  577. <div class="tits2">navigation</div> <p>
  578. <div class="nav">
  579.  
  580. <a href="/">refresh</a>
  581.  
  582. <a href="/ask">message</a>
  583.  
  584. <a href="{text:link one}">{text:link one title}</a>
  585.  
  586. <a href="{text:link two}">{text:link two title}</a>
  587.  
  588. <a href="{text:link three}">{text:link three title}</a>
  589.  
  590. <a href="{text:link four}">{text:link four title}</a>
  591.  
  592. <a href="{text:link five}">{text:link five title}</a>
  593.  
  594. <a href="{text:link six}">{text:link six title}</a>
  595.  
  596. <a href="{text:link seven}">{text:link seven title}</a>
  597.  
  598. <a href="http://sighthemes.tumblr.com">theme</a>
  599.  
  600.  
  601. </div>
  602. </div>
  603. <!------------------------------------->
  604.  
  605.  
  606. <div class="left">
  607. <div id="posts">
  608. {block:Posts}
  609. <div class="entry">
  610.  
  611. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  612. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  613. {/block:Text}
  614.  
  615. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<div class="permalinktext">
  616. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{block:Link}
  617.  
  618. {block:Answer}
  619. <div style="margin: 2px 2px 2px 2px; min-height:auto; padding: 5px; background-color: #f6f6f6; font-size:10px; border-radius:3px;">
  620.  
  621. <askk><b>{Asker}</b></askk>: {Question}</div><div class="tri"></div><p>
  622. <div style="padding-top:2px; padding-bottom:5px; padding-left:3px; background: transparent; text-align:right;">{answer}</div>
  623. <div class="permalinktext">
  624. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Answer}
  625.  
  626. {block:Photo}
  627. {block:IndexPage}
  628. <center>
  629. <div class="perma">
  630. <a href="{reblogurl}" target="_blank" title="reblog">reblog </a>
  631. </div>
  632. <div class="perma2">
  633. <a href="{permalink}" title="{notecount}">permalink </a>
  634. </div>
  635. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  636. {/block:IndexPage}
  637. {block:PermalinkPage}
  638. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  639.  
  640. {LinkCloseTag}
  641. {/block:PermalinkPage}
  642. {/block:Photo}
  643.  
  644. {block:Photoset}
  645. <center>
  646. {block:IndexPage}
  647. <div class="perma">
  648. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  649. </div>
  650. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  651. {/block:IndexPage}
  652. </center>
  653. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  654. {/block:Photoset}
  655.  
  656. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  657. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Quote}
  658.  
  659. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  660. <ul class="chat">
  661. {block:Lines}
  662. <li class="user_{UserNumber}">
  663. {block:Label}
  664. <span class="label">{Label}</span>
  665. {/block:Label}
  666.  
  667. {Line}
  668. </li>
  669. {/block:Lines}
  670. <div class="permalinktext">
  671. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  672. {/block:Chat}
  673.  
  674. {block:Audio}
  675. <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>
  676. {block:IndexPage}
  677. <div class="permalinktext">
  678. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  679. {/block:IndexPage}
  680. {/block:Audio}
  681.  
  682. {block:Video}
  683. <center>
  684. {block:IndexPage}
  685. <div class="perma">
  686. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  687. </div>
  688. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  689. {/block:IndexPage}
  690. </center>
  691. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  692. {block:Video}
  693.  
  694.  
  695. {block:PostNotes}<div align="left">{caption}</div>
  696. <center>
  697.  
  698. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  699.  
  700. {block:HasTags}
  701. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  702. {block:RebloggedFrom}
  703. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  704. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  705.  
  706. {/block:RebloggedFrom}
  707. </center></span>
  708. <br>
  709. <div id="postnotes">{PostNotes}</div><br>
  710.  
  711. <center>{block:ContentSource}
  712. <br><a href="{SourceURL}">
  713. {lang:Source}:
  714. {block:SourceLogo}
  715. <img src="{BlackLogoURL}" width="{LogoWidth}"
  716. height="{LogoHeight}" alt="{SourceTitle}" />
  717. {/block:SourceLogo}
  718. {block:NoSourceLogo}
  719. {SourceLink}
  720. {/block:NoSourceLogo}
  721. </a>
  722. {/block:ContentSource}</center>
  723.  
  724. {/block:PostNotes}
  725. </div>
  726. {/block:Posts}
  727. </div></div>
  728.  
  729. {block:IndexPage}
  730. {block:Pagination}
  731. <div id="pagination">
  732. {block:NextPage}
  733. <a id="nextPage" href="{NextPage}"></a>
  734. {/block:NextPage}
  735. {block:PreviousPage}
  736. <a href="{PreviousPage}"></a>
  737. {/block:PreviousPage}
  738. </div>
  739. {/block:Pagination}
  740. {/block:IndexPage}
  741. </body>
  742. <div style="position:fixed; bottom:5px; left:5px; padding: 2px;"> <a href="http://sighthemes.tumblr.com" title="Theme by SighThemes"><img src="https://31.media.tumblr.com/tumblr_lkqyv3y43J1qi6qow.gif" style="width:30px;"></a></div>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement