Advertisement
ravenbestler

Theme 1

Jan 4th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 KB | None | 0 0
  1. <!--
  2. Base code from http://themesmadebynancy.tumblr.com/
  3. Made by http://s0med4yillchangemyf4te.tumblr.com/
  4. Please don't steal my themes, I'm very new at all this, but I'd like to keep my work credited.
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14. <script>
  15. $(document).ready(function() {
  16. //
  17. $('a.poplight[href^=#]').click(function() {
  18. var popID = $(this).attr('rel'); //Get Popup Name
  19. var popURL = $(this).attr('href'); //Get Popup href to define size
  20. var query= popURL.split('?');
  21. var dim= query[1].split('&');
  22. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  23. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/mawh08.png" class="btn_close" title="Close" alt="Close" /></a>');
  24. var popMargTop = ($('#' + popID).height() + 80) / 2;
  25. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  26. //Apply Margin to Popup
  27. $('#' + popID).css({
  28. 'margin-top' : -popMargTop,
  29. 'margin-left' : -popMargLeft
  30. });
  31. $('body').append('<div id="fade"></div>');
  32. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  33. return false;
  34. });
  35. $('a.close, #fade').live('click', function() {
  36. $('#fade , .popup_block').fadeOut(function() {
  37. $('#fade, a.close').remove(); //fade them both out
  38. });
  39. return false;
  40. });
  41. });
  42. </script>
  43.  
  44. <div id="oneout">
  45. <span class="onetitle">
  46.  
  47.  
  48. hover here
  49.  
  50. </span>
  51. <div id="oneout_inner">
  52. Stats go in here
  53. </div>
  54. </div>
  55.  
  56. <div id="twoout">
  57. <span class="twotitle">
  58.  
  59.  
  60. hover here
  61.  
  62. </span>
  63. <div id="twoout_inner">
  64. Words go in here
  65. </div>
  66. </div>
  67. <script type="text/javascript">
  68. <!--
  69.  
  70. // Disable Right Click Script
  71.  
  72. function IE(e)
  73. {
  74. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  75. {
  76. return false;
  77. }
  78. }
  79. function NS(e)
  80. {
  81. if (document.layers || (document.getElementById && !document.all))
  82. {
  83. if (e.which == "2" || e.which == "3")
  84. {
  85. return false;
  86. }
  87. }
  88. }
  89. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  90.  
  91. //-->
  92. </script>
  93.  
  94.  
  95. <script type="text/javascript"
  96. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  97.  
  98. <!--DEFAULT VARIABLES-->
  99. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  100. <meta name="color:background" content="#fff"/>
  101. <meta name="color:link" content="#777"/>
  102. <meta name="color:text" content="#777"/>
  103. <meta name="color:title" content="#333"/>
  104. <meta name="color:hover" content="#fff"/>
  105. <meta name="image:sidebar" content="1"/>
  106. <meta name="image:background" content="1"/>
  107. <meta name="if:Rainbow hover links" content="0"/>
  108. <meta name="if:Show blog title" content="1"/>
  109.  
  110. <meta name="text:Link 1 URL" content="" />
  111. <meta name="text:Link 1 title" content="Link 1" />
  112. <meta name="text:Link 2 URL" content="" />
  113. <meta name="text:Link 2 title" content="Link 2" />
  114. <meta name="text:Link 3 URL" content="" />
  115. <meta name="text:Link 3 title" content="Link 3" />
  116. <meta name="text:Link 4 URL" content="" />
  117. <meta name="text:Link 4 title" content="Link 4" />
  118. <meta name="text:Link 5 URL" content="" />
  119. <meta name="text:Link 5 title" content="Link 5" />
  120. <meta name="text:Link 6 URL" content="" />
  121. <meta name="text:Link 6 title" content="Link 6" />
  122. <meta name="text:Link 7 URL" content="" />
  123. <meta name="text:Link 7 title" content="Link 7" />
  124.  
  125. {block:ifRainbowhoverlinks}<script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>{/block:ifRainbowhoverlinks}
  126.  
  127. <style type="text/css">
  128.  
  129. #fade { /*--Transparent background layer--*/
  130. display: none; /*--hidden by default--*/
  131. background: #colorcodehere;
  132. position: fixed; left: 0; top: 0;
  133. width: 100%; height: 100%;
  134. opacity: .80;
  135. z-index: 9999;
  136. }
  137. .popup_block{
  138. display: none; /*--hidden by default--*/
  139. background: #fcfbf8;
  140. padding: 10px;
  141. border: 5px solid #f2e7e2;
  142. float: left;
  143. font-size: 10;
  144. position: fixed;
  145. top: 50%; left: 50%;
  146. z-index: 99999;
  147. /*--CSS3 Box Shadows--*/
  148. -webkit-box-shadow: 0px 0px 20px #000;
  149. -moz-box-shadow: 0px 0px 20px #000;
  150. box-shadow: 0px 0px 20px #000;
  151. /*--CSS3 Rounded Corners--*/
  152. -webkit-border-radius: 5px;
  153. -moz-border-radius: 5px;
  154. border-radius: 5px;
  155. }
  156. img.btn_close {
  157. float: right;
  158. margin: -20 -20px 0 0;
  159. }
  160. /*--Making IE6 Understand Fixed Positioning--*/
  161. *html #fade {
  162. position: absolute;
  163. }
  164. *html .popup_block {
  165. position: absolute;
  166. }
  167.  
  168.  
  169. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  170.  
  171. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  172.  
  173. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  174.  
  175. p {
  176. margin:0px;
  177. margin-top:0px;
  178. }
  179.  
  180.  
  181. body {
  182. padding: 0px;
  183. margin: 0px;
  184. color:{color:text};
  185. font-family: Corsiva Hebrew;
  186. line-height:12px;
  187. font-size:13px;
  188. background-color: {color:Background};
  189. background-image:url({image:Background});
  190. background-attachment: fixed;
  191. background-repeat: repeat;
  192. }
  193.  
  194.  
  195. a:link, a:active, a:visited{
  196. text-decoration: none;
  197. -webkit-transition: color 0.3s ease-out;
  198. -moz-transition: color 0.3s ease-out;
  199. transition: color 0.3s ease-out;
  200. color:{color:link};
  201. }
  202.  
  203. a:hover {
  204. text-decoration: none;
  205. font-style:;
  206. color: {color:Hover};
  207. }
  208.  
  209. div#center{
  210. margin:auto;
  211. position:relative;
  212. width:1000px;
  213. background-color:;
  214. overflow:auto;
  215. overflow-y:hidden;
  216. }
  217.  
  218.  
  219. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  220. .entry {
  221. float:left;
  222. display: block;
  223. margin:5px;
  224. overflow:hidden;
  225. width:220px;
  226. {block:PermalinkPage}
  227. width:450px;
  228. text-align:left;
  229. line-height:10px;
  230. {/block:PermalinkPage}
  231. background:#colorcodehere;
  232. background-image:URL();
  233. }
  234.  
  235.  
  236. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  237. .entry .perma{
  238. width:220px;
  239. height:16px;
  240. margin-left:0px;
  241. position: absolute;
  242. line-height: 16px;
  243. overflow:hidden;
  244. text-align:center;
  245. top:0px;
  246. background:white;
  247. word-spacing:2px;
  248. letter-spacing:1px;
  249. opacity: 0.0;
  250. -webkit-transition: all .7s ease;
  251. -moz-transition: all .7s ease;
  252. -o-transition: all .7s ease;
  253. transition: all .7s ease;
  254.  
  255. }
  256.  
  257. .entry:hover .perma{
  258. overflow:visible;
  259. opacity:0.9;
  260. }
  261.  
  262.  
  263. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  264. #posts {
  265. width:500px;
  266. margin-top:5px;
  267. z-index:99;
  268. margin-left:319px;
  269. right:auto;
  270. background:transparent;
  271. margin-right:auto;
  272. position:relative;
  273. overflow-y: hidden;
  274. }
  275.  
  276.  
  277. /*CUSTOMIZE SIDEBAR HERE*/
  278. #sidebar{
  279. position:fixed !important;
  280. width:170px;
  281. background:white;
  282. height:auto;
  283. margin-top:100px;
  284. margin-left:100px;
  285. text-align:center;
  286. color:{color:text};
  287. font-family: Pineapple Delight;
  288. line-height:11px;
  289. font-size:12px;
  290. background-color: {color:Background};
  291. background-image:url({image:Background});
  292. background-attachment: fixed;
  293. background-repeat: repeat;
  294. }
  295.  
  296.  
  297. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  298. .title{
  299. line-height: 12px;
  300. color:{color:Title};
  301. font-weight: normal;
  302. padding: 0px;
  303. margin: 0px;
  304. color:{color:text};
  305. font-family: Just Realize;
  306. line-height:14px;
  307. font-size:15px;
  308. background-color: {color:Background};
  309. background-image:url({image:Background});
  310. background-attachment: fixed;
  311. background-repeat: repeat;
  312. }
  313.  
  314.  
  315. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  316. .permalink{
  317. text-transform: normal;
  318. display: block;
  319. text-align: right;
  320. text-decoration: none;
  321. }
  322.  
  323.  
  324. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  325. #oneout {
  326. -moz-box-shadow: 0px 0px 0px 0px ;
  327. -webkit-box-shadow: 0px 0px 0px 0px ;
  328. box-shadow: 0px 0px 0px 0px ;
  329.  
  330.  
  331. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  332. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  333.  
  334.  
  335. z-index:1000;
  336. position: fixed;
  337. top: 20px;
  338. right: 1px;
  339. width: 18px;
  340. padding: 40px 0;
  341. text-align: center;
  342.  
  343. -webkit-transition-duration: 0.3s;
  344. -moz-transition-duration: 0.3s;
  345. -o-transition-duration: 0.3s;
  346. transition-duration: 0.3s;
  347. -webkit-border-radius: 0 5px 5px 0;
  348. -moz-border-radius: 0 5px 5px 0;
  349. border-radius: 0 5px 5px 0;}
  350.  
  351.  
  352. #oneout_inner {
  353.  
  354. -moz-box-shadow: 0px 0px 1px 0px ;
  355. -webkit-box-shadow: 0px 0px 1px 0px ;
  356. box-shadow: 0px 0px 1px 0px ;
  357.  
  358. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  359. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  360.  
  361. top: 0px;
  362. right: -250px;
  363. position: fixed;
  364. background: ;
  365. width: 230px;
  366. padding: 10px;
  367. background: #FFFFFF;
  368. height: auto;
  369. -webkit-transition-duration: 0.3s;
  370. -moz-transition-duration: 0.3s;
  371. -o-transition-duration: 0.3s;
  372. transition-duration: 0.3s;
  373. text-align: right;
  374. -webkit-border-radius: 0 0 5px 0;
  375. -moz-border-radius: 0 0 5px 0;
  376. border-radius: 0 0 5px 0;}
  377.  
  378. #oneout:hover {
  379. z-index:1000;
  380. right: 250px;}
  381.  
  382. #oneout:hover #oneout_inner {
  383. z-index:1000;
  384. right: 0px;}
  385.  
  386.  
  387. .onetitle {
  388. display: block;
  389. writing-mode: lr-tb;
  390. -webkit-transform: rotate(-90deg);
  391. -moz-transform: rotate(-90deg);
  392. -ms-transform: rotate(-90deg);
  393. -o-transform: rotate(-90deg);
  394. transform: rotate(-90deg);
  395. position: absolute;
  396. right: -11px;
  397. top: 3px;
  398. font-family:Lucida Sans;
  399. font-size: 16px;
  400. font-weight: normal;
  401. text-transform: uppercase;
  402. letter-spacing: -1px;}
  403.  
  404. #twoout {
  405. -moz-box-shadow: 0px 0px 0px 0px ;
  406. -webkit-box-shadow: 0px 0px 0px 0px ;
  407. box-shadow: 0px 0px 0px 0px ;
  408.  
  409.  
  410. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  411. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  412.  
  413.  
  414. z-index:1000;
  415. position: fixed;
  416. top: 110px;
  417. right: 1px;
  418. width: 18px;
  419. padding: 40px 0;
  420. text-align: center;
  421.  
  422. -webkit-transition-duration: 0.3s;
  423. -moz-transition-duration: 0.3s;
  424. -o-transition-duration: 0.3s;
  425. transition-duration: 0.3s;
  426. -webkit-border-radius: 0 5px 5px 0;
  427. -moz-border-radius: 0 5px 5px 0;
  428. border-radius: 0 5px 5px 0;}
  429.  
  430.  
  431. #twoout_inner {
  432.  
  433. -moz-box-shadow: 0px 0px 1px 0px ;
  434. -webkit-box-shadow: 0px 0px 1px 0px ;
  435. box-shadow: 0px 0px 1px 0px ;
  436.  
  437. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  438. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  439.  
  440. top: 100px;
  441. right: -250px;
  442. position: fixed;
  443. background: ;
  444. width: 230px;
  445. padding: 10px;
  446. background: #FFFFFF;
  447. height: auto;
  448. -webkit-transition-duration: 0.3s;
  449. -moz-transition-duration: 0.3s;
  450. -o-transition-duration: 0.3s;
  451. transition-duration: 0.3s;
  452. text-align: right;
  453. -webkit-border-radius: 0 0 5px 0;
  454. -moz-border-radius: 0 0 5px 0;
  455. border-radius: 0 0 5px 0;}
  456.  
  457. #twoout:hover {
  458. z-index:1000;
  459. right: 250px;}
  460.  
  461. #twoout:hover #twoout_inner {
  462. z-index:1000;
  463. right: 0px;}
  464.  
  465.  
  466. .twotitle {
  467. display: block;
  468. writing-mode: lr-tb;
  469. -webkit-transform: rotate(-90deg);
  470. -moz-transform: rotate(-90deg);
  471. -ms-transform: rotate(-90deg);
  472. -o-transform: rotate(-90deg);
  473. transform: rotate(-90deg);
  474. position: absolute;
  475. right: -11px;
  476. top: 3px;
  477. font-family:Lucida Sans;
  478. font-size: 16px;
  479. font-weight: normal;
  480. text-transform: uppercase;
  481. letter-spacing: -1px;}
  482. #content {
  483. width: 850px;
  484. float: left;
  485. padding-top:5px;
  486. margin-left:300px;
  487. }
  488.  
  489. #infscr-loading{
  490. bottom: -70px;
  491. position: absolute;
  492. left: 50%;
  493. margin-left:-8px;
  494. width:16px;
  495. height:11px;
  496. overflow:hidden;
  497. margin-bottom: 50px;
  498. }
  499.  
  500. #postnotes{
  501. text-align: justify;}
  502.  
  503. #postnotes blockquote{
  504. border: 0px;}
  505.  
  506. blockquote{
  507. padding:0px 0px 2px 5px;
  508. margin:0px 0px 2px 10px;
  509. border-left: 1px dotted #555555;
  510. }
  511.  
  512. blockquote p, ul{
  513. margin:0px;
  514. padding:0px;
  515. }
  516.  
  517. a img{border: 0px;}
  518.  
  519.  
  520. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  521.  
  522. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  523. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  524.  
  525. .notes img{width:10px; position:relative; top:3px;}
  526. <--ses-->
  527. small{font-size: 90%;}
  528.  
  529. {CustomCSS}
  530. #musicplayer {text-align: center;font-size: 11px;position:fixed;left:50px;top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
  531.  
  532. #musicplayer:hover {top:-10px;}
  533.  
  534. #music {padding: 15px 0 5px 0;background: #colorcodehere;width:100px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;z-index: 9999;}
  535. #musictab {font-family:century gothic;text-shadow: 0 1px 0 #colorcodehere;height:30px;padding: 0 0 8px 0;background:#colorcodehere;border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;width: 50px;}
  536.  
  537. ::-webkit-scrollbar { width: 10px;}
  538.  
  539. ::-webkit-scrollbar-button:start:decrement,
  540.  
  541. ::-webkit-scrollbar-button:end:increment { height:10px; display: block; background-color: #colorcodehere;}
  542.  
  543. ::-webkit-scrollbar-track-piece { background-color: #colorcodehere }
  544.  
  545. ::-webkit-scrollbar-thumb{ background-color:#000000; -webkit-border-radius: 20px; border-radius: 20px;}
  546.  
  547. </style>
  548.  
  549. {block:IndexPage}
  550. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  551. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  552.  
  553. <script type="text/javascript">
  554. $(window).load(function(){
  555. var $wall = $('#posts');
  556. $wall.imagesLoaded(function(){
  557. $wall.masonry({
  558. itemSelector: '.entry, .entry_photo',
  559. isAnimated : false
  560. });
  561. });
  562.  
  563. $wall.infinitescroll({
  564. navSelector : '#pagination',
  565. nextSelector : '#pagination a',
  566. itemSelector : '.entry, .entry_photo',
  567. bufferPx : 2000,
  568. debug : false,
  569. errorCallback: function() {
  570. $('#infscr-loading').fadeOut('normal');
  571. }},
  572. function( newElements ) {
  573. var $newElems = $( newElements );
  574. $newElems.hide();
  575. $newElems.imagesLoaded(function(){
  576. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  577. });
  578. }); $('#posts').show(500);
  579. });
  580. </script>
  581.  
  582.  
  583. {/block:IndexPage}
  584.  
  585.  
  586. <title>title goes here</title>
  587.  
  588. <link rel="shortcut icon" href="{Favicon}" />
  589. <meta name="viewport" content="width=820" />
  590. </head>
  591.  
  592. <body>
  593. <div id="musicplayer">
  594. <div id="music"> <center>
  595. Music Code Here<br />
  596. </center> </div>
  597. <div id="musictab"> <br><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"></div>
  598. </div>
  599. <BODY onselectstart="return false;" ondragstart="return false;">
  600. <div class="wrapper">
  601. <div class="header">
  602. </div>
  603.  
  604. <div id="cage">
  605. <div id="center">
  606.  
  607. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  608. <div id="sidebar">
  609. <center>
  610.  
  611. </div>
  612. <div id="sidebar">
  613. {block:ifShowblogtitle}
  614. <div class="blogtitle">
  615. <a href="/">
  616. {Title}
  617. </a>
  618. </div>
  619. {/block:IfShowblogtitle}
  620.  
  621. <a href="/"><img src="{image:sidebar}" width=100%></a>
  622. {description}
  623.  
  624. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<br>
  625.  
  626. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 title}</a>{/block:ifLink1URL}<br>
  627.  
  628. <a href="#?w=500" rel="02" class="poplight">Ask</a>
  629. <title>Title is here</title><br>
  630.  
  631. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 title}</a>{/block:ifLink2URL}<br>
  632.  
  633. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 title}</a>{/block:ifLink3URL}<br>
  634.  
  635. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 title}</a>{/block:ifLink4URL}<br>
  636.  
  637. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 title}</a>{/block:ifLink5URL}<br>
  638.  
  639. {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 title}</a>{/block:ifLink6URL}<br>
  640.  
  641. {block:ifLink7URL}<a href="{text:Link 7 URL}">{text:Link 7 title}</a>{/block:ifLink7URL}<br>
  642.  
  643. <a href="http://ravenbestler.tumblr.com">Credit</a><br>
  644. </center>
  645. </div>
  646. <!------------------------------------->
  647.  
  648.  
  649. <div class="left">
  650. <div id="posts">
  651. {block:Posts}
  652. <div class="entry">
  653.  
  654. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  655.  
  656. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  657. {/block:Text}
  658.  
  659. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  660.  
  661. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  662.  
  663. {block:Photo}
  664. {block:IndexPage}
  665. <center>
  666. <div class="perma">
  667. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  668.  
  669. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  670. {/block:IndexPage}
  671. {block:PermalinkPage}
  672. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  673.  
  674. {LinkCloseTag}
  675. {/block:PermalinkPage}
  676. {/block:Photo}
  677.  
  678. {block:Photoset}
  679. {block:IndexPage}
  680. <center>
  681.  
  682. <div class="perma">
  683. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  684.  
  685. {Photoset-250}</center>
  686. {/block:IndexPage}
  687. {block:PermalinkPage}
  688. <center>
  689. {Photoset-500}</center>
  690. {/block:PermalinkPage}
  691. {/block:Photoset}
  692.  
  693. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  694.  
  695. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  696.  
  697. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  698. <ul class="chat">
  699. {block:Lines}
  700. <li class="user_{UserNumber}">
  701. {block:Label}
  702. <span class="label">{Label}</span>
  703. {/block:Label}
  704.  
  705. {Line}
  706. </li>
  707. {/block:Lines}
  708. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  709. {/block:Chat}
  710.  
  711. {block:Audio}
  712. <div style="width:200px; height:30px;">
  713. {AudioPlayerBlack}
  714. </div>
  715. {block:IndexPage}<span class="permalink">
  716. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  717. </span>{/block:IndexPage}
  718. {/block:Audio}
  719.  
  720. {block:Video}
  721. {block:IndexPage}
  722. <center>
  723. <div class="perma">
  724. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  725. {Video-250}</center>
  726. {/block:IndexPage}
  727. {block:PermalinkPage}
  728. <center>
  729. {Video-400}</center>
  730. {/block:PermalinkPage}
  731. {block:Video}
  732.  
  733.  
  734. {block:PostNotes}<div align="middle">{caption}</div>
  735. <center>
  736.  
  737. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  738.  
  739. {block:HasTags}
  740. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  741. {block:RebloggedFrom}
  742. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  743. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  744.  
  745. {/block:RebloggedFrom}
  746. </center></span>
  747. <br>
  748. <div id="postnotes">{PostNotes}</div><br>
  749.  
  750. <center>{block:ContentSource}
  751. <br><a href="{SourceURL}">
  752. {lang:Source}:
  753. {block:SourceLogo}
  754. <img src="{BlackLogoURL}" width="{LogoWidth}"
  755. height="{LogoHeight}" alt="{SourceTitle}" />
  756. {/block:SourceLogo}
  757. {block:NoSourceLogo}
  758. {SourceLink}
  759. {/block:NoSourceLogo}
  760. </a>
  761. {/block:ContentSource}</center>
  762.  
  763. {/block:PostNotes}
  764. </div>
  765. {/block:Posts}
  766. </div></div>
  767.  
  768. {block:IndexPage}
  769. {block:Pagination}
  770. <div id="pagination">
  771. {block:NextPage}
  772. <a id="nextPage" href="{NextPage}"></a>
  773. {/block:NextPage}
  774. {block:PreviousPage}
  775. <a href="{PreviousPage}"></a>
  776. {/block:PreviousPage}
  777. </div>
  778. {/block:Pagination}
  779. {/block:IndexPage}
  780. </body>
  781. <div id="02" class="popup_block">
  782.  
  783. <Center>You can put any words you want here, just search for banana to find these words.<p><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  784. </center></div>
  785.  
  786. </div></div></div></div></div></div></div></div></div></div>
  787. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement