Advertisement
awkwardpengu1n

Theme 2 by awkward-pengu1n

Mar 23rd, 2013
1,807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.02 KB | None | 0 0
  1. <!--
  2. Theme 2 by Julia (awkward-pengu1n.tumblr.com)
  3. Originally by twistedmiracles
  4. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted!
  5. You may edit this to your liking just remember to credit me :)
  6. -->
  7.  
  8.  
  9. <html lang="en">
  10. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/I3Sml6014/querryscript.js'></script>
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17.  
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47.  
  48. <!-- DEFAULT VARIABLES -->
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  50. <meta name="color:background" content="#eee"/>
  51. <meta name="color:link" content="#777"/>
  52. <meta name="color:sidebar links" content="#777">
  53. <meta name="color:text" content="#777"/>
  54. <meta name="color:title" content="#777"/>
  55. <meta name="color:blogtitle shadow" content="#fff"/>
  56. <meta name="color:borders" content="#dddddd"/>
  57. <meta name="color:hover" content="#fff"/>
  58. <meta name="color:scrollbar" content="#ddd" />
  59. <meta name="color:blogtitle" content="#777" />
  60. <meta name="color:entry" content="#fafafa" />
  61. <meta name="image:sidebar" content=""/>
  62. <meta name="image:background" content="1"/>
  63. <meta name="image:sidebar bg" content="1"/>
  64. <meta name="text:Link One" content="">
  65. <meta name="text:Link One Title" content="Link One">
  66. <meta name="text:Link Two" content="">
  67. <meta name="text:Link Two Title" content="Link Two">
  68. <meta name="text:Link Three" content="">
  69. <meta name="text:Link Three Title" content="Link Three">
  70. <meta name="text:Link Four" content="">
  71. <meta name="text:Link Four Title" content="Link Four">
  72. <meta name="text:Link Five" content="">
  73. <meta name="text:Link Five Title" content="Link Five">
  74. <meta name="text:your name" content="Name"/>
  75. <meta name="text:stats or music" content="put your stats or music here"/>
  76. <meta name="if:show stats or music" content="1"/>
  77. <style type="text/css">
  78.  
  79. #s-m-t-tooltip {
  80. max-width:300px;
  81. height:10px;
  82. padding:1px 4px 3px 4px;
  83. margin:20px 0px 0px 20px;
  84. background: #d6d4f5; /* change the background color */
  85. border:1px solid {color:borders}; /* change the border color */
  86. font-family:berry; /* change the font */
  87. font-size:10px; /* change the font size */
  88. letter-spacing:0px; /* change the letter spacing */
  89. text-transform:none; /* can be uppercase, lowercase, none*/
  90. color:#727272; /* change the text color */
  91. border-top-right-radius:50px;
  92. border-bottom-right-radius:50px;
  93. border-top-left-radius:50px;
  94. border-bottom-left-radius:50px;
  95. z-index:999999999999999999999999999999999999;
  96. }
  97.  
  98.  
  99. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  100. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  101.  
  102.  
  103. iframe#tumblr_controls {-webkit-filter: invert(100%);right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-
  104.  
  105. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  106.  
  107. 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
  108.  
  109. 0.4s ease-out;}
  110.  
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color:{color:text};
  116. font-family:berry;
  117. line-height:13px;
  118. font-size:10px;
  119. background-image:url({image:background});
  120. background-color: {color:Background};
  121. background-attachment: fixed;
  122. background-repeat: repeat;
  123. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  124. }
  125.  
  126.  
  127. a:link, a:active, a:visited{
  128. text-decoration: none;
  129. -webkit-transition: color 0.3s ease-out;
  130. -moz-transition: color 0.3s ease-out;
  131. transition: color 0.3s ease-out;
  132. color:{color:link};
  133. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  134. }
  135.  
  136. a:hover {
  137. text-decoration: line-through;
  138. font-style:;
  139. text-shadow:0px 0px px #000;
  140. color: {color:Hover};
  141. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  142. }
  143.  
  144. askname{
  145. text-transform:uppercase;
  146. font-size:11px;
  147. z-index:1;
  148. }
  149.  
  150. div#center{
  151. margin:auto;
  152. width:1200px;
  153. position:relative;
  154. background-color:;
  155. overflow:auto;
  156. overflow-y:hidden;
  157. }
  158.  
  159. .entry {
  160. float:left;
  161. display: block;
  162. margin:3px;
  163. line-height:9px;
  164. padding:7px;
  165. overflow:hidden;
  166. width:260px;
  167. opacity:;
  168. box-shadow: 0px 0px 1px #ccc;
  169. {block:PermalinkPage}
  170. width:500px;
  171. text-align:left;
  172. line-height:10px;
  173. {/block:PermalinkPage}
  174. border:1px solid {color:borders};
  175. background-color:{color:entry};
  176. background-image:URL();
  177. -webkit-transition: all .7s ease;
  178. -moz-transition: all .7s ease;
  179. -o-transition: all .7s ease;
  180. transition: all .7s ease;
  181. }
  182.  
  183. .entry:hover{
  184. opacity:1;}
  185.  
  186. .entry img{
  187. {block:indexpage}
  188. max-width:260px;
  189. {/block:indexpage}
  190. {block:permalinkpage}
  191. max-width:500px;
  192. {/block:permalinkpage}
  193. }
  194.  
  195. .entry .perma a{
  196. color:;}
  197.  
  198. .entry .perma a:hover {
  199. text-decoration:line-through;
  200. font-style:italic;
  201. text-shadow:0px 0px px #000;
  202. color: {color:Hover};
  203. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  204. }
  205.  
  206. .entry .perma{
  207. width:150px;
  208. height:26px;
  209. margin-left:0px;
  210. position: absolute;
  211. line-height: 26px;
  212. overflow:hidden;
  213. text-align:center;
  214. bottom:0px;
  215. border:1px solid {color:borders;};
  216.  
  217. background:{color:entry};
  218. word-spacing:3px;
  219. letter-spacing:1px;
  220. opacity: 0.0;
  221. -webkit-transition: all .7s ease;
  222. -moz-transition: all .7s ease;
  223. -o-transition: all .7s ease;
  224. transition: all .7s ease;
  225.  
  226. }
  227.  
  228. .entry:hover .perma{
  229. overflow:visible;
  230. opacity:1;
  231. top:20px;
  232. left:20px;
  233.  
  234. }
  235.  
  236.  
  237.  
  238. #posts {
  239. width:875px;
  240. margin-top:6px;
  241. z-index:3;
  242. margin-left:320px;
  243. right:auto;
  244.  
  245. margin-right:auto;
  246. position:relative;
  247. overflow-y: hidden;
  248. }
  249.  
  250.  
  251. #sidebar{
  252. padding:9px;
  253. padding-bottom:5px;
  254. position:fixed !important;
  255. width:230px;
  256. border:1px solid {color:borders};
  257. opacity:;
  258. background-color:{color:entry};
  259. height:auto;
  260. box-shadow: 0px 0px 1px #000;
  261. z-index:99999999;
  262. margin-top:100px;
  263. margin-left:-50px;
  264. text-align:center;
  265. border-radius:0px;
  266. -webkit-transition: all .7s ease;
  267. -moz-transition: all .7s ease;
  268. -o-transition: all .7s ease;
  269. transition: all .7s ease;
  270. }
  271.  
  272. #desc{
  273. width:242px;
  274. line-height:12px;
  275. text-align:center;
  276. padding:2px;
  277. margin-left:-9px;
  278. position:;
  279. margin-top:1px;
  280. background:;
  281. }
  282.  
  283. #link1{
  284. position:fixed;
  285. width:70px;
  286. height:18px;
  287. opacity: 1;
  288. padding:3px;
  289. margin-left:200px;
  290. margin-top:120px;
  291. background:{color:entry};
  292. border-top:1px solid {color:borders};
  293. border-bottom:1px solid {color:borders};
  294. border-right:1px solid {color:borders};
  295. box-shadow: 0px 0px 1px #000;
  296. font-weight: bold;
  297. line-height:20px;
  298. text-align:center;
  299. color:#000;
  300. font-size: 14px;
  301. letter-spacing: 1px;
  302. font-family: "shit";
  303. z-index:3;
  304. text-transform: normal;
  305. }
  306.  
  307. #link2{
  308. position:fixed;
  309. width:70px;
  310. height:18px;
  311. opacity: 1;
  312. padding:3px;
  313. margin-left:200px;
  314. margin-top:160px;
  315. background:{color:entry};
  316. border-top:1px solid {color:borders};
  317. border-bottom:1px solid {color:borders};
  318. border-right:1px solid {color:borders};
  319. box-shadow: 0px 0px 1px #000;
  320. font-weight: bold;
  321. line-height:20px;
  322. text-align:center;
  323. color:#000;
  324. font-size: 14px;
  325. letter-spacing: 1px;
  326. font-family: "shit";
  327. z-index:3;
  328. text-transform: normal;
  329. }
  330.  
  331. #link3{
  332. position:fixed;
  333. width:70px;
  334. height:18px;
  335. opacity: 1;
  336. padding:3px;
  337. margin-left:200px;
  338. margin-top:200px;
  339. background:{color:entry};
  340. border-top:1px solid {color:borders};
  341. border-bottom:1px solid {color:borders};
  342. border-right:1px solid {color:borders};
  343. box-shadow: 0px 0px 1px #000;
  344. font-weight: bold;
  345. line-height:20px;
  346. text-align:center;
  347. color:#000;
  348. font-size: 14px;
  349. letter-spacing: 1px;
  350. font-family: "shit";
  351. z-index:3;
  352. text-transform: normal;
  353. }
  354.  
  355. #link4{
  356. position:fixed;
  357. width:70px;
  358. height:18px;
  359. opacity: 1;
  360. padding:3px;
  361. margin-left:200px;
  362. margin-top:240px;
  363. background:{color:entry};
  364. border-top:1px solid {color:borders};
  365. border-bottom:1px solid {color:borders};
  366. border-right:1px solid {color:borders};
  367. box-shadow: 0px 0px 1px #000;
  368. font-weight: bold;
  369. line-height:20px;
  370. text-align:center;
  371. color:#000;
  372. font-size: 14px;
  373. letter-spacing: 1px;
  374. font-family: "shit";
  375. z-index:3;
  376. text-transform: normal;
  377. }
  378.  
  379. #link5{
  380. position:fixed;
  381. width:70px;
  382. height:18px;
  383. opacity: 1;
  384. padding:3px;
  385. margin-left:200px;
  386. margin-top:280px;
  387. background:{color:entry};
  388. border-top:1px solid {color:borders};
  389. border-bottom:1px solid {color:borders};
  390. border-right:1px solid {color:borders};
  391. box-shadow: 0px 0px 1px #000;
  392. font-weight: bold;
  393. line-height:20px;
  394. text-align:center;
  395. color:#000;
  396. font-size: 14px;
  397. letter-spacing: 1px;
  398. font-family: "shit";
  399. z-index:3;
  400. text-transform: normal;
  401. }
  402.  
  403. #stuffies{
  404. width:241px;
  405. line-height:16px;
  406. text-align:center;
  407. padding:3px;
  408. margin-left:-9px;
  409. margin-top:20px;
  410. position:fixed;
  411. font-family:berry;
  412. border:1px solid {color:borders};
  413. background:{color:entry};
  414. box-shadow: 0px 0px 1px #000;
  415. }
  416.  
  417.  
  418. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  419.  
  420. @font-face { font-family: scriptin; src: url('http://static.tumblr.com/u37ad6e/CLkmioqsy/scriptin.ttf'); }
  421.  
  422. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  423.  
  424. @font-face { font-family: "berry"; src: url('http://static.tumblr.com/hbpttq5/Qihmbcq4u/stanberry.ttf'); }
  425.  
  426. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  427.  
  428. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  429.  
  430. .title{
  431. font-family:shit;
  432. font-size: 26px;
  433. line-height: 26px;
  434. color:{color:Title};
  435. letter-spacing: 0px;
  436. font-weight: normal;
  437. padding:0px 0px 0px 0px;
  438. }
  439.  
  440.  
  441. .linkz a:hover{
  442. text-decoration: line-through;
  443. font-style:;
  444. text-shadow:0px 0px px #000;
  445. color: {color:Hover};
  446. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  447. }
  448. .linkz a{
  449. font-size:15px;
  450. font-weight:bold;
  451. color:{color:sidebar links};
  452.  
  453. }
  454. .linkz{
  455. font-size:15px;
  456. font-weight:bold;
  457. color:{color:sidebar links};
  458. }
  459.  
  460.  
  461. #blogtitle{
  462. text-shadow:2px 2px 2px {color:blogtitle shadow};
  463. width:240px;
  464. font-family:good time;
  465. position:fixed;
  466. margin-top:-40px;
  467. font-size:42px;
  468. z-index:10;
  469. margin-left:-8px;
  470. color:{blogtitle};
  471. }
  472.  
  473.  
  474. .permalink{
  475. text-transform: normal;
  476. display: block;
  477. text-align: right;
  478. text-decoration: none;
  479. margin-top:3px;
  480. padding:4px;
  481. background:#f5f5f5;
  482.  
  483. }
  484.  
  485. .sidebarbg{
  486. position:fixed;
  487. margin-left:-100px;
  488. top: 0px;
  489. background: #;
  490. background-image:url({image:sidebar bg});
  491. height:100%;
  492. border-right: 5px solid {color:borders};
  493. box-shadow: 0px 0px 1px #000;
  494. opacity:0.9;
  495. width:396px;
  496. border-bottom:3px solid #fff;
  497. border-left: 3px solid #fff;
  498. border-right: 3px solid #fff;
  499. }
  500.  
  501. .sidebarbg2{
  502. position:fixed;
  503. margin-left:1180px;
  504. top: 0px;
  505. background: #;
  506. background-image:url({image:sidebar bg});
  507. height:100%;
  508. border-right: 5px solid #ddd;
  509. box-shadow: 0px 0px 1px #000;
  510. opacity:0.9;
  511. width:110px;
  512. border-bottom:3px solid #fff;
  513. border-left: 3px solid #fff;
  514. border-right: 3px solid #fff;
  515. }
  516.  
  517. #infscr-loading{
  518. bottom: -70px;
  519. position: absolute;
  520. left: 50%;
  521. margin-left:-8px;
  522. width:16px;
  523. height:11px;
  524. overflow:hidden;
  525. margin-bottom: 50px;
  526. }
  527.  
  528. #postnotes{
  529. text-align: justify;}
  530.  
  531. #postnotes b{
  532. border: 0px;}
  533.  
  534. blockquote{
  535. padding:0px 0px 2px 5px;
  536. margin:0px 0px 2px 10px;
  537. border-left: 2px solid #ddd;
  538. }
  539.  
  540. blockquote p, ul{
  541. margin:0px;
  542. padding:0px;
  543. }
  544.  
  545. a img{border: 0px;}
  546.  
  547.  
  548. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  549.  
  550. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  551. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  552.  
  553. .notes img{width:10px; position:relative; top:3px;}
  554. <--ses-->
  555. small{font-size: 90%;}
  556.  
  557. {CustomCSS}
  558.  
  559. </style>
  560.  
  561. {block:IndexPage}
  562. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  563. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  564.  
  565. <script type="text/javascript">
  566. $(window).load(function(){
  567. var $wall = $('#posts');
  568. $wall.imagesLoaded(function(){
  569. $wall.masonry({
  570. itemSelector: '.entry, .entry_photo',
  571. isAnimated : false
  572. });
  573. });
  574.  
  575. $wall.infinitescroll({
  576. navSelector : '#pagination',
  577. nextSelector : '#pagination a',
  578. itemSelector : '.entry, .entry_photo',
  579. bufferPx : 2000,
  580. debug : false,
  581. errorCallback: function() {
  582. $('#infscr-loading').fadeOut('normal');
  583. }},
  584. function( newElements ) {
  585. var $newElems = $( newElements );
  586. $newElems.hide();
  587. $newElems.imagesLoaded(function(){
  588. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  589. });
  590. }); $('#posts').show(500);
  591. });
  592. </script>
  593.  
  594.  
  595. {/block:IndexPage}
  596.  
  597.  
  598. <title>{title}</title>
  599.  
  600. <link rel="shortcut icon" href="{Favicon}" />
  601. <meta name="viewport" content="width=820" />
  602. </head>
  603.  
  604. <body>
  605. <BODY onselectstart="return false;" ondragstart="return false;">
  606. <div class="wrapper">
  607. <div class="header">
  608. </div>
  609.  
  610. <div id="cage">
  611. <div id="center">
  612. <div id="link1"><a href="{text:Link One}">{text:Link One Title}</a></div>
  613.  
  614. <div id="link2"><a href="{text:Link Two}">{text:Link Two Title}</a></div>
  615.  
  616. <div id="link3"><a href="{text:Link Three}">{text:Link Three Title}</a></div>
  617.  
  618. <div id="link4"><a href="{text:Link Four}">{text:Link Four Title}</a></div>
  619.  
  620. <div id="link5"><a href="{text:Link Five}">{text:Link Five Title}</a></div>
  621. <div id="sidebar"><div id="blogtitle">{title}</div><a href="/"><img style="border:1px solid #e7e7e7;padding:4px;opacity:1;background:white;" src="{image:sidebar}" width="218px"></a><div id="desc">{Description}<br /></div>{block:ifshowstatsormusic}<div id="stuffies">{text:stats or music}</div>{/block:ifshowstatsormusic}
  622. </div>
  623.  
  624.  
  625. <div class="left">
  626. <div class="sidebarbg"></div>
  627. <div class="sidebarbg2"></div>
  628. <div id="posts">
  629. {block:Posts}
  630. <div class="entry">
  631.  
  632. {block:Answer}
  633. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f5f5f5;border:1px solid {color:borders};border-radius:0px;">
  634. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  635. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  636. <div style="text-align:right; font-family:shit; font-size:20px;">-{text:your name}</div>
  637. <div class="permalink"> <div style="text-align:left;"><a href="{permalink}">{notecountwithlabel}</a> </div></div>
  638. {/block:Answer}
  639.  
  640. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  641.  
  642. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} &middot; {Timeago}</a></a><br>{/block:HasTags}</span></align>
  643. {/block:Text}
  644.  
  645. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  646. class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a> <a href="{Permalink}"></span></align>{block:Link}
  647.  
  648. {block:Photo}
  649. {block:IndexPage}
  650. <center>
  651. <div class="perma">
  652. <a href="{ReblogURL}" target="_blank"> Reblog</a> &middot; <a href="{Permalink}">{notecountwithlabel}</a></div>
  653. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  654. {/block:IndexPage}
  655. {block:PermalinkPage}
  656. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  657.  
  658. {LinkCloseTag}
  659. {/block:PermalinkPage}
  660. {/block:Photo}
  661.  
  662. {block:Photoset}
  663. {block:IndexPage}
  664. <center>
  665.  
  666. {Photoset-250}</center><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a> <a href="{Permalink}"></span></align>
  667. {/block:IndexPage}
  668. {block:PermalinkPage}
  669. <center>
  670. {Photoset-500}</center>
  671. {/block:PermalinkPage}
  672. {/block:Photoset}
  673.  
  674. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a> <a href="{Permalink}"></span></align>{/block:Quote}
  675.  
  676. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  677. <ul class="chat">
  678. {block:Lines}
  679. <li class="user_{UserNumber}">
  680. {block:Label}
  681. <span class="label">{Label}</span>
  682. {/block:Label}
  683.  
  684. {Line}
  685. </li>
  686. {/block:Lines}
  687. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a></span></align>
  688. {/block:Chat}
  689.  
  690. {block:Audio}
  691. <div style="width:200px; height:30px;">
  692. {AudioPlayerBlack}
  693. </div>
  694. {block:IndexPage}
  695. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a> <a href="{Permalink}"></span></align>{/block:IndexPage}
  696. {/block:Audio}
  697.  
  698. {block:Video}
  699. {block:IndexPage}
  700. <center>
  701. {Video-250}</center><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} &middot; {timeago}</a> <a href="{Permalink}"></span></align>
  702. {/block:IndexPage}
  703. {block:PermalinkPage}
  704. <center>
  705. {Video-400}</center>
  706. {/block:PermalinkPage}
  707. {block:Video}
  708.  
  709.  
  710. {block:PostNotes}<div align="middle">{caption}</div>
  711. <center>
  712.  
  713. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  714.  
  715. {block:HasTags}
  716. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  717. {block:RebloggedFrom}
  718. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  719. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  720.  
  721. {/block:RebloggedFrom}
  722. </center></span>
  723. <br>
  724. <div id="postnotes">{PostNotes}</div><br>
  725.  
  726. <center>{block:ContentSource}
  727. <br><a href="{SourceURL}">
  728. {lang:Source}:
  729. {block:SourceLogo}
  730. <img src="{BlackLogoURL}" width="{LogoWidth}"
  731. height="{LogoHeight}" alt="{SourceTitle}" />
  732. {/block:SourceLogo}
  733. {block:NoSourceLogo}
  734. {SourceLink}
  735. {/block:NoSourceLogo}
  736. </a>
  737. {/block:ContentSource}</center>
  738.  
  739. {/block:PostNotes}
  740. </div>
  741. {/block:Posts}
  742. </div></div>
  743.  
  744. {block:IndexPage}
  745. {block:Pagination}
  746. <div id="pagination">
  747. {block:NextPage}
  748. <a id="nextPage" href="{NextPage}"></a>
  749. {/block:NextPage}
  750. {block:PreviousPage}
  751. <a href="{PreviousPage}"></a>
  752. {/block:PreviousPage}
  753. </div>
  754. {/block:Pagination}
  755. {/block:IndexPage}
  756. </body>
  757. <div style="border:1px solid #aaa; position:fixed; left:6px; bottom:4px; font-size:15px; height:16px; padding-top:2px; line-height:15px; font-family:shit; background:#ffffff;"><a href="http://awkward-pengu1n.tumblr.com" title="theme made by julia">☯</a></div>
  758. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement