mkbye

thm 34 — mkbye:celina

Aug 3rd, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.45 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. <!--
  11. Theme 34
  12. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀   █▀▀▄ █░░█
  13. ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█   █▀▀▄ █▄▄█
  14. ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  15.  
  16. █▀▄▀█ █░█ █▀▀▄ █░░█ █▀▀   ▄ ▀▄
  17. █░▀░█ █▀▄ █▀▀▄ █▄▄█ █▀▀   ░ ░█
  18. ▀░░░▀ ▀░▀ ▀▀▀░ ▄▄▄█ ▀▀▀   ▀ ▄▀
  19. Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
  20. http://mkbye.tumblr.com/
  21.  
  22. Theme created: 07.31.15
  23. Theme posted publicly: 08.03.15
  24. -->
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <html lang="en">
  36. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  37. <html xmlns="http://www.w3.org/1999/xhtml">
  38. <head>
  39. <script type="text/javascript">
  40. WebFontConfig = {
  41. google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::latin' ] }
  42. };
  43. (function() {
  44. var wf = document.createElement('script');
  45. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  46. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  47. wf.type = 'text/javascript';
  48. wf.async = 'true';
  49. var s = document.getElementsByTagName('script')[0];
  50. s.parentNode.insertBefore(wf, s);
  51. })(); </script>
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("a[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:90,
  60. tip_fade_speed:600,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66. <script>
  67. $(document).ready(function() {
  68. //
  69. $('a.poplight[href^=#]').click(function() {
  70. var popID = $(this).attr('rel'); //Get Popup Name
  71. var popURL = $(this).attr('href'); //Get Popup href to define size
  72. var query= popURL.split('?');
  73. var dim= query[1].split('&');
  74. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  75. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  76. var popMargTop = ($('#' + popID).height() + 80) / 2;
  77. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  78. //Apply Margin to Popup
  79. $('#' + popID).css({
  80. 'margin-top' : -popMargTop,
  81. 'margin-left' : -popMargLeft
  82. });
  83. $('body').append('<div id="fade"></div>');
  84. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  85. return false;
  86. });
  87. $('a.close, #fade').live('click', function() {
  88. $('#fade , .popup_block').fadeOut(function() {
  89. $('#fade, a.close').remove(); //fade them both out
  90. });
  91. return false;
  92. });
  93. });
  94. </script>
  95. <script type="text/javascript">
  96. <!--
  97.  
  98. // Disable Right Click Script
  99.  
  100. function IE(e)
  101. {
  102. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  103. {
  104. return false;
  105. }
  106. }
  107. function NS(e)
  108. {
  109. if (document.layers || (document.getElementById && !document.all))
  110. {
  111. if (e.which == "2" || e.which == "3")
  112. {
  113. return false;
  114. }
  115. }
  116. }
  117. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  118.  
  119. //-->
  120. </script>
  121.  
  122.  
  123. <script type="text/javascript"
  124. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  125.  
  126. <!--DEFAULT VARIABLES-->
  127. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  128. <meta name="color:background" content="#fff"/>
  129. <meta name="color:link" content="#777"/>
  130. <meta name="color:text" content="#777"/>
  131. <meta name="color:title" content="#333"/>
  132. <meta name="color:hover" content="#fff"/>
  133. <meta name="image:background" content="1"/>
  134.  
  135. <meta name="image:sidebar" content="1"/>
  136.  
  137. <meta name="color:border1" content="#fff"/>
  138. <meta name="color:border2" content="#fff"/>
  139. <meta name="color:bars" content="#fff"/>
  140. <meta name="color:blogtitle" content="#fff"/>
  141.  
  142. <meta name="text:link 1" content="/"/>
  143. <meta name="text:link 1 msg" content="msg"/>
  144. <meta name="text:link 2" content="/"/>
  145. <meta name="text:link 2 msg" content="msg"/>
  146. <meta name="text:link 3" content="/"/>
  147. <meta name="text:link 3 msg" content="msg"/>
  148. <meta name="text:link 4" content="/"/>
  149. <meta name="text:link 4 msg" content="msg"/>
  150.  
  151. <meta name="text:blogtitle" content="blogtitle"/>
  152. <meta name="text:name" content="Ashley Frangipane"/>
  153. <meta name="text:stats" content="stats"/>
  154. <meta name="text:blogtitle size" content="30"/>
  155.  
  156. <meta name="select:title font" content="allura" title="font 1"/>
  157. <meta name="select:title font" content="roboto" title="font 2"/>
  158. <meta name="select:title font" content="pinyon script" title="font 3"/>
  159. <meta name="select:title font" content="dancing script" title="font 4"/>
  160. <meta name="select:title font" content="clicker script" title="font 5"/>
  161. <meta name="select:title font" content="great vibes" title="font 6"/>
  162. <meta name="select:title font" content="satisfy" title="font 7"/>
  163. <meta name="select:title font" content="raleway" title="font 8"/>
  164.  
  165. <style type="text/css">
  166.  
  167. #s-m-t-tooltip {
  168. max-width:300px;
  169. padding:6px 6px 6px 6px;
  170. margin:20px 0px 0px 20px;
  171. background:{color:background};
  172. letter-spacing:0px; /* change the letter spacing */
  173. color:{color:title}; /* change the text color */
  174. font-size:9px;
  175. text-transform:uppercase;
  176. z-index:999999999999999999999999999999999999;
  177. }
  178.  
  179. ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
  180. ::-webkit-scrollbar-thumb {background-color:{color:border2};}
  181.  
  182. 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-
  183.  
  184. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  185.  
  186. 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;}
  187.  
  188. p {
  189. margin:0px;
  190. margin-top:0px;
  191. }
  192.  
  193.  
  194. body {
  195. padding: 0px;
  196. margin: 0px;
  197. color:{color:text};
  198. font-family:Trebuchet MS;
  199. line-height:12px;
  200. font-size:11px;
  201. background-color: {color:Background};
  202. background-image:url({image:Background});
  203. background-attachment: fixed;
  204. background-repeat: repeat;
  205. }
  206.  
  207. a:link, a:active, a:visited{
  208. text-decoration: none;
  209. -webkit-transition: color 0.3s ease-out;
  210. -moz-transition: color 0.3s ease-out;
  211. transition: color 0.3s ease-out;
  212. color:{color:link};
  213. }
  214.  
  215. a:hover {
  216. text-decoration: none;
  217. font-style:;
  218. color: {color:Hover};
  219. }
  220.  
  221. div#center{
  222. margin:auto;
  223. position:relative;
  224. width:1250px;
  225. background-color:;
  226. overflow:auto;
  227. overflow-y:hidden;
  228. }
  229.  
  230. .entry {
  231. float:left;
  232. display: block;
  233. margin:15px;
  234. overflow:hidden;
  235. width:240px;
  236. padding:20px;
  237. padding-bottom:18px;
  238. border:1px solid {color:border2};
  239. {block:PermalinkPage}
  240. width:450px;
  241. text-align:left;
  242. line-height:10px;
  243. {/block:PermalinkPage}
  244. background:white;
  245. }
  246.  
  247. .entry .perma{
  248. position: absolute;
  249. width:240px;
  250. height:20px;
  251. margin-left:0px;
  252. bottom:-15px;
  253. line-height:20px;
  254. overflow:hidden;
  255. text-align:center;
  256. background:{color:bars};
  257. color:white;
  258. opacity:0;
  259. font-size:10px;
  260. -webkit-transition: all .7s ease;
  261. -moz-transition: all .7s ease;
  262. -o-transition: all .7s ease;
  263. transition: all .7s ease;
  264. }
  265.  
  266. .entry:hover .perma{
  267. overflow:visible;
  268. opacity:1;
  269. bottom:15px;
  270. }
  271.  
  272. .perma a{
  273. color:white;
  274. }
  275.  
  276. .entry .bg{
  277. width:240px;
  278. height:100%;
  279. margin-left:0px;
  280. position: absolute;
  281. padding:10px;
  282. overflow:hidden;
  283. text-align:center;
  284. background:white;
  285. color:white;
  286. top:-250px;
  287. opacity:0;
  288. -webkit-transition: all .7s ease;
  289. -moz-transition: all .7s ease;
  290. -o-transition: all .7s ease;
  291. transition: all .7s ease;
  292. }
  293.  
  294. .entry:hover .bg{
  295. overflow:visible;
  296. opacity:0.5;
  297. top:0px;
  298. }
  299.  
  300. #posts {
  301. width:800px;
  302. margin-top:50px;
  303. z-index:99;
  304. margin-left:480px;
  305. right:auto;
  306. background:transparent;
  307. margin-right:auto;
  308. position:relative;
  309. overflow-y: hidden;
  310. }
  311.  
  312. #top{
  313. position:fixed !important;
  314. z-index:99999;
  315. width:100%;
  316. height:10px;
  317. top:0px;
  318. left:0px;
  319. background:{color:bars};
  320. }
  321.  
  322. #bottom{
  323. position:fixed !important;
  324. z-index:99999;
  325. width:100%;
  326. height:10px;
  327. bottom:0px;
  328. left:0px;
  329. background:{color:bars};
  330. }
  331.  
  332. #sidebar{
  333. position:fixed !important;
  334. width:200px;
  335. height:auto;
  336. margin-top:100px;
  337. margin-left:135px;
  338. background:white;
  339. text-align:center;
  340. border:1px solid #ddd;
  341. }
  342.  
  343. #header{
  344. position:fixed !important;
  345. width:200px;
  346. height:25px;
  347. margin-top:0px;
  348. margin-left:0px;
  349. background:{color:border2};
  350. }
  351.  
  352. #picture{
  353. width:140px;
  354. height:auto;
  355. margin-top:55px;
  356. margin-left:25px;
  357. border:5px solid {color:border1};
  358. background:#f4f4f4;
  359. }
  360.  
  361. #picture img{
  362. width:130px;
  363. height:auto;
  364. padding:5px;
  365. background:white;
  366. }
  367.  
  368. #blogtitle{
  369. width:200px;
  370. height:10px;
  371. margin-top:30px;
  372. margin-left:0px;
  373. font-family:{select:title font};
  374. font-size:{text:blogtitle size}px;
  375. color:{color:blogtitle};
  376. }
  377.  
  378. #description{
  379. width:170px;
  380. height:auto;
  381. margin-top:20px;
  382. margin-left:15px;
  383. font-size:9px;
  384. text-align:center;
  385. padding-bottom:10px;
  386. }
  387.  
  388. #header2{
  389. position:fixed !important;
  390. width:190px;
  391. min-height:25px;
  392. height:auto;
  393. margin-top:0px;
  394. margin-left:-1px;
  395. background:{color:border2};
  396. border:1px solid #ddd;
  397. border-top:0px;
  398. padding:5px;
  399. color:white;
  400. font-size:9px;
  401. }
  402.  
  403. #header2 a{
  404. color:white;
  405. -webkit-transition: all .4s ease;
  406. -moz-transition: all .4s ease;
  407. -o-transition: all .4s ease;
  408. transition: all .4s ease;
  409. }
  410.  
  411. #header2 a:hover{
  412. border-bottom:2px solid white;
  413. }
  414.  
  415.  
  416. #notesline{
  417. border-top:1px solid {color:border1};
  418. margin-top:10px;
  419. width:auto;
  420. {block:PermalinkPage}
  421. width:300px;
  422. {/block:PermalinkPage}
  423. }
  424.  
  425. #notes{
  426. text-align:center;
  427. margin-top:-8px;
  428. width:auto;
  429. {block:PermalinkPage}
  430. margin-left:300px;
  431. {/block:PermalinkPage}
  432. }
  433.  
  434. #aa img{
  435. margin-top:5px;
  436. width:70px;
  437. height:70px;
  438. border:5px solid {color:bars};
  439. padding:5px;
  440. }
  441.  
  442. #at{
  443. line-height:40px;
  444. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  445. font-weight: normal;
  446. margin-top:-80px;
  447. text-align:right;
  448. margin-left:100px;
  449. width:150px;
  450. height:20px;
  451. font-size:10px;
  452. border-bottom:1px solid {color:blogtitle};
  453. {block:permalinkpage}
  454. width:340px;
  455. {/block:permalinkpage}
  456. }
  457.  
  458. #an{
  459. line-height:40px;
  460. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  461. font-weight: normal;
  462. margin-top:-5px;
  463. text-align:right;
  464. margin-left:100px;
  465. width:150px;
  466. height:20px;
  467. font-size:10px;
  468. border-bottom:1px solid {color:blogtitle};
  469. {block:permalinkpage}
  470. width:340px;
  471. {/block:permalinkpage}
  472. }
  473.  
  474. #ap{
  475. line-height:40px;
  476. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  477. font-weight: normal;
  478. margin-top:-5px;
  479. text-align:right;
  480. margin-left:100px;
  481. width:150px;
  482. height:20px;
  483. font-size:10px;
  484. border-bottom:1px solid {color:blogtitle};
  485. {block:permalinkpage}
  486. width:340px;
  487. {/block:permalinkpage}
  488. }
  489.  
  490. #asker{
  491. line-height:40px;
  492. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  493. font-weight: normal;
  494. margin-top:0px;
  495. text-align:left;
  496. padding-left:10px;
  497. margin-left:0px;
  498. width:auto;
  499. height:20px;
  500. font-size:10px;
  501. border-bottom:1px solid {color:blogtitle};
  502. }
  503.  
  504. #question{
  505. width:230px;
  506. height:auto;
  507. padding:10px;
  508. font-size:9px;
  509. {block:permalinkpage}
  510. width:430px;
  511. {/block:permalinkpage}
  512. }
  513.  
  514. #you{
  515. line-height:40px;
  516. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  517. font-weight: normal;
  518. margin-top:-10px;
  519. text-align:right;
  520. padding-right:10px;
  521. margin-left:0px;
  522. width:auto;
  523. height:20px;
  524. font-size:10px;
  525. border-bottom:1px solid {color:blogtitle};
  526. }
  527.  
  528. #answer{
  529. width:230px;
  530. height:auto;
  531. padding:10px;
  532. font-size:9px;
  533. text-align:left;
  534. {block:permalinkpage}
  535. width:430px;
  536. {/block:permalinkpage}
  537. }
  538.  
  539. .title{
  540. line-height: 25px;
  541. font-family:{select:title font};
  542. font-size:25px;
  543. color:{color:Title};
  544. font-weight: normal;
  545. }
  546.  
  547.  
  548. .permalink{
  549. text-transform: normal;
  550. display: block;
  551. text-align: right;
  552. text-decoration: none;
  553. }
  554.  
  555.  
  556.  
  557. #infscr-loading{
  558. bottom: -70px;
  559. position: absolute;
  560. left: 50%;
  561. margin-left:-8px;
  562. width:16px;
  563. height:11px;
  564. overflow:hidden;
  565. margin-bottom: 50px;
  566. }
  567.  
  568. #postnotes{
  569. text-align: justify;}
  570.  
  571. #postnotes blockquote{
  572. border: 0px;}
  573.  
  574. blockquote{
  575. padding:0px 0px 2px 5px;
  576. margin:0px 0px 2px 10px;
  577. border-left: 1px dotted #555555;
  578. }
  579.  
  580. blockquote p, ul{
  581. margin:0px;
  582. padding:0px;
  583. }
  584.  
  585. a img{border: 0px;}
  586.  
  587.  
  588. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  589.  
  590. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  591. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  592.  
  593. .notes img{width:10px; position:relative; top:3px;margin:5px;}
  594. <--ses-->
  595. small{font-size: 90%;}
  596.  
  597. {CustomCSS}
  598.  
  599. </style>
  600.  
  601. {block:IndexPage}
  602. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  603. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  604. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  605.  
  606. <script type="text/javascript">
  607. $(window).load(function(){
  608. var $wall = $('#posts');
  609. $wall.imagesLoaded(function(){
  610. $wall.masonry({
  611. itemSelector: '.entry, .entry_photo',
  612. isAnimated : false
  613. });
  614. });
  615.  
  616. $wall.infinitescroll({
  617. navSelector : '#pagination',
  618. nextSelector : '#pagination a',
  619. itemSelector : '.entry, .entry_photo',
  620. bufferPx : 2000,
  621. debug : false,
  622. errorCallback: function() {
  623. $('#infscr-loading').fadeOut('normal');
  624. }},
  625. function( newElements ) {
  626. var $newElems = $( newElements );
  627. $newElems.hide();
  628. $newElems.imagesLoaded(function(){
  629. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  630. });
  631. }); $('#posts').show(500);
  632. });
  633. </script>
  634.  
  635.  
  636. {/block:IndexPage}
  637.  
  638.  
  639. <title>{title}</title>
  640.  
  641. <link rel="shortcut icon" href="{Favicon}" />
  642. <meta name="viewport" content="width=820" />
  643. </head>
  644.  
  645. <body>
  646. <BODY onselectstart="return false;" ondragstart="return false;">
  647. <div class="wrapper">
  648. <div class="header">
  649. </div>
  650.  
  651. <div id="cage">
  652. <div id="center">
  653.  
  654. <div id="top"></div>
  655. <div id="bottom"></div>
  656.  
  657. <div id="sidebar">
  658. <div id="header"></div>
  659. <div id="picture"><img src="{image:sidebar}"></div>
  660. <div id="blogtitle">{text:blogtitle}</div>
  661. <div id="description">{description}</br>{text:stats}</div>
  662. <div id="header2"><div style="padding-top:5px"></div>
  663. <a href="{text:link 1}">{text:link 1 msg}</a> •
  664. <a href="{text:link 2}">{text:link 2 msg}</a> •
  665. <a href="{text:link 3}">{text:link 3 msg}</a> •
  666. <a href="{text:link 4}">{text:link 4 msg}</a> •
  667. <a href="http://mkbye.tumblr.com">theme</a>
  668. <div style="padding-top:5px"></div>
  669. </div>
  670. </div>
  671.  
  672.  
  673. <div class="left">
  674. <div id="posts">
  675. {block:Posts}
  676. <div class="entry">
  677.  
  678. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div style="padding:4px;"></div>
  679. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>
  680. {/block:Text}
  681.  
  682. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<div style="padding:4px;"></div>
  683. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>{block:Link}
  684.  
  685. {block:Answer}
  686.  
  687. <div id="asker"><font style="background:white;text-transform:uppercase; font-family:roboto;color:{color:blogtitle};font-size:13px;">{Asker}</font> <font style="background:white">asked a question:</font></div>
  688. <div id="question">{question}</div>
  689.  
  690. <div style="padding:5px;"></div>
  691. <div id="you"><font style="background:white;text-transform:uppercase; font-family:roboto;color:{color:blogtitle};font-size:13px;">{text:name}</font> <font style="background:white">answered:</font></div>
  692. <div id="answer">{answer}</div>
  693.  
  694. <div style="padding:4px;"></div>
  695. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>
  696.  
  697. {/block:Answer}
  698.  
  699. {block:Photo}
  700. {block:IndexPage}
  701. <center>
  702. <div class="bg"></div>
  703. <div class="perma">
  704. <a href="{ReblogURL}" target="_blank"> reblog </a> •
  705. <a href="{Permalink}">{block:NoteCount} {notecountwithlabel} {/block:NoteCount}</a> •
  706. <a href="/" title="{timeago}">{shortmonth} {dayofmonth} {year}</a>
  707. </div>
  708.  
  709. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  710. {/block:IndexPage}
  711. {block:PermalinkPage}
  712. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  713.  
  714. <div style="padding:4px;"></div>
  715. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div></br>
  716.  
  717. {caption}
  718. </br>
  719. {LinkCloseTag}
  720. {/block:PermalinkPage}
  721. {/block:Photo}
  722.  
  723. {block:Photoset}
  724. {block:IndexPage}
  725. <center>
  726.  
  727. <div class="bg"></div>
  728. <div class="perma">
  729. <a href="{ReblogURL}" target="_blank"> reblog </a> •
  730. <a href="{Permalink}">{block:NoteCount} {notecountwithlabel} {/block:NoteCount}</a> •
  731. <a href="/" title="{timeago}">{shortmonth} {dayofmonth} {year}</a>
  732. </div>
  733.  
  734. {Photoset}</center>
  735. {/block:IndexPage}
  736. {block:PermalinkPage}
  737. <center>
  738. {Photoset}</center>
  739. <div style="padding:4px;"></div>
  740. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div></br>
  741.  
  742. {caption}
  743. </br>
  744. {/block:PermalinkPage}
  745. {/block:Photoset}
  746.  
  747. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}
  748. <div style="padding:4px;"></div>
  749. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>{/block:Quote}
  750.  
  751. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  752. <ul class="chat">
  753. {block:Lines}
  754. <li class="user_{UserNumber}">
  755. {block:Label}
  756. <span class="label">{Label}</span>
  757. {/block:Label}
  758. {Line}
  759. </li>
  760. {/block:Lines}
  761. <div style="padding:4px;"></div>
  762. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>
  763. {/block:Chat}
  764.  
  765. {block:Audio}
  766.  
  767. {block:AlbumArt}<div id="aa"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  768. {block:TrackName}<div id="at"><font style="background:white">{TrackName}</font></div>{/block:TrackName}
  769. {block:Artist}<div id="an"><font style="background:white">{Artist}</font></div>{/block:Artist}
  770. {block:PlayCount}<div id="ap"><font style="background:white">{PlayCountwithlabel}</font></div>{/block:PlayCount}
  771.  
  772. </br></br>
  773.  
  774. <div style="border:1px solid {color:border1}; height:30px; margin-top:15px; margin-left:0px;">{AudioPlayerWhite}</div>
  775. <div style="padding:4px;"></div>
  776. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div>
  777.  
  778. {/block:Audio}
  779.  
  780. {block:Video}
  781. {block:IndexPage}
  782. <center>
  783. <div class="bg"></div>
  784. <div class="perma">
  785. <a href="{ReblogURL}" target="_blank"> reblog </a> •
  786. <a href="{Permalink}">{block:NoteCount} {notecountwithlabel} {/block:NoteCount}</a> •
  787. <a href="/" title="{timeago}">{shortmonth} {dayofmonth} {year}</a>
  788. </div>
  789. {Video-250}</center>
  790. {/block:IndexPage}
  791. {block:PermalinkPage}
  792. <center>
  793. {Video-400}</center>
  794. <div style="padding:4px;"></div>
  795. <div id="notesline"></div><div id="notes"><font style="font-size:9px;text-transform:uppercase;padding:2px;background:white"><a href="{Permalink}">{notecountwithlabel} + {timeago}</a></font></div></br>
  796.  
  797. {caption}
  798. </br>
  799. {/block:PermalinkPage}
  800. {block:Video}
  801.  
  802. {block:PostNotes}
  803.  
  804.  
  805.  
  806. <div style="padding:5px"></div>
  807.  
  808. <div id="postnotes"><div style="height:auto; max-height:300px;overflow:auto; padding:15px;font-size:9px;">{PostNotes}</div></div><br>
  809.  
  810.  
  811.  
  812. {/block:PostNotes}
  813. </div>
  814. {/block:Posts}
  815. </div></div>
  816.  
  817. {block:IndexPage}
  818. {block:Pagination}
  819. <div id="pagination">
  820. {block:NextPage}
  821. <a id="nextPage" href="{NextPage}"></a>
  822. {/block:NextPage}
  823. {block:PreviousPage}
  824. <a href="{PreviousPage}"></a>
  825. {/block:PreviousPage}
  826. </div>
  827. {/block:Pagination}
  828. {/block:IndexPage}
  829. </body>
  830.  
  831. <div style="position:fixed; bottom:5px; z-index:99999;right:5px; background:white; border: 1px solid #eee;width:30px;height:30px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!"><img src="http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/3d-transparent-glass-icons-people-things/059464-3d-transparent-glass-icon-people-things-hand-peace.png" style="width:30px;height:30px;"></a></div></html>
Advertisement
Add Comment
Please, Sign In to add comment