Advertisement
teenageblog

Grande Theme

Nov 16th, 2012
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12. <head>
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script>
  17. $(document).ready(function() {
  18. //
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel'); //Get Popup Name
  21. var popURL = $(this).attr('href'); //Get Popup href to define size
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  25. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. //Apply Margin to Popup
  29. $('#' + popID).css({
  30. 'margin-top' : -popMargTop,
  31. 'margin-left' : -popMargLeft
  32. });
  33. $('body').append('<div id="fade"></div>');
  34. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  35. return false;
  36. });
  37. $('a.close, #fade').live('click', function() {
  38. $('#fade , .popup_block').fadeOut(function() {
  39. $('#fade, a.close').remove(); //fade them both out
  40. });
  41. return false;
  42. });
  43. });
  44. </script>
  45.  
  46. <title>{Title}</title>
  47.  
  48. <script type="text/javascript"
  49. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50.  
  51. <meta name="color:Background" content="#EEEEEE"/>
  52. <meta name="color:Text" content="#130C11"/>
  53. <meta name="color:Hover" content="#130C11"/>
  54. <meta name="color:Link" content="#000000"/>
  55.  
  56.  
  57. <meta name="image:Background" content="1"/>
  58. <meta name="image:side1" content="http://media.tumblr.com/tumblr_mdnoyr5Ov21raqsyv.gif"/>
  59. <meta name="image:side2" content="http://media.tumblr.com/tumblr_mdnp0t0tBg1raqsyv.gif"/>
  60.  
  61. <meta name="text:Custom Link One Title" content= >
  62. <meta name="text:Custom Link One" content="http://" />
  63. <meta name="text:Custom Link Two Title" content= >
  64. <meta name="text:Custom Link Two" content="http://" />
  65. <meta name="text:Custom Link Three Title" content= >
  66. <meta name="text:Custom Link Three" content="http://" />
  67. <meta name="text:Custom Link Four Title" content= >
  68. <meta name="text:Custom Link Four" content="http://" />
  69. <meta name="text:Custom Link Five Title" content= >
  70. <meta name="text:Custom Link Five" content="http://" />
  71. <meta name="text:Custom Link Six Title" content= >
  72. <meta name="text:Custom Link Six" content="http://" />
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  77.  
  78. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  79.  
  80. <style type="text/css">
  81.  
  82. .kitty{padding: 0px; background-color: transparent;float: left; text-align: center; margin-top: 0px; margin-left: 5px; margin-right: 15px; margin-bottom:5px;}
  83. .kitty img {float: center; display: block; width: 230px; height:145px;margin-top:0px; margin-left:6px;}
  84.  
  85. #meow {letter-spacing:0px; padding: 0px;}
  86. #meow img {display: inline; text-align:center; border: 0px solid ;}
  87. #meow img:hover {display: inline; height:145px; text-align:center; opacity:3; -webkit-transition: all 0.6s ease;border: 0px solid ;}
  88.  
  89.  
  90. .side1{float:right; letter-spacing:2px; padding: 0px; position:fixed; -webkit-transition: all 1s ease-in;opacity: 0;}
  91. .side1 img{width: 230px; height:145px; border: 0px;margin-top:0px;}
  92. .side1:hover{opacity:3;}
  93.  
  94.  
  95.  
  96. #fade { /*--Transparent background layer--*/
  97. display: none; /*--hidden by default--*/
  98. background: transparent;
  99. position: fixed; left: 0; top: 0;
  100. width: 100%; height: 100%;
  101. opacity: .80;
  102. z-index: 9999;
  103. }
  104. .popup_block{
  105. display: none; /*--hidden by default--*/
  106. background: #fff;
  107. padding: 20px;
  108. border: 2px dashed #ddd;
  109. float: left;
  110. font-size: 1.2em;
  111. position: fixed;
  112. top: 50%; left: 50%;
  113. z-index: 99999;
  114. /*--CSS3 Box Shadows--*/
  115. -webkit-box-shadow: 0px 0px 20px #000;
  116. -moz-box-shadow: 0px 0px 20px #000;
  117. box-shadow: 0px 0px 20px #000;
  118. /*--CSS3 Rounded Corners--*/
  119. -webkit-border-radius: 10px;
  120. -moz-border-radius: 10px;
  121. border-radius: 10px;
  122. }
  123. img.btn_close {
  124. float: right;
  125. margin: -5px -5px 0 0;
  126. }
  127. /*--Making IE6 Understand Fixed Positioning--*/
  128. *html #fade {
  129. position: absolute;
  130. }
  131. *html .popup_block {
  132. position: absolute;
  133. }
  134. iframe#tumblr_controls{position:fixed !important;}
  135.  
  136. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  137.  
  138. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  139.  
  140. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  141.  
  142.  
  143.  
  144. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  145. {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
  146. <script type=”text/javascript”>
  147. //
  148. function desabilitaMenu(e)
  149. {
  150. if (window.Event)
  151. {
  152. if (e.which == 2 || e.which == 3)
  153. return false;
  154. }
  155. else
  156. {
  157. event.cancelBubble = true
  158. event.returnValue = false;
  159. return false;
  160. }
  161. }
  162. document.oncontextmenu = desabilitaMenu;
  163. document.onmousedown = desabilitaBotaoDireito;
  164. document.onmouseup = desabilitaBotaoDireito;
  165. </script>
  166. {/block:Ifnorightclick}
  167.  
  168.  
  169. #tumblr_controls{
  170. position:fixed !important;
  171. }
  172.  
  173. .wrapper{
  174. margin: 0px auto;
  175. width: 802px;
  176. }
  177.  
  178. .header{
  179. float: left;
  180. width: 100%;
  181. }
  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.  
  195. body {
  196. padding: 0px;
  197. margin: 0px;
  198. color:{color:text};
  199. font-family: 'Short Stack', cursive;
  200. font-size: 14px;
  201. background-color: {color:Background};
  202. background-image:url({image:Background});
  203. background-attachment: fixed;
  204. background-repeat: repeat;
  205. }
  206.  
  207. a:link, a:active, a:visited{
  208. color: {color:Link};
  209. text-decoration: none;
  210. -webkit-transition: color 0.4s ease-out;
  211. -moz-transition: color 0.4s ease-out;
  212. }
  213.  
  214. a:hover{
  215. color:{color:Hover};
  216. -webkit-transition: color 0.4s ease-out;
  217. -moz-transition: color 0.4s ease-out;
  218.  
  219. }
  220.  
  221. .entry {
  222. margin:5px;
  223. padding: 1px;
  224. width: 1000px;
  225. height: auto;
  226. float:left;
  227. text-align: left;
  228. background-color: #ffffff;
  229. font-family: 'Short Stack', cursive;
  230. font-size: 13px;
  231. line-height:10px;
  232. border: transparent;
  233. {block:IndexPage}
  234. width:450px;
  235. {/block:IndexPage}
  236. {block:PermalinkPage}
  237. width:550px;
  238. margin-left: 357x;
  239. {/block:PermalinkPage}
  240. }
  241.  
  242. .entry .permalink{
  243. position: absolute;
  244. margin-top: 5px;
  245. margin-left: 10px;
  246. opacity: 0;
  247. -webkit-transition: all .3s ease;
  248. -moz-transition: all .3s ease;
  249. -o-transition: all .3s ease;
  250. transition: all .3s ease;
  251. }
  252. .entry:hover .permalink{
  253. margin-top:10px;
  254. margin-left:10px;
  255. overflow:visible;
  256. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  257. transition: all 0.4s linear;
  258. opacity: 0.8;
  259. }
  260.  
  261. .countreblog {
  262. height: 20px;
  263. width: auto;
  264. opacity:0.0;
  265. background-color: #fff;
  266. text-align: center;
  267. font-family: 'Short Stack', cursive;
  268. font-size: 12px;
  269. line-height: 20px;
  270. margin-top:20px;
  271. margin-left: 20px;
  272. margin: 4px;
  273. padding: 8px;
  274. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  275. transition: all 0.4s linear;
  276.  
  277. }
  278.  
  279. .countreblog:hover {
  280. opacity: 1;
  281. ;
  282. }
  283.  
  284. .countreblog a {
  285. color: #000;
  286. }
  287.  
  288. div#sidebar{
  289. position:fixed !important;
  290. width:250px;
  291. height:auto;
  292. top:50px;
  293. left: 105px;
  294. padding:2px;
  295. font-family:'Short Stack', cursive;
  296. background-color:white;
  297. border: #000 dotted 2px;
  298. border-top-right-radius:5px;
  299. border-bottom-right-radius:5px;
  300. border-top-left-radius:5px;
  301. border-bottom-left-radius:5px;
  302.  
  303. }
  304.  
  305.  
  306. div#blogtitle {
  307. font-family:'Indie Flower', cursive;
  308. font-style:none;
  309. font-size:25px;
  310. color:black;
  311. line-height:45px;
  312. -webkit-transition: 0.1s ease-in;
  313. -webkit-text-stroke: 1px transparent;
  314. text-align:center;
  315. text-decoration:none;
  316. letter-spacing:2px;
  317. text-transform:normal;
  318. text-align:center;
  319. width:100%;
  320. background-color:transparent;
  321. }
  322.  
  323. #blogtitle:hover {
  324. letter-spacing: -2px;
  325. }
  326.  
  327. .virgin{
  328. display: block;
  329. display : inline-block;
  330. text-align: center;
  331. width: 50px;
  332. height:30px;
  333. background : white;
  334. font-size: 13px;
  335. line-height:30px;
  336. color: #000;
  337. font-family: 'Short Stack', cursive;
  338. border-bottom : 1px solid #000;
  339. text-align: center;
  340. no-repeat left;
  341. margin-top: 3px;
  342. margin-bottom: 10px;
  343. padding : 3px;
  344. border: 1px dashed #000;
  345. padding-bottom : 0px;
  346. text-align:center;
  347. -webkit-transition-duration: .9s;
  348. border-top-right-radius:75px;
  349. border-bottom-right-radius:75px;
  350. border-top-left-radius:75px;
  351. border-bottom-left-radius:75px;
  352.  
  353. }
  354.  
  355. .virgin:hover {
  356. -moz-transform: rotate(30deg);
  357. -webkit-transform: rotate(30deg);
  358. -o-transform: rotate(30deg);
  359. border: 1px dashed #000;
  360. }
  361.  
  362. .sex{
  363. display: block;
  364. display : inline-block;
  365. text-align: center;
  366. width: 50px;
  367. height:30px;
  368. background : white;
  369. font-size: 13px;
  370. line-height:30px;
  371. color: #000;
  372. font-family: 'Short Stack', cursive;
  373. border-bottom : 1px solid #000;
  374. text-align: center;
  375. no-repeat left;
  376. margin-top: 3px;
  377. margin-bottom: 10px;
  378. padding : 3px;
  379. border: 1px dashed #000;
  380. padding-bottom : 0px;
  381. text-align:center;
  382. -webkit-transition-duration: .9s;
  383. border-top-right-radius:75px;
  384. border-bottom-right-radius:75px;
  385. border-top-left-radius:75px;
  386. border-bottom-left-radius:75px;
  387.  
  388. }
  389.  
  390. .sex:hover {
  391. -moz-transform: rotate(-30deg);
  392. -webkit-transform: rotate(-30deg);
  393. -o-transform: rotate(-30deg);
  394. border: 1px dashed #000;
  395. }
  396.  
  397. #posts {
  398. width: 500px;
  399. margin-left:230px;
  400. margin-top:0px;
  401. float:left;
  402. font-family:'Short Stack', cursive;
  403. }
  404.  
  405. .title{
  406. font-family: 'Amatic SC', cursive;
  407. font-size: 20px;
  408. line-height:25px;
  409. color: black;
  410. font-weight: normal;
  411. }
  412.  
  413. .yess{
  414. position: fixed;
  415. font-family: 'Short Stack', cursive;
  416. font-size: 13px;
  417. bottom: 10px;
  418. left: 10px;
  419. background:transparent;
  420. font-weight:bold;
  421. }
  422. #keepthe{
  423. position:fixed! important;
  424. right: 5px;
  425. top: 25px;
  426. opacity: .4;
  427. -webkit-transition: all 0.7s ease;
  428. -moz-transition: all 0.7s ease;
  429. -o-transition: all 0.7s ease;
  430. }
  431. #creditplease{
  432. text-align: right;
  433. width: 70px;
  434. margin-left: 50px;
  435. -webkit-transition: all 0.7s ease;
  436. -moz-transition: all 0.7s ease;
  437. -o-transition: all 0.7s ease;
  438. }
  439.  
  440. #keepthe:hover{
  441. opacity: 1;
  442. -webkit-transition: all 0.7s ease;
  443. -moz-transition: all 0.7s ease;
  444. -o-transition: all 0.7s ease;
  445. }
  446.  
  447. </style>
  448.  
  449. {block:IndexPage}
  450. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  451. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  452.  
  453. <script type="text/javascript">
  454. $(window).load(function () {
  455. var $content = $('#posts');
  456. $content.masonry({itemSelector: '.entry'}),
  457. $content.infinitescroll({
  458. navSelector : 'div#pagination',
  459. nextSelector : 'div#pagination a#nextPage',
  460. itemSelector : '.entry',
  461. loading: {
  462. finishedMsg: '',
  463. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  464. },
  465. bufferPx : 600,
  466. debug : false,
  467. },
  468. // call masonry as a callback.
  469. function( newElements ) {
  470. var $newElems = $( newElements );
  471. $newElems.hide();
  472. // ensure that images load before adding to masonry layout
  473. $newElems.imagesLoaded(function(){
  474. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  475.  
  476.  
  477. });
  478. });
  479. });
  480. </script>
  481.  
  482. {/block:IndexPage}
  483.  
  484. <title>{title}</title>
  485.  
  486. <link rel="shortcut icon" href="{Favicon}">
  487. <meta name="viewport" content="width=820" />
  488.  
  489. <script type="text/javascript">
  490. // <![CDATA[
  491. var speed=100; //
  492. var height=3; //
  493. var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
  494.  
  495. /****************************
  496. ****************************/
  497. var wobtxt, wobble, wobcnt=0;
  498. window.onload=function() { if (document.getElementById) {
  499. var i, wobli;
  500. wobble=document.getElementById("wobble");
  501. wobtxt=wobble.firstChild.nodeValue;
  502. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  503. for (i=0; i<wobtxt.length; i++) {
  504. wobli=document.createElement("span");
  505. wobli.setAttribute("id", "wobb"+i);
  506. wobli.style.position="relative";
  507. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  508. if (alink) {
  509. wobli.style.cursor="pointer";
  510. wobli.onclick=function() { top.location.href=alink; }
  511. }
  512. wobble.appendChild(wobli);
  513. }
  514. setInterval("wobbler()", speed);
  515. }}
  516.  
  517. function wobbler() {
  518. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  519. wobcnt++;
  520. }
  521. // ]]>
  522. </script>
  523.  
  524. </head>
  525. <body>
  526. <div class="wrapper">
  527. <div class="header">
  528. </div>
  529. <div id="sidebar">
  530.  
  531.  
  532. <center>
  533. <div id="blogtitle"><center><a href="/"><div id="wobble">{title}</div>
  534. </div>
  535.  
  536. <div style=margin-top:-5px><div class="kitty"><div id="meow"><div class="side1"><center><img src="{image:side2}" /></center></div><center><img src="{image:side1}" /></center></div></div></div>
  537.  
  538. <center><div style=margin-top:5px><div style=margin-bottom:10px>{Description}</div></div>
  539.  
  540. <div id="bite">
  541.  
  542. <div class="death">
  543. <div align="center">
  544.  
  545.  
  546. <div class="virgin"><a href="/"><center>home</center></a></div>
  547. <div class="virgin"><a href="#?w=500" rel="02" class="poplight"><center>ask</center></a></a></div>
  548. <div class="virgin"><a href="#?w=500" rel="06" class="poplight"><center>links</center></a></a></div>
  549. <div class="virgin"><a href="http://teenageblog.tumblr.com/"><center>theme</center></a></div>
  550.  
  551.  
  552. </div>
  553. </div>
  554. </div>
  555.  
  556. </center></div>
  557.  
  558. <div class="left">
  559.  
  560. <div class="yess">
  561. </div>
  562.  
  563. <div id="posts">
  564. <div id="keepthe">
  565. <a href="http://teenageblog.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png"></a></div>
  566.  
  567. {block:Posts}
  568. <div class="entry">
  569.  
  570. {block:IndexPage}
  571. <div class="permalink">
  572. <span class=""><a href="" target="_blank"></a></span>
  573. <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span>
  574.  
  575. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span> </div>
  576. {/block:IndexPage}
  577.  
  578. {block:Text}
  579. <br>
  580. {block:Title}<span class="title">{Title}</span>{/block:Title}
  581. <br>
  582. {Body}
  583. <p style="text-align: right;">
  584. <br>
  585. <a href="{permalink}">{NoteCountWithLabel}</a></p></span></a>
  586. </p>
  587. {/block:Text}
  588.  
  589. {block:Link}
  590. <a href="{URL}" class="title">{Name}</a>
  591. {block:Description}{Description}{/block:Description}
  592. {block:Link}
  593.  
  594. {block:Photo}
  595. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>{LinkCloseTag}{/block:IndexPage}
  596. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  597. {/block:Photo}
  598.  
  599. {block:Photoset}
  600. {block:IndexPage}
  601. <center>
  602. {Photoset-340}</center>
  603. {/block:IndexPage}
  604. {block:PermalinkPage}
  605. <center>
  606. {Photoset-550}</center>
  607. {/block:PermalinkPage}
  608. {/block:Photoset}
  609.  
  610. {block:Quote}
  611. {Quote}</span>
  612. {block:Source}<strong>{Source}</strong>{/block:Source}
  613. {/block:Quote}
  614.  
  615. {block:Chat}
  616. {block:Title}<span class="title">{Title}</span>{/block:Title}
  617. <ul class="chat">
  618. {block:Lines}
  619. <li class="user_{UserNumber}">
  620. {block:Label}
  621. <span class="label">{Label}</span>
  622. {/block:Label}
  623.  
  624. {Line}
  625. </li>
  626. {/block:Lines}
  627. </ul>
  628. {/block:Chat}
  629.  
  630. {block:Audio}
  631. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  632. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  633. {/block:Audio}
  634.  
  635. {block:Video}
  636. {block:IndexPage}
  637. <center>
  638. {Video-340}</center>
  639. {/block:IndexPage}
  640. {block:PermalinkPage}
  641. <center>
  642. {Video-550}</center>
  643. {/block:PermalinkPage}
  644. {block:Video}
  645.  
  646. {block:PermalinkPage}
  647. <center>
  648. <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>
  649.  
  650.  
  651. {/block:PermalinkPage}
  652.  
  653.  
  654. {block:PostNotes}{PostNotes}
  655. {/block:PostNotes}
  656. </div>
  657.  
  658.  
  659. {/block:Posts}
  660. </div>
  661. </div>
  662. {block:IndexPage}
  663. {block:Pagination}
  664. <div id="pagination">
  665. {block:NextPage}
  666. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  667. {/block:NextPage}
  668. {block:PreviousPage}
  669. <a href="{PreviousPage}">&larr;&nbsp;</a>
  670. {/block:PreviousPage}
  671. </div>
  672. {/block:Pagination}
  673. {/block:IndexPage}
  674. </div>
  675.  
  676.  
  677. </body>
  678. <div id="02" class="popup_block">
  679. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  680. </center></div>
  681.  
  682. </div></div></div></div></div></div></div></div></div></div>
  683.  
  684. <div id="06" class="popup_block">
  685.  
  686. <font size="2">
  687. <br>
  688. <center><a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a></center>
  689.  
  690. <center><a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a></center>
  691.  
  692. <center><a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a></center>
  693.  
  694. <center><a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a></center>
  695.  
  696. <center><a href="{text:Custom Link Five}" class="links1">{text:Custom Link Five Title}</a></center>
  697.  
  698. <center><a href="{text:Custom Link Six}" class="links1">{text:Custom Link Six Title}</a></center>
  699. <br>
  700. </font>
  701.  
  702. </div>
  703.  
  704.  
  705.  
  706.  
  707.  
  708. <br>
  709. <br>
  710.  
  711.  
  712. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement