Don't like ads? PRO users don't see any ads ;-)
Guest

kel's REDUXED redux

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 17.17 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2.  
  3. . .o8 oooo
  4. .o8 "888 `888
  5. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  6. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  7. 888 888 888 888 888 888 888 888 888 888
  8. 888 . 888 888 888 888 888 888 888 888 888 .o.
  9. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  10. fuck redux seriously
  11. any questions please ask pikaballoons.tumblr.com
  12. -->
  13.  
  14.  
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19. <!-- DEFAULT VARIABLES -->
  20. <meta name="color:Background" content="#3b627e" />
  21.  
  22. <meta name="font:Title" content="Arial" />
  23. <meta name="font:Body" content="Arial" />
  24. <meta name="font:Accent" content="" />
  25. <meta name="if:Show Tags" content="1" />
  26. <meta name="if:Show Album Art on Audio Posts" content="1" />
  27. <meta name="if:Enable Jump Pagination" content="0" />
  28. <meta name="image:Header" content="1" />
  29. <meta name="image:Background" content="" />
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41.  
  42. body {
  43. background: {color:Background} url('{image:Background}') top left fixed repeat;
  44. margin: 0;
  45. padding: 0;
  46. font-family: {font:Body};
  47. }
  48.  
  49. .clear {
  50. clear: both;
  51. height: 0px;
  52. overflow: hidden;
  53. }
  54.  
  55. .img post {
  56. width: 520px !important;
  57. }
  58.  
  59. a img {
  60. border: none;
  61. }
  62.  
  63. #wrapper {
  64. width: 845px;
  65. margin: 0 auto;
  66. }
  67.  
  68. #wrapper #title {
  69. margin: 30px 0;
  70. color: #fff;
  71. font-size: 50px;
  72. font-weight: bold;
  73. font-family: {font:Title};
  74. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  75. letter-spacing: -1px;
  76. }
  77.  
  78. #wrapper #title a {
  79. color: #fff;
  80. text-decoration: none;
  81. }
  82.  
  83. #wrapper #content {
  84. width: 520px;
  85. float: right;
  86. }
  87.  
  88. #wrapper #content .post {
  89.      -moz-border-radius: 10px;
  90.     -webkit-border-radius: 10px;
  91. font-family: {font:Body};
  92. background: #ffffff;
  93. padding: 10px;
  94. position: relative;
  95.                 }
  96.  
  97. #wrapper #content .post .media {
  98. text-align: center;
  99. margin-bottom: 10px;
  100. }
  101.  
  102. #wrapper #content .post .quotebg {
  103. font-family: georgia, serif;
  104. font-size: 150px;
  105. color: {color:Background};
  106. opacity: 0.2;
  107. filter: alpha(opacity=20);
  108. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  109. position: absolute;
  110. top: 70px;
  111. left: 10px;
  112. }
  113.  
  114. #wrapper #content .post .quote {
  115. color: {color:Background};
  116. font-weight: bold;
  117. padding: 20px 20px 5px 20px;
  118. }
  119.  
  120. #wrapper #content .post .quote.short {
  121. font-size: 33px;
  122. line-height: 35px;
  123. }
  124.  
  125. #wrapper #content .post .quote.medium {
  126. font-size: 25px;
  127. line-height: 28px;
  128. }
  129.  
  130. #wrapper #content .post .quote.long {
  131. font-size: 18px;
  132. line-height: 22px;
  133. }
  134.  
  135. #wrapper #content .post .quote_source *:first-child {
  136. margin-top: 0px;
  137. }
  138.  
  139. #wrapper #content .post .quote_source *:last-child {
  140. margin-bottom: 0px;
  141. }
  142.  
  143. #wrapper #content .post .quote *:first-child {
  144. margin-top: 0px;
  145. }
  146.  
  147. #wrapper #content .post .quote *:last-child {
  148. margin-bottom: 0px;
  149. }
  150.  
  151. #wrapper #content .post .copy {
  152. color: #6e7173;
  153. padding: 10px;
  154. font-size: 13px;
  155. line-height: 15px;
  156. }
  157.  
  158. #wrapper #content .post .copy a {
  159. color: #6e7173;
  160. text-decoration: underline;
  161. }
  162.  
  163. #wrapper #content .post .copy p {
  164. margin: 10px 0 0 0;
  165. padding: 0;
  166. }
  167.  
  168. #wrapper #content .post .copy pre {
  169. margin: 10px 0px 10px 0px;
  170. padding: 10px;
  171. background-color: #e6e6e6;
  172. font: normal 11px Courier, monospace;
  173. overflow: auto;
  174. }
  175.  
  176. #wrapper #content .post .copy > p:first-child {
  177. margin-top: 0;
  178. }
  179.  
  180. #wrapper #content .post .copy img {
  181. max-width: 100%;
  182. }
  183.  
  184. #wrapper #content .post .audio {
  185. background: #eaeaea;
  186. float: left;
  187. padding: 7px;
  188. margin-bottom: 10px;
  189. -moz-border-radius: 4px;
  190. -webkit-border-radius: 4px;
  191. border-radius: 4px;
  192. }
  193.  
  194. #wrapper #content .post .audio .player {
  195. float: left;
  196. }
  197.  
  198. #wrapper #content .post .audio .player .audio_player embed {
  199. border: 1px solid #c8c8c8;
  200. }
  201.  
  202. #wrapper #content .post .audio .meta {
  203. padding: 8px 13px;
  204. height: 13px;
  205. float: left;
  206. color: #666;
  207. font-family: {font:Accent};
  208. font-size: 11px;
  209. text-transform: lowercase;
  210. }
  211.  
  212. #wrapper #content .post .audio .meta a {
  213. color: #666;
  214. text-decoration: none;
  215. }
  216.  
  217. #wrapper #content .post .album_art {
  218. text-align: center;
  219. }
  220.  
  221. #wrapper #content .post .question {
  222. color: #494949;
  223. font-size: 16px;
  224. font-weight: bold;
  225. background: #f1f1f1;
  226. -moz-border-radius: 8px;
  227. -webkit-border-radius: 8px;
  228. border-radius: 8px;
  229. margin: 0 0 15px 0;
  230. padding: 15px 20px;
  231. position: relative;
  232. }
  233.  
  234. #wrapper #content .post .question .nipple {
  235. width: 13px;
  236. height: 7px;
  237. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  238. position: absolute;
  239. bottom: -7px;
  240. left: 30px;
  241. }
  242.  
  243. #wrapper #content .post .asker_container {
  244. margin: 0 0 20px 24px;
  245. }
  246.  
  247.  
  248. #wrapper #content .post .asker_container img {
  249. margin: 0 12px -7px 0;
  250. }
  251.  
  252.  
  253. #wrapper #content .post .asker_container a.asker {
  254. color: {color:Body};
  255. }
  256.  
  257. #wrapper #content .post .title {
  258. color: #494949;
  259. font-size: 16px;
  260. font-weight: bold;
  261. padding: 10px 10px 0 10px;
  262. }
  263.  
  264. #wrapper #content .post img {
  265. max-width: 500px;
  266. }
  267.  
  268. #wrapper #content .post .chat {
  269. background-color: #fff;
  270. border-left: 5px solid #dedddd;
  271. margin: 10px 10px 0 10px;
  272. font-size: 14px;
  273. }
  274.  
  275. #wrapper #content .post .chat .lines {
  276. margin-left: 1px;
  277. }
  278.  
  279. #wrapper #content .post .chat .lines .line {
  280. background-color: #eaeaea;
  281. color: #494949;
  282. margin-bottom: 1px;
  283. padding: 3px 5px;
  284. }
  285.  
  286. #wrapper #content .post .chat .lines .line.even {
  287. background-color: #dedddd;
  288. }
  289.  
  290. #wrapper #content .post .link {
  291. margin: 4px 0 2px 0;
  292. font-size: 16px;
  293. line-height: 25px;
  294. }
  295.  
  296. #wrapper #content .post .link a {
  297. background-color: #fff;
  298. color: #016992;
  299. padding: 5px 7px;
  300. -moz-border-radius: 4px;
  301. -webkit-border-radius: 4px;
  302. border-radius: 4px;
  303. }
  304.  
  305. #wrapper #content .post .link a:hover {
  306. opacity: 0.9;
  307. filter: alpha(opacity=90);
  308. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  309. }
  310.  
  311. #wrapper #content .post .footer {
  312. background: #fff;
  313. -moz-border-radius: 4px;
  314. -webkit-border-radius: 4px;
  315. border-radius: 4px;
  316. font-family: {font:Accent};
  317. font-size: 11px;
  318. color: #666;
  319. padding: 0px 5px;
  320. margin-top: 5px;
  321. }
  322.  
  323. #wrapper #content .post .footer.for_permalink:hover {
  324. opacity: 0.9;
  325. filter: alpha(opacity=90);
  326. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  327. }
  328.  
  329. #wrapper #content .post .footer .date {
  330. width: 67%;
  331. float: left;
  332. color: #666;
  333. }
  334.  
  335. #wrapper #content .post .footer .notes {
  336. width: 33%;
  337. float: right;
  338. text-align: right;
  339. color: #666;
  340. }
  341.  
  342. #wrapper #content .post .footer .notes a {
  343. color: #666;
  344. }
  345.  
  346. #wrapper #content .post .footer .tags a {
  347. color: #4a4a51;
  348. text-decoration: underline;
  349. }
  350.  
  351. #wrapper #content .post .footer .tags .tag-commas:last-child {
  352. display: none;
  353. }
  354.  
  355. #wrapper #content .post .footer.with_source_url .tags {
  356. max-width: 330px;
  357. float: left;
  358. }
  359.  
  360. #wrapper #content .post .footer.with_source_url .source_url {
  361. float: right;
  362. max-width: 160px;
  363. overflow: hidden;
  364. white-space: nowrap;
  365.  
  366. }
  367.  
  368. #wrapper #content .post .footer.with_source_url .source_url img {
  369. vertical-align: top;
  370. -moz-opacity: 0.5;
  371. opacity: 0.5;
  372. }
  373.  
  374. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  375. -moz-opacity: 0.7;
  376. opacity: 0.7;
  377. }
  378.  
  379. #wrapper #content .post a {
  380. color: #6e7173;
  381. text-decoration: none;
  382. }
  383.  
  384. #wrapper #content .post .copy blockquote {
  385. margin: 10px 0px 10px 10px;
  386. padding-left: 15px;
  387. border-left: solid 4px #dcdcdc;
  388. }
  389.  
  390. #wrapper #content .post .copy blockquote blockquote {
  391. border-left: solid 4px #cccccc;
  392. }
  393.  
  394. #wrapper #content .post .copy blockquote blockquote blockquote {
  395. border-left: solid 4px #bcbcbc;
  396. }
  397.  
  398. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  399. border-left: solid 4px #acacac;
  400. }
  401.  
  402. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  403. border-left: solid 4px #9c9c9c;
  404. }
  405.  
  406. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  407. border-left: solid 4px #8c8c8c;
  408. }
  409.  
  410. #wrapper #content .bottom {
  411. background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
  412. width: 513px;
  413. height: 40px;
  414. margin: 0 auto;
  415. }
  416.  
  417. #wrapper #content #navigation {
  418. text-align: right;
  419. padding-bottom: 35px;
  420. text-transform: lowercase;
  421. }
  422.  
  423. #wrapper #content #navigation a {
  424. background-color: #fff;
  425. color: {color:Background};
  426. padding: 5px 10px;
  427. text-decoration: none;
  428. margin-left: 25px;
  429. }
  430.  
  431. #wrapper #content #navigation a:hover {
  432. opacity: 0.9;
  433. filter: alpha(opacity=90);
  434. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  435. }
  436.  
  437. #wrapper #content #navigation.jump_pagination {}
  438.  
  439. #wrapper #content #navigation.jump_pagination a {
  440. margin: 0 0 0 4px;
  441. }
  442.  
  443. #wrapper #content #navigation.jump_pagination .current_page {
  444. color: #fff;
  445. background-color: rgba(255,255,255, 0.1);
  446. border: 2px solid #fff;
  447. padding: 3px 8px;
  448. margin: 0 0 0 4px;
  449.  
  450. }
  451.  
  452. #wrapper #content #navigation.jump_pagination .jump_page {}
  453.  
  454. #wrapper #content .post .notecontainer {
  455. background: #eaeaea;
  456. -moz-border-radius: 4px;
  457. -webkit-border-radius: 4px;
  458. border-radius: 4px;
  459. font-family: {font:Accent};
  460. font-size: 11px;
  461. color: #666;
  462. margin-top: 10px;
  463. margin-bottom: -10px;
  464. }
  465.  
  466. #wrapper #content .post .notecontainer a {
  467. color: #666;
  468. text-decoration: underline;
  469. }
  470.  
  471. #wrapper #content .post .notecontainer ol.notes {
  472. padding: 0px 0 10px 0;
  473. list-style-type: none;
  474. font-size: 11px;
  475. }
  476.  
  477. #wrapper #content .post .notecontainer ol.notes li.note {
  478. padding: 10px 10px 0 10px;
  479. }
  480.  
  481. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  482. vertical-align: -4px;
  483. margin-right: 10px;
  484. width: 16px;
  485. height: 16px;display:none;
  486. }
  487.  
  488. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  489. font-weight: normal;
  490. }
  491.  
  492. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  493. font-weight: normal;
  494. }
  495.  
  496. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  497. border-left: 2px solid #666;
  498. padding: 4px 10px;
  499. margin: 10px 0px 0px 25px;
  500. }
  501.  
  502. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  503. text-decoration: none;
  504. }
  505.  
  506. #wrapper #sidebar {
  507. position:fixed !important;
  508. float: left;
  509. top: 150px;
  510. width: 200px;
  511. color: {color:Background};
  512. font-family: {font:Body}
  513.         }
  514.        
  515. #wrapper #sidebar a {
  516. color: {color:Background};
  517. }
  518.  
  519. #wrapper #sidebar #top {
  520. background: #fff;
  521. padding: 0 20px;
  522.     border: 3px solid rgb(255, 255, 255);
  523.     background: none repeat scroll 0% 0% rgb(255, 255, 255);
  524.     padding: 0px 20px;
  525.     border-radius: 10px 10px 10px 10px;
  526. }
  527.  
  528. #wrapper #sidebar #top #avatar {
  529. width: 146px;
  530. height: 146px;
  531. padding: 8px 0 0 9px;
  532. background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  533. position: relative;
  534. top: -24px;
  535. left: -5px;
  536. }
  537.  
  538. #wrapper #sidebar #top #description {
  539. font-size: 11px;
  540. position: relative;
  541. top: -18px;
  542. }
  543.  
  544. #wrapper #sidebar #top #description a {
  545. color: {color:Background};
  546. text-decoration: underline;
  547. }
  548.  
  549. #wrapper #sidebar #top .heading {
  550. color: #fff;
  551. font-family: helvetica, arial, sans-serif;
  552. font-size: 17px;
  553. margin-top: 20px;
  554. padding: 10px;
  555. background-color: {color:Background};
  556. -webkit-border-top-left-radius: 4px;
  557. -webkit-border-top-right-radius: 4px;
  558. -moz-border-radius-topleft: 4px;
  559. -moz-border-radius-topright: 4px;
  560. border-top-left-radius: 4px;
  561. border-top-right-radius: 4px;
  562. }
  563.  
  564. #wrapper #sidebar #top a .heading {
  565. color: #fff;
  566. text-decoration: none;
  567. }
  568.  
  569. #wrapper #sidebar #top .content {
  570. margin-top: 2px;
  571. padding: 7px 10px;
  572. background: #eaeaea;
  573. color: #666;
  574. font-size: 11px;
  575. overflow: hidden;
  576. }
  577.  
  578. #wrapper #sidebar #top a {
  579. text-decoration: none;
  580. }
  581.  
  582. #wrapper #sidebar #bottom {
  583. background: url("http://assets.tumblr.com/themes/redux/sidebar-bottom.png") no-repeat scroll center top transparent;
  584. width: 250px;
  585. height: 25px;
  586. }
  587. </style>
  588. <![endif]-->
  589.  
  590. <!--[if lt IE 8.]>
  591. <style type="text/css">
  592. #wrapper #content .bottom {
  593. background: transparent;
  594. }
  595.  
  596. #wrapper #content .post .footer {
  597. background: transparent;
  598. color: #000;
  599. }
  600.  
  601. #wrapper #content .post .audio {
  602. float: none;
  603. background: transparent;
  604. }
  605.  
  606. #wrapper #content .post .notecontainer .notes {
  607. padding: 0;
  608. margin: 0;
  609. }
  610. </style>
  611. <![endif]-->
  612.  
  613. <style type="text/css">{CustomCSS}</style>
  614.  
  615. </head>
  616. <body>
  617. <div id="wrapper">
  618. <br>
  619.  
  620. <div id="content">
  621.  
  622. {block:Posts}
  623. <div class="post">
  624.  
  625. {block:Photo}
  626. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  627. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  628. {/block:Photo}
  629.  
  630. {block:Video}
  631. <div class="media">{Video-500}</div>
  632. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  633. {/block:Video}
  634.  
  635. {block:Audio}
  636. {block:IfShowAlbumArtOnAudioPosts}
  637. {block:AlbumArt}
  638. <div class="album_art">
  639. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  640. </div>
  641. {/block:AlbumArt}
  642. {/block:IfShowAlbumArtOnAudioPosts}
  643.  
  644. <div class="audio">
  645. <div class="player">{AudioPlayerWhite}</div>
  646. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  647. <div class="clear"></div>
  648. </div>
  649. <div class="clear"></div>
  650. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  651. {/block:Audio}
  652.  
  653. {block:Quote}
  654. <div class="quote {Length}">{Quote}</div>
  655. <div class="copy">
  656. <div class="quotebg">“</div>
  657. {block:Source}
  658. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  659. <tr>
  660. <td valign="top" style="width:20px;">&mdash;</td>
  661. <td valign="top" class="quote_source">
  662. {Source}
  663. </td>
  664. </tr>
  665. </table>
  666. {/block:Source}
  667. </div>
  668. {/block:Quote}
  669.  
  670. {block:Text}
  671. {block:Title}<div class="title">{Title}</div>{/block:Title}
  672. <div class="copy">{Body}</div>
  673. {/block:Text}
  674.  
  675. {block:Answer}
  676. <div class="question">
  677. <div class="nipple"></div>
  678. {Question}
  679. </div>
  680. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  681. <div class="copy">{Answer}</div>
  682. {/block:Answer}
  683.  
  684. {block:Chat}
  685. {block:Title}<div class="title">{Title}</div>{/block:Title}
  686. <div class="chat">
  687. <div class="lines">
  688. {block:Lines}
  689. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  690. {/block:Lines}
  691. </div>
  692. </div>
  693. <div class="clear"></div>
  694. <div style="height:10px;"></div>
  695. {/block:Chat}
  696.  
  697. {block:Link}
  698. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  699. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  700. {/block:Link}
  701.  
  702. {block:Date}
  703. <a href="{Permalink}">
  704. <div class="footer for_permalink">
  705. <div class="date">
  706. {block:Reblog}
  707. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}{/block:RebloggedFromReblog}
  708. {/block:Reblog}
  709.  
  710. {block:NotReblog}
  711. {lang:Posted TimeAgo from source}
  712. {/block:NotReblog}
  713. </div>
  714. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  715. <div class="clear"></div>
  716. </div>
  717. </a>
  718. {/block:Date}
  719.  
  720. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  721. display:none;
  722. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  723. {block:ContentSource}display:block;{/block:ContentSource}
  724. ">
  725. {block:IfShowTags}
  726. {block:HasTags}<div class="tags"> #{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas"> #</span>{/block:Tags}.</div>{/block:HasTags}
  727. {/block:IfShowTags}
  728.  
  729. {block:ContentSource}
  730. <a href="{SourceURL}" class="source_url">
  731. {lang:Source}:
  732. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  733. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  734. </a>
  735. {/block:ContentSource}
  736.  
  737. <div class="clear"></div>
  738. </div>
  739.  
  740. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  741.  
  742. </div>
  743. <div class="bottom"></div>
  744. {/block:Posts}
  745.  
  746. {block:Pagination}
  747. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  748. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  749.  
  750. {block:IfEnableJumpPagination}
  751. {block:JumpPagination length="5"}
  752. {block:CurrentPage}
  753. <span class="current_page">{PageNumber}</span>
  754. {/block:CurrentPage}
  755.  
  756. {block:JumpPage}
  757. <a class="jump_page" href="{URL}">{PageNumber}</a>
  758. {/block:JumpPage}
  759.  
  760. {/block:JumpPagination}
  761. {/block:IfEnableJumpPagination}
  762.  
  763. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  764. </div>
  765. {/block:Pagination}
  766.  
  767. </div>
  768. <div id="sidebar"><center><a href="http://vandeleuria.tumblr.com"><img src="http://i47.tinypic.com/144brjs.gif"></a>
  769. <div id="top"><br>
  770. <div id="top"><br>
  771. <div id="description">{Description}</div>
  772.  
  773. </center> <br>
  774.    
  775. </div>
  776.  
  777. </div>
  778.  
  779.  
  780. </div>
  781. </div>
  782.  
  783. </body>
  784. </html>