Advertisement
mariaelizab

hakuthm4

Jul 29th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.22 KB | None | 0 0
  1. <!-------------------------------- hakuthm4 -----------------------------
  2.  
  3.  
  4.                          ☮ ☀ THEME POR HAKUNEX ☀ ☮
  5.               (base inicial: base por vikki - cozed.tumblr.com)
  6.  
  7.                     >>>>> NUNCA RETIRE OS CREDITOS <<<<<
  8.  
  9.             ❥ SE QUISER ALGUM CÓDIGO FALA CMG, NÁO SAI PEGANDO
  10.  
  11.                ❥ QUALQUER DÚVIDA OU SUGESTÃO É SÓ FALAR TBM
  12.                
  13.                                 BOM USO, BJS ♥
  14.                
  15.                    ★ NÃO COPIE, SEJA CRIATIVO E ORIGINAL ★
  16.  
  17.  
  18.  -------------------------- atualizado em 18.12.2015 ------------------->
  19.  
  20. <html lang="en">
  21. <head>
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  35. var popMargTop = ($('#' + popID).height() + 80) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  56. <html lang="en">
  57.  
  58.  
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.  
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  63.  
  64. <meta name="image:Background" content=""/>
  65.  
  66. <meta name="color:background" content="#ffffff"/>
  67. <meta name="color:text" content="#000000"/>
  68. <meta name="color:borda" content="#d8d8d8"/>
  69. <meta name="color:links" content="#000000"/>
  70. <meta name="color:title" content="#000000"/>
  71. <meta name="color:asks" content="#e6e6e6"/>
  72. <meta name="color:hover" content="#686868"/>
  73.  
  74. <meta name="text:frase" content="sua frase bem aqui" />
  75.  
  76. <meta name="text:Link one Title" content="link1"/>
  77. <meta name="text:Link one" content="" />
  78. <meta name="text:Link two Title" content="link2"/>
  79. <meta name="text:Link two" content=""/>
  80. <meta name="text:Link Three Title" content="link3"/>
  81. <meta name="text:Link Three" content=""/>
  82. <meta name="text:Link Four Title" content="link4"/>
  83. <meta name="text:Link Four" content=""/>
  84. <meta name="text:Link five Title" content="link5"/>
  85. <meta name="text:Link five" content=""/>
  86.  
  87. <meta name="if:3columns" content="0"/>
  88. <meta name="if:1column" content="0"/>
  89.  
  90. <style type="text/css">
  91.  
  92. <link rel="shortcut icon" href="{Favicon}">
  93.  
  94. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  95. {block:Description}<meta name=”description” content={MetaDescription}” />{/block:Description}
  96. <script type=text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  97.  
  98.  
  99. <script type=text/javascript”>
  100. //
  101. function desabilitaMenu(e)
  102. {
  103. if (window.Event)
  104. {
  105. if (e.which == 2 || e.which == 3)
  106. return false;
  107. }
  108. else
  109. {
  110. event.cancelBubble = true
  111. event.returnValue = false;
  112. return false;
  113. }
  114. }
  115. document.oncontextmenu = desabilitaMenu;
  116. document.onmousedown = desabilitaBotaoDireito;
  117. document.onmouseup = desabilitaBotaoDireito;
  118. </script>trols{
  119. position:fixed !important;
  120. }
  121. ::-webkit-scrollbar-thumb:vertical {
  122.  
  123. height:9px;
  124.  
  125. background-color: #a4a4a4;
  126.  
  127. }
  128.  
  129. ::-webkit-scrollbar {
  130.  
  131. width:5px;
  132.  
  133. height:5px;
  134.  
  135. background:#fff;
  136.  
  137. margin-right:5px;
  138.  
  139. }
  140.  
  141. .popup_block{
  142. display: none; /*--hidden by default--*/
  143. background: white ;
  144. padding: 5px;
  145. border: 2px solid {color:borda};
  146. float: left;
  147. font-family: "calibri";
  148. font-size: 12;
  149. position: fixed;
  150. top: 50%; left: 50%;
  151. z-index: 99999;
  152. /*--CSS3 Box Shadows--*/
  153. -webkit-box-shadow: 0px 0px 20px #000;
  154. -moz-box-shadow: 0px 0px 20px #000;
  155. box-shadow: 0px 0px 20px #000;
  156. /*--CSS3 Rounded Corners--*/
  157. -webkit-border-radius: 0px;
  158. -moz-border-radius: 0px;
  159. border-radius: 0px;
  160. }
  161. img.btn_close {
  162. float: right;
  163. margin: 0 0px 0 0;
  164. }
  165. /*--Making IE6 Understand Fixed Positioning--*/
  166. *html #fade {
  167. position: absolute;
  168. }
  169. *html .popup_block {
  170. position: absolute;
  171. }
  172. @font-face {
  173. font-family: "kg luck of the irish";
  174. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  175. }
  176. @font-face {
  177. font-family: "kg luck of the irish";
  178. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  179. }
  180.  
  181. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  182.  
  183. .left{
  184. float: left;
  185. margin-right: 20px;
  186. width: 802px;
  187. }
  188.  
  189. .right{
  190. float: right;
  191. width: 200px;
  192. background-color: {color:Background};
  193. }
  194. iframe#tumblr_controls {
  195. top: 0% !important;
  196. right:0% !important;
  197. position: fixed !important;}
  198. body {
  199. padding: 0px;
  200. margin: 0px;
  201. color:{color:text};
  202. font-family: calibri;
  203. font-size: 11px;
  204. background-color: {color:Background};
  205. background-image:url({image:Background});
  206. background-attachment: fixed;
  207. background-repeat: repeat;
  208. }
  209.  
  210. a:link, a:active, a:visited{
  211. color:{color:links};
  212. text-decoration: none;
  213. -webkit-transition: color 0.4s ease-out;
  214. -moz-transition: color 0.4s ease-out;
  215. }
  216.  
  217. a:hover{
  218. color:{color:hover};
  219. -webkit-transition: color 0.4s ease-out;
  220. -moz-transition: color 0.4s ease-out;
  221. text-shadow:0px 0px 1px {color:hover};
  222. }
  223.  
  224. .entry {
  225. margin:3px;
  226. padding: 1px;
  227. float:left;
  228. background-color: white;
  229. border: 1px solid {color:borda};
  230. font-family: calibri;
  231. font-size: 12px;
  232. line-height:10px;
  233. {block:IndexPage}
  234. overflow: hidden;
  235. {block:if1column}
  236. width:400px;
  237. {/block:if1column}
  238. {block:ifnot1column}
  239. {block:ifnot3columns}
  240. width:270px;
  241. {/block:ifnot3columns}
  242. {/block:ifnot1column}
  243. {block:ifnot1column}
  244. {block:if3columns}
  245. width:270px;
  246. {/block:if3columns}
  247. {/block:ifnot1column}
  248. {/block:IndexPage}
  249. {block:PermalinkPage}
  250. width:400px;
  251. {block:if1column}
  252. margin-left: 2px;
  253. {/block:if1column}
  254. {block:ifnot1column}
  255. margin-left: 80px;
  256. {/block:ifnot1column}
  257. {/block:PermalinkPage}
  258. }
  259.  
  260. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  261. .bubble p {margin:1px 0px;}
  262. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  263. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  264.  
  265. .entry #permalink {
  266. position: absolute;
  267. margin-top: 9px;
  268. margin-left: 200px;
  269. opacity: 0;
  270. -webkit-transition: all .5s ease;
  271. -moz-transition: all .5s ease;
  272. -o-transition: all .5s ease;
  273. transition: all .5s ease;
  274. }
  275.  
  276. .entry:hover #permalink {
  277. margin-top: 9px;
  278. margin-left: 6px;
  279. opacity: 1;
  280. }
  281.  
  282. .countreblog {
  283. letter-spacing:1px;
  284. font-family: calibri;
  285. font-size:11px;
  286. color: #a4a4a4;
  287. line-height:5px;
  288. margin: 2px;
  289. background:#fafafa;
  290. background-repeat:repeat;
  291. border:1px solid #fafafa;
  292. padding:2px 2px;
  293. opacity: 1;
  294. -webkit-border-radius:0px;
  295. moz-border-radius:0px;
  296. -o-border-radius:0px;
  297. border-radius:0px;
  298. }
  299.  
  300. .countreblog a { color: #000; }
  301.  
  302.  
  303. div#sidebar{
  304. border-radius: 6px;
  305. -moz-border-radius: 6px;
  306. -webkit-border-radius: 6px;
  307. z-index:999999999999999;
  308. position:absolute !important;
  309. position:fixed !important;
  310. font-family: 'short stack', cursive;
  311. font-size: 12px;
  312. background-color: transparent;
  313. width:220px;
  314. height:auto;
  315. top:120px;
  316. left: 40px;
  317. padding:2px;
  318. }
  319.  
  320. div#desc{
  321. height:auto;
  322. width:auto;
  323. background: white;
  324. border: 1px solid {color:borda};
  325. border-top-right-radius:10px;
  326. border-top-left-radius:10px;
  327. }
  328.  
  329. #posts {
  330. {block:if1column}
  331. width: 550px;
  332. margin-left:460px;
  333. {/block:if1column}
  334. {block:ifnot3columns}
  335. {block:ifnot1column}
  336. width: 650px;
  337. margin-left:398px;
  338. {/block:ifnot1column}
  339. {/block:ifnot3columns}
  340. {block:if3columns}
  341. width:900px;
  342. margin-left:298px;
  343. {/block:if3columns}
  344. margin-top:70px;
  345. float:left;
  346. font-family: "calibri";
  347. }
  348.  
  349. #linksbar{
  350. z-index:999999999999999;
  351. position:absolute !important;
  352. position:fixed !important;
  353. background-color:#ffffff;
  354. {block:if3columns}
  355. margin-left:300px;
  356. width:822px;
  357. {/block:if3columns}
  358. {block:ifnot3columns}
  359. {block:ifnot1column}
  360. width: 543px;
  361. margin-left:400px;
  362. {/block:ifnot1column}
  363. {/block:ifnot3columns}
  364. {block:if1column}
  365. width: 392px;
  366. margin-left:462px;
  367. {/block:if1column}
  368. height:30px;
  369. top:0px;
  370. padding:5px;
  371. border-bottom:1px solid {color:borda};
  372. border-right: 1px solid {color:borda};
  373. border-left: 1px solid {color:borda};
  374. padding-right:6px;
  375. z-index:10;
  376. overflow:hidden;
  377. text-align:center;
  378. padding-top:10px;
  379. padding-bottom:30px;
  380. }
  381.  
  382. .linkss{
  383. {block:ifnot1column}
  384. font-size:12px;
  385. {/block:ifnot1column}
  386. {block:if1column}
  387. font-size:12px;
  388. {/block:if1column}
  389. text-align: center;
  390. line-height:18px;
  391. font-family: calibri;
  392. color:#a4a4a4;
  393. text-transform:lowercase;
  394. }
  395.  
  396. .cred{
  397. top: 0px;
  398. left:0px;
  399. position:fixed;
  400. }
  401. #infscr-loading{
  402. bottom: -70px;
  403. position: absolute;
  404. left: 50%;
  405. margin-left:-8px;
  406. width:16px;
  407. height:11px;
  408. overflow:hidden;
  409. margin-bottom: 50px;
  410. }
  411. div#titlee{
  412. font-family: "kg luck of the irish";
  413. font-size:25px;
  414. line-height:18px;
  415. margin-top:4px;
  416. color:{color:title};
  417. }
  418.  
  419. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  420. blockquote{
  421. padding:0px 0px 2px 5px;
  422. margin:0px 0px 0px 0px;
  423. border-left: 1px solid #555555;
  424. }
  425.  
  426. blockquote p, ul{
  427. margin:0px;
  428. padding:0px;
  429. }
  430.  
  431. a img{border: 0px;}
  432.  
  433. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  434.  
  435. .user_1 .LABEL, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  436. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  437.  
  438. .notes img{
  439. width:10px;
  440. position:relative;
  441. top:3px;
  442. }
  443. {block:ifnot1column}
  444. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  445. {block:IndexPage}
  446. width: 250px !important;
  447. {/block:IndexPage}
  448. }
  449. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  450. {/block:ifnot1column}
  451.  
  452. {block:if1column}
  453. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  454. {block:IndexPage}
  455. width: 400px !important;
  456. {/block:IndexPage}
  457. }
  458. .video embed, .post div.video object {width:240px !important; height:320px !important;}
  459. {/block:if1column}
  460.  
  461. .title{
  462. font-family: 'calibri';
  463. font-size: 15px;
  464. line-height:15px;
  465. color: {color:title};
  466. font-weight: normal;
  467. }
  468.  
  469. div#borda {
  470. border-bottom: 1px dotted {color:borda};}
  471.  
  472.  
  473. </style>
  474. {block:IndexPage}
  475. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  476. <script type="text/javascript" src="http://static.tumblr.com/9ukfwg7/TlZmfhq24/inf.txt"></script>
  477.  
  478. <script type="text/javascript">
  479. $(window).load(function () {
  480. var $content = $('#posts');
  481. $content.masonry({itemSelector: '.entry'}),
  482. $content.infinitescroll({
  483. navSelector : 'div#pagination',
  484. nextSelector : 'div#pagination a#nextPage',
  485. itemSelector : '.entry',
  486. loading: {
  487. finishedMsg: '',
  488. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  489. },
  490. bufferPx : 600,
  491. debug : false,
  492. },
  493. // call masonry as a callback.
  494. function( newElements ) {
  495. var $newElems = $( newElements );
  496. $newElems.hide();
  497. // ensure that images load before adding to masonry layout
  498. $newElems.imagesLoaded(function(){
  499. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  500.  
  501.  
  502. });
  503. });
  504. });
  505. </script>
  506.  
  507. {/block:IndexPage}
  508.  
  509. </div>
  510.  
  511. <title>{title}</title>
  512.  
  513. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  514. <meta name="viewport" content="width=820" />
  515.  
  516.  
  517.  
  518. <div class="wrapper">
  519.  
  520. <div class="header">
  521.  
  522. </div>
  523.  
  524.  
  525. <div id="linksbar"><center><div id="titlee">{text:frase}</div><br>{block:HasPages}{block:Pages} <span class="linkss"><a href="{URL}">{Label}</a> · </span> {/block:Pages}{/block:HasPages}{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a> · </span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a> · </span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a> · </span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a> · </span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}</span></center>
  526. </div>
  527. <div class="left">
  528.  
  529. <div id="posts">
  530.  
  531. {block:Posts}
  532. <div class="entry">
  533.  
  534. {block:Text}
  535. {block:IndexPage} <div id="permalink">
  536. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  537. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  538. <span class="entrytext">{Body}</span>
  539. {/block:Text}
  540.  
  541. {block:Link}
  542. {block:IndexPage} <div id="permalink">
  543. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  544. <a href="{URL}" class="title">{Name}</a>
  545. {block:Description}{Description}{/block:Description}
  546. {block:Link}
  547.  
  548. {block:Answer}
  549. <div class="post"><div class="askborder">
  550. <img src="{askerportraiturl-40}" width="45px"></div><div class="bubble"><span></span><b>{asker}:</b> {Question}</div><br>
  551. {Answer}
  552. </div>
  553. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  554. {/block:Answer}
  555. {block:Photo}
  556. <center>
  557. {block:IndexPage}
  558. <div id="permalink">
  559. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  560. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=270px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  561. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  562. {/block:Photo}
  563.  
  564. {block:Photoset}
  565. {block:IndexPage} <div id="permalink">
  566. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  567. <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
  568. <p style="text-align: right;">
  569. {/block:Photoset}
  570.  
  571. {block:Quote}{block:IndexPage} <div id="permalink">
  572. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  573. {Quote}</span> <br>
  574. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  575. {/block:Quote}
  576.  
  577. {block:Chat}
  578. {block:IndexPage} <div id="permalink">
  579. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  580. {block:Title}<span class="title">{Title}</span>{/block:Title}
  581. <ul class="chat">
  582. {block:Lines}
  583. <li class="user_{UserNumber}">
  584. {block:Label}
  585. <span class="label">{Label}</span>
  586. {/block:Label}
  587. {Line}
  588. </li>
  589. {/block:Lines}
  590. </ul>
  591.  
  592. {/block:Chat}
  593.  
  594. {block:Audio}
  595. <div style="width:320px; height:30px;">
  596. {AudioPlayerBlack}
  597. </div>
  598. {block:IndexPage}<span class="permalink">
  599. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  600. </span>{/block:IndexPage}
  601. {/block:Audio}
  602.  
  603. {block:Video}
  604. {block:IndexPage}
  605. <div id="permalink">
  606. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  607. <center>{block:if1column}
  608. <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
  609. <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. <center>
  613. {Video-550}</center>
  614. {/block:PermalinkPage}
  615. {block:Video}
  616.  
  617. {block:PermalinkPage}
  618. <center>
  619. <br>{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>
  620.  
  621.  
  622. {/block:PermalinkPage}
  623.  
  624.  
  625. {block:PostNotes}{PostNotes}
  626. {/block:PostNotes}
  627. </div>
  628.  
  629.  
  630. {/block:Posts}
  631. </div>
  632. </div>
  633. {block:IndexPage}
  634. {block:Pagination}
  635. <div id="pagination">
  636. {block:NextPage}
  637. <a id="nextPage" href="{NextPage}"></a>
  638. {/block:NextPage}
  639. {block:PreviousPage}
  640. <a href="{PreviousPage}">&larr;&nbsp;</a>
  641. {/block:PreviousPage}
  642. </div>
  643. {/block:Pagination}
  644. {/block:IndexPage}
  645. </div>
  646.  
  647.  
  648.  
  649. </body>
  650.  
  651. <div id="04" class="popup_block"><right><font face="stars"><font size="5">Links:</font></font></right>
  652. <center>
  653. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> ·{/block:Pages}{/block:HasPages} {block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} · </a> {/block:ifLinkOneTitle}
  654. {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} · </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} · </a> {/block:ifLinkFourTitle} {block:iflinkfivetitle}<a href="{text:link five}">{text:link five title} ·</a>{/block:iflinkfivetitle} <a href="/submit">submit</a> · <a href="http://hakunex.tumblr.com">©<b>hakunex</b></a>
  655. </center></div></div>
  656.  
  657. </div></div></div></div></div></div></div></div></div></div>
  658.  
  659. <div id="02" class="popup_block">
  660. <right><font face="stars"><font size="5">Ask:</font></font></right>
  661. <center>
  662. <iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></p>
  663. </center></div>
  664.  
  665.  
  666. </div></div></div></div></div></div></div></div></div></div>
  667.  
  668.    
  669. </div>
  670. {block:ifshowbottomleftimage} <div style="position:fixed; bottom:0px; left:40px;">
  671. <img src="{image:bottomleft}">
  672. <div style="position:fixed; bottom: 70px; left:0px;">{/block:ifshowbottomleftimage}
  673.  
  674. <a style="width:120px;
  675. font-size:11px; color:#4a4a4a; font-family:calibri;
  676. position:fixed;
  677. font-style:;
  678. top:-2px;
  679. left:10px;
  680. " title="n copia essa porra ♥"
  681. href="http://hakunex.tumblr.com"><b> hakunex</b></a>
  682. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement