Fucking_Aj

pizza numbed

Jan 5th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.76 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. ╋┏┓┏┓╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏┓╋╋╋╋╋╋╋┏┓╋╋╋┏┓┏┓
  5. ┏┛┗┫┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋┃┃╋╋╋╋╋╋┏┛┗┓╋╋┃┃┃┃
  6. ┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓┃┗━┳┓╋┏┓┗┓┏╋┓┏┫┃┃┃┏━━┳━━┓
  7. ╋┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫┃┏┓┃┃╋┃┃╋┃┃┃┃┃┃┃┃┃┃━━┫┃━┫
  8. ╋┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃┃┗┛┃┗━┛┃╋┃┗┫┗┛┃┗┫┗╋━━┃┃━┫
  9. ╋┗━┻┛┗┻━━┻┻┻┻━━┻━━┛┗━━┻━┓┏┛╋┗━┻━━┻━┻━┻━━┻━━┛
  10. ╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏━┛┃
  11. ╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┗━━┛
  12.  
  13. -->
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33. <script type="text/javascript">
  34. <!--
  35.  
  36. // Disable Right Click Script
  37.  
  38. function IE(e)
  39. {
  40. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  41. {
  42. return false;
  43. }
  44. }
  45. function NS(e)
  46. {
  47. if (document.layers || (document.getElementById && !document.all))
  48. {
  49. if (e.which == "2" || e.which == "3")
  50. {
  51. return false;
  52. }
  53. }
  54. }
  55. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  56.  
  57. //-->
  58. </script>
  59.  
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63.  
  64. <!--DEFAULT VARIABLES-->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <meta name="color:background" content="#fff"/>
  67. <meta name="color:link" content="#777"/>
  68. <meta name="color:text" content="#777"/>
  69. <meta name="color:title" content="#333"/>
  70. <meta name="color:blogtitle" content="#E3CEF6"/>
  71. <meta name="color:hover" content="#fff"/>
  72. <meta name="image:sidebar" content="1"/>
  73. <meta name="image:background" content="1"/>
  74. <meta name="color:title1" content="#333"/>
  75. <meta name="color:title2" content="#333"/>
  76. <meta name="text:name" content="Ariana"/>
  77. <meta name="text:title" content="lame"/>
  78. <meta name="text:link two" content=""/>
  79. <meta name="text:link two title" content="Lol"/>
  80. <meta name="text:link three title" content=""/>
  81. <meta name="text:link three" content=""/>
  82. <meta name="text:link four title" content=""/>
  83. <meta name="text:link four" content=""/>
  84. <meta name="text:link five title" content=""/>
  85. <meta name="text:link five" content=""/>
  86.  
  87. <style type="text/css">
  88.  
  89. #s-m-t-tooltip {
  90. max-width:300px;
  91. padding:6px 6px 6px 6px;
  92. margin:20px 0px 0px 20px;
  93. background: #fff; /* change the background color */
  94. border:1px solid #000; /* change the border color */
  95. font-family:calibri; /* change the font */
  96. font-size:10px; /* change the font size */
  97. border-radius: 20px;
  98. border:1px solid {color:blogtitle};
  99. border-left:4px solid {color:blogtitle};
  100. border-right:4px solid {color:blogtitle};
  101. letter-spacing:0px; /* change the letter spacing */
  102. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  103. color:#000; /* change the text color */
  104. z-index:999999999999999999999999999999999999;
  105. }
  106. ::-webkit-scrollbar {
  107.  
  108. height: 5px;
  109.  
  110. width: 3px;
  111.  
  112. background: #fff;
  113.  
  114. }
  115.  
  116. ::-webkit-scrollbar-thumb {
  117.  
  118. background:{color:blogtitle};
  119.  
  120. border: 0px;
  121.  
  122. -webkit-border-radius: 5ex;
  123.  
  124. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  125.  
  126. }
  127.  
  128. ::-webkit-scrollbar-corner {
  129.  
  130. background: #transparent;
  131.  
  132. }
  133.  
  134. 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-
  135.  
  136. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  137.  
  138. 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;}
  139.  
  140. p {
  141. margin:0px;
  142. margin-top:0px;
  143. }
  144.  
  145.  
  146. body {
  147. padding: 0px;
  148. margin: 0px;
  149. color:{color:text};
  150. font-family: calibri;
  151. line-height:13px;
  152. font-size:11px;
  153. background-color: {color:Background};
  154. background-image:url({image:Background});
  155. background-attachment: fixed;
  156. background-repeat: repeat;
  157. }
  158.  
  159.  
  160. a:link, a:active, a:visited{
  161. text-decoration: none;
  162. -webkit-transition: color 0.3s ease-out;
  163. -moz-transition: color 0.3s ease-out;
  164. transition: color 0.3s ease-out;
  165. color:{color:link};
  166. }
  167.  
  168. a:hover {
  169. text-decoration: none;
  170. font-style:;
  171. color: {color:Hover};
  172. }
  173.  
  174. div#center{
  175. margin:auto;
  176. position:relative;
  177. width:1000px;
  178. background-color:;
  179. overflow:auto;
  180. overflow-y:hidden;
  181. }
  182.  
  183.  
  184. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  185. .entry {
  186. float:left;
  187.  
  188. display: block;
  189. margin:5px;
  190. border-radius:5px;
  191. border:1px solid #aaa;
  192. padding:10px;
  193. overflow:hidden;
  194. width:220px;
  195. {block:PermalinkPage}
  196. width:450px;
  197. text-align:left;
  198. line-height:10px;
  199. {/block:PermalinkPage}
  200. background:white;
  201. background-image:URL();
  202. }
  203. .entry img{
  204. border-radius:3px;
  205. }
  206.  
  207. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  208. .entry .perma{
  209. width:auto;
  210. z-index: 9999999999999999;
  211. height:auto;
  212. margin-left:10px;
  213. padding-left:2px;
  214. padding-right:3px;
  215. padding: 3px;
  216. position: absolute;
  217. line-height: 15px;
  218. overflow:hidden;
  219. text-align:left;
  220. bottom: 20px;
  221. background:white;
  222. font-family:verdana;
  223. font-size:8px;
  224. font-style: italic;
  225.  
  226. letter-spacing:1px;
  227. opacity: 0.0;
  228. border-radius: 20px;
  229. border:1px solid {color:blogtitle};
  230. border-left:4px solid {color:blogtitle};
  231. border-right:4px solid {color:blogtitle};
  232. -webkit-transition: all .7s ease;
  233. -moz-transition: all .7s ease;
  234. -o-transition: all .7s ease;
  235. transition: all .7s ease;
  236.  
  237. }
  238.  
  239. .entry:hover .perma{
  240. overflow:visible;
  241. opacity:1;
  242. }
  243.  
  244. .perma:hover{
  245. -webkit-transition: all .7s ease;
  246. -moz-transition: all .7s ease;
  247. -o-transition: all .7s ease;
  248. transition: all .7s ease;
  249. }
  250.  
  251.  
  252. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  253. #posts {
  254. width:660px;
  255. margin-top:31px;
  256. z-index:99;
  257. margin-left:379px;
  258. right:auto;
  259. background:transparent;
  260. margin-right:auto;
  261. position:relative;
  262. overflow-y: hidden;
  263. }
  264.  
  265.  
  266. /*CUSTOMIZE SIDEBAR HERE*/
  267. #sidebar{
  268. position:fixed !important;
  269. width:170px;
  270. background:white;
  271. height:auto;
  272. border-radius:5px;
  273. border:1px solid #aaa;
  274. padding:10px;
  275. margin-top:150px;
  276. margin-left:135px;
  277. text-align:center;
  278. }
  279. #lace{
  280. position: fixed;
  281. repeat:repeat-x;
  282. background-image:url('http://media.tumblr.com/82703b19182664c198cd163279558d9c/tumblr_inline_mrf2j4fME11rto88t.png');
  283. left:0px;
  284. top: 0px;
  285. height:30px;
  286. width:100%;
  287. z-index: 9999;
  288. }
  289. @font-face { font-family: "lol"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  290. .pooma{
  291. position: fixed !important;
  292. z-index: 99;
  293. font-family: lol;
  294. font-size: 7px;
  295. bottom:3px;
  296. left:-3px;
  297. height:10px;
  298. width:18px;
  299. overflow:hidden;
  300. text-align: center;
  301. border-right:3px double #ccc;
  302. border-bottom:3px double #ccc;
  303. border-top:3px double #ccc;
  304. background:white;
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. .pooma:hover{
  311. width:180px;
  312. letter-spacing:3px;
  313. left:1px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318. #update{
  319. position:fixed !important;
  320. opacity:0;
  321. text-align:center;
  322. line-height:18px;
  323. width:125px;
  324. height:105px;
  325. margin-left:30px;
  326. margin-top:125px;
  327. background-color:transparent;
  328. padding-top: 5px;
  329. padding-bottom:0px;
  330. font-family: aderyn;
  331. font-size: 24px;
  332.  
  333.  
  334.  
  335. transition: all 0.6s ease-out;
  336. -o-transition-transition: all 0.4s ease-out;
  337. -webkit-transition: all 0.4s ease-out;
  338. -moz-transition: all 0.4s ease-out;
  339. }
  340.  
  341. #sidebar:hover #update{
  342. opacity:1;
  343. margin-left:30px;
  344. margin-top:125px;
  345. }
  346. #pic{
  347.  
  348. margin-top:-10px;
  349. margin-left:-3px;
  350. width:177px;
  351. height:220px;
  352. border-radius:5px;
  353. }
  354.  
  355.  
  356. #pic img{
  357. border-radius:5px;
  358. margin-top:5px;
  359. margin-left:-1px;
  360. width:177px;
  361. background:;
  362. height:220px;
  363. opacity:1;
  364.  
  365. -webkit-transition: all .7s ease;
  366. -moz-transition: all .7s ease;
  367. -o-transition: all .7s ease;
  368. transition: all .7s ease;
  369. -webkit-transform: perspective(00) rotateY(0deg);
  370. -moz-transform: perspective(0) rotateY(0deg);
  371. transform: perspective(00) rotateY(0deg);
  372. }
  373.  
  374. #sidebar:hover #pic img{
  375. -webkit-transform: perspective(1110) rotateY(0deg);
  376. -moz-transform: perspective(1110) rotateY(0deg);
  377. transform: perspective(1110) rotateY(0deg);
  378. opacity:0;
  379. }
  380. #desc{
  381. position:fixed !important;
  382. width:140px;
  383. padding:6px;
  384. background:transparent;
  385. height:auto;
  386. margin-top:-210px;
  387. margin-left:10px;
  388. text-align:center;
  389. z-index:5;
  390. font-family:consolas;
  391. color:#000;
  392. font-size:10px;
  393. line-height:15px;
  394.  
  395. opacity:0;
  396. border-top-left-radius:3px;
  397. border-top-right-radius:12px;
  398. border-bottom-left-radius:12px;
  399. border-bottom-right-radius:3px;
  400. transition: all 0.7s ease-out;
  401. -o-transition-transition: all 0.7s ease-out;
  402. -webkit-transition: all 0.7s ease-out;
  403. -moz-transition: all 0.7s ease-out;
  404. }
  405. #sidebar:hover #desc{
  406. opacity:1;
  407. transition: all 0.7s ease-out;
  408. -o-transition-transition: all 0.7s ease-out;
  409. -webkit-transition: all 0.7s ease-out;
  410. -moz-transition: all 0.7s ease-out;
  411. }
  412. @font-face {font-family: 'apple';src:url('http://static.tumblr.com/gyoju49/m0zmoaiqg/meem48.woff');}
  413.  
  414.  
  415. #blogtitle{
  416. position:fixed !important;
  417. width:289px;
  418. height:50px;
  419. font-family:apple;
  420. font-size:30px;
  421. color:{color:blogtitle};
  422. margin-top:138px;
  423. margin-left:65px;
  424. z-index: 16;
  425. opacity:3;
  426. background-image:sdfgh;
  427. border-radius:10px;
  428. padding-bottom:30px;
  429. letter-spacing: 3px;
  430. line-height:0px;
  431. text-align:center;
  432. }
  433. div.navi a{
  434. text-align:left;
  435. font-family: calibri;
  436. font-size: 38px;
  437. text-transform: uppercase;
  438. color:{color:blogtitle};
  439. width: 24px;
  440. height:24px;
  441. background:transparent;
  442. z-index:56569999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  443. display: inline-block;
  444. margin:4px;
  445. padding-top:18px;
  446. padding-bottom:0px;
  447. right:-14px;
  448. border-radius:120px;
  449. border: 0px double #cccccc;
  450. -webkit-animation:fadeInDown 1.2s;
  451. -moz-animation:fadeInDown 1.2s;
  452. -ms-animation: fadeInDown 1.2s;
  453. }
  454.  
  455.  
  456.  
  457. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  458.  
  459.  
  460. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  461. .title{
  462. line-height: 15px;
  463. color:{color:Title};
  464. font-size:16px;
  465. min-width:100px;
  466. text-align:center;
  467. font-family:apple;
  468. font-weight: normal;
  469. }
  470.  
  471.  
  472. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  473. .permalink{
  474. text-transform: normal;
  475. display: block;
  476. text-align: right;
  477. text-decoration: none;
  478. }
  479.  
  480.  
  481. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  482. #infscr-loading{
  483. bottom: -70px;
  484. position: absolute;
  485. left: 50%;
  486. margin-left:-8px;
  487. width:16px;
  488. height:11px;
  489. overflow:hidden;
  490. margin-bottom: 50px;
  491. }
  492.  
  493. #postnotes{
  494. text-align: justify;}
  495.  
  496. #postnotes blockquote{
  497. border: 0px;}
  498.  
  499. blockquote{
  500. padding:0px 0px 2px 5px;
  501. margin:0px 0px 2px 10px;
  502. border-left: 1px dotted #555555;
  503. }
  504.  
  505. blockquote p, ul{
  506. margin:0px;
  507. padding:0px;
  508. }
  509.  
  510. a img{border: 0px;}
  511.  
  512.  
  513. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  514.  
  515. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  516. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  517.  
  518. .notes img{width:10px; position:relative; top:3px;}
  519. <--ses-->
  520. small{font-size: 90%;}
  521.  
  522. {CustomCSS}
  523.  
  524. </style>
  525.  
  526. {block:IndexPage}
  527. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  528. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  529.  
  530. <script type="text/javascript">
  531. $(window).load(function(){
  532. var $wall = $('#posts');
  533. $wall.imagesLoaded(function(){
  534. $wall.masonry({
  535. itemSelector: '.entry, .entry_photo',
  536. isAnimated : false
  537. });
  538. });
  539.  
  540. $wall.infinitescroll({
  541. navSelector : '#pagination',
  542. nextSelector : '#pagination a',
  543. itemSelector : '.entry, .entry_photo',
  544. bufferPx : 2000,
  545. debug : false,
  546. errorCallback: function() {
  547. $('#infscr-loading').fadeOut('normal');
  548. }},
  549. function( newElements ) {
  550. var $newElems = $( newElements );
  551. $newElems.hide();
  552. $newElems.imagesLoaded(function(){
  553. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  554. });
  555. }); $('#posts').show(500);
  556. });
  557. </script>
  558.  
  559.  
  560. {/block:IndexPage}
  561.  
  562.  
  563. <title>{title}</title>
  564.  
  565. <link rel="shortcut icon" href="{Favicon}" />
  566. <meta name="viewport" content="width=820" />
  567. </head>
  568.  
  569. <body>
  570. <BODY onselectstart="return false;" ondragstart="return false;">
  571. <div class="wrapper">
  572. <div class="header">
  573. </div>
  574.  
  575. <div id="cage">
  576. <div id="center">
  577. <div id="lace"></div>
  578. <div id="blogtitle">
  579. {text:title}
  580. </div>
  581. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  582. <div id="sidebar"><div id="update"><a href='#?w=300' rel='05' class='poplight'title="yay updates"><img src="http://img.ph.126.net/yEnBAuJ1BekKQH2STH0PHw==/5629520424934068024.gif" div style="width:80px; height:80px;"></a> </div>
  583. <center>
  584.  
  585. <div id="pic"><a href="/"><img src="{image:sidebar}" width=100%></a>
  586. <div id="desc">{description}</div>
  587. <div id="navs">
  588. <div class="navi">
  589. <a href="/" title="refresh my blog!">❁</a>
  590. <a href="{text:link two}" title="{text:link two title}">❁</a>
  591. <a href="{text:link three}" title="{text:link three title}" >❁</a>
  592. <a href="{text:link four}" title="{text:link four title}" >❁</a>
  593. <a href="{text:link five}" title="{text:link five title}">❁</a>
  594.  
  595. </center>
  596. </div>
  597. <!------------------------------------->
  598.  
  599.  
  600. <div class="left">
  601. <div id="posts">
  602. {block:Posts}
  603. <div class="entry">
  604.  
  605. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  606.  
  607. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  608. {/block:Text}
  609.  
  610. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  611.  
  612. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  613.  
  614. {block:Answer}
  615. <div style="
  616. border-bottom: 2px solid {color:blogtitle}; padding: 2px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-color: #Fff; font-family:apple;font-size:16px; text-align:center;" >
  617.  
  618. <ask>{Asker} asked :</ask></div> <div style="font-family:consolas;font-size:11px;line-height:14px;">{Question} </div> <br>
  619. <div style="font-family:apple;font-size:16px;line-height:14px;">{text:name} said:</div><div style="padding: -1px 5px -1px 5px; background: transparent;font-family:consolas;font-size:10px;line-height:20px;"><center>{Answer}</center></div> <br><div style="text-align: right;"><askk>{text:put your name here}</askk><hr size=1></div>
  620. <P ALIGN=Right><a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
  621. {/block:Answer}
  622.  
  623. {block:Photo}
  624. {block:IndexPage}
  625. <center>
  626. <div class="perma">
  627.  
  628. <a href="{ReblogURL}">reblog</a> with <a href="{Permalink}">{Notecount} notes</a></div>
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. <div class="photo"> <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. {LinkOpenTag}<div class="photo"><a href="{permalink}"> <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  640.  
  641. {LinkCloseTag}
  642. {/block:PermalinkPage}
  643. {/block:Photo}
  644.  
  645. {block:Photoset}
  646. {block:IndexPage}
  647. <center>
  648.  
  649. <div class="perma">
  650. <a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a></div>
  651.  
  652. {Photoset-250}</center>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}
  655. <center>
  656. {Photoset-500}</center>
  657. {/block:PermalinkPage}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  661.  
  662. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  663.  
  664. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  665. <ul class="chat">
  666. {block:Lines}
  667. <li class="user_{UserNumber}">
  668. {block:Label}
  669. <span class="label">{Label}</span>
  670. {/block:Label}
  671.  
  672. {Line}
  673. </li>
  674. {/block:Lines}
  675. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  676. {/block:Chat}
  677.  
  678. {block:Audio}
  679. <div style="width:200px; height:30px;">
  680. {AudioPlayerBlack}
  681. </div>
  682. {block:IndexPage}<span class="permalink">
  683. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  684. </span>{/block:IndexPage}
  685. {/block:Audio}
  686.  
  687. {block:Video}
  688. {block:IndexPage}
  689. <center>
  690. <div class="perma">
  691. <a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  692. {Video-250}</center>
  693. {/block:IndexPage}
  694. {block:PermalinkPage}
  695. <center>
  696. {Video-400}</center>
  697. {/block:PermalinkPage}
  698. {block:Video}
  699.  
  700.  
  701. {block:PostNotes}<div align="middle">{caption}</div>
  702. <center>
  703.  
  704. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  705.  
  706. {block:HasTags}
  707. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  708. {block:RebloggedFrom}
  709. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  710. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  711.  
  712. {/block:RebloggedFrom}
  713. </center></span>
  714. <br>
  715. <div id="postnotes">{PostNotes}</div><br>
  716.  
  717. <center>{block:ContentSource}
  718. <br><a href="{SourceURL}">
  719. {lang:Source}:
  720. {block:SourceLogo}
  721. <img src="{BlackLogoURL}" width="{LogoWidth}"
  722. height="{LogoHeight}" alt="{SourceTitle}" />
  723. {/block:SourceLogo}
  724. {block:NoSourceLogo}
  725. {SourceLink}
  726. {/block:NoSourceLogo}
  727. </a>
  728. {/block:ContentSource}</center>
  729.  
  730. {/block:PostNotes}
  731. </div>
  732. {/block:Posts}
  733. </div></div>
  734.  
  735. {block:IndexPage}
  736. {block:Pagination}
  737. <div id="pagination">
  738. {block:NextPage}
  739. <a id="nextPage" href="{NextPage}"></a>
  740. {/block:NextPage}
  741. {block:PreviousPage}
  742. <a href="{PreviousPage}"></a>
  743. {/block:PreviousPage}
  744. </div>
  745. {/block:Pagination}
  746. {/block:IndexPage}
  747. </body>
  748. <div class="pooma">
  749. &nbsp;❤&nbsp;&nbsp; <a href="http://tullse.tumblr.com/"title="Theme by flovvs (acid-days!)">Theme credit </a> ❤</div>
  750. </html>
Add Comment
Please, Sign In to add comment