Advertisement
extendedhate

"fireside" theme

Nov 29th, 2013
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.60 KB | None | 0 0
  1. <!--
  2. "fireside" theme by coolified
  3. keep the credit or add it to your faq & enjoy!
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14.  
  15. <!--DEFAULT VARIABLES-->
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <meta name="color:Background" content="#fff"/>
  18. <meta name="color:Hover" content="#fff"/>
  19. <meta name="color:Entry Text" content="#aaa"/>
  20. <meta name="color:Description Text" content="#aaa"/>
  21. <meta name="color:Links" content="#aaa"/>
  22. <meta name="color:Title" content="#aaa"/>
  23. <meta name="image:Background" content="0"/>
  24. <meta name="image:Sidebar" content="0"/>
  25. <meta name="text:Link One" content="">
  26. <meta name="text:Link One Title" content="">
  27. <meta name="text:Link Two" content="">
  28. <meta name="text:Link Two Title" content="">
  29. <meta name="text:Link Three" content="">
  30. <meta name="text:Link Three Title" content="">
  31. <meta name="text:Link Four" content="">
  32. <meta name="text:Link Four Title" content="">
  33. <meta name="text:Link Five" content="">
  34. <meta name="text:Link Five Title" content="">
  35. <meta name="color:Scrollbar" content="#000000"/>
  36. <meta name="color:Scrollbar Background" content="#fff"/>
  37. <meta name="if:White Follow Buttons" content="1" />
  38. <meta name="if:Faded Images" content="1" />
  39. <meta name="if:Inverted Images" content="1" />
  40.  
  41. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:200,
  48. tip_fade_speed:300
  49. }
  50. );
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <style type="text/css">
  56.  
  57. #s-m-t-tooltip{ z-index: 99999;
  58. background: #FFF;
  59. font-size: 8px;
  60. line-height: 11px;
  61. font-family: 'silkscreen';
  62. letter-spacing: 0px;
  63. text-transform: none;
  64. color: #000;
  65. text-align: center;
  66. padding: 5px;
  67. border: 1px solid #eeeded;
  68. border-radius: 2px;
  69. display: block;
  70. max-width: 170px;
  71. margin: 6px 10px;
  72. -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  73. -moz-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  74. box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);}
  75. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  76. ::-webkit-scrollbar-thumb{
  77. background-color: {color:scrollbar};
  78. border: 2px solid {color:scrollbar background};
  79. height:auto;
  80. -moz-border-radius: 10px;
  81. border-radius: 10px;
  82. }
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar {
  87. height:auto;
  88. width:8px;
  89. background-color: #999999;
  90. border: 4px solid {color:scrollbar background};
  91. }
  92.  
  93.  
  94. {block:ifWhiteFollowButtons}iframe#tumblr_controls {-webkit-filter: invert(100%); right:2px !important; z-index: 1; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  95.  
  96. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  97.  
  98. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}{/block:ifWhiteFollowButtons}
  99.  
  100. {block:ifNOTWhiteFollowButtons}iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  101.  
  102. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  103.  
  104. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}{/block:ifNOTWhiteFollowButtons}
  105. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  106.  
  107.  
  108. p {
  109. margin:0px;
  110. margin-top:0px;
  111. }
  112.  
  113.  
  114. body {
  115. padding: 0px;
  116. margin: 0px;
  117. color:{color:Entry Text};
  118. font-family: helvetica;
  119. text-align: left;
  120. line-height:11px;
  121. text-align: center;
  122. font-size:10px;
  123. background-color: {color:Background};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat;
  127. background-size:100%;
  128. }
  129.  
  130.  
  131. a:link, a:active, a:visited{
  132. text-decoration: none;
  133. -webkit-transition: color 0.3s ease-out;
  134. -moz-transition: color 0.3s ease-out;
  135. transition: color 0.3s ease-out;
  136. color:{color:Links};
  137. }
  138.  
  139. a:hover {
  140. text-decoration: none;
  141. font-style:;
  142. color: {color:Hover};
  143. }
  144.  
  145. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  146.  
  147. .entry{
  148. text-align:left;
  149. float:left;
  150. font-family: helvetica;
  151. font-size: 10px;
  152. width: 250px;
  153. height: auto;
  154. {block:PermalinkPage}
  155. width: 500px;
  156. height: auto;
  157. {/block:PermalinkPage}
  158. line-height:12px;
  159. background-color:#fff;
  160. margin:15px;
  161. overflow:hidden;
  162. border: 0px solid #fdfdfd;
  163. padding:25px;
  164. border-radius: 0px;{block:ifinvertedimages}-webkit-filter:grayscale(60%);{/block:ifinvertedImages}
  165. transition: all 0.5s ease-out;
  166. -o-transition-transition: all 0.5s ease-out;
  167. -webkit-transition: all 0.5s ease-out;
  168. -moz-transition: all 0.5s ease-out;
  169. }
  170. {block:iffadedimages}.entry img{
  171. opacity: 0.6;
  172. border-radius: 0px;
  173. transition: all 0.5s ease-out;
  174. -o-transition-transition: all 0.5s ease-out;
  175. -webkit-transition: all 0.5s ease-out;
  176. -moz-transition: all 0.5s ease-out;}
  177.  
  178. .entry img:hover{
  179. opacity:0.8;
  180. transition: all 0.5s ease-out;
  181. -o-transition-transition: all 0.5s ease-out;
  182. -webkit-transition: all 0.5s ease-out;
  183. -moz-transition: all 0.5s ease-out;} {/block:iffadedimages}
  184.  
  185.  
  186.  
  187.  
  188.  
  189. .permalinktext a{
  190. color: {entry links};}
  191. .permalinktext {
  192. display: block;
  193. padding: 8px;
  194. margin: 9px 0px 0px 0px;
  195. font-family:helvetica;
  196. font-size: 10px;
  197. color: #aaa;
  198. line-height: 10px;
  199. letter-spacing:1px;
  200. text-align: right;
  201. font-style: none;
  202. word-spacing: 5px;
  203. text-decoration: none;
  204. border-top: 1px solid #f8f8f8;
  205. background-color:#fff;
  206. webkit-transition: all 0.2s linear;
  207. -webkit-transition: all 0.2s linear;
  208. -moz-transition: all 0.2s linear;
  209. transition: all 0.2s linear;
  210. }
  211.  
  212. .permalinktext:hover{
  213. webkit-transition: all 0.2s linear;
  214. -webkit-transition: all 0.2s linear;
  215. -moz-transition: all 0.2s linear;
  216. transition: all 0.2s linear;
  217. }
  218.  
  219. .perma1 {
  220. color:black;
  221. font-size:9px;
  222. line-height: 10px;
  223. opacity: 0;
  224. -webkit-transition-duration: .75s;top:25px;
  225. width:auto;
  226. height:auto;
  227. padding: 5px;
  228. border-radius: 0px;
  229. background-color: #fff;
  230. color: {color:entry text};
  231. position: absolute;
  232. margin-top:5px;
  233. text-align:center;
  234. border: 1px solid #f8f8f8;
  235. font-family:helvetica;
  236. letter-spacing:1px;
  237. display:block;
  238. margin-left: -25px;-webkit-transform: rotate(0deg);
  239. -moz-transform: rotate(0deg);
  240. }
  241.  
  242. .entry:hover .perma1 {
  243. opacity:1;
  244. z-index:999999;
  245. margin-left: 5px;-webkit-transform: rotate(0deg);
  246. -moz-transform: rotate(0deg);}
  247.  
  248. #postnotes{
  249. text-align: left;}
  250.  
  251. #postnotes blockquote{
  252. border: 0px;}
  253.  
  254.  
  255. blockquote{
  256. padding:0px 0px 2px 3px;
  257. margin:0px 0px 2px 1px;
  258. }
  259. ul, ol, li{
  260. list-style: square;
  261. margin-left:26px;
  262. padding:0px;
  263. }
  264.  
  265. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  266. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  267. }
  268.  
  269. @font-face { font-family: "cedar"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  270.  
  271. .caption { margin-left:5px; line-height:0px; }
  272. .blockquote, blockquote { text-align:left; letter-spacing:0px; padding-left:5px; border-left:3px solid #cccccc; }
  273. blockquote small, blockquote { font-size:10px; }
  274.  
  275. #cunt{width:250px; height:auto;}
  276. {block:PermalinkPage}
  277. width:410px;
  278. {/block:PermalinkPage}
  279. }
  280.  
  281. #center{
  282. padding-top:3px;
  283. padding-bottom:3px;
  284. position:fixed !important;
  285. width:250px;
  286. height:207px;
  287. background-color:#fff;
  288. {block:PermalinkPage}
  289. width:410px;
  290. height:207px;
  291. {/block:PermalinkPage}
  292. }
  293. #posts{
  294. opacity: 1;
  295. float:center;
  296. width:750px;
  297. margin-left: 470px;
  298. margin-top:0px;
  299. padding-top: 0px;
  300. transition: all 0.5s ease-out;
  301. -o-transition-transition: all 0.5s ease-out;
  302. -webkit-transition: all 0.5s ease-out;
  303. -moz-transition: all 0.5s ease-out;
  304. }
  305. #sidebar{
  306. position:fixed;
  307. text-align: center;
  308. opacity:1;
  309. height:100%;
  310. background: white;
  311. border-radius: 0px;
  312. width: 200px;
  313. letter-spacing: 0px;
  314. color:{color:description text};
  315. padding: 25px;
  316. font-family: helvetica;
  317. font-size: 9px;
  318. line-height: 10px;
  319. letter-spacing: 1px;
  320. z-index: 9999;
  321. text-transform: none;
  322. margin-top:px;
  323. margin-left:201px;
  324. -o-transition-transition: all 0.5s ease-out;
  325. -webkit-transition: all 0.5s ease-out;
  326. -moz-transition: all 0.5s ease-out;
  327. }
  328.  
  329.  
  330. .title{
  331. font-family: cedar;
  332. font-size: 25px;
  333. line-height: 28px;
  334. color:{color:Title};
  335. letter-spacing: 0px;
  336. text-transform: lowercase;
  337. font-weight: normal;
  338. text-align: left;
  339. padding:0px 0px 0px 0px;
  340. }
  341.  
  342. @font-face {
  343. font-family: "prop";
  344. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  345. }
  346.  
  347. .blogtitle{
  348. font-family: prop;
  349. font-size: 28px;
  350. line-height: 20px;
  351. color:{color:Title};
  352. z-index: 1;
  353. text-transform: none;
  354. font-weight: normal;
  355. }
  356. askk{
  357. font-family:helvetica;
  358. font-size: 10px;
  359. line-height:10px;
  360. z-index: 1;
  361. letter-spacing: 1px;
  362. color: {color:entry links};
  363. font-weight: normal;}
  364.  
  365.  
  366. #infscr-loading{
  367. bottom: -70px;
  368. position: absolute;
  369. left: 50%;
  370. margin-left:-8px;
  371. width:16px;
  372. height:11px;
  373. overflow:hidden;
  374. margin-bottom: 50px;
  375. }
  376.  
  377. #postnotes{
  378. text-align: justify;}
  379.  
  380. #postnotes blockquote{
  381. border: 0px;}
  382.  
  383. blockquote{
  384. padding:0px 0px 0px 5px;
  385. margin:0px 0px 0px 10px;
  386. border-left: 1px dotted #ddd;
  387. }
  388.  
  389. blockquote p, ul{
  390. margin:0px;
  391. padding:0px;
  392. }
  393.  
  394. a img{border: 0px;}
  395.  
  396.  
  397.  
  398. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  399. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  400.  
  401. .notes img{width:10px; position:relative; top:3px;}
  402. <--ses-->
  403. small{font-size: 90%;}
  404.  
  405. {CustomCSS}
  406.  
  407. #audio {width:500px; height:auto; min-height:60px; padding-bottom:13px;}
  408. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  409. .cover img {float:left; width:60px; height:60px;}
  410. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  411. .info {margin-left:73px; width: 200px;margin-top:4px; line-height:14px;}
  412. </style>
  413.  
  414. {block:IndexPage}
  415. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  416. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  417.  
  418. <script type="text/javascript">
  419. $(window).load(function(){
  420. var $wall = $('#posts');
  421. $wall.imagesLoaded(function(){
  422. $wall.masonry({
  423. itemSelector: '.entry, .entry_photo',
  424. isAnimated : false
  425. });
  426. });
  427.  
  428. $wall.infinitescroll({
  429. navSelector : '#pagination',
  430. nextSelector : '#pagination a',
  431. itemSelector : '.entry, .entry_photo',
  432. bufferPx : 2000,
  433. debug : false,
  434. errorCallback: function() {
  435. $('#infscr-loading').fadeOut('normal');
  436. }},
  437. function( newElements ) {
  438. var $newElems = $( newElements );
  439. $newElems.hide();
  440. $newElems.imagesLoaded(function(){
  441. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  442. });
  443. }); $('#posts').show(500);
  444. });
  445. </script>
  446.  
  447.  
  448. {/block:IndexPage}
  449.  
  450.  
  451. <title>{title}</title>
  452.  
  453. <link rel="shortcut icon" href="{favicon}" />
  454. <meta name="viewport" content="width=820" />
  455. </head>
  456.  
  457. <body>
  458.  
  459. <div id="center">
  460. <div id="content">
  461. <div style=" position: fixed; top:30px; background: white; right: 10px; border: 1px solid #f8f8f8; padding: 3px"><a href="http://coolified.tumblr.com/"><img src="http://media.tumblr.com/tumblr_lfhu337F4Z1qzvcyt.gif"></a> </div>
  462.  
  463. <div id="sidebar"><br><br><br><Br><Br><Br><Br><Br><Br><br><br><br><div style="border: 0px solid #f8f8f8;"><a href="/"><img src="{image:sidebar}" style="width:185px;"></a></div><Br><div style="border: 0px solid #f8f8f8; padding: 10px;">{description}<br><br>
  464. <center><a href="{text:Link One}">{text:Link One Title}</a> /
  465.  
  466. <a href="{text:Link Two}">{text:Link Two Title}</a> /
  467.  
  468. <a href="{text:Link Three}">{text:Link Three Title}</a> /
  469.  
  470. <a href="{text:Link Four}">{text:Link Four Title}</a> /
  471.  
  472. <a href="{text:Link Five}">{text:Link Five Title}</a>
  473. </center></div>
  474.  
  475. </div>
  476.  
  477. <center>
  478. </center>
  479. </div></div>
  480. </div>
  481.  
  482. </div>
  483.  
  484. <div class="left">
  485. <div id="posts">
  486. {block:Posts}
  487. <div class="entry">
  488.  
  489. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"><a href="{permalink}"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  490. {/block:Text}
  491.  
  492. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:Link}
  493.  
  494. {block:Photo}
  495. {block:IndexPage}
  496. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  497. <div class="perma1">+ {posted {timeago}<br>
  498. this has <a href="{permalink}">{notecountwithlabel}</a><br>
  499. <a href="{ReblogURL}" target="_blank">reblog</a> this post}
  500. </div>
  501.  
  502. {/block:IndexPage}
  503. {block:PermalinkPage}
  504. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  505. {block:caption}{caption}{/block:caption}
  506. {LinkCloseTag}
  507. {/block:PermalinkPage}
  508. {/block:Photo}
  509.  
  510. {block:Answer}
  511. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; border-radius: 0px; border: 1px solid #f8f8f8; padding: 6px; background: white;"/>
  512. <div style="margin-top:0px; margin-bottom:0px; height:44px; padding: 5px; background-color:#f8f8f8; overflow: auto;">
  513.  
  514. <askk>{Asker}</askk>: {Question}</div>
  515. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div><div class="permalinktext"><a href="{permalink}"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  516. {/block:Answer}
  517.  
  518. {block:Photoset}
  519. {block:IndexPage}
  520. <center>{Photoset-250}</center>
  521. <div class="perma1"><a href="{permalink}">{notecount}</a> // <a href="{reblogurl}">reblog</a>
  522. </div>
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. <center>
  526. {Photoset-250}</center>
  527. {/block:PermalinkPage}
  528. {/block:Photoset}
  529.  
  530. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext"><a href="{permalink}"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:Quote}
  531.  
  532. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  533. <ul class="chat">
  534. {block:Lines}
  535. <li class="user_{UserNumber}">
  536. {block:Label}
  537. <span class="label">{Label}</span>
  538. {/block:Label}
  539.  
  540. {Line}
  541. </li>
  542. {/block:Lines}<div class="permalinktext"><a href="{permalink}"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  543. {/block:Chat}
  544.  
  545. {block:Video}
  546. {block:IndexPage}
  547. {Video-250}</center><div class="permalink1"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. <center>
  551. {Video-500}</center>
  552. {/block:PermalinkPage}
  553. {block:Video}
  554.  
  555. {block:Audio}
  556. <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>
  557. {block:IndexPage}<div class="permalink1"> <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  558. {/block:IndexPage}
  559. {/block:Audio}
  560.  
  561. {block:PostNotes}
  562. <center>
  563.  
  564. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  565.  
  566. {block:HasTags}
  567. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  568. {block:RebloggedFrom}
  569. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  570. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  571.  
  572. {/block:RebloggedFrom}
  573. </center></span>
  574. <br>
  575. <div id="postnotes">{PostNotes}</div><br>
  576.  
  577. <center>{block:ContentSource}
  578. <br><a href="{SourceURL}">
  579. {lang:Source}:
  580. {block:SourceLogo}
  581. <img src="{BlackLogoURL}" width="{LogoWidth}"
  582. height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}
  585. {SourceLink}
  586. {/block:NoSourceLogo}
  587. </a>
  588. {/block:ContentSource}</center>
  589.  
  590. {/block:PostNotes}
  591. </div>
  592. {/block:Posts}
  593. </div></div>
  594.  
  595. {block:IndexPage}
  596. {block:Pagination}
  597. <div id="pagination">
  598. {block:NextPage}
  599. <a id="nextPage" href="{NextPage}"></a>
  600. {/block:NextPage}
  601. {block:PreviousPage}
  602. <a href="{PreviousPage}"></a>
  603. {/block:PreviousPage}
  604. </div>
  605. {/block:Pagination}
  606. {/block:IndexPage}
  607. </body>
  608.  
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement