Advertisement
uhnlikely

Louis Theme (01) by Uhnlikely

Nov 29th, 2013
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.33 KB | None | 0 0
  1.  
  2.  
  3. <!--LOUIS THEME BY UHNLIKELY. DO NOT REMOVE CREDIT UNLESS YOU WANT TO BE TERMINATED LOL. (theme inspired by encourage!)-->
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8.  
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <link rel="shortcut icon" href="http://25.media.tumblr.com/tumblr_mct5fme6u51r9kokco1_500.jpg">
  12.  
  13. <link rel="icon" type="image/gif" href="http://media.tumblr.com/tumblr_lm6owhuESE1qfoi4t.gif" />
  14.  
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  17.  
  18.  
  19. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  20. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Loved+by+the+King|Shadows+Into+Light+Two|Amatic+SC:400,700' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <script>
  25.  
  26. $(document).ready(function(){
  27.  
  28. $(".yang").hide();
  29.  
  30. $(".yin").click(function(){
  31. $(".yang").slideToggle();
  32. });
  33. });
  34.  
  35. </script>
  36.  
  37. <script>
  38. $(document).ready(function(){
  39. $(".lol").click(function(){
  40. $(".ok").slideToggle("linear");
  41. });
  42. });
  43. </script>
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48.  
  49. <title>{title}</title>
  50.  
  51.  
  52.  
  53. <meta name="color:Background" content="#ffffff"/>
  54. <meta name="color:Text" content="#000000"/>
  55. <meta name="color:Title" content="#000000"/>
  56. <meta name="color:Hover" content="#000000"/>
  57. <meta name="color:Link" content="#000000"/>
  58. <meta name="image:Background" content=""/>
  59. <meta name="if:show photo" content="1"/>
  60. <meta name="image:Sidebar" content="0"/>
  61. <meta name="text:titleee" content=""/>
  62. <meta name="color:titleee" content="#000"/>
  63. <meta name="color:border" content="#000"/>
  64. <met name="text:description" content=""/>
  65.  
  66.  
  67.  
  68.  
  69. <meta name="text:Link1 Title" content="Link 1">
  70. <meta name="text:Link1" content="http://">
  71.  
  72.  
  73. <meta name="text:Link2 Title" content="Link 2">
  74. <meta name="text:Link2" content="http://">
  75.  
  76.  
  77.  
  78. <meta name="text:Link3 Title" content="Link 3">
  79. <meta name="text:Link3" content="http://">
  80.  
  81. <meta name="text:Link4 Title" content="Link 4">
  82. <meta name="text:Link4" content="http://">
  83.  
  84. <meta name="text:Link5 Title" content="Link 5">
  85. <meta name="text:Link5" content="http://">
  86.  
  87. <meta name="text:Link6 Title" content="Link 6">
  88. <meta name="text:Link6" content="http://">
  89.  
  90.  
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  93.  
  94.  
  95.  
  96. <style type="text/css">
  97. img{
  98. -webkit-transition: opacity 0.8s linear;
  99. opacity: 0.60;
  100. }
  101. img:hover{
  102. -webkit-transition: opacity 0.8s linear;
  103. opacity: 1;
  104.  
  105. }
  106.  
  107.  
  108. #tumblr_controls{
  109. position:fixed !important;
  110. -webkit-filter:invert(100%);
  111.  
  112. }
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. body {
  120. padding: 0px;
  121. margin: 0px;
  122. color:#000000;
  123. background-color: #ffffff;
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. font-family: 'Source Sans Pro', sans-serif;
  127. font-size: 12px;
  128. line-height:15px;
  129. letter-spacing:0px;
  130. color:#000000;
  131. }
  132.  
  133.  
  134.  
  135.  
  136. ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:#ccc;box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
  137. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
  138. ::-webkit-scrollbar {background:#ffffff;width:6px;height:5px;}
  139.  
  140.  
  141. p {
  142. margin:0px;
  143. margin-top:0px;
  144. }
  145.  
  146. a:link, a:active, a:visited{
  147. color: #000000;
  148. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  149. text-decoration: none;
  150. -webkit-transition: color 0.5s ease-out;
  151. -moz-transition: color 0.5s ease-out;
  152. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  153. }
  154.  
  155. a:hover{
  156. color:#000000;
  157. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  158. -webkit-transition-duration: .9s;
  159. -webkit-transition: color 0.3s ease-out;
  160. -moz-transition: color 0.3s ease-out;
  161. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  162. }
  163.  
  164. a:active{
  165. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  166. -webkit-transition:all 0.05s ease-in-out;
  167. -moz-transition:all 0.05s ease-in-out;
  168. -o-transition:all 0.05s ease-in-out;
  169. transition:all 0.05s ease-in-out;
  170. color: #000;
  171. text-decoration:italic;
  172. }
  173.  
  174.  
  175. .titleee{
  176. color:{color:titleee};
  177. font-size:35px;
  178. font-family: 'ok';
  179. margin-top:-5px;
  180. margin-left:118px;
  181. opacity:.6;
  182. }
  183.  
  184.  
  185. @font-face { font-family: "ok"; src: url('http://static.tumblr.com/vpntscp/mD4mwzxh4/kgthefighter.ttf'); }
  186.  
  187. .entry {
  188. margin:6px;
  189. padding:7px;
  190. float:left;
  191. line-height:10px;
  192. background-color:white;
  193. opacity:.8;
  194. border:1px solid {color:border};
  195. font-size: 12px;
  196. line-height:15px;
  197. font-family:ubuntu;
  198. width:230px;
  199. {block:PermalinkPage}
  200. width:500px;
  201. {/block:PermalinkPage}
  202. }
  203.  
  204.  
  205. .entry:hover {
  206. margin:6px;
  207. padding:7px;
  208. float:left;
  209. line-height:10px;
  210. background-color:white;
  211. opacity:.99;
  212. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  213. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  214. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  215. border:1px solid #ddd;
  216. font-size: 12px;
  217. line-height:15px;
  218. font-family:ubuntu;
  219. width:230px;
  220. {block:PermalinkPage}
  221. width:500px;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225. .entry img{
  226. {block:IndexPage}
  227. width:100%;
  228. margin-bottom:-2px;
  229. {/block:IndexPage}
  230. }
  231.  
  232.  
  233. .player {
  234. background-color: #fff;
  235. height: 25px;
  236. width: 180px;
  237. padding: 5px;
  238. margin-left: 85px;
  239. margin-top: 10px;
  240. overflow: hidden;
  241. position: absolute;
  242. margin-left: 13px;
  243. margin-top: 13px;
  244. opacity: .9;
  245. transition: 0.5s;
  246. -moz-transition: 0.5s;
  247. -webkit-transition: 0.5s;
  248. -o-transition: 0.5s;
  249. }
  250.  
  251.  
  252. .player:hover {
  253. opacity: .7;
  254. }
  255.  
  256. .entry .permalink{
  257. position:absolute;
  258. padding:3px;
  259. overflow:hidden;
  260. opacity:0.0;
  261. top:20px;
  262. font-size:10px;
  263. text-align:center;
  264. background:white;
  265. width:88px;
  266. margin-left:0px;
  267. text-transform:uppercase;
  268. border-radius:1px;
  269. -webkit-transition: all 0.8s linear;
  270. -webkit-transition: all 0.8s linear;
  271. -moz-transition: all 0.8s linear;
  272. transition: all 0.8s linear;
  273. }
  274.  
  275.  
  276.  
  277. .entry:hover .permalink{
  278. position:absolute;
  279. border-radius:1px;
  280. padding:3px;
  281. overflow:hidden;
  282. opacity:.75;
  283. top:20px;margin-left:15px;
  284.  
  285. }
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. #posts {
  295. width: 600px;
  296. height: 100%;
  297. background-attachment: fixed;
  298. background-color:auto;
  299. background-repeat:repeat;
  300. opacity: .5px;
  301. margin-left:455px;
  302. margin-top:30px;
  303. padding:4px;
  304. float:left;
  305. -webkit-animation:fadeIn 3s;
  306. -moz-animation:fadeIn 3s;
  307. -ms-animation:fadeIn 3s;
  308. }
  309.  
  310.  
  311. .quote {
  312. font-family:calibri;
  313. font-size: 20px;
  314. float: left;
  315. margin-right: 5px;
  316. }
  317.  
  318.  
  319.  
  320.  
  321. #ily{
  322. display: block;
  323. position:fixed;
  324. padding:8px;
  325. top:125px;
  326. width:80px;
  327. height:;
  328. z-index:99999999999999;
  329. text-align:center;
  330. font-size:10px;
  331. background-color:;
  332. opacity:1;
  333. margin-left:80px;
  334. }
  335.  
  336.  
  337. .yin {
  338. background:;
  339. padding:3px;
  340. padding-bottom:6px;
  341. width:14px;
  342. border-top:1px solid #ddd;
  343. border-bottom:1px solid #ddd;
  344. border-left:1px solid #ddd;
  345. font-family:ubuntu;
  346. font-size:13px;
  347. background-color:#fff;
  348. color: #aaa;
  349. opacity:1;
  350. margin-left:64px;
  351. z-index:99999999999999999999;
  352. text-transform:uppercase;
  353. line-height:11px;
  354. letter-spacing:2px;
  355. text-align:center;
  356. margin-top:24px;
  357. color:;
  358.  
  359. -webkit-transition: all 0.3s ease-out;
  360. -moz-transition: all 0.3s ease-out;
  361. transition: all 0.3s ease-out;
  362. }
  363.  
  364. .yang a {
  365. text-align:right;
  366. }
  367. .yang {
  368. text-align:right;
  369. }
  370. .answer{
  371. }
  372. .answer img {
  373. width:250px;
  374. height:auto;
  375. {block:permalinkpage}
  376. width:auto;
  377. height:auto;
  378. {/block:permalinkpage}
  379. }
  380. .answerr{
  381. font-size:12px;
  382. color:#7B7D7D;
  383. font-family:ubuntu;
  384.  
  385. }
  386.  
  387. #linkholder {
  388. display: block;
  389. position:fixed;
  390. top:5px;
  391. width:270px;
  392. height:;
  393. text-align:center;
  394.  
  395.  
  396. font-family:ubuntu;
  397. font-size:10px;
  398. background-color:;
  399. opacity:.6;
  400. margin-left:115px;
  401. }
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411. .links a{
  412. font-size:11px;
  413. font-family: 'Quicksand', sans-serif;
  414. margin-right:5px;
  415. margin-left:7px;
  416. margin-top:2px;
  417. display:inline-block;
  418. text-align:center;
  419. color: #aaa;
  420. padding:1px;
  421. text-transform:uppercase;
  422. -webkit-transition: linear;
  423. -webkit-transition: all 0.3s ease-out;
  424. -moz-transition: all 0.3s ease-out;
  425. transition: all 0.3s ease-out;
  426. -webkit-transition: all 0.3s ease-out;
  427. -moz-transition: all 0.3s ease-out;
  428. transition: all 0.3s ease-out;
  429. }
  430.  
  431. .links a:hover{
  432. color:#DEDADD;
  433. text-decoration: line-through;
  434. padding:1px;
  435. -webkit-transition: linear;
  436. -webkit-transition: all 0.3s ease-out;
  437. -moz-transition: all 0.3s ease-out;
  438. transition: all 0.3s ease-out;
  439. -webkit-transition: all 0.3s ease-out;
  440. -moz-transition: all 0.3s ease-out;
  441. transition: all 0.3s ease-out;
  442. opacity:1;
  443. }
  444.  
  445.  
  446. #sidebar{
  447. position:fixed;
  448. width:200px;
  449. margin-left:172px;
  450. overflow:hidden;
  451. position:fixed;
  452. padding:3px;
  453. padding-top:21px;
  454. z-index:999999;
  455. text-align:center;
  456. border: 1px solid {color:border};
  457. font-family: 'Source Sans Pro', sans-serif;
  458. border-bottom:1px solid {color:border};
  459. font-size:11px;
  460. line-height:16px;
  461. background-color:#fff;
  462. top:147px;
  463. height:auto;
  464. opacity:.8;
  465. }
  466.  
  467. #bord {
  468. position:fixed;
  469. opacity:1;
  470. z-index:99999999999;
  471. width:100%;
  472. margin-top:5px;
  473. height:20px;
  474. background-image:url("http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png");
  475. background-repeat: repeat;
  476. }
  477.  
  478.  
  479. /*titles*/
  480.  
  481. .title {
  482. font-size:15px;
  483. font-family: 'Shadows Into Light Two', cursive;
  484.  
  485. text-transform:uppercase;
  486. letter-spacing:1px;
  487. }
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494. </style>
  495.  
  496. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  497. <script>
  498. (function($){
  499. $(document).ready(function(){
  500. $("[title],a[title],img[title]").style_my_tooltips({
  501. tip_follows_cursor:true,
  502. tip_delay_time:100,
  503. tip_fade_speed:300,
  504. attribute:"title"
  505. });
  506. });
  507. })(jQuery);
  508. </script>
  509.  
  510. <script type="text/javascript"
  511. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js">
  512. </script>
  513.  
  514.  
  515. <script type="text/javascript">
  516. $(window).load(function () {
  517. var $content = $('#posts');
  518. $content.masonry({itemSelector: '.entry'}),
  519. $content.infinitescroll({
  520. navSelector : 'div#pagination',
  521. nextSelector : 'div#pagination a#nextPage',
  522. itemSelector : '.entry',
  523. loading: {
  524. finishedMsg: '',
  525. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  526. },
  527. bufferPx : 600,
  528. debug : false,
  529. },
  530. // call masonry as a callback.
  531. function( newElements ) {
  532. var $newElems = $( newElements );
  533. $newElems.hide();
  534. // ensure that images load before adding to masonry layout
  535. $newElems.imagesLoaded(function(){
  536. $content.masonry( 'appended', $newElems, true,
  537. function(){$newElems.fadeIn(300);} );
  538.  
  539.  
  540. });
  541. });
  542. });
  543. </script>
  544.  
  545. </style>
  546.  
  547. <script src="http://jquery-airport.googlecode.com/files/jquery.airport-1.1.source.js" type="text/javascript"></script>
  548.  
  549.  
  550.  
  551.  
  552.  
  553. <body>
  554.  
  555. <div id="bord"></div>
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562.  
  563. <div id="ily">
  564. <div class="titleee">{text:titleee}</div>
  565. <div class="yin">☯</div>
  566. <div class="yang">
  567. <div style="margin-top:4px;">
  568. <div class="links">
  569.  
  570.  
  571. <a href="/">home</a> <br>
  572.  
  573. <a href="/ask">contact</a><br>
  574.  
  575. <a href="{text:Link1}" >{text:Link1 Title}</a><br>
  576.  
  577. <a href="{text:Link2}" >{text:Link2 Title}</a><br>
  578.  
  579. <a href="{text:Link3}" >{text:Link3 Title}</a><br>
  580.  
  581. <a href="{text:Link4}" >{text:Link4 Title}</a><br>
  582.  
  583. <a href="{text:Link5}" >{text:Link5 Title}</a><br>
  584.  
  585. <a href="http://uhnlikely.tumblr.com" >credit</a><br>
  586.  
  587.  
  588.  
  589. </div>
  590.  
  591. </div>
  592. </div>
  593. </div>
  594.  
  595.  
  596.  
  597. <div id="sidebar">
  598. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=170></a>{/block:ifshowphoto}
  599.  
  600. <Br>
  601.  
  602.  
  603. <div style="margin-top:5px;border-top:0px solid #ddd;margin-left:0px;text-align:center;">
  604.  
  605. You should probz keep this short
  606.  
  607. </div>
  608. <br>
  609. </div>
  610.  
  611. <div style="bottom:5px;left:10px;position:fixed;"><a href="http://uhnlikely.tumblr.com"> <img src="http://media.tumblr.com/tumblr_ls1tv2F5Bg1qhwcy0.gif"></a></div>
  612. <div class="wrapper">
  613. <div style="position:fixed;right:0px;top:28px;">
  614. </span>
  615. </div>
  616.  
  617.  
  618. <div id="posts">
  619.  
  620. {block:Posts}
  621. <div class="entry">
  622.  
  623. {block:Text}
  624. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  625. <span class="entrytext">{Body}</span></a>
  626. {block:IndexPage}
  627. <div class="textperma"><a href="{Permalink}">{timeago}</a></span></a> ☯ <a href="{permalink}">{notecountwithlabel}</a></div>
  628. {/block:IndexPage}
  629. {/block:Text}
  630.  
  631. {block:Link}
  632. <a href="{URL}" class="title"><center>{Name}</center></a>
  633. {block:Description}{Description}{/block:Description}
  634. {block:IndexPage}
  635. <div class="textperma"><a href="{Permalink}"title=>{timeago}</a></span></a> ☯ <a href="{permalink}">{notecountwithlabel}</a></div>
  636. {/block:IndexPage}
  637. {block:Link}
  638.  
  639. {block:Photo}
  640. {block:IndexPage}
  641. {LinkOpenTag}
  642. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  643. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  644. {/block:IndexPage}
  645. {block:IndexPage}
  646. <div class="permalink"> <a href="{reblogurl}">reblog</a> ☯ <a href="{permalink}">{notecount}</a></div>
  647. {/block:IndexPage}
  648. {/block:Photo}
  649.  
  650. {block:Photoset}
  651. <center><div class="photoset_photo" width="220px">{Photoset-250}</div></center><p style="text-align: right;">
  652. {block:IndexPage}<div class="textperma"><a href="{reblogurl}">reblog</a> ☯ <a href="{permalink}">{notecountwithlabel}</a></div>{/block:IndexPage}
  653. {/block:Photoset}
  654. {block:Quote}
  655. {Quote}
  656. {block:Source}<div align="right"><i><b>-{Source}</i></b></div>{/block:Source}
  657. {/block:PermalinkPage}
  658. {block:IndexPage}
  659. <div class="textperma"><a href="{permalink}">{notecountwithlabel}</a></div>
  660. {/block:IndexPage}
  661. {/block:Quote}
  662.  
  663. {block:Chat}
  664. {block:Lines}<div style="background: transparent; color: black; padding: 5px; border-bottom: 1px solid black">{block:Label}<span style="color: #00; text-transform: uppercase; ">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}
  665. <p>
  666. {block:IndexPage}
  667. <div style="margin-top:-5px;" class="textperma"><a href="{permalink}">{notecountwithlabel}</a></div>
  668. {/block:IndexPage}
  669. {/block:Chat}
  670.  
  671. {block:Answer}
  672. <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:#000"><i>{Asker} asked:</i></div><br><span class="answerr">{Question}</span><hr color={color:titleee}><div style="font-size:11px;line-height:11px;color:#7B7D7D">{Answer}</div>
  673. {block:IndexPage}
  674. {/block:IndexPage}
  675. </div>
  676. {/block:Answer}
  677.  
  678.  
  679. {block:Audio}
  680. <div class="player">{AudioPlayerWhite}</div>
  681. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase; line-height: 17px;"><br><br><br> <b>Plays:</b> {FormattedPlayCount}</div><div class="textperma"><a href="{Permalink}">{timeago}</a></span></a> ☯ <a href="{permalink}">{notecountwithlabel}</a></div>
  682. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  683. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  684. {Caption}
  685. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  686. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. {block:IndexPage}
  691. <div class="posttitle">
  692. <a href="{Permalink}" target="_blank"><center><i>View Video</center></i></a>
  693. </div>
  694. {/block:IndexPage}
  695. {block:PermalinkPage}
  696. {Video-400}
  697. {/block:PermalinkPage}
  698. {block:ifCaptions}
  699. {block:Caption}{Caption}{/block:Caption}
  700. {/block:ifCaptions}
  701. {block:IndexPage}
  702. <div class="textperma"> <a href="{permalink}">{notecountwithlabel}</a></div>
  703. {/block:IndexPage}
  704. {block:Video}
  705.  
  706. {block:PermalinkPage}
  707. <p>
  708. <center>
  709. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  710.  
  711. {/block:PermalinkPage}
  712.  
  713. {block:PostNotes}<div style="margin-left:-25px; padding-right:5px;">{PostNotes}</div>
  714. {/block:PostNotes}
  715. </div>
  716.  
  717. {/block:Posts}
  718. </div>
  719. </div>
  720. {block:IndexPage}
  721. {block:Pagination}
  722. <div id="pagination">
  723. {block:NextPage}
  724. <a id="nextPage" href="{NextPage}"> </a>
  725. {/block:NextPage}
  726. {block:PreviousPage}
  727. <a href="{PreviousPage}"> </a>
  728. {/block:PreviousPage}
  729. </div>
  730. {/block:Pagination}
  731. {/block:IndexPage}
  732. </div>
  733.  
  734. </body>
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement