Advertisement
ipads

Kayla Theme

Feb 8th, 2013
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.75 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.  
  6. ~ Faggot Theme by Zak (http://ipads.tumblr.com) ~
  7.  
  8. Keep the credits or I will report you to infinite <3
  9.  
  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.  
  17. <title>{title}</title>
  18. <link rel=”shortcut icon” href="{Favicon}"/>
  19. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  20. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="if:Sidebar Image" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Sidebar Background" content=""/>
  26. <meta name ="color:Sidebar Background" content="#ffffff"/>
  27. <meta name="text:Faq" content=""/>
  28. <meta name="color:Borda" content="#00000"/>
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Link" content="#000000"/>
  32. <meta name="color:Hover" content="#000000"/>
  33. <meta name="image:Background" content="0"/>
  34. <meta name="text:Reblog" content="Reblog"/>
  35. <meta name="text:Link 1" content="/"/>
  36. <meta name="text:Link 1 Title" content="Link"/>
  37. <meta name="text:Link 2" content="/"/>
  38. <meta name="text:Link 2 Title" content="Link"/>
  39. <meta name="text:Link 3" content="/"/>
  40. <meta name="text:Link 3 Title" content="Link"/>
  41. <meta name="text:Link 4" content="/"/>
  42. <meta name="text:Link 4 Title" content="Link"/>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Text+Me+One|Megrim' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  47.  
  48. <script>
  49.  
  50. $(document).ready(function() {
  51. //
  52. $('a.poplight[href^=#]').click(function() {
  53. var popID = $(this).attr('rel'); //Get Popup Name
  54. var popURL = $(this).attr('href'); //Get Popup href to define size
  55. var query= popURL.split('?');
  56. var dim= query[1].split('&');
  57. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  58. $('#' + 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>');
  59. var popMargTop = ($('#' + popID).height() + 80) / 2;
  60. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  61. //Apply Margin to Popup
  62. $('#' + popID).css({
  63. 'margin-top' : -popMargTop,
  64. 'margin-left' : -popMargLeft
  65. });
  66. $('body').append('<div id="fade"></div>');
  67. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  68. return false;
  69.  
  70. });
  71.  
  72. $('a.close, #fade').live('click', function() {
  73.  
  74. $('#fade , .popup_block').fadeOut(function() {
  75.  
  76. $('#fade, a.close').remove(); //fade them both out
  77.  
  78. });
  79.  
  80. return false;
  81.  
  82. });
  83.  
  84. });
  85.  
  86. </script>
  87. <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
  88. </div>
  89. <style type="text/css">
  90. #tumblr_controls{
  91. position:fixed !important;
  92. }
  93.  
  94. #important{
  95.     font-size: 8px;
  96.     position: fixed;
  97.     bottom: 2px;
  98.     right: 2px;
  99.     padding: 4px;
  100.     background-color: #fff;
  101.     border: 1px solid #eee;
  102.     z-index: 9999999999999999999999999999;
  103. }
  104.  
  105. a:link, a:active, a:visited{
  106. color:{color:link};
  107. text-decoration: none;
  108. -webkit-transition: color 0.4s ease-out;
  109. -moz-transition: color 0.4s ease-out;
  110. }
  111.  
  112. a:hover{
  113. text-decoration:none;
  114. color:{color:hover};
  115. }
  116.  
  117. body{
  118. color:#000;
  119. font-family:text me one;
  120. font-size:13px;
  121. line-height:100%;
  122. background-color:{color:background};
  123. background-image: url({image:background});
  124. }
  125.  
  126. #blogtitle{
  127. font-size:30px;
  128. line-height:75%;
  129. text-align:center;
  130. font-family:megrim;
  131. }
  132.  
  133. #blogtitle a:link, a:active, a:visited{
  134. color:{color:link};
  135. text-decoration: none;
  136. -webkit-transition: color 0.4s ease-out;
  137. -moz-transition: color 0.4s ease-out;
  138. }
  139.  
  140. #blogtitle a:hover{
  141. text-decoration:none;
  142. color:{color:link};
  143. }
  144.  
  145. .title{
  146. font-size:20px;
  147. font-family:megrim;
  148. }
  149.  
  150. .title a:link, a:active, a:visited{
  151. color:{color:link};
  152. text-decoration: none;
  153. -webkit-transition: color 0.4s ease-out;
  154. -moz-transition: color 0.4s ease-out;
  155. }
  156.  
  157. #sidebar{
  158. background-color: {color:sidebar background};
  159. background-image: url({image:sidebar background});
  160. border: 1px solid #aaa;
  161. z-index:999999999999999;
  162. position:fixed !important;
  163. font-size: 12px;
  164. line-height:12px;
  165. font-family:'text me one';
  166. width:250px;;
  167. margin-left:20px;
  168. margin-top:105px;
  169. height:auto;
  170. padding:7px;
  171. z-index:10;
  172. overflow:hidden;
  173. text-align:center;
  174.  
  175. }
  176.  
  177.  
  178. #wrap{
  179. width: 1000px;
  180. float:center;
  181. margin-left:285px;
  182. background-color:transparent;
  183. position:absolute;
  184. padding:5px;
  185. }
  186.  
  187. #title {
  188. text-align:center;
  189. color: {color:link};
  190. font-weight:bold;
  191. font-family: 'megrim';
  192. padding:0px;
  193. padding-top: 0px;
  194. font-size:40px;
  195. line-height:95%;
  196. }
  197.  
  198. #fade { /*--Transparent background layer--*/
  199. display: none; /*--hidden by default--*/
  200. background: ;
  201. position: fixed; left: 0; top: 0;
  202. width: 100%; height: 100%;
  203. opacity: .00;
  204. z-index: 9999;
  205. }
  206. .popup_block{
  207. display: none; /*--hidden by default--*/
  208. background: #fff;
  209. padding: 10px;
  210. opacity:0.9;
  211. border: 1px solid #ddd;
  212. border-radius: 5px;
  213. float: left;
  214. font-size:11px;
  215. position: fixed;
  216. top: 50%; left: 50%;
  217. z-index: 99999;
  218. -webkit-animation: fly 1s linear  normal ;
  219.     -webkit-animation-duration: 1s;
  220.     -moz-animation: fly 1s linear  normal ;
  221.     -moz-animation-duration: 1s;
  222.     animation: fly 1s linear  normal ;
  223.     animation-duration: 1s;
  224.  
  225. }
  226. img.btn_close {
  227. float: right;
  228. margin: -5px -5px 0 0;
  229. }
  230. /*--Making IE6 Understand Fixed Positioning--*/
  231. *html #fade {
  232. position: absolute;
  233. }
  234. *html .popup_block {
  235. position: absolute;
  236. }
  237.  
  238. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  239.  
  240. ::-webkit-scrollbar-thumb { background-color:black; }
  241.  
  242. .entry{
  243. padding:3px;
  244. float:left;
  245. -webkit-animation: flip  1.5s;
  246.      -moz-animation:   flip 1.5s;
  247.      -ms-animation:     flip 1.5s;
  248.  
  249. {block:IndexPage}
  250. width: 250px;
  251. {/block:IndexPage}
  252. {block:PermalinkPage}
  253. width:600px;
  254. {/block:PermalinkPage}
  255.  
  256. }
  257.  
  258. .entry img{
  259. display: block;
  260. max-width: 100%;
  261. }
  262.  
  263. .entry .perma a{
  264. color: #000;
  265. }
  266.  
  267. .entry .perma{
  268. border-radius: 100px;
  269. position:absolute;
  270. margin-top: 7px;
  271. margin-left:7px;
  272. max-width:175px;
  273. padding:0px;
  274. height:5px;
  275. padding-top:5px;
  276. padding-right: 5px;
  277. padding-left: 5px;
  278. padding-bottom:10px;
  279. background: #fff;
  280. overflow:hidden;
  281. font-size:12px;
  282. line-height:10px;
  283. text-align:center;
  284. font-family: 'text me one';
  285. opacity:0.0;
  286. color:#000;
  287. -webkit-transition: all 0.4s ease-in-out;
  288. -moz-transition: all 0.4s ease-in-out;
  289. transition: all 0.4s ease-in-out;
  290. }
  291.  
  292. .entry:hover .perma{
  293. max-width:300px;
  294. opacity:0.6;
  295. -webkit-transition: all 0.5s ease-in-out;
  296. -moz-transition: all 0.5s ease-in-out;
  297. transition: all 0.5s ease-in-out;
  298. z-index: 1;
  299. }
  300.  
  301. .entry:hover .perma:hover{
  302. opacity: 0.9;
  303. z-index: 1;
  304. }
  305.  
  306. .textperma{
  307. display: block;
  308. max-width: 100%;
  309. font-size: 9px;
  310. line-height:14px;
  311. text-align: right;
  312. background-color: white;
  313. padding: 0px;
  314. opacity:0.7;
  315. -webkit-transition: all 0.4s ease-in-out;
  316. -moz-transition: all 0.4s ease-in-out;
  317. transition: all 0.4s ease-in-out;
  318. }
  319.  
  320. .textperma:hover{
  321. opacity:1;
  322. }
  323.  
  324. {CustomCSS]
  325. </style>
  326.  
  327. </head>
  328. {block:IndexPage}
  329. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  330. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  331.  
  332. <script type="text/javascript">
  333. $(window).load(function () {
  334. var $content = $('#wrap');
  335. $content.masonry({itemSelector: '.entry'}),
  336. $content.infinitescroll({
  337. navSelector : 'div#pagination',
  338. nextSelector : 'div#pagination a#nextPage',
  339. itemSelector : '.entry',
  340. loading: {
  341. finishedMsg: '',
  342. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  343. },
  344. bufferPx : 600,
  345. debug : false,
  346. },
  347. // call masonry as a callback.
  348. function( newElements ) {
  349. var $newElems = $( newElements );
  350. $newElems.hide();
  351. // ensure that images load before adding to masonry layout
  352. $newElems.imagesLoaded(function(){
  353. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  354.  
  355.  
  356. });
  357. });
  358. });
  359. </script>
  360. {/block:IndexPage}
  361. <body>
  362.  
  363. <div id="sidebar">
  364. <center>
  365. <div id="title"><a href="/"><div style="background-color: #fff; padding: 7px; border: 1px solid #aaa;">{Title}</div></a></div>
  366. <div style="padding-top:7px;"></div>
  367. {Block:IfSidebarImage}<div style="background-color: #fff; padding: 7px; border: 1px solid #aaa;"><a href="/"><img src="{image:sidebar}" width="228px"></a></div>{/Block:IfSidebarImage}
  368. <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
  369. var ref = (''+document.referrer+'');
  370. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
  371. </script></div>
  372. <div style="padding-top:7px;"></div>
  373. <center><div style="background-color: #fff; padding: 10px; border: 1px solid #aaa;">{Description}</div>
  374.  
  375. <div style="padding-top: 7px;"></div><div style="background-color: #fff; padding: 10px; border: 1px solid #aaa;"><a href="/">Home</a>  ☯
  376. <a href="#?w=450" rel="02" class="poplight">Ask</a>
  377. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a> ☯{/block:iflink1}
  378. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a> ☯{/block:iflink2}
  379. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}</center><p>
  380. <div style="margin-bottom:-10px;"></div>
  381. </div>
  382. </div>
  383. </div>
  384. </div>
  385. <div id="wrap">
  386. {block:Posts}
  387. <div class="entry">
  388. {block:Title}<div class="title">{Title}</div>{/block:Title}
  389.  
  390. {block:Text}{Body}
  391. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+{NotecountWithLabel}</a><br></div>{/block:IndexPage}
  392. {/block:Text}
  393.  
  394. {block:Photo}
  395. {block:IndexPage}
  396. <div class="perma"><a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>
  397. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" {Block:IfOneColumn}width="500"{/Block:IfOneColumn}{Block:IfTwoColumns}width="250"{/Block:IfTwoColumns}/></a></div>{LinkCloseTag}{/block:IndexPage}
  398. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>{LinkCloseTag}{/block:PermalinkPage}
  399. {/block:Photo}
  400.  
  401. {block:Photoset}
  402. {Block:IfOneColumn}{Photoset-500}{/Block:IfOneColumn}
  403. {Block:IfTwoColumns}{Photoset-250}{/Block:IfTwoColumns}
  404. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+{NotecountWithLabel}</a><br> <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  405. {/block:Photoset}
  406.  
  407.  
  408. {block:Quote}
  409. {Quote}
  410. <div align="right">
  411. {block:Source}<div class="title">{Source}</div>{/block:Source}
  412. </div>
  413. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
  414. {/block:Quote}
  415.  
  416.  
  417. {block:Video}
  418. {Block:IfOneColumn}{Video-500}{/Block:IfONeColumn}
  419. {Block:IfTwoColumns}{Video-250}{/Block:IfTwoCOlumns}<br>
  420. {PlayCountWithLabel}
  421. {block:IndexPage}<div class="perma"><a href="{Permalink}">{NotecountWithLabel}</a><a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
  422. {/block:Video}
  423.  
  424.  
  425. {block:Link}
  426. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div><BR>
  427. {block:Description}{Description}{/block:Description}
  428. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
  429. {/block:Link}
  430.  
  431. {block:Chat}
  432. {block:Lines}
  433. {block:Label}
  434. <br>{Label}
  435. {/block:Label}
  436. &nbsp;{Line}
  437. {/block:Lines}
  438. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
  439. {/block:Chat}
  440.  
  441. {block:Audio}
  442. {AudioPlayerWhite}
  443. <br><div align="right">{block:Artist}
  444. Artist: {Artist}</div>
  445. {/block:Artist}<br>
  446. {block:Caption}{Caption}{/block:Caption}
  447. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
  448. {/block:Audio}
  449.  
  450.  
  451. {block:Answer}
  452. {Asker}: <b>{Question}</b><Br>
  453.  {Answer}
  454. {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
  455. {/block:Answer}
  456.  
  457. {block:PermalinkPage}
  458. {block:Caption}
  459. {Caption}
  460. {/block:Caption}
  461. <br>
  462.  
  463. {NoteCountWithLabel}
  464. <Br>
  465. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  466. {/block:PermalinkPage}
  467. </div>
  468. {/block:Posts}
  469.  
  470. {block:IndexPage}
  471. {block:Pagination}
  472. <div id="pagination">
  473. {block:NextPage}
  474. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  475. {/block:NextPage}
  476. {block:PreviousPage}
  477. <a href="{PreviousPage}">&larr;&nbsp;</a>
  478. {/block:PreviousPage}
  479. </div>
  480. {/block:Pagination}
  481. {/block:IndexPage}
  482. </div>
  483.  
  484. <div id="02" class="popup_block">
  485. <Center>
  486. {text:faq}<p>
  487. <iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"
  488. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></center>
  489. </div>
  490.  
  491. </div></div></div></div></div></div></div></div></div></div>
  492. <!--
  493. if you delete this please put a link in your faq or somewhere on your blog :)
  494. -->
  495. <div id="important">Theme by <a href="http://unstrong.tumblr.com"><b>Zak</b></a></div>
  496. <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement