Advertisement
bow-arrow

Theme 16 by Irritat3d! (Autumn Leaves)

Nov 17th, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. <!--
  2. Theme 16 by Irritat3d (Autumn Leaves) Please don't remove the credit. If you do, at least put credit for the theme somewhere in your FAQ or links. If you do remove the credit, I'll find you and ask you to put it back. If you don't I will report you and get all my followers to report you. Thanks(: have fun
  3. -->
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("a[title]").style_my_tooltips({
  14. tip_follows_cursor:true,
  15. tip_delay_time:90,
  16. tip_fade_speed:600,
  17. attribute:"title"
  18. });
  19. });
  20. })(jQuery);
  21. </script>
  22.  
  23. <html lang="en">
  24. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25. <html xmlns="http://www.w3.org/1999/xhtml">
  26. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30.  
  31. <script>
  32. $(document).ready(function() {
  33. //
  34. $('a.poplight[href^=#]').click(function() {
  35. var popID = $(this).attr('rel'); //Get Popup Name
  36. var popURL = $(this).attr('href'); //Get Popup href to define size
  37. var query= popURL.split('?');
  38. var dim= query[1].split('&');
  39. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  40. $('#' + 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>');
  41. var popMargTop = ($('#' + popID).height() + 80) / 2;
  42. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  43. //Apply Margin to Popup
  44. $('#' + popID).css({
  45. 'margin-top' : -popMargTop,
  46. 'margin-left' : -popMargLeft
  47. });
  48. $('body').append('<div id="fade"></div>');
  49. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  50. return false;
  51. });
  52. $('a.close, #fade').live('click', function() {
  53. $('#fade , .popup_block').fadeOut(function() {
  54. $('#fade, a.close').remove(); //fade them both out
  55. });
  56. return false;
  57. });
  58. });
  59. </script>
  60.  
  61. <script type="text/javascript">
  62. <!--
  63.  
  64. // Disable Right Click Script
  65.  
  66. function IE(e)
  67. {
  68. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  69. {
  70. return false;
  71. }
  72. }
  73. function NS(e)
  74. {
  75. if (document.layers || (document.getElementById && !document.all))
  76. {
  77. if (e.which == "2" || e.which == "3")
  78. {
  79. return false;
  80. }
  81. }
  82. }
  83. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  84.  
  85. //-->
  86. </script>
  87.  
  88. <html lang="en">
  89. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  90. <html xmlns="http://www.w3.org/1999/xhtml">
  91. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  92.  
  93. </script>
  94. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  95. <neta name="color:Background" content="#ffffff"/>
  96. <meta name="color:Title" content="#292929"/>
  97. <meta name="color:Text" content="#363636"/>
  98. <meta name="color:Link" content="#797777"/>
  99. <meta name="color:scrollbar" content="#553d25"/>
  100. <meta name="color:tooltip" content="#553d25"/>
  101. <meta name="color:Hover" content="#ddd"/>
  102. <meta name="color:topbar" content="#553d25">
  103. <meta name="image:Background" content=""/>
  104. <meta name="image:Side Background" content=""/>
  105. <meta name="image:Sidebar" content=""/>
  106. <meta name="text:stats" content="2" />
  107. <meta name="text:Link1" content="" />
  108. <meta name="text:Link1Title" content="" />
  109. <meta name="text:Link2" content="" />
  110. <meta name="text:Link2Title" content="" />
  111. <meta name="text:Link3" content="" />
  112. <meta name="text:Link3Title" content="" />
  113. <meta name="text:Link4" content="" />
  114. <meta name="text:Link4Title" content="" />
  115. <meta name="text:Link5" content="" />
  116. <meta name="text:Link5Title" content="" />
  117.  
  118. </script>
  119.  
  120. <style type="text/css">
  121.  
  122. ally{
  123. font-family:basic l;
  124. font-size:60px;
  125. }
  126.  
  127. #fade { /*--Transparent background layer--*/
  128. display: none; /*--hidden by default--*/
  129. background:#aaa;
  130. background-image:url({image:background});
  131. position: fixed; left: 0; top: 0;
  132. width: 100%; height: 100%;
  133. opacity: .5;
  134. z-index: 9999;
  135. }
  136.  
  137. .popup_block{
  138. display: none; /*--hidden by default--*/
  139. z-index: 99999;
  140. background: #ffffff;
  141. background-image: url();
  142. padding: 20px;
  143. padding-bottom:10px;
  144. font-family:calibri;
  145. float: left;
  146. font-size:12px;
  147. position: fixed;
  148. top: 50%; left: 50%;
  149. border-radius:15px;
  150. border:3px double {color:topbar};
  151. border-left:12px solid {color:topbar};
  152. border-right:12px solid {color:topbar};
  153. /*--CSS3 Box Shadows--*/
  154. -webkit-transition: all .7s ease;
  155. -moz-transition: all .7s ease;
  156. -o-transition: all .7s ease;
  157. transition: all .7s ease;
  158. }
  159. .popup_block:hover{
  160. opacity:1;
  161. -webkit-transition: all .7s ease;
  162. -moz-transition: all .7s ease;
  163. -o-transition: all .7s ease;
  164. transition: all .7s ease;
  165. }
  166. img.btn_close {
  167. float: right;
  168. opacity:0;
  169. margin: -15px -15px 0 0;
  170. }
  171. *html .popup_block {
  172. position: absolute;
  173. }
  174.  
  175. #s-m-t-tooltip {
  176. padding:4px 4px 5px 5px;
  177. margin:20px 0px 0px 20px;
  178. display: none;
  179. z-index: 10000000000000000000000;
  180. font-size:9px;
  181. line-height:9px;
  182. letter-spacing:2px;
  183. font-family:calibri;
  184. text-transform:uppercase;
  185. text-align: center;
  186. position: absolute;
  187. background-color:#fff;
  188. color:#999;
  189. border:1px solid {color:tooltip};
  190. }
  191.  
  192. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  193.  
  194. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  195.  
  196. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  197.  
  198. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  199. #aaaaaa; border-radius:10px; }
  200.  
  201. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  202.  
  203. body{
  204. margin:5px;
  205. background-attachment: fixed;
  206. background-repeat: repeat;
  207. font-family: calibri;
  208. font-size: 9px;
  209. line-height:11px;
  210. color:#000000;
  211. background-color: {color:Background};
  212. background-image:url({image:Background});
  213. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  214. }
  215.  
  216. a:link, a:active, a:visited{
  217. text-decoration: none;
  218. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  219. color: {color:Link};
  220. }
  221.  
  222. a:hover{
  223. text-decoration: none;
  224. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  225. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  226. color:{color:Hover};
  227. }
  228.  
  229. #cunt{width:230px; height:auto;}
  230. {block:PermalinkPage}
  231. width:410px;
  232. {/block:PermalinkPage}
  233. }
  234.  
  235. #center{
  236. padding-top:3px;
  237. padding-bottom:3px;
  238. position:fixed !important;
  239. width:200px;
  240. height:200px;
  241. background-color:#fff;
  242. {block:PermalinkPage}
  243. width:410px;
  244. height:207px;
  245. {/block:PermalinkPage}
  246. }
  247.  
  248. #topbar{
  249. z-index:1111;
  250. position: fixed;
  251. width: 2000px;
  252. height:9px;
  253. margin-left: -500px;
  254. margin-top:-26px;
  255. font-family:consolas;
  256. text-transform:uppercase;
  257. font-size:11px;
  258. text-align:left;
  259. line-height:17px;
  260. letter-spacing:1px;
  261. padding: 3px;
  262. padding-left:530px;
  263. border-bottom:3px double {color:topbar};
  264. background-color: white;
  265. transition: all 0.9s ease-out;
  266. -o-transition-transition: all 0.9s ease-out;
  267. -webkit-transition: all 0.9s ease-out;
  268. -moz-transition: all 0.9s ease-out;
  269. }
  270.  
  271. #posts{
  272. float:center;
  273. margin-left:360px;
  274. margin-top:26px;
  275. z-index:111;
  276. padding-top:0px;
  277. padding-left:10px;
  278. padding-right:10px;
  279. {block:indexpage}
  280. width:879px;
  281. {/block:indexpage}
  282. {block:permalinkpage}
  283. width:600px;
  284. background:transparent;
  285. {/block:permalinkpage}
  286. }
  287.  
  288. #tree{
  289. position:fixed;
  290. z-index:111;
  291. height:700px;
  292. margin-left:50px;
  293. }
  294.  
  295. #sidebar {
  296. position:fixed !important;
  297. z-index:1111;
  298. width:304px;
  299. height:100%;
  300. margin-left:47px;
  301. padding:1px;
  302. font-family:calibri
  303. transition: all 0.2s ease-out;
  304. -o-transition-transition: all 0.2s ease-out;
  305. -webkit-transition: all 0.2s ease-out;
  306. -moz-transition: all 0.2s ease-out;
  307. }
  308.  
  309. #desc{
  310. opacity:1;
  311. position:fixed;
  312. z-index:1;
  313. height:33px;
  314. width:276px;
  315. margin-top:52px;
  316. float:center;
  317. background-color:#fff;
  318. padding:10px;
  319. padding-bottom:10px;
  320. font-size:11px;
  321. line-height:11px;
  322. letter-spacing: 1px;
  323. text-align: center;
  324. border:1px solid #ddd;
  325. transition: all 0.2s ease-out;
  326. -o-transition-transition: all 0.2s ease-out;
  327. -webkit-transition: all 0.2s ease-out;
  328. -moz-transition: all 0.2s ease-out;
  329. }
  330.  
  331. #leaves{
  332. position:fixed;
  333. z-index:11111111111;
  334. width:283px;
  335. padding-left:15px;
  336. margin-top:88px;
  337. }
  338.  
  339. #sidebar2 {
  340. position:fixed !important;
  341. overflow:hidden;
  342. opacity:1;
  343. width:298px;
  344. height:351px;
  345. margin-top:150px;
  346. background:#fff;
  347. border:1px solid #ddd;
  348. padding-left:2px;
  349. padding-right:2px;
  350. background-image:url({image:side background});
  351. }
  352.  
  353. #blogtitle{
  354. position:fixed;
  355. height:52px;
  356. width:298px;
  357. color:#fff;
  358. font-family:basic l;
  359. font-size:52px;
  360. line-height:52px;
  361. letter-spacing:1px;
  362. text-align:center;
  363. transition: all 0.2s ease-out;
  364. -o-transition-transition: all 0.2s ease-out;
  365. -webkit-transition: all 0.2s ease-out;
  366. -moz-transition: all 0.2s ease-out;
  367. }
  368.  
  369. #sidehover{
  370. width:298px;
  371. margin-top:130px;
  372. }
  373.  
  374. #thingy{
  375. opacity:0.95;
  376. overflow:hidden;
  377. position:fixed;
  378. height:40px;
  379. width:100px;
  380. margin-top:-44px;
  381. margin-left:196px;
  382. background:#fff;
  383. border-top-left-radius:25px;
  384. border:1px solid #ddd;
  385. }
  386.  
  387. #updates{
  388. position:fixed;
  389. margin-top:-43px;
  390. margin-left:200px;
  391. -webkit-transform:rotate(25deg);
  392. }
  393.  
  394. #stats{
  395. position:fixed;
  396. overflow:hidden;
  397. width:40px;
  398. height:40px;
  399. margin-top:-41px;
  400. margin-left:250px;
  401. font-family:basic l;
  402. line-height:40px;
  403. font-size:38px;
  404. text-align:center;
  405. }
  406.  
  407. .container{
  408. position:fixed;
  409. margin-top:3px;
  410. width:298px;
  411. height:auto;
  412. }
  413.  
  414. .nav{
  415. display:inline-block;
  416. overflow:hidden;
  417. width:45px;
  418. height:40px;
  419. margin:5px;
  420. line-height:46px;
  421. font-weight:900;
  422. font-size:25px;
  423. line-height:40px;
  424. font-family:basic l;
  425. text-align:center;
  426. background:#fff;
  427. border:1px solid #ddd;
  428. -webkit-transition: all .5s ease;
  429. -moz-transition: all .5s ease;
  430. -o-transition: all .5s ease;
  431. transition: all .5s ease;
  432. }
  433.  
  434. .nav:hover{
  435. }
  436.  
  437. .nav a{
  438. -webkit-transition: all .5s ease;
  439. -moz-transition: all .5s ease;
  440. -o-transition: all .5s ease;
  441. transition: all .5s ease;
  442. }
  443.  
  444. .nav a:hover{
  445. color:#fff;
  446. }
  447.  
  448. @font-face { font-family: "cafe"; src: url('http://static.tumblr.com/kjq4nx5/kQOmo5hnn/caf_____brewery.ttf'); }
  449.  
  450. @font-face { font-family: "halo"; src: url('http://static.tumblr.com/oct6d4x/BfUm1f1v7/halohandletter.ttf');}
  451.  
  452. @font-face{ font-family: "Brain Flower"; src: url('http://static.tumblr.com/9wzbixa/qvjmifp1n/brain_flower.ttf');}
  453.  
  454.  
  455. askk {
  456. font-family:cafe;
  457. font-size:15px;
  458. line-height:15px;
  459. z-index:1;
  460. }
  461.  
  462. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  463. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  464. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  465.  
  466. h3{
  467. font-family: calibri;
  468. font-size: 80px;
  469. line-height: 12px;
  470. color: #A78282;
  471. font-weight: normal;
  472. line-height:15px;
  473. letter-spacing: 1px;
  474. font-style: normal;
  475. text-transform: lowercase;
  476. text-align: right;
  477. padding: 0px;
  478. margin:0px;
  479. }
  480.  
  481. #entry .perma a{
  482. color:;}
  483.  
  484. .permalink {
  485. display: block;
  486. border-top: 1px solid #ddd;
  487. padding: 2px;
  488. margin: 4px 8px 0px 8px;
  489. text-transform: uppercase;
  490. font-family: arial;
  491. font-size: 8px;
  492. color: #424242;
  493. line-height: 18px;
  494. text-align: center;
  495. text-decoration: none;
  496. -webkit-transition: color 0.5s ease-out;
  497. -moz-transition: color 0.5s ease-out;
  498. }
  499.  
  500. #entry .perma{
  501. opacity:0;
  502. position: absolute;
  503. overflow:hidden;
  504. width:145px;
  505. height:auto;
  506. margin-top:10px;
  507. margin-left:16px;
  508. background:#fafafa;
  509. line-height:16px;
  510. text-align:center;
  511. letter-spacing:1px;
  512. font-family:calibri;
  513. text-transform:uppercase;
  514. font-size:9px;
  515. line-height:15px;
  516. padding:2px;
  517. border:1px solid {color:topbar};
  518. -webkit-transition: all .7s ease;
  519. -moz-transition: all .7s ease;
  520. -o-transition: all .7s ease;
  521. transition: all .7s ease;
  522. }
  523.  
  524. #entry:hover .perma{
  525. overflow:visible;
  526. opacity:1;
  527. top:16px;
  528. }
  529.  
  530. .permalinktext {
  531. display: block;
  532. padding: 1px;
  533. margin: 0px 0px 0px 8px;
  534. text-transform: uppercase;
  535. font-family: arial;
  536. letter-spacing: 1px;
  537. font-size: 8px;
  538. color: #424242;
  539. line-height: 10px;
  540. text-align: right;
  541. text-decoration: none;
  542. -webkit-transition: color 0.5s ease-out;
  543. -moz-transition: color 0.5s ease-out;
  544. border-top: 1px solid #dcdcdc;
  545. }
  546.  
  547. #postnotes{
  548. text-align: left;
  549. }
  550.  
  551. #postnotes blockquote{
  552. border: 0px;
  553. }
  554.  
  555. #entry{
  556. font-size:12px;
  557. line-height:12px;
  558. text-align:left;
  559. float:left;
  560. width:255px;
  561. height:auto;
  562. background-color:#fff;
  563. padding:10px;
  564. padding-bottom:9px;
  565. margin:8px;
  566. overflow:hidden;
  567. border:1px double #ddd;
  568. {block:PermalinkPage}
  569. width: 544px;
  570. height: auto;
  571. {/block:PermalinkPage}
  572. -webkit-transition: all .7s ease;
  573. -moz-transition: all .7s ease;
  574. -o-transition: all .7s ease;
  575. transition: all .7s ease;
  576. }
  577.  
  578. #entry .photo{
  579. background:#fafafa;
  580. padding:5px;
  581. padding-bottom:3px;
  582. border:1px solid #ddd;
  583. border-radius:3px;
  584. }
  585.  
  586. #permapage{
  587. text-align: left;
  588. padding-bottom:10px;
  589. padding-left:0px;
  590. z-index:9999;}
  591.  
  592. .title{
  593. font-family:cafe;
  594. font-size:24px;
  595. line-height: 15px;
  596. letter-spacing:1px;
  597. color: {color:Title};
  598. font-weight: normal;
  599. letter-spacing: 0px;
  600. }
  601.  
  602.  
  603. blockquote{
  604. padding:0px 0px 2px 3px;
  605. margin:0px 0px 2px 1px;
  606. }
  607. ul, ol, li{
  608. list-style:none;
  609. margin:0px;
  610. padding:0px;
  611. }
  612.  
  613. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  614. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  615. }
  616.  
  617.  
  618. a.links {
  619. color: #000000;
  620. font-size:12px;
  621. line-height:12px;
  622. text-transform: normal;
  623. letter-spacing:0px;
  624. display:block;
  625. padding: 0px;
  626. margin-bottom: 0px;
  627. }
  628.  
  629. a.links:hover {
  630. font-style: underline;
  631. text-decoration: underline;
  632. letter-spacing:10px;
  633. }
  634.  
  635. </style>
  636. <title>{title}</title>
  637. <link rel="shortcut icon" href="http://i318.photobucket.com/albums/mm409/kawaii_monster/livejournal/PIXELS/disney/alice%20in%20wonderland/tumblr_m55gyaEA3g1qk1or3.gif">
  638. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  639. <meta name="viewport" content="width=720" />
  640. </head>
  641. <body>
  642.  
  643. <div id="tree"><img src="http://static.tumblr.com/brmqru8/W5Gmv0bpa/138232605245852.gif" style="" height=100%></div>
  644.  
  645. <div id="center">
  646.  
  647. <div id="topbar"></div>
  648. <div id="sideback"></div>
  649. <div id="sideback2"></div>
  650.  
  651. <div id="content">
  652.  
  653. <div id="sidebar">
  654.  
  655. <div id="sidebar2">
  656. <div id="blogtitle">{title}</div>
  657.  
  658. <div id="desc">{description}</div>
  659. <div id="leaves"><img src="http://static.tumblr.com/brmqru8/2Okmusp54/tumblr_mm3y4tzi6r1s5lj3bo1_r1_400.png" style="" width=100% height=60px></div>
  660.  
  661. <div id="sidehover"><a href="/"><img src="{image:sidebar}" style="" width=100%; height=160px;></a></div>
  662.  
  663. <div class="container"><center>
  664. <div class="nav"><a href="{text:link1}" title="{text:link1title}">.01</a></div>
  665. <div class="nav"><a href="{text:link2}" title="{text:link2title}">.02</a></div>
  666. <div class="nav"><a href="{text:link3}" title="{text:link3title}">.03</a></div>
  667. <div class="nav"><a href="{text:link4}" title="{text:link4title}">.04</a></div>
  668. <div class="nav"><a href="{text:link5}" title="{text:link5title}">.05</a></div></center>
  669. </div>
  670.  
  671. <div id="thingy"></div>
  672. <div id="updates"><a href='#?w=500' rel='02' class='poplight' title="updates"><img src="http://static.tumblr.com/brmqru8/6cumusqff/tumblr_ml4hyxntgq1rgpyeqo1_500.png" style="" width=50px; height=50px;></a></div>
  673. <div id="stats">{text:stats}</div>
  674. </div>
  675. </div>
  676.  
  677.  
  678. <div id="posts">
  679. {block:Posts}
  680. <div id="entry">
  681.  
  682. {block:Text}
  683. {block:Title}<span class="title">{Title}</span>{/block:Title}
  684. <span class="entrytext">{Body}</span>
  685. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  686. {/block:Text}
  687.  
  688. {block:Link}
  689. <a href="{URL}" class="title">{Name}</a>
  690. {block:Description}{Description}{/block:Description}
  691. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  692. {block:Link}
  693.  
  694. {block:Photo}{block:IndexPage}
  695. <div class="perma">
  696. <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:link}">with</font> <a href="{permalink}">{NoteCountWithLabel}</a><br><a href="{permalink}">posted {timeago}</a></span></div>
  697. {/block:IndexPage}
  698. {block:IndexPage}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100% /></a></div>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>{LinkCloseTag}{/block:PermalinkPage}
  699. {/block:Photo}
  700.  
  701. {block:Quote}
  702. <span class="entrytext">{Quote}</span>
  703. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  704. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  705. {/block:Quote}
  706.  
  707. {block:Chat}
  708. {block:Title}<span class="title">{Title}</span>{/block:Title}
  709. <ul class="chat">
  710. {block:Lines}
  711. <li class="user_{UserNumber}">
  712. {block:Label}
  713. <span class="label">{Label}</span>
  714. {/block:Label}
  715. {Line}
  716. </li>
  717. {/block:Lines}
  718. </ul>
  719. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  720. {/block:Chat}
  721.  
  722. {block:Audio}
  723. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  724. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  725. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  726. {/block:Audio}
  727.  
  728. {block:Video}<center>
  729. <div class="video">{Video-400}</div></center>
  730. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  731. {block:Video}
  732.  
  733. {block:Answer}
  734. <br>
  735. <div style="border: 1px solid #ddd; border-radius:5px; margin-top:
  736. -11px; min-height:35px; padding:2px; background:#f7f7f7; overflow:auto;">
  737. <img src="{AskerPortraitURL-30}" width="35" align="left"
  738. style="margin-right:3px; border-radius:3px;"/>
  739. <askk>{Asker}</askk> said: {Question}<br></div>
  740. <div style="text-align:right;">
  741. {Answer}
  742. </div>
  743. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  744. {/block:IndexPage}
  745. {/block:Answer}
  746. {/block:Answer}
  747.  
  748. {block:PostNotes}<div align="middle">{caption}</div>
  749. <center>
  750.  
  751. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  752.  
  753. {block:HasTags}
  754. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  755. {block:RebloggedFrom}
  756. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  757. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  758.  
  759. {/block:RebloggedFrom}
  760. </center></span>
  761. <br>
  762. <div id="postnotes">{PostNotes}</div><br>
  763.  
  764. <center>{block:ContentSource}
  765. <br><a href="{SourceURL}">
  766. {lang:Source}:
  767. {block:SourceLogo}
  768. <img src="{BlackLogoURL}" width="{LogoWidth}"
  769. height="{LogoHeight}" alt="{SourceTitle}" />
  770. {/block:SourceLogo}
  771. {block:NoSourceLogo}
  772. {SourceLink}
  773. {/block:NoSourceLogo}
  774. </a>
  775. {/block:ContentSource}</center>
  776.  
  777. {/block:PostNotes}
  778. </div>
  779. {/block:Posts}
  780. </div></div>
  781.  
  782. {block:indexpage}
  783. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  784. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  785. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  786. <script type="text/javascript">
  787. $(window).load(function(){
  788. var $wall = $('#posts');
  789. $wall.imagesLoaded(function(){
  790. $wall.masonry({
  791. itemSelector: '#entry, #entry_photo',
  792. isAnimated : false
  793. });
  794. });
  795.  
  796. $wall.infinitescroll({
  797. navSelector : '#page-nav',
  798. nextSelector : '#page-nav a',
  799. itemSelector : '#entry, #entry_photo',
  800. bufferPx : 2000,
  801. debug : false,
  802. errorCallback: function() {
  803. $('#infscr-loading').fadeOut('normal');
  804. }},
  805. function( newElements ) {
  806. var $newElems = $( newElements );
  807. $newElems.hide();
  808. $newElems.imagesLoaded(function(){
  809. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  810. });
  811. }); $('#content').show(500);
  812. });
  813. </script>
  814. {/block:indexpage}
  815.  
  816. </div>
  817. </body>
  818.  
  819. <div id="02" class="popup_block">
  820. <br><center><ally>updates</ally><p>
  821.  
  822. New theme as of 10/22/13!<br><br>
  823. I'm not going to be able to make new themes for a while. I am extremely busy because of rehearsals, dance classes, and homework, (not to mention the fact that I get very sick when I'm stressed) but I will try to make some when I have the time.<br><br>
  824. I finished my show! Buy I'm still really busy. Sorry, guys!<br><br>
  825. I will most likely not be posting the theme I was just using, as this is a fall theme (temporary)
  826.  
  827. </center></div>
  828.  
  829. </div></div></div></div></div></div></div></div></div></div>
  830. <div style="position:fixed; z-index:9999999999999999999; font-size: 12px; bottom:5px; right:5px; background-color:white; border:1px solid #aaa; padding:2px;"> <a href="http://irritat3d.tumblr.com" content="font-size: 2px;">β™Œ</a></div>
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement