Advertisement
sighthemes

Theme 9; By Deanna

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