Advertisement
hor4ny

Theme 16 - themesbycaralinaandnancy

Jun 23rd, 2012
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 KB | None | 0 0
  1. <!--
  2. Theme basecode by takec4re. Original sidebar by s0pas.
  3. Put together and edited by cuntcealer.
  4.  
  5. If you remove the credit, put it in your faq please.
  6. -->
  7.  
  8.  
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <div style="position:fixed; right:1px; bottom:1px;"><a href="http://themesbycaralinaandnancy.tumblr.com">theme</a></div>
  16.  
  17. <script type="text/javascript">
  18. <!--
  19.  
  20. // Disable Right Click Script
  21.  
  22. function IE(e)
  23. {
  24. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  25. {
  26. return false;
  27. }
  28. }
  29. function NS(e)
  30. {
  31. if (document.layers || (document.getElementById && !document.all))
  32. {
  33. if (e.which == "2" || e.which == "3")
  34. {
  35. return false;
  36. }
  37. }
  38. }
  39. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  40.  
  41. //-->
  42. </script>
  43.  
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48. <!-- DEFAULT VARIABLES -->
  49. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52. <meta name="color:background" content="#fff"/>
  53. <meta name="color:link" content="#000"/>
  54. <meta name="color:text" content="#000"/>
  55. <meta name="color:title" content="#777"/>
  56. <meta name="color:hover" content="#fff"/>
  57. <meta name="image:sidebar" content="1"/>
  58. <meta name="image:background" content="1"/>
  59. <meta name="if:show photo" content="1"/>
  60. <meta name="if:show blog title" content="1"/>
  61. <meta name="if:scrollbar" content="1"/>
  62. <meta name="text:Link One Title" content="link" />
  63. <meta name="text:Link One" content="" />
  64. <meta name="text:Link Two Title" content="link" />
  65. <meta name="text:Link Two" content="" />
  66. <meta name="text:music code" content="music code. player width must be 124" />
  67. <meta name="text:sidebar quote" content="Fill this box up with something like a quote k."/>
  68. <meta name="text:marquee text" content="insert something here.. yeah." />
  69.  
  70. <style type="text/css">
  71.  
  72. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  73.  
  74. @font-face{
  75. font-family: 'pixel';
  76. font-style: normal;
  77. font-weight: normal;
  78. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  79.  
  80.  
  81. {block:ifscrollbar}
  82. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff;}
  83. ::-webkit-scrollbar-thumb {background: #ddd;}
  84. {/block:ifscrollbar}
  85.  
  86. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-
  87.  
  88. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  89.  
  90. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s
  91.  
  92. ease-out;}
  93.  
  94.  
  95. .wrapper{
  96. margin: 0px auto;
  97. width: 100%;
  98. }
  99.  
  100. .header{
  101. float: left;
  102. width: 100%;
  103. }
  104.  
  105. .left{
  106. float: left;
  107. margin-right: 20px;
  108. width: 802px;
  109. }
  110.  
  111. .right{
  112. float: right;
  113. width: 200px;
  114. background-color: #fff;
  115. }
  116.  
  117. p {
  118. margin:0px;
  119. margin-top:0px;
  120. }
  121.  
  122.  
  123.  
  124. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  125.  
  126.  
  127. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  128.  
  129. body {
  130. padding: 0px;
  131. margin: 0px;
  132. color:{color:text};
  133. font-family: ronda;
  134. font-size: 8px;
  135. line-height:10px;
  136. letter-spacing: 0px;
  137. background-color: {color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-repeat: repeat;
  141. }
  142.  
  143. a:link, a:active, a:visited{
  144. text-decoration: none;
  145. -webkit-transition: color 0.3s ease-out;
  146. -moz-transition: color 0.3s ease-out;
  147. transition: color 0.3s ease-out;
  148. color:{color:link};
  149. }
  150.  
  151. a:hover {
  152. text-decoration: none;
  153. font-style: italic;
  154. color: {color:Hover};
  155. }
  156.  
  157. div#center{
  158. margin:auto;
  159. position:relative;
  160. width:1000px;
  161. background-color:;
  162. overflow:auto;
  163. overflow-y:hidden;
  164. }
  165.  
  166. .entry {
  167. float:left;
  168. display: block;
  169. margin: 2px;
  170. margin-bottom:1px;
  171. padding:2px;
  172. border:1px solid #bbb;
  173. overflow:hidden;
  174. width:250px;
  175. {block:PermalinkPage}
  176. width:500px;
  177. text-align:left;
  178. {/block:PermalinkPage}
  179. background: transparent;
  180. background-image:URL();
  181. }
  182.  
  183. #permalink {
  184. position: absolute;
  185. margin-top: 14px;
  186. margin-left: 69px;
  187. opacity: 0;
  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:hover #permalink {
  195. margin-top: 14px;
  196. margin-left: 69px;
  197. opacity: 1;
  198. -webkit-transition: all .7s ease;
  199. -moz-transition: all .7s ease;
  200. -o-transition: all .7s ease;
  201. transition: all .7s ease;
  202. }
  203.  
  204. .countreblog {
  205. color: #fff;
  206. height: 20px;
  207. padding: 2px;
  208. font-weight:bold;
  209. font-family:arial;
  210. font-size:11px;
  211. line-height:10px;
  212. font-style: none;
  213. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  214. background-repeat:repeat;
  215. border:1px solid rgba(0,0,0,0.1);
  216. -webkit-border-radius:2px;
  217. moz-border-radius:2px;
  218. -o-border-radius:2px;
  219. border-radius:2px;
  220. -webkit-transition: all .7s ease;
  221. -moz-transition: all .7s ease;
  222. -o-transition: all .7s ease;
  223. transition: all .7s ease;
  224. }
  225.  
  226. .countreblog a { color: #FFF; }
  227.  
  228. .perma{
  229. position:absolute;
  230. width: 60px;
  231. height: 30px;
  232. margin-top: 9px;
  233. margin-left: 3px;
  234. z-index:9999991;
  235. opacity: 0.0;
  236. filter: alpha(opacity = 0);
  237. -webkit-transition: all .7s ease;
  238. -moz-transition: all .7s ease;
  239. -o-transition: all .7s ease;
  240. transition: all .7s ease;
  241. }
  242.  
  243. .entry:hover .perma {
  244. -webkit-transition: opacity 0.6s linear;
  245. margin-top: 9px;
  246. margin-left: 3px;
  247. opacity: 1;
  248. -webkit-transition: all .7s ease;
  249. -moz-transition: all .7s ease;
  250. -o-transition: all .7s ease;
  251. transition: all .7s ease;
  252. }
  253.  
  254. .likep {
  255. display: inline;
  256. overflow: hidden;
  257. position: relative;
  258. float: right;
  259. width: 21px;
  260. height: 20px;
  261. margin-left:-4px;
  262. z-index: 9999999;
  263. }
  264.  
  265. .likep a {
  266. background-image:
  267. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  268. background-position: 0px 0px;
  269. display: block;
  270. z-index: 9999999;
  271. -webkit-transition: all .7s ease;
  272. -moz-transition: all .7s ease;
  273. -o-transition: all .7s ease;
  274. transition: all .7s ease;
  275. }
  276.  
  277. .likep img {
  278. width: 21px;
  279. height: 20px;
  280. -webkit-transition: all .7s ease;
  281. -moz-transition: all .7s ease;
  282. -o-transition: all .7s ease;
  283. transition: all .7s ease;
  284. }
  285.  
  286. .rep img{
  287. display: inline;
  288. width: 24px;
  289. height: 20px;
  290. }
  291.  
  292. #posts {
  293. width:600px;
  294. margin-top: 2px;
  295. margin-left:235px;
  296. right:auto;
  297. margin-right:auto;
  298. position:relative;
  299. overflow-y: hidden;
  300. }
  301.  
  302.  
  303. #sidebar img{
  304. width: 86px;
  305.  
  306. }
  307.  
  308. #tiny img{
  309. width: 54px;
  310. border-top-right-radius:10px;
  311. border-bottom-right-radius:0px;
  312. border-top-left-radius:10px;
  313. border-bottom-left-radius:0px;
  314. }
  315.  
  316. div#side{
  317. padding: 1px;
  318. padding-bottom:2px;
  319. height:auto;
  320. float:left;
  321. position:fixed;
  322. margin-left:-21px;
  323. top: 160px;
  324. width:94px;
  325.  
  326. }
  327.  
  328.  
  329. div#side2{
  330. padding: 1px;
  331. padding-bottom:2px;
  332. height:auto;
  333. float:left;
  334. background: white;
  335. position:fixed;
  336. margin-left:92px;
  337. height: auto;
  338. top: 170px;
  339. border: 1px solid #bbb;
  340. width:124px;
  341. }
  342.  
  343. div#side3{
  344. padding: 1px;
  345. padding-bottom:2px;
  346. height:auto;
  347. float:left;
  348. background: white;
  349. position:fixed;
  350. margin-left:92px;
  351. font-family:handy00;
  352. height: auto;
  353. top: 213px;
  354. border: 1px solid #bbb;
  355. width:124px;
  356. }
  357.  
  358. div#side4{
  359. padding: 1px;
  360. padding-bottom:2px;
  361. height:auto;
  362. float:left;
  363. background: white;
  364. position:fixed;
  365. margin-left:92px;
  366. height: 9px;
  367. top: 231px;
  368. border: 1px solid #bbb;
  369. width:124px;
  370. }
  371.  
  372. div#side5{
  373. padding: 1px;
  374. padding-bottom:2px;
  375. padding-top:-1px;
  376. height:17px;
  377. float:left;
  378. background: white;
  379. position:fixed;
  380. margin-left:92px;
  381.  
  382. top: 247px;
  383. border: 1px solid #bbb;
  384. width:124px;
  385. }
  386.  
  387. div#sidebar{
  388. position:fixed !important;
  389. width:auto;
  390. height: auto;
  391. padding:2px;
  392. border: 1px solid #bbb;
  393. margin-left:5px;
  394. margin-top: 170px;
  395.  
  396. }
  397.  
  398.  
  399. div#poop{ position: fixed !important;
  400. margin-left:18px;font-family: dawning; margin-top:-17px;width: auto;
  401. font-size: 18px;line-height:9px; z-index: 1;
  402. letter-spacing:0px;background-color: transparent;text-transform: normal;
  403. text-shadow: 0px 0px 0px #888;
  404.  
  405. }
  406. div#poop:first-letter {
  407. color:{color:link};
  408. text-transform: uppercase;
  409. font-size:27px;
  410.  
  411. }
  412.  
  413. #drowning {
  414. opacity:.2;
  415. margin-left: 0px;
  416. margin-top:-40px;
  417. width: 84;
  418. font-family: pixel;
  419. line-height:6px;
  420. color:#000;
  421. background-color:#fff;
  422. border: 0px solid {color:first letter};
  423. text-align:left;
  424. padding-bottom:2px;
  425. -webkit-transition: all 0.7s ease-in-out;
  426. -moz-transition: all 0.7s ease-in-out;
  427. -o-transition: all 0.7s ease-in-out;
  428. -ms-transition: all 0.7s ease-in-out;
  429. transition: all 0.7s ease-in-out;
  430. position:fixed;
  431. line-height: 10px;
  432. }
  433.  
  434. #drowning:hover {
  435. opacity:.9;
  436. -webkit-transition: all 0.7s ease-in-out;
  437. -moz-transition: all 0.7s ease-in-out;
  438. -o-transition: all 0.7s ease-in-out;
  439. -ms-transition: all 0.7s ease-in-out;
  440. transition: all 0.7s ease-in-out;
  441. }
  442.  
  443. @font-face {
  444.  
  445. font-family: "dawning";
  446.  
  447. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  448.  
  449. }
  450.  
  451. .title{
  452. font-size: 8px;
  453. line-height: 10px;
  454. color:{color:Title};
  455. letter-spacing: 0px;
  456. font-weight: normal;
  457. padding:0px 0px 0px 0px;
  458. }
  459.  
  460. .blogtitle{
  461. font-family: amatic sc;
  462. font-size: 30px;
  463. line-height: 32px;
  464. padding-top: 0px;
  465. padding-bottom: 1px;
  466. }
  467.  
  468. .permalink{
  469. font-family: handy00;
  470. text-transform: normal;
  471. font-size: 8px;
  472. line-height: 10px;
  473. letter-spacing: 0px;
  474. display: block;
  475. text-align: right;
  476. text-decoration: none;
  477. }
  478.  
  479. #infscr-loading{
  480. bottom: -70px;
  481. position: absolute;
  482. left: 50%;
  483. margin-left:-8px;
  484. width:16px;
  485. height:11px;
  486. overflow:hidden;
  487. margin-bottom: 50px;
  488. }
  489.  
  490. #postnotes{
  491. text-align: justify;}
  492.  
  493. #postnotes blockquote{
  494. border: 0px;}
  495.  
  496. blockquote{
  497. padding:0px 0px 2px 5px;
  498. margin:0px 0px 2px 10px;
  499. border-left: 1px dotted #555555;
  500. }
  501.  
  502. blockquote p, ul{
  503. margin:0px;
  504. padding:0px;
  505. }
  506.  
  507. a img{border: 0px;}
  508.  
  509.  
  510. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  511.  
  512. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  513. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  514.  
  515. .notes img{width:10px; position:relative; top:3px;}
  516. <--ses-->
  517. small{font-size: 90%;}
  518.  
  519. {CustomCSS}
  520.  
  521. </style>
  522.  
  523. {block:IndexPage}
  524. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  525. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  526.  
  527. <script type="text/javascript">
  528. $(window).load(function () {
  529. var $content = $('#posts');
  530. $content.masonry({itemSelector: '.entry'}),
  531. $content.infinitescroll({
  532. navSelector : 'div#pagination',
  533. nextSelector : 'div#pagination a#nextPage',
  534. itemSelector : '.entry',
  535. loading: {
  536. finishedMsg: '',
  537. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  538. },
  539. bufferPx : 600,
  540. debug : false,
  541. },
  542. // call masonry as a callback.
  543. function( newElements ) {
  544. var $newElems = $( newElements );
  545. $newElems.hide();
  546. // ensure that images load before adding to masonry layout
  547. $newElems.imagesLoaded(function(){
  548. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  549.  
  550.  
  551. });
  552. });
  553. });
  554. </script>
  555.  
  556. {/block:IndexPage}
  557.  
  558.  
  559. <title>{title}</title>
  560. <link rel="shortcut icon" href="{Favicon}">
  561. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  562. <meta name="viewport" content="width=820" />
  563. </head>
  564. <body onkeydown="return false">
  565.  
  566. <body>
  567.  
  568. <div class="wrapper">
  569. <div class="header">
  570. </div>
  571.  
  572. <div id="cage">
  573. <div id="center">
  574.  
  575.  
  576. <div id="sidebar">
  577. <a href="/"><div class="pic"><img src="{image:sidebar}" height="93" width="86"></a> <div id="drowning">
  578. <div style="width: 86px; height: auto;background-color: #ffffff;font-size: 8px; text-align: center;">{text:sidebar quote}</div>
  579. </div>
  580. </div>
  581.  
  582. <div id="side">
  583. <div id="poop">
  584. <div style="font-size: 18pt; line-height: 25px; letter-spacing: 0px; z-index: 1; text-align: right; margin-top: -1px;">{title} </div></div></div>
  585.  
  586. <div id="side2">
  587. <div style="overflow:auto; width: 124px; height: 36px;background-color: #ffffff;font-size: 8px; text-align: center;"><center>{Description}</center></div></div>
  588.  
  589. <div id="side3">
  590. <center><a href="/">home</a> † <a href="/ask">inbox</a> † <a href="{text:Link One}">{text:Link One Title} </a> † <a href="{text:Link Two}"> {text:Link Two Title} </a></div></center>
  591.  
  592. <div id="side4">
  593. <center><marquee>{text:marquee text}</marquee></div></center>
  594.  
  595. <div id="side5">
  596. <center>
  597. {text:music code}
  598. </center></div></div>
  599.  
  600.  
  601. <div class="left">
  602. <div id="posts">
  603. {block:Posts}
  604. <div class="entry">
  605.  
  606. {block:Answer}
  607. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  608. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  609. {Asker}: {Question}</div>
  610. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  611. <div class="permalink"> <a href="{permalink}">Posted {TimeAgo} with {notecountwithlabel}</a> </div>
  612. {/block:Answer}
  613.  
  614. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  615.  
  616. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">Posted {TimeAgo} with {notecountwithlabel}.</a></a><br>{/block:HasTags}</span></align>
  617. {/block:Text}
  618.  
  619. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  620.  
  621. class="permalink"><a href="{Permalink}">Posted {TimeAgo} with {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  622.  
  623. {block:Photo}
  624. {block:IndexPage}
  625. <center>
  626. <div class="perma">
  627. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif"
  628.  
  629. width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  630. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  631. </div>
  632. <div id="permalink">
  633. <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
  634. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  635. {/block:IndexPage}
  636. {block:PermalinkPage}
  637. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a></div>
  638.  
  639. {LinkCloseTag}
  640. {/block:PermalinkPage}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:IndexPage}
  645. <center>
  646. {Photoset-250}</center>
  647. {/block:IndexPage}
  648. {block:PermalinkPage}
  649. <center>
  650. {Photoset-500}</center>
  651. {/block:PermalinkPage}
  652. {/block:Photoset}
  653.  
  654. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  655.  
  656. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  657.  
  658. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  659. <ul class="chat">
  660. {block:Lines}
  661. <li class="user_{UserNumber}">
  662. {block:Label}
  663. <span class="label">{Label}</span>
  664. {/block:Label}
  665.  
  666. {Line}
  667. </li>
  668. {/block:Lines}
  669. <p align=right><span class="permalink"><a href="{Permalink}">Posted {TimeAgo} with {notecountwithlabel}</a> <a href="{Permalink}">
  670. {/block:Chat}
  671.  
  672. {block:Audio}
  673. <div style="width:400px; height:30px;">
  674. {AudioPlayerBlack}
  675. </div>
  676. {block:IndexPage}{Caption}<span class="permalink">
  677. <p align=right><span class="permalink"><a href="{Permalink}">Posted {TimeAgo} with {notecountwithlabel}</a> <a href="{Permalink}"> </a>
  678. </span>{/block:IndexPage}
  679. {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:IndexPage}
  683. <center>
  684. {Video-400}</center>
  685. {/block:IndexPage}
  686. {block:PermalinkPage}
  687. <center>
  688. {Video-400}</center>
  689. {/block:PermalinkPage}
  690. {block:Video}
  691.  
  692.  
  693. {block:PostNotes}<div align="middle">{caption}</div>
  694. <center>
  695.  
  696. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  697.  
  698. {block:HasTags}
  699. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  700. {block:RebloggedFrom}
  701. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  702. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  703.  
  704. {/block:RebloggedFrom}
  705. </center></span>
  706. <br>
  707. <div id="postnotes">{PostNotes}</div><br>
  708.  
  709. <center>{block:ContentSource}
  710. <br><a href="{SourceURL}">
  711. {lang:Source}:
  712. {block:SourceLogo}
  713. <img src="{BlackLogoURL}" width="{LogoWidth}"
  714. height="{LogoHeight}" alt="{SourceTitle}" />
  715. {/block:SourceLogo}
  716. {block:NoSourceLogo}
  717. {SourceLink}
  718. {/block:NoSourceLogo}
  719. </a>
  720. {/block:ContentSource}</center>
  721.  
  722. {/block:PostNotes}
  723. </div>
  724. {/block:Posts}
  725. </div></div>
  726.  
  727. {block:IndexPage}
  728. {block:Pagination}
  729. <div id="pagination">
  730. {block:NextPage}
  731. <a id="nextPage" href="{NextPage}"></a>
  732. {/block:NextPage}
  733. {block:PreviousPage}
  734. <a href="{PreviousPage}"></a>
  735. {/block:PreviousPage}
  736. </div>
  737. {/block:Pagination}
  738. {/block:IndexPage}
  739. </body>
  740.  
  741. </div>
  742.  
  743.  
  744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement