Advertisement
ipads

Zak Theme

Feb 8th, 2013
1,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.85 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!--
  5. ~ Theme 4 by Zak (http://individul.tumblr.com) ~
  6. -->
  7.  
  8. <head>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <title>{title}</title>
  14. <link rel=”shortcut icon” href={Favicon}/>
  15. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  16. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="font:body" content ="courier new"/>
  20. <meta name="font:title" content="courier new">
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:Hover" content="#000000"/>
  25. <meta name="image:Background" content="0"/>
  26. <meta name="text:Reblog" content="Retaste"/>
  27. <meta name="text:Stats" content="Stats Codes"/>
  28. <meta name="text:Network" content="Network Codes"/>
  29. <meta name="text:Updates" content="Updates"/>
  30. <meta name="text:Link 1" content="/"/>
  31. <meta name="text:Link 1 title" content="Link 1"/>
  32. <meta name="text:Link 2" content="/"/>
  33. <meta name="text:Link 2 title" content="Link 2"/>
  34. <meta name="text:Link 3" content="/"/>
  35. <meta name="text:Link 3 title" content="Link 3"/>
  36. <meta name="text:Link 4" content="/"/>
  37. <meta name="text:Link 4 title" content="Link 4"/>
  38. <meta name="text:Link 5" content="/"/>
  39. <meta name="text:Link 5 title" content="Link 5"/>
  40. <meta name="text:Link 6" content="/"/>
  41. <meta name="text:Link 6 title" content="Link 6"/>
  42. <meta name="text:Link 7" content="/"/>
  43. <meta name="text:Link 7 title" content="Link 7"/>
  44. <meta name="text:Link 8" content="/"/>
  45. <meta name="text:Link 8 title" content="Link 8"/>
  46. <meta name="text:Link 9" content="/"/>
  47. <meta name="text:Link 9 title" content="Link 9"/>
  48.  
  49. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  50.  
  51. <script type="text/javascript">
  52. // <![CDATA[
  53. var speed=100; // speed of wobbling, lower is faster
  54. var height=3; // height of wobbling in pixels
  55. var alink="http://heyidc.tumblr.com"; // page to link text to (set to ="" for no link)
  56.  
  57. /****************************
  58. * Wobbly Text Effect *
  59. *(c) 2003-6 mf2fm web-design*
  60. * http://www.mf2fm.com/rv *
  61. * DON'T EDIT BELOW THIS BOX *
  62. ****************************/
  63. var wobtxt, wobble, wobcnt=0;
  64. window.onload=function() { if (document.getElementById) {
  65. var i, wobli;
  66. wobble=document.getElementById("wobble");
  67. wobtxt=wobble.firstChild.nodeValue;
  68. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  69. for (i=0; i<wobtxt.length; i++) {
  70. wobli=document.createElement("span");
  71. wobli.setAttribute("id", "wobb"+i);
  72. wobli.style.position="relative";
  73. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  74. if (alink) {
  75. wobli.style.cursor="pointer";
  76. wobli.onclick=function() { top.location.href=alink; }
  77. }
  78. wobble.appendChild(wobli);
  79. }
  80. setInterval("wobbler()", speed);
  81. }}
  82.  
  83. function wobbler() {
  84. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  85. wobcnt++;
  86. }
  87. // ]]>
  88. </script>
  89. <script type="text/javascript"
  90.  
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92. <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
  93. </div>
  94. <script>
  95.  
  96. $(document).ready(function() {
  97. //
  98. $('a.poplight[href^=#]').click(function() {
  99. var popID = $(this).attr('rel'); //Get Popup Name
  100. var popURL = $(this).attr('href'); //Get Popup href to define size
  101. var query= popURL.split('?');
  102. var dim= query[1].split('&');
  103. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  104. $('#' + 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>');
  105. var popMargTop = ($('#' + popID).height() + 80) / 2;
  106. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  107. //Apply Margin to Popup
  108. $('#' + popID).css({
  109. 'margin-top' : -popMargTop,
  110. 'margin-left' : -popMargLeft
  111. });
  112. $('body').append('<div id="fade"></div>');
  113. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  114. return false;
  115.  
  116. });
  117.  
  118. $('a.close, #fade').live('click', function() {
  119.  
  120. $('#fade , .popup_block').fadeOut(function() {
  121.  
  122. $('#fade, a.close').remove(); //fade them both out
  123.  
  124. });
  125.  
  126. return false;
  127.  
  128. });
  129.  
  130. });
  131.  
  132. </script>
  133. <style type="text/css">
  134. #tumblr_controls{
  135. position:fixed !important;
  136. }
  137.  
  138. a:link, a:active, a:visited{
  139. color:{color:link};
  140. text-decoration: none;
  141. -webkit-transition: color 0.4s ease-out;
  142. -moz-transition: color 0.4s ease-out;
  143. }
  144.  
  145. a:hover{
  146. text-decoration:underline;
  147. color:{color:hover};
  148. }
  149.  
  150. body{
  151. color:#000;
  152. font-family:{font:body};
  153. font-size:13px;
  154. line-height:100%;
  155. background-color:{color:background};
  156. background:{image:background};
  157. }
  158.  
  159. #blogtitle{
  160. font-size:30px;
  161. line-height:75%;
  162. text-align:center;
  163. font-family:{font:title};
  164. }
  165.  
  166. #notez img{
  167. max-width: 100%;
  168. }
  169.  
  170. #blogtitle a:link, a:active, a:visited{
  171. color:{color:link};
  172. text-decoration: none;
  173. -webkit-transition: color 0.4s ease-out;
  174. -moz-transition: color 0.4s ease-out;
  175. }
  176.  
  177. #blogtitle a:hover{
  178. text-decoration:none;
  179. color:{color:link};
  180. }
  181.  
  182. .title{
  183. font-size:20px;
  184. font-family:{font:title};
  185. }
  186.  
  187. .title a:link, a:active, a:visited{
  188. color:{color:link};
  189. text-decoration: none;
  190. -webkit-transition: color 0.4s ease-out;
  191. -moz-transition: color 0.4s ease-out;
  192. }
  193.  
  194.  
  195. #wrap{
  196. width: auto;
  197. float:center;
  198. margin-left:85px;
  199. background-color:{color:background};
  200. position:absolute;
  201. padding:5px;
  202. }
  203.  
  204. #box{
  205. height:auto;
  206. opacity:1.0;
  207. text-align:center;
  208. z-index:99999999999999999999;
  209. background:tr72ansparent;}
  210.  
  211. #home{
  212. border-radius: 3px;
  213. border:1px dashed #000;
  214. position:fixed !important;
  215. left:15px; padding-top:12px;
  216. top:20px;
  217. padding-bottom:14px;
  218. text-align:center;
  219. height:10px;
  220. width:72px;
  221. background-color:#ffff;
  222. overflow:hidden;
  223. -webkit-transition: opacity 0.7s linear;
  224. -webkit-transition: all 0.7s ease-in-out;
  225. -moz-transition: all 0.7s ease-in-out;
  226. -o-transition: all 0.7s ease-in-out;
  227. background:transparent;
  228. z-index:9999999999999999999999999999999;}
  229.  
  230. #home a:link {
  231. color:{color:text};}
  232.  
  233. #about{
  234. border-radius: 3px;
  235. border:1px dashed #000;
  236. position:fixed !important;
  237. left:15px; padding-top:12px;
  238. top:80px;
  239. padding-bottom:14px;
  240. text-align:center;
  241. height:10px;
  242. width:72px;
  243. overflow:hidden;
  244. -webkit-transition: opacity 0.7s linear;
  245. -webkit-transition: all 0.7s ease-in-out;
  246. -moz-transition: all 0.7s ease-in-out;
  247. -o-transition: all 0.7s ease-in-out;
  248. background:transparent;
  249. z-index:9999999999999999999999999999999;}
  250.  
  251. #about:hover{
  252. border-radius: 3px;
  253. border:1px dashed #000;
  254. padding:5px;
  255. height: 145px;
  256. width:200px;
  257. z-index:99999999999999999999999999999999999;
  258. background:#fff;}
  259.  
  260. #stats{
  261. border:1px dashed #000;
  262. position:fixed;
  263. left:15px; padding-top:12px;
  264. top:140px;
  265. padding-bottom:14px;
  266. text-align:center;
  267. height:10px;
  268. width:72px;
  269. overflow:hidden;
  270. -webkit-transition: opacity 0.7s linear;
  271. -webkit-transition: all 0.7s ease-in-out;
  272. -moz-transition: all 0.7s ease-in-out;
  273. -o-transition: all 0.7s ease-in-out;
  274. background:transparent;
  275. z-index:999999999;
  276. border-radius:3px;}
  277.  
  278. #stats:hover{
  279. border-radius: 3px;
  280. border:1px dashed #000;
  281. padding:5px;
  282. height:85px;
  283. overflow:hidden;
  284. width:75px;
  285. opacity:1.0;
  286. background:white;
  287. z-index:999999999;}
  288.  
  289. #networks{
  290. border-radius: 3px;
  291. border:1px dashed #000;
  292. position:fixed !important;
  293. left:15px; padding-top:12px;
  294. top:200px;
  295. padding-bottom:14px;
  296. text-align:center;
  297. height:10px;
  298. width:72px;
  299. overflow:hidden;
  300. -webkit-transition: opacity 0.7s linear;
  301. -webkit-transition: all 0.7s ease-in-out;
  302. -moz-transition: all 0.7s ease-in-out;
  303. -o-transition: all 0.7s ease-in-out;
  304. background:transparent;
  305. z-index:9999;}
  306.  
  307. #networks:hover{
  308. border-radius: 5px;
  309. border:1px dashed #000;
  310. padding:5px;
  311. height:75px;
  312. width:200px;
  313. z-index:999999999;
  314. background:white;}
  315.  
  316. #updates{
  317. border:1px dashed #000;
  318. position:fixed !important;
  319. left:15px; padding-top:12px;
  320. top:260px;
  321. border-radius: 3px;
  322. padding-bottom:14px;
  323. text-align:center;
  324. height:10px;
  325. width:72px;
  326. overflow:hidden;
  327. -webkit-transition: opacity 0.7s linear;
  328. -webkit-transition: all 0.7s ease-in-out;
  329. -moz-transition: all 0.7s ease-in-out;
  330. -o-transition: all 0.7s ease-in-out;
  331. background:transparent;
  332. z-index:9999;}
  333.  
  334. #updates:hover{
  335. border-radius: 3px;
  336. border:1px dashed #000;
  337. padding:5px;
  338. height:120px;
  339. width:120px;
  340. z-index:999999999;
  341. background:white;}
  342.  
  343. #message{
  344. border-radius: 3px;
  345. border:1px dashed #000;
  346. position:fixed !important;
  347. left:15px; padding-top:12px;
  348. top:320px;
  349. padding-bottom:14px;
  350. text-align:center;
  351. height:10px;
  352. width:72px;
  353. overflow:hidden;
  354. -webkit-transition: opacity 0.7s linear;
  355. -webkit-transition: all 0.7s ease-in-out;
  356. -moz-transition: all 0.7s ease-in-out;
  357. -o-transition: all 0.7s ease-in-out;
  358. background:transparent;
  359. z-index:9999;}
  360.  
  361. #message:hover{
  362. border-radius: 3px;
  363. border:1px dashed #000;
  364. padding:5px;
  365. height:240px;
  366. width:400px;
  367. z-index:999999999;
  368. background:white;}
  369.  
  370. #links{
  371. border-radius: 3px;
  372. border:1px dashed #000;
  373. position:fixed !important;
  374. left:15px; padding-top:12px;
  375. top:380px;
  376. padding-bottom:14px;
  377. text-align:center;
  378. height:10px;
  379. width:72px;
  380. overflow:hidden;
  381. -webkit-transition: opacity 0.7s linear;
  382. -webkit-transition: all 0.7s ease-in-out;
  383. -moz-transition: all 0.7s ease-in-out;
  384. -o-transition: all 0.7s ease-in-out;
  385. background:transparent;
  386. z-index:9999;}
  387.  
  388. #links:hover{
  389. border-radius: 3px;
  390. border:1px dashed #000;
  391. padding:5px;
  392. height:150px;
  393. width:100px;
  394. z-index:999999999;
  395. background:white;}
  396.  
  397. #important {
  398. width: 100px;
  399. padding: 2px;
  400. line-height: 15px;
  401. bottom: 2px;
  402. background: white;
  403. position: fixed;
  404. opacity: .9;
  405. right: 2px;
  406. font-size: 7px;
  407. letter-spacing: 1px;
  408. font-family: {font:title};
  409. }
  410.  
  411. #title {
  412. text-align:center;
  413. color: {color:link};
  414. font-weight:bold;
  415. font-family: '{font:title}';
  416. padding:0px;
  417. padding-top: 0px;
  418. font-size:20px;
  419. line-height:95%;
  420. }
  421.  
  422. #fade { /*--Transparent background layer--*/
  423. display: none; /*--hidden by default--*/
  424. background: ;
  425. position: fixed; left: 0; top: 0;
  426. width: 100%; height: 100%;
  427. opacity: .00;
  428. z-index: 9999;
  429. }
  430. .popup_block{
  431. display: none; /*--hidden by default--*/
  432. background: #fff;
  433. padding: 10px;
  434. opacity:0.9;
  435. border: 1px solid #ddd;
  436. float: left;
  437. font-size:11px;
  438. position: fixed;
  439. top: 50%; left: 50%;
  440. z-index: 99999;
  441. -webkit-animation: fly 1s linear  normal ;
  442.     -webkit-animation-duration: 1s;
  443.     -moz-animation: fly 1s linear  normal ;
  444.     -moz-animation-duration: 1s;
  445.     animation: fly 1s linear  normal ;
  446.     animation-duration: 1s;
  447.  
  448. }
  449. img.btn_close {
  450. float: right;
  451. margin: -5px -5px 0 0;
  452. }
  453. /*--Making IE6 Understand Fixed Positioning--*/
  454. *html #fade {
  455. position: absolute;
  456. }
  457. *html .popup_block {
  458. position: absolute;
  459. }
  460.  
  461. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  462.  
  463. ::-webkit-scrollbar-thumb { background-color:black; }
  464.  
  465. .entry{
  466. padding:10px;
  467. float:left;
  468. -webkit-animation: flip  1.5s;
  469.      -moz-animation:   flip 1.5s;
  470.      -ms-animation:     flip 1.5s;
  471.  
  472. {block:IndexPage}
  473. width:400px;
  474. {/block:IndexPage}
  475. {block:PermalinkPage}
  476. width:600px;
  477. {/block:PermalinkPage}
  478.  
  479. }
  480.  
  481. .entry img{
  482. display: block;
  483. max-width: 100%;
  484. }
  485.  
  486. .entry .perma a{
  487. color: #000;
  488. }
  489.  
  490. .entry .perma{
  491. position:absolute;
  492. margin-bottom: 0px;
  493. margin-right:0px;
  494. max-width:400px;
  495. padding:0px;
  496. height:15px;
  497. padding-top:3px;
  498. padding-right: 5px;
  499. padding-left: 5px;
  500. padding-bottom:1px;
  501. background: #fff;
  502. overflow:hidden;
  503. font-size:9px;
  504. line-height:10px;
  505. text-align:center;
  506. font-family: '{font:body}';
  507. opacity:0.0;
  508. color:#000;
  509. -webkit-transition: all 0.4s ease-in-out;
  510. -moz-transition: all 0.4s ease-in-out;
  511. transition: all 0.4s ease-in-out;
  512. }
  513.  
  514. .entry:hover .perma{
  515. max-width:400px;
  516. opacity:0.6;
  517. -webkit-transition: all 0.5s ease-in-out;
  518. -moz-transition: all 0.5s ease-in-out;
  519. transition: all 0.5s ease-in-out;
  520. z-index: 1;
  521. }
  522.  
  523. .entry:hover .perma:hover{
  524. opacity: 0.9;
  525. z-index: 1;
  526. }
  527.  
  528. .textperma{
  529. display: block;
  530. max-width: 100%;
  531. font-size: 12px;
  532. line-height:14px;
  533. text-align: right;
  534. background-color: white;
  535. padding: 0px;
  536. opacity:0.7;
  537. -webkit-transition: all 0.4s ease-in-out;
  538. -moz-transition: all 0.4s ease-in-out;
  539. transition: all 0.4s ease-in-out;
  540. }
  541.  
  542. .textperma:hover{
  543. opacity:1;
  544. }
  545.  
  546. #network{
  547. position:fixed !important;
  548. padding-bottom:12px;
  549. left:150px;
  550. text-align:center;
  551. height:1px;
  552. width:70px;
  553. overflow:hidden;
  554. -webkit-transition: opacity 0.7s linear;
  555. -webkit-transition: all 0.7s ease-in-out;
  556. -moz-transition: all 0.7s ease-in-out;
  557. -o-transition: all 0.7s ease-in-out;
  558. background:transparent;
  559. z-index:9999;
  560. }
  561.  
  562. #network:hover{
  563. background: {color:background};
  564. border:1px dashed #000;
  565. padding:2px;
  566. height:75px;
  567. width:200px;
  568. z-index:999999999;
  569. }
  570. #statistics{
  571. position:fixed !important;
  572. padding-bottom:12px;
  573. left:90px;
  574. text-align:center;
  575. height:1px;
  576. width:70px;
  577. overflow:hidden;
  578. -webkit-transition: opacity 0.7s linear;
  579. -webkit-transition: all 0.7s ease-in-out;
  580. -moz-transition: all 0.7s ease-in-out;
  581. -o-transition: all 0.7s ease-in-out;
  582. background:transparent;
  583. z-index:9999;
  584. }
  585.  
  586. #statistics:hover{
  587. background: {color:background};
  588. border:1px dashed #000;
  589. padding:5px;
  590. height:75px;
  591. width:120px;
  592. z-index:999999999;
  593. }
  594.  
  595. #description{
  596. position:fixed !important;
  597. padding-bottom:12px;
  598. text-align:center;
  599. height:10px;
  600. width:55px;
  601. overflow:hidden;
  602. -webkit-transition: opacity 0.7s linear;
  603. -webkit-transition: all 0.7s ease-in-out;
  604. -moz-transition: all 0.7s ease-in-out;
  605. -o-transition: all 0.7s ease-in-out;
  606. background:transparent;
  607. z-index:9999;
  608. }
  609.  
  610. #description:hover{
  611. background: {color:background};
  612. border:1px dashed #000;
  613. padding:2px;
  614. height:150px;
  615. width:250px;
  616. z-index:999999999;
  617. }
  618.  
  619. #notification{
  620. position:fixed !important;
  621. padding-bottom:12px;
  622. text-align:center;
  623. left: 225px;
  624. height:10px;
  625. width:55px;
  626. overflow:hidden;
  627. -webkit-transition: opacity 0.7s linear;
  628. -webkit-transition: all 0.7s ease-in-out;
  629. -moz-transition: all 0.7s ease-in-out;
  630. -o-transition: all 0.7s ease-in-out;
  631. background:transparent;
  632. z-index:9999;
  633. }
  634.  
  635. #notification:hover{
  636. background: {color:background};
  637. border:1px dashed #000;
  638. padding:2px;
  639. height:125px;
  640. width:200px;
  641. z-index:999999999;
  642. }
  643. {CustomCSS]
  644. </style>
  645.  
  646. </head>
  647. {block:IndexPage}
  648. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  649. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  650.  
  651. <script type="text/javascript">
  652. $(window).load(function () {
  653. var $content = $('#wrap');
  654. $content.masonry({itemSelector: '.entry'}),
  655. $content.infinitescroll({
  656. navSelector : 'div#pagination',
  657. nextSelector : 'div#pagination a#nextPage',
  658. itemSelector : '.entry',
  659. loading: {
  660. finishedMsg: '',
  661. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  662. },
  663. bufferPx : 600,
  664. debug : false,
  665. },
  666. // call masonry as a callback.
  667. function( newElements ) {
  668. var $newElems = $( newElements );
  669. $newElems.hide();
  670. // ensure that images load before adding to masonry layout
  671. $newElems.imagesLoaded(function(){
  672. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  673.  
  674.  
  675. });
  676. });
  677. });
  678. </script>
  679. {/block:IndexPage}
  680. <body>
  681.  
  682. <div id="home">
  683. <div id="box">
  684. <a href="/">HOME</a>
  685. </div></div>
  686.  
  687. <div id="about">
  688. ABOUT
  689. <div id="box">
  690. <center>
  691. <br>
  692. {Description}
  693. </div>
  694. <br>
  695. </div></div>
  696.  
  697. <div id="stats">
  698. STATS
  699. <div id="box">
  700. <center>
  701. <br>
  702. {text:stats}
  703. </div>
  704. <br>
  705. </div></div>
  706.  
  707. <div id="networks">
  708. NETWORKS
  709. <div id="box">
  710. <center>
  711. <p><br>
  712. <marquee>{text:network}</marquee>
  713. </div>
  714. <br>
  715. </div></div>
  716.  
  717. <div id="updates">
  718. UPDATES
  719. <div id="box">
  720. <center>
  721. <br><p>
  722. {text:Updates}
  723. </div>
  724. <br>
  725. </div></div>
  726.  
  727. <div id="message">
  728. MESSAGE
  729. <div id="box">
  730. <center>
  731. <br><p>
  732. <p><iframe frameborder="0" scrolling="yes" width="200" height="100%" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  733. </div>
  734. <br>
  735. </div></div>
  736.  
  737. <div style="padding-top:10px;">
  738.  
  739. <div id="links">
  740. LINKS
  741. <div id="box">
  742. <center>
  743. <br><p>
  744. <div style="height: 120px; overflow: auto;">
  745. <a href="{text:link 1}">{text:link 1 title}</a></p>
  746. <a href="{text:link 2}">{text:link 2 title}</a></p>
  747. <a href="{text:link 3}">{text:link 3 title}</a></p>
  748. <a href="{text:link 4}">{text:link 4 title}</a></p>
  749. <a href="{text:link 5}">{text:link 5 title}</a></p>
  750. <a href="{text:link 6}">{text:link 6 title}</a></p>
  751. <a href="{text:link 7}">{text:link 7 title}</a></p>
  752. <a href="{text:link 8}">{text:link 8 title}</a></p>
  753. <a href="{text:link 9}">{text:link 9 title}</a></p>
  754. <a href="http://unstrong.tumblr.com">Edited By</a> / <a href="http://themesbyjames.com">Original</a></p>
  755.  
  756. </div>
  757. <br>
  758. </div></div>
  759.  
  760. <div id="wrap">
  761. {block:Posts}
  762. <div class="entry">
  763. {block:Title}<div class="title">{Title}</div>{/block:Title}
  764.  
  765. {block:Text}{Body}
  766. {block:IndexPage}<div class="textperma">Posted: {TimeAgo}, <a href="{Permalink}">{Notecount} notes</a>, <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  767. {/block:Text}
  768.  
  769. {block:Photo}
  770. {block:IndexPage}
  771. <div class="perma"><div style="background-color: #fff;">&nbsp;&nbsp;{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a>&nbsp;&nbsp;</div></div>
  772. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  773. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>{LinkCloseTag}{/block:PermalinkPage}
  774. {/block:Photo}
  775.  
  776. {block:Photoset}
  777. {Photoset-400}
  778. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  779. {/block:Photoset}
  780.  
  781.  
  782. {block:Quote}
  783. {Quote}
  784. <div align="right">
  785. {block:Source}<div class="title">{Source}</div>{/block:Source}
  786. </div>
  787. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  788. {/block:Quote}
  789.  
  790.  
  791. {block:Video}
  792. {Video-400}<br>
  793. {PlayCountWithLabel}
  794. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  795. {/block:Video}
  796.  
  797.  
  798. {block:Link}
  799. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div><BR>
  800. {block:Description}{Description}{/block:Description}
  801. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  802. {/block:Link}
  803.  
  804. {block:Chat}
  805. {block:Lines}
  806. {block:Label}
  807. <br>{Label}
  808. {/block:Label}
  809. &nbsp;{Line}
  810. {/block:Lines}
  811. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  812. {/block:Chat}
  813.  
  814. {block:Audio}
  815. {AudioPlayerWhite}
  816. <br><div align="right">{block:Artist}
  817. Artist: {Artist}</div>
  818. {/block:Artist}<br>
  819. {block:Caption}{Caption}{/block:Caption}
  820. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  821. {/block:Audio}
  822.  
  823.  
  824. {block:Answer}
  825. {Asker} inquired: <b>{Question}</b><Br>
  826.  {Answer}
  827. {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  828. {/block:Answer}
  829.  
  830. {block:PermalinkPage}
  831. {block:Caption}
  832. {Caption}
  833. {/block:Caption}
  834. <br>
  835.  
  836. <div id="notez">{NoteCount} notes
  837. <Br>
  838. {block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  839. {/block:PermalinkPage}
  840. </div>
  841.  
  842. {/block:Posts}
  843. <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
  844. var ref = (''+document.referrer+'');
  845. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
  846. </script></div>
  847. {block:IndexPage}
  848. {block:Pagination}
  849. <div id="pagination">
  850. {block:NextPage}
  851. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  852. {/block:NextPage}
  853. {block:PreviousPage}
  854. <a href="{PreviousPage}">&larr;&nbsp;</a>
  855. {/block:PreviousPage}
  856. </div>
  857. {/block:Pagination}
  858. {/block:IndexPage}
  859. </div>
  860.  
  861. <div id="02" class="popup_block">
  862. <Center>
  863. <iframe frameborder="0" scrolling="no" width="100%" height="auto" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"
  864. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></center>
  865. </div>
  866.  
  867. </div></div></div></div></div></div></div></div></div></div>
  868. <!--
  869. please dont remove
  870. -->
  871. <div style="display:block;bottom:5px;right:5px;font-size:9px;font-color:black;position:fixed;font-family:{font:title};background-color:#ffffff;z-index:1500"><a href="http://individul.tumblr.com/">THEME BY ZAK</a></div>
  872. </body>
  873. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement