Fucking_Aj

theme 13 "Mended" by Tullse

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