Advertisement
candycaiine

Simplicity Theme V3

Sep 14th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  3. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6.  
  7.  
  8. <!--
  9. ╔═══════════════════════════════════════════════════════════════════╗
  10.  
  11. ---------------------------Simplicity Theme v3----------------------
  12.  
  13. by lloyd/cocaine.tumblr.com
  14.  
  15.  
  16.  
  17.  
  18. Note: Do not remove credit/this, remove it at YOUR own risk.
  19.  
  20. If you choose to remove it, im not gonna threaten you or anything but just imagine someone taking your work which you spent alot of time on and just removing all your credit and claiming it as their own. not nice eh?
  21.  
  22. ╚═══════════════════════════════════════════════════════════════════╝
  23. -->
  24.  
  25.  
  26.  
  27. <!-- edit title below -->
  28.  
  29. <title>{title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31.  
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Text" content="#000000"/>
  35. <meta name="color:Hover" content="#000000"/>
  36. <meta name="color:Link" content="#000000"/>
  37. <meta name="image:Background" content=""/>
  38. <meta name="if:show photo" content="1"/>
  39. <meta name="image:Sidebar" content="0"/>
  40. <meta name="color:Dropdown" content="#D6A5CA"/>
  41.  
  42.  
  43. <meta name="text:Link One Title" content="Link 1" />
  44. <meta name="text:Link One" content="" />
  45. <meta name="text:Link Two Title" content="Link 2" />
  46. <meta name="text:Link Two" content="" />
  47. <meta name="text:Link Three Title" content="Link 3" />
  48. <meta name="text:Link Three" content="" />
  49. <meta name="text:Link Four Title" content="Link 4" />
  50. <meta name="text:Link Four" content="" />
  51. <meta name="text:Link Five Title" content="Link 5" />
  52. <meta name="text:Link Five" content="" />
  53.  
  54. <meta name="text:Social One Title" content="Social 1" />
  55. <meta name="text:Social One" content="" />
  56. <meta name="text:Social Two Title" content="Social 2" />
  57. <meta name="text:Social Two" content="" />
  58. <meta name="text:Social Three Title" content="Social 3" />
  59. <meta name="text:Social Three" content="" />
  60. <meta name="text:Social Four Title" content="Social 4" />
  61. <meta name="text:Social Four" content="" />
  62. <meta name="text:Social Five Title" content="Social 5" />
  63. <meta name="text:Social Five" content="" />
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  71. <style type="text/css">
  72. @font-face { font-family: "heartbreak"; src: url('http://static.tumblr.com/18hu9yq/p0ampl7ww/heartbreaks.ttf'); }
  73.  
  74. #tumblr_controls{
  75. position:fixed !important;
  76. -webkit-filter:invert(100%);
  77.  
  78. }
  79.  
  80. #s-m-t-tooltip{
  81. max-width:300px;
  82. padding:2px;
  83. margin:26px 0px 0px 8px;
  84. z-index:10;
  85. background-color:#ffffff;
  86. font-family:ubuntu;
  87. font-size:9px;
  88. letter-spacing:1px;
  89. border-radius:3px;
  90. text-transform:uppercase;
  91. color:{color:Dropdown};
  92. border:1px solid {color:Dropdown};
  93. z-index:99999999999999999;
  94. }
  95.  
  96.  
  97. body {
  98. padding: 0px;
  99. margin: 0px;
  100. color:{color:text};
  101. background-color: #ffffff;
  102. background-image:url({image:Background});
  103. background-attachment: fixed;
  104. background-repeat: repeat;
  105. background-size:900px;
  106. font-family:calibri;
  107. font-size: 13px;
  108. line-height:15px;
  109. letter-spacing:0px;
  110. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  111.  
  112. }
  113.  
  114.  
  115.  
  116.  
  117. a:link, a:active, a:visited{
  118. color:{color:link};
  119. text-decoration: none;
  120. -webkit-transition: color 0.5s ease-out;
  121. -moz-transition: color 0.5s ease-out;
  122. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  123. }
  124.  
  125. a:hover{
  126. color:{color:hover};
  127. -webkit-transition-duration: .9s;
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  131. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  132. }
  133.  
  134. a:active{
  135. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  136. -webkit-transition:all 0.05s ease-in-out;
  137. -moz-transition:all 0.05s ease-in-out;
  138. -o-transition:all 0.05s ease-in-out;
  139. transition:all 0.05s ease-in-out;
  140. color: white;
  141. text-decoration:italic;
  142. }
  143.  
  144.  
  145.  
  146.  
  147. .entry {
  148. margin:12px;
  149. padding:9px;
  150. float:left;
  151. background-color:white;
  152. opacity:.80;
  153. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  154. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  155. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  156. border:1px solid #ccc;
  157. font-size: 12px;
  158. line-height:14px;
  159. font-family:ubuntu;
  160. width:230px;
  161. {block:PermalinkPage}
  162. width:500px;
  163. {/block:PermalinkPage}
  164. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  165. }
  166.  
  167.  
  168.  
  169.  
  170. .entry:hover {
  171. margin:12px;
  172. padding:9px;
  173. float:left;
  174. background-color:white;
  175. opacity:.99;
  176. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  177. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  178. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  179. border:1px solid #ccc;
  180. font-size: 12px;
  181. line-height:14px;
  182. font-family:ubuntu;
  183. width:230px;
  184. {block:PermalinkPage}
  185. width:500px;
  186. {/block:PermalinkPage}
  187. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  188. }
  189.  
  190.  
  191. .entry img{
  192. {block:IndexPage}
  193. width:100%;
  194. margin-bottom:-2px;
  195. {/block:IndexPage}
  196. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. .textperma{
  206. font-size: 9px;
  207. line-height:11px;
  208. margin-top:3px;
  209. font-family:ubuntu;
  210. }
  211.  
  212.  
  213. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  214. .bubble p {margin:1px 0px;}
  215. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  216. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  217.  
  218. .player {
  219. background-color: #fff;
  220. height: 25px;
  221. width: 180px;
  222. padding: 5px;
  223. margin-left: 85px;
  224. margin-top: 10px;
  225. overflow: hidden;
  226. position: absolute;
  227. margin-left: 13px;
  228. margin-top: 13px;
  229. opacity: .9;
  230. color:black;
  231. transition: 0.5s;
  232. -moz-transition: 0.5s;
  233. -webkit-transition: 0.5s;
  234. -o-transition: 0.5s;
  235. }
  236.  
  237.  
  238. .player:hover {
  239. opacity: .7;
  240. }
  241.  
  242. .entry .permalink{
  243. position:absolute;
  244. width:226px;
  245. border-bottom:0px solid #eee;
  246. padding:2px;
  247. background-color:#fff;
  248. overflow:hidden;
  249. opacity:0.0;
  250. letter-spacing:1px;
  251. font-family:ubuntu;
  252. text-align:center;
  253. font-size:9px;
  254. text-transform:uppercase;
  255. top:-5px;
  256. z-index:8;
  257. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  258. }
  259.  
  260. .entry:hover .permalink{
  261. opacity:1;
  262. top:3px;
  263. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  264. }
  265.  
  266. .permalink a{
  267. font-style:normal;
  268. color:black;
  269. }
  270.  
  271.  
  272. #cocaine {opacity:.87;
  273. position: fixed;
  274. height:55px;
  275. left:401px;
  276. top:0px;
  277. width:565px;
  278. margin: auto;
  279. color:#000;
  280. border-bottom:2px solid #ddd;
  281. border-left:2px solid #ddd;
  282. border-right:2px solid #ddd;
  283. padding: 10px;
  284. z-index:999;
  285. background-color:#fff;
  286. }
  287.  
  288. #cocainev2 {
  289. opacity:1;
  290. margin: auto;
  291. text-transform: uppercase;
  292. text-align: center;
  293. font-family:ubuntu;
  294. color: #000;
  295. font-weight: bold;
  296. font-size:9px;
  297. letter-spacing:3px;
  298. line-height: 7px; }
  299.  
  300.  
  301.  
  302. #swag{
  303. z-index:9999999999999;
  304. position:fixed;width:180px;
  305. background-color:white;
  306. opacity: .99;
  307. width:auto;
  308. text-align:center;
  309. height:auto;
  310. color:#000000;
  311. font-size:23px;
  312. top:119px;
  313. left:195px;
  314. border:0px solid #ccc;
  315. padding:5px;
  316. font-family:heartbreak;
  317. text-shadow:1px 0 {color:Dropdown}, 0 1px {color:Dropdown}, 1px 0 {color:Dropdown}, 0 -1px {color:Dropdown};
  318.  
  319.  
  320.  
  321. }
  322.  
  323.  
  324.  
  325. #posts {
  326. width: 600px;
  327. height: 100%;
  328. background-attachment: fixed;
  329. background-color:auto;
  330. background-repeat:repeat;
  331. opacity: .5px;
  332. margin-left:462px;
  333. margin-top:3px;
  334. padding:4px;
  335. float:left;
  336. -webkit-animation:fadeIn 3s;
  337. -moz-animation:fadeIn 3s;
  338. -ms-animation:fadeIn 3s;
  339. }
  340.  
  341.  
  342. .quote {
  343. font-family:ubuntu;
  344. font-size: 16px;
  345. float: left;
  346. border-left:1px solid #ccc;
  347. margin-right: 5px;
  348. }
  349.  
  350.  
  351.  
  352.  
  353. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  354.  
  355.  
  356. @font-face {
  357. font-family:basket;
  358. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  359. }
  360.  
  361.  
  362. #sidebar{
  363. position:fixed;
  364. width:200px;
  365. margin-left:182px;
  366. overflow:hidden;
  367. position:fixed;
  368. padding:9px;
  369. padding-left:7px;
  370. padding-right:7px;
  371. padding-top:20px;
  372. z-index:999999;
  373. text-align:center;
  374. border: 1px solid #ccc;
  375. font-family:ubuntu;
  376. border-bottom:1px solid #ccc;
  377. font-size:11px;
  378. line-height:16px;
  379. background-color:#fff;
  380. top:130px;
  381. height:auto;
  382. opacity:.88;
  383. z-index:99999999;
  384. }
  385.  
  386.  
  387.  
  388.  
  389. /*titles*/
  390.  
  391. .title {
  392. font-size:13px;
  393. line-height:15px;
  394. font-family:ubuntu;
  395. text-transform:uppercase;
  396. font-weight: bold;
  397. color:#000;letter-spacing:0px;
  398. }
  399.  
  400.  
  401.  
  402. </style>
  403.  
  404. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  405. <script>
  406. (function($){
  407. $(document).ready(function(){
  408. $("[title],a[title],img[title]").style_my_tooltips({
  409. tip_follows_cursor:true,
  410. tip_delay_time:100,
  411. tip_fade_speed:300,
  412. attribute:"title"
  413. });
  414. });
  415. })(jQuery);
  416. </script>
  417.  
  418. <script type="text/javascript"
  419. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js">
  420. </script><script src="http://static.tumblr.com/jkg9xxi/gBCmsyr4m/gbreauhbfuhenwuafbi.js"></script>
  421.  
  422.  
  423. <script type="text/javascript">
  424. $(window).load(function () {
  425. var $content = $('#posts');
  426. $content.masonry({itemSelector: '.entry'}),
  427. $content.infinitescroll({
  428. navSelector : 'div#pagination',
  429. nextSelector : 'div#pagination a#nextPage',
  430. itemSelector : '.entry',
  431. loading: {
  432. finishedMsg: '',
  433. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  434. },
  435. bufferPx : 600,
  436. debug : false,
  437. },
  438. // call masonry as a callback.
  439. function( newElements ) {
  440. var $newElems = $( newElements );
  441. $newElems.hide();
  442. // ensure that images load before adding to masonry layout
  443. $newElems.imagesLoaded(function(){
  444. $content.masonry( 'appended', $newElems, true,
  445. function(){$newElems.fadeIn(300);} );
  446.  
  447.  
  448. });
  449. });
  450. });
  451. </script>
  452.  
  453. </style>
  454.  
  455. <script src="http://jquery-airport.googlecode.com/files/jquery.airport-1.1.source.js" type="text/javascript"></script>
  456.  
  457.  
  458.  
  459.  
  460.  
  461. <body>
  462.  
  463.  
  464.  
  465.  
  466.  
  467. <div id="sidebar">
  468. <div style="opacity;1;">
  469. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=185></a>{/block:ifshowphoto}<br>
  470. <center>
  471. <div style="margin-top:7px;">
  472. <center> {description}</center>
  473. <div style="margin-top:5px;">
  474. <center>
  475. </select><select onchange='location=this.options[this.selectedIndex].value;' style='
  476. line-height:90%;
  477. font-size:11px;
  478. color:#fff;
  479. font-style:italic;
  480. width:200px;
  481. background-color: {color:Dropdown};
  482. border:#fff 1px solid;
  483. height:18px;
  484. font-family:consolas;
  485. margin-top:2px;
  486. margin-left:3px;
  487. padding:0px;
  488. -moz-border-radius:3px;
  489. -webkit-border-radius:3px;
  490. border-radius:3px;
  491. '>
  492.  
  493. <option><center>Navigate</center></option>
  494.  
  495. <option value="/">index</option>
  496.  
  497. <option value="{text:Link One}">{text:Link One Title}</option>
  498.  
  499. <option value="{text:Link Two}">{text:Link Two Title}</option>
  500.  
  501. <option value="{text:Link Three}">{text:Link Three Title}</option>
  502.  
  503. <option value="{text:Link Four}">{text:Link Four Title}</option>
  504.  
  505. <option value="{text:Link Five}">{text:Link Five Title}</option>
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512. </select>
  513.  
  514.  
  515.  
  516. </select><select onchange='location=this.options[this.selectedIndex].value;' style='
  517. line-height:90%;
  518. font-size:11px;
  519. color:#fff;
  520. font-style:italic;
  521. width:200px;
  522. background-color: {color:Dropdown};
  523. border:#fff 1px solid;
  524. height:18px;
  525. font-family:consolas;
  526. margin-top:2px;
  527. margin-left:3px;
  528. padding:0px;
  529. -moz-border-radius:3px;
  530. -webkit-border-radius:3px;
  531. border-radius:3px;
  532. '>
  533.  
  534.  
  535. <option><center>Social</center></option>
  536.  
  537.  
  538. <option value="{text:Social One}">{text:Social One Title}</option>
  539.  
  540. <option value="{text:Social Two}">{text:Social Two Title}</option>
  541.  
  542. <option value="{text:Social Three}">{text:Social Three Title}</option>
  543.  
  544. <option value="{text:Social Four}">{text:Social Four Title}</option>
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551. </select>
  552.  
  553.  
  554.  
  555. </select>
  556.  
  557.  
  558. </div>
  559. </div></div></div>
  560.  
  561.  
  562.  
  563. <div class="wrapper">
  564. <div style="position:fixed;right:0px;top:28px;">
  565. </span>
  566. </div>
  567.  
  568.  
  569.  
  570.  
  571.  
  572. <div id="posts">
  573.  
  574. {block:Posts}
  575. <div class="entry">
  576.  
  577. {block:Text}
  578. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}<br>
  579. <span class="entrytext">{Body}</span></a>
  580. {block:IndexPage}
  581. <div class="textperma"><a href="{Permalink}"title="Time ago">{timeago}</a></span></a> | <a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  582. {/block:IndexPage}
  583. {/block:Text}
  584.  
  585. {block:Link}
  586. <a href="{URL}" class="title"><center>{Name}</center></a><br>
  587. {block:Description}{Description}{/block:Description}
  588. {block:IndexPage}
  589. <div class="textperma"><a href="{Permalink}"title="Time ago">{timeago}</a></span></a> | <a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  590. {/block:IndexPage}
  591. {block:Link}
  592.  
  593. {block:Photo}
  594. {block:IndexPage}
  595. {LinkOpenTag}
  596. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  597. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  598. {/block:IndexPage}
  599. {block:IndexPage}
  600.  
  601.  
  602. <div class="permalink">{DayOfWeek} ♡ <a href="{Permalink}"title="Click for Notes">{NoteCount}</a> ♡ <a href="{ReblogURL}"title="Click to Reblog">Reblog</a>
  603. </center></div>
  604.  
  605.  
  606. {/block:IndexPage}
  607. {/block:Photo}
  608.  
  609. {block:Answer}
  610. <div class="post"><div class="askborder">
  611. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  612. <br> {Answer}
  613. </div><br>
  614. <P ALIGN=Right><a href="{Permalink}"title="Click for Notes">{NoteCountWithLabel}</a>
  615. {/block:Answer}
  616.  
  617. {block:Photoset}
  618. <center><div class="photoset_photo" width="220px">{Photoset-250}</div></center><p style="text-align: right;">
  619. {block:IndexPage}<div class="textperma"><a href="{reblogurl}"title="Click to Reblog">reblog</a> | <a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>{/block:IndexPage}
  620. {/block:Photoset}
  621. {block:Quote}
  622. {Quote}
  623. {block:Source}<div align="right"><i><b>-{Source}</i></b></div>{/block:Source}
  624. {/block:PermalinkPage}
  625. {block:IndexPage}
  626. <div class="textperma"><a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  627. {/block:IndexPage}
  628. {/block:Quote}
  629.  
  630. {block:Chat}
  631. {block:Lines}<div style="background: transparent; color: {color:text}; 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}
  632. <p>
  633. {block:IndexPage}
  634. <div style="margin-top:5px;" class="textperma"><a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  635. {/block:IndexPage}
  636. {/block:Chat}
  637.  
  638. {block:Audio}
  639. <div class="player">{AudioPlayerWhite}</div>
  640. <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}"title="Time ago">{timeago}</a></span></a> | <a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  641. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  642. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  643. {Caption}
  644. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  645. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  646. {/block:Audio}
  647.  
  648. {block:Video}
  649. {block:IndexPage}
  650. <div class="posttitle">
  651. <a href="{Permalink}" target="_blank"><center><i>View Video</center></i></a>
  652. </div>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}
  655. {Video-400}
  656. {/block:PermalinkPage}
  657. {block:ifCaptions}
  658. {block:Caption}{Caption}{/block:Caption}
  659. {/block:ifCaptions}
  660. {block:IndexPage}
  661. <div class="textperma"> <a href="{permalink}"title="Click for Notes">{notecountwithlabel}</a></div>
  662. {/block:IndexPage}
  663. {block:Video}
  664.  
  665. {block:PermalinkPage}
  666. <p>
  667. <center>
  668. {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>
  669.  
  670. {/block:PermalinkPage}
  671.  
  672. {block:PostNotes}<div style="margin-left:-25px; padding-right:5px;">{PostNotes}</div>
  673. {/block:PostNotes}
  674. </div>
  675.  
  676. {/block:Posts}
  677. </div>
  678. </div>
  679. {block:IndexPage}
  680. {block:Pagination}
  681. <div id="pagination">
  682. {block:NextPage}
  683. <a id="nextPage" href="{NextPage}"> </a>
  684. {/block:NextPage}
  685. {block:PreviousPage}
  686. <a href="{PreviousPage}"> </a>
  687. {/block:PreviousPage}
  688. </div>
  689. {/block:Pagination}
  690. {/block:IndexPage}
  691. </div>
  692.  
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement