Advertisement
mkbye

thm 40 — mkbye:celina

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