mkbye

thm 29 — mkbye:celina

Apr 18th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  1. <html lang="en">
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!--
  6. Theme 29 made by
  7. ╱╱╱╭╮╱╭╮
  8. ╱╱╱┃┃╱┃┃
  9. ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
  10. ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
  11. ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
  12. ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
  13. ╱╱╱╱╱╱╱╱╱╭━╯┃
  14. ╱╱╱╱╱╱╱╱╱╰━━╯
  15. Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
  16. http://mkbye.tumblr.com/
  17.  
  18. Theme created: 04.18.15
  19. Theme posted publicly: 04.18.15
  20. -->
  21. <html lang="en">
  22. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  23. <html xmlns="http://www.w3.org/1999/xhtml">
  24. <head>
  25. <script type="text/javascript">
  26. WebFontConfig = {
  27. google: { families: [ 'Roboto:100:latin', 'Dancing+Script::latin' ] }
  28. };
  29. (function() {
  30. var wf = document.createElement('script');
  31. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  32. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  33. wf.type = 'text/javascript';
  34. wf.async = 'true';
  35. var s = document.getElementsByTagName('script')[0];
  36. s.parentNode.insertBefore(wf, s);
  37. })(); </script>
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:90,
  46. tip_fade_speed:600,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52. <script type="text/javascript">
  53. <!--
  54.  
  55. // Disable Right Click Script
  56.  
  57. function IE(e)
  58. {
  59. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  60. {
  61. return false;
  62. }
  63. }
  64. function NS(e)
  65. {
  66. if (document.layers || (document.getElementById && !document.all))
  67. {
  68. if (e.which == "2" || e.which == "3")
  69. {
  70. return false;
  71. }
  72. }
  73. }
  74. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  75.  
  76. //-->
  77. </script>
  78.  
  79.  
  80. <script type="text/javascript"
  81. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  82.  
  83. <!--DEFAULT VARIABLES-->
  84. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  85. <meta name="color:background" content="#fff"/>
  86. <meta name="color:link" content="#777"/>
  87. <meta name="color:text" content="#777"/>
  88. <meta name="color:title" content="#333"/>
  89. <meta name="color:hover" content="#fff"/>
  90. <meta name="image:background" content="1"/>
  91.  
  92. <meta name="image:sidebar" content="1"/>
  93.  
  94. <meta name="color:border" content="#333"/>
  95. <meta name="color:border2" content="#333"/>
  96. <meta name="color:border3" content="#333"/>
  97.  
  98. <meta name="text:name or blogtitle" content="less is more"/>
  99. <meta name="text:updates" content="use </br> if you want to go to a new line"/>
  100. <meta name="text:stats online" content="5 people are on my blog"/>
  101. <meta name="text:stats pageviews" content="80000 were here"/>
  102. <meta name="text:quote" content="I am so clever that sometimes I don't understand a single word of what I am saying."/>
  103. <meta name="text:name" content="celina"/>
  104. <meta name="text:link1" content="/"/>
  105. <meta name="text:link1title" content="msg"/>
  106. <meta name="text:link2" content="/"/>
  107. <meta name="text:link2title" content="msg"/>
  108. <meta name="text:link3" content="/"/>
  109. <meta name="text:link3title" content="msg"/>
  110. <meta name="text:link4" content="/"/>
  111. <meta name="text:link4title" content="msg"/>
  112. <meta name="text:link5" content="/"/>
  113. <meta name="text:link5title" content="msg"/>
  114.  
  115. <style type="text/css">
  116. #s-m-t-tooltip {
  117. max-width:300px;
  118. padding:6px 6px 6px 6px;
  119. margin:20px 0px 0px 20px;
  120. background: {color:title}; /* change the background color */
  121. border:1px solid {color:title}; /* change the border color */
  122. letter-spacing:0px; /* change the letter spacing */
  123. color:white; /* change the text color */
  124. border-radius:5px;
  125. font-family:candara;
  126. text-transform:uppercase;
  127. z-index:999999999999999999999999999999999999;
  128. }::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}::-webkit-scrollbar-thumb {background-color:{color:border2};}iframe#tumblr_controls{right:2px !important; position: fixed !important;-webkit-transition: opacity .7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}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;}p {margin:0px;margin-top:0px;}body {padding: 0px;margin: 0px;color:{color:text};font-family:candara;line-height:12px;font-size:11px;background-color: {color:Background};background-image:url({image:Background});background-attachment: fixed;background-repeat: repeat;}a:link, a:active, a:visited{
  129. text-decoration: none;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;transition: color 0.3s ease-out;color:{color:link};}
  130. a:hover {text-decoration: none;font-style:;color: {color:Hover};}div#center{margin:auto;position:relative;width:1250px;background-color:;overflow:auto;overflow-y:hidden;}#notes{position:relative;width:40px;height:20px;margin-left:260px;margin-top:-5px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border2};line-height:20px;text-transform:uppercase;text-align:center;font-size:10px;}#notes2{position:relative;width:140px;height:20px;margin-left:160px;margin-top:-5px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border2};line-height:20px;text-transform:uppercase;text-align:center;font-size:10px;}#question{width:280px;height:auto;background:#f4f4f4;padding:10px;text-align:justify;border-radius:5px;{block:permalinkpage}width:430px;{/block:permalinkpage}}#answer{width:280px;height:auto;background:{color:title};padding:10px;text-align:justify;border-radius:5px;{block:permalinkpage}width:430px;{/block:permalinkpage}}#posts {width:800px;margin-top:100px;z-index:99;margin-left:500px;right:auto;background:transparent;margin-right:auto;position:relative;overflow-y: hidden;}.entry {float:left;display: block;margin:20px;margin-bottom:30px;overflow:hidden;width:300px;padding:14px;padding-bottom:13px;padding-top:15px;border:1px solid #ddd;{block:PermalinkPage}width:450px;text-align:left;line-height:10px;margin-left:100px;{/block:PermalinkPage}background:white;background-image:URL();-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}.entry img{width:297px;border:1px solid {color:border};{block:PermalinkPage}width:447px;{/block:PermalinkPage}
  131. }.entry .perma{width:70px;height:20px;margin-top:-22px;margin-left:0px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border};line-height:20px;opacity:0;text-transform:uppercase;font-size:10px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}.entry:hover .perma{overflow:visible;opacity:1;margin-top:10px;}.entry .perma2{width:40px;height:20px;margin-top:-22px;margin-left:75px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border2};line-height:18px;opacity:0;text-transform:uppercase;text-align:center;font-size:10px;-webkit-transition: all .7s ease;moz-transition: all .7s ease;--transition: all .7s ease;transition: all .7s ease;}
  132. .entry:hover .perma2{overflow:visible;opacity:1;}.entry .perma3{width:95px;height:20px;margin-top:-22px;margin-left:120px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border3};line-height:20px;opacity:0;text-transform:uppercase;font-size:10px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}.entry:hover .perma3{overflow:visible;opacity:1;}.entry .perma4{width:77px;height:20px;margin-top:-22px;margin-left:220px;background:#f4f4f4;border-radius:2px;bordeR:1px solid {color:border};line-height:20px;opacity:0;text-transform:uppercase;font-size:10px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}.entry:hover .perma4{overflow:visible;opacity:1;}#sidebar{position:fixed !important;width:300px;height:300px;margin-top:150px;margin-left:100px;background:white;border:2px solid {color:border};outline:5px solid {color:border2};outline-offset:-9px;}#bg{position:fixed !important;width:280px;height:280px;margin-top:10px;margin-left:10px;background:#f4f4f4;overflow:auto;}#pc{position:fixed !important;width:270px;height:100px;margin-top:15px;margin-left:15px;}#pc img{width:270px;height:120px;outline:1px solid #f4f4f4;outline-offset:-5px;}#ln{position:fixed !important;width:260px;height:1px;margin-top:170px;margin-left:20px;background:{color:border3};}#ne{position:fixed !important;width:260px;height:30px;margin-top:143px;margin-left:20px;line-height:30px;font-size:25px;font-family:dancing script;color:{color:title};}#dc{position:fixed !important;width:140px;height:72px;margin-top:185px;margin-left:20px;border:1px solid {color:border};border-radius:5px;background:white;padding:10px;text-align:justify;text-transform:uppercase;overflow:auto;font-size:10px;font-family:calibri;}
  133. #h1{position:fixed !important;margin-top:185px;margin-left:197px;height:94px;
  134. width:27px;background:{color:border};border-top-left-radius:5px;border-bottom-left-radius:5px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h1:hover{opacity:1;background:#f4f4f4;}#h2{position:fixed !important;margin-top:185px;margin-left:224px;height:94px;width:27px;background:{color:border2};-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h2:hover{opacity:1;background:#f4f4f4;}#h3{position:fixed !important;margin-top:185px;margin-left:251px;height:94px;width:27px;background:{color:border3};border-top-right-radius:5px;border-bottom-right-radius:5px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h3:hover{opacity:1;background:#f4f4f4;}#h1bx{position:fixed !important;
  135. width:140px;height:72px;margin-top:0px;margin-left:-177px;border:1px solid {color:border};border-radius:5px;background:{color:border};padding:10px;text-transform:uppercase;overflow:auto;font-size:10px;opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h1:hover #h1bx{opacity:1; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}#linkstitle{position:fixed;font-family:roboto;color:white;font-size:15px;margin-top:55px;margin-left:5px;font-style:italic;}#links a{margin-left:-10px;border-left:1px solid white;padding-left:10px;position:fixed !important;color:white;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#links a:hover{color:{color:link};}#h2bx{position:fixed !important;width:140px;height:72px;margin-top:0px;margin-left:-204px;border:1px solid {color:border2};border-radius:5px;background:{color:border2};padding:10px;text-transform:uppercase;overflow:auto;font-size:10px;opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h2:hover #h2bx{opacity:1; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}#updatestitle{position:fixed;font-family:roboto;color:white;font-size:15px;margin-top:5px;text-align:center;font-style:italic;border-bottom:1px solid white;}#updates{position:fixed;width:130px;height:32px;margin-top:25px;margin-left:-5px;background:#f4f4f4;overflow:auto;padding:10px;color:{color:text};border-radius:2px;text-align:left;}#h3bx{position:fixed !important;width:140px;height:72px;margin-top:0px;margin-left:-231px;border:1px solid {color:border3};border-radius:5px;background:{color:border3};padding:10px;text-transform:uppercase;overflow:auto;font-size:10px;opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}#h3:hover #h3bx{opacity:1;-moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}#statstitle{position:fixed;font-family:roboto;color:white;font-size:15px;margin-top:5px;margin-left:50px;text-align:center;font-style:italic;border-bottom:1px solid white;}#online{position:fixed;width:140px;height:10px;margin-top:25px;margin-left:-5px;background:#f4f4f4;line-height:10px;padding:5px;color:{color:text};border-radius:2px;text-align:center;}#pageviews{position:fixed;width:140px;height:10px;margin-top:50px;margin-left:-5px;background:#f4f4f4;line-height:10px;padding:5px;color:{color:text};border-radius:2px;text-align:center;}#fr img{position:fixed;width:150px;margin-top:300px;margin-left:20px;opacity:0.7;-webkit-transform: rotate(-30deg);}#l{position:fixed;margin-top:150px;margin-left:415px;height:340px;width:1px;background:{color:border};}#l2{position:fixed;margin-top:465px;margin-left:100px;height:1px;width:340px;background:{color:border2};}#quote{position:fixed;z-index:9999;width:780px;height:90px;margin-top:-5px;margin-left:480px;background:{color:border2};border-radius:5px;}#quote2{line-height:90px;font-family:roboto;font-size:15px;color:white;text-align:center;}.title{line-height: 25px;font-family:dancing script;font-size:25px;color:{color:Title};font-weight: normal;}.permalink{text-transform: normal;display: block;text-align: right;text-decoration: none;}
  136. #infscr-loading{
  137. bottom: -70px;
  138. position: absolute;
  139. left: 50%;
  140. margin-left:-8px;
  141. width:16px;
  142. height:11px;
  143. overflow:hidden;
  144. margin-bottom: 50px;
  145. }
  146.  
  147. #postnotes{
  148. text-align: justify;}
  149.  
  150. #postnotes blockquote{
  151. border: 0px;}
  152.  
  153. blockquote{
  154. padding:0px 0px 2px 5px;
  155. margin:0px 0px 2px 10px;
  156. border-left: 1px dotted #555555;
  157. }
  158.  
  159. blockquote p, ul{
  160. margin:0px;
  161. padding:0px;
  162. }
  163.  
  164. a img{border: 0px;}
  165.  
  166.  
  167. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  168.  
  169. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  170. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  171.  
  172. .notes img{width:10px; position:relative; top:3px;}
  173. <--ses-->
  174. small{font-size: 90%;}
  175.  
  176. {CustomCSS}
  177.  
  178. </style>
  179.  
  180. {block:IndexPage}
  181. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  182. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  183. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  184.  
  185. <script type="text/javascript">
  186. $(window).load(function(){
  187. var $wall = $('#posts');
  188. $wall.imagesLoaded(function(){
  189. $wall.masonry({
  190. itemSelector: '.entry, .entry_photo',
  191. isAnimated : false
  192. });
  193. });
  194.  
  195. $wall.infinitescroll({
  196. navSelector : '#pagination',
  197. nextSelector : '#pagination a',
  198. itemSelector : '.entry, .entry_photo',
  199. bufferPx : 2000,
  200. debug : false,
  201. errorCallback: function() {
  202. $('#infscr-loading').fadeOut('normal');
  203. }},
  204. function( newElements ) {
  205. var $newElems = $( newElements );
  206. $newElems.hide();
  207. $newElems.imagesLoaded(function(){
  208. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  209. });
  210. }); $('#posts').show(500);
  211. });
  212. </script>
  213.  
  214.  
  215. {/block:IndexPage}
  216.  
  217.  
  218. <title>{title}</title>
  219.  
  220. <link rel="shortcut icon" href="{Favicon}" />
  221. <meta name="viewport" content="width=820" />
  222. </head>
  223. <body><BODY onselectstart="return false;" ondragstart="return false;"><div class="wrapper"><div class="header"></div><div id="cage"><div id="center"><div id="fr"><img src="https://41.media.tumblr.com/d01c310ced7443208f07adba64f5714f/tumblr_ml4mo0xPbU1rgpyeqo1_500.png"></div><div id="l"></div><div id="l2"></div><div id="sidebar"><center><div id="bg"></div><div id="pc"><img src="{image:sidebar}"></div><div id="ln"></div><div id="ne">{text:name or blogtitle}</div><div id="dc">{description}</div><div id="h1"><div id="h1bx"><div id="linkstitle">links</div><div id="links"><a href="{text:link1}">{text:link1title}</a></br><a href="{text:link2}">{text:link2title}</a></br><a href="{text:link3}">{text:link3title}</a></br><a href="{text:link4}">{text:link4title}</a></br><a href="{text:link5}">{text:link5title}</a></br><a href="http://mkbye.tumblr.com">theme credit</a></div></div></div><div id="h2"><div id="h2bx"><div id="updatestitle">updates</div><div id="updates">{text:updates}</div></div></div><div id="h3"><div id="h3bx"><div id="statstitle">statistics</div><div id="online">{text:stats online}</div><div id="pageviews">{text:stats pageviews}</div></div></div></center></div><div id="quote"><div id="quote2">"<u>{text:quote}</u>"</div></div>
  224.  
  225. <div class="left">
  226. <div id="posts">
  227. {block:Posts}
  228. <div class="entry">
  229.  
  230. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div style="padding:5px;"></div><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><div id="notes"><a href="{Permalink}">{notecount}</a></div></a>{/block:HasTags}</span></align>{/block:Text}{block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  231.  
  232. class="permalink"> <a href="{Permalink}"><div id="notes"><a href="{Permalink}">{notecount}</a></div> <a href="{Permalink}"></span></align>{block:Link}
  233. {block:Answer}<div id="question"><font style="color:{color:link}; text-transform:uppercase; font-style: italic;"><b>{Asker}</b></font>: {question}</div><div style="padding:5px;"></div><div id="answer"><font style="color:{color:link}; text-transform:uppercase; font-style: italic;"><b>{text:name}</b></font><font style="color:white">: {answer}</font></div><div style="padding:5px;"></div>
  234. <p align=right><span
  235.  
  236. class="permalink"><div id="notes2"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> / {ShortMonth}. {ShortDayOfWeek}., {DayOfMonthWithZero} {Year} </div></span></align>{/block:Answer}{block:Photo}{block:IndexPage}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div><div class="perma"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_50_09.12.14-1_Artboard_38-20.png" style="width:20px; border:0px; margin-left:5px;"><div style="margin-top:-27px; margin-left:25px;"><a href="{ReblogURL}" target="_blank"> reblog </a></div></div><div class="perma2">{notecount}</div><div class="perma3"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_29-20.png" style="width:20px; border:0px; margin-left:5px;"><div style="margin-top:-27px; margin-left:30px;"><a href="{permalink}"> permalink </a></div></div><div class="perma4"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_31-128.png" style="width:20px; border:0px; margin-left:5px;"><div style="margin-top:-27px; margin-left:32px;">{12Hour}:{Minutes} {CapitalAmPm}</div></div>{/block:IndexPage}
  237. {block:PermalinkPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  238.  
  239.  
  240.  
  241. {LinkCloseTag}
  242. {/block:PermalinkPage}
  243. {/block:Photo}
  244.  
  245. {block:Photoset}
  246. {block:IndexPage}
  247. <center>
  248.  
  249. <div class="perma">
  250. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  251.  
  252. {Photoset-250}</center>
  253. {/block:IndexPage}
  254. {block:PermalinkPage}
  255. <center>
  256. {Photoset-500}</center>
  257. {/block:PermalinkPage}
  258. {/block:Photoset}
  259.  
  260. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  261.  
  262. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  263.  
  264. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  265. <ul class="chat">
  266. {block:Lines}
  267. <li class="user_{UserNumber}">
  268. {block:Label}
  269. <span class="label">{Label}</span>
  270. {/block:Label}
  271.  
  272. {Line}
  273. </li>
  274. {/block:Lines}
  275. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  276. {/block:Chat}
  277.  
  278. {block:Audio}
  279. <div style="width:200px; height:30px;">
  280. {AudioPlayerBlack}
  281. </div>
  282. {block:IndexPage}<span class="permalink">
  283. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  284. </span>{/block:IndexPage}
  285. {/block:Audio}
  286.  
  287. {block:Video}
  288. {block:IndexPage}
  289. <center>
  290. <div class="perma">
  291. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  292. {Video-250}</center>
  293. {/block:IndexPage}
  294. {block:PermalinkPage}
  295. <center>
  296. {Video-400}</center>
  297. {/block:PermalinkPage}
  298. {block:Video}
  299.  
  300.  
  301. {block:PostNotes} <div style="padding:5px"></div><div style="background:{color:border}; color:white; padding:5px;border-radius:3px;"><div align="middle">{caption}</div></div>
  302. <center>
  303.  
  304. <div style="padding:2px"></div>
  305.  
  306. {block:NoteCount}<div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:auto">{NoteCountWithLabel}</div>{/block:NoteCount}
  307.  
  308. <div style="padding:2px"></div>
  309.  
  310. {block:RebloggedFrom}
  311.  
  312. <div style="background:{color:border3}; color:white; padding:5px;border-radius:3px; width:auto">reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br></div>
  313.  
  314. <div style="padding:2px"></div>
  315.  
  316. <div style="background:{color:border}; color:white; padding:5px;border-radius:3px; width:auto">posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  317.  
  318. {/block:RebloggedFrom}
  319. </center></span>
  320. <br>
  321. <div id="postnotes"><div style="height:auto; max-height:300px; border:1px solid {color:border}; overflow:auto; padding:10px; background:#f4f4f4">{PostNotes}</div></div><br>
  322.  
  323. {block:HasTags}
  324. <div style="padding:2px"></div>
  325. <div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:auto">tags: {block:Tags}<a href="{TagURL}">{Tag} </a></div>{/block:Tags}<br> {/block:HasTags}
  326. <center>{block:ContentSource}
  327. <br><a href="{SourceURL}">
  328. {lang:Source}:
  329. {block:SourceLogo}
  330. <img src="{BlackLogoURL}" width="{LogoWidth}"
  331. height="{LogoHeight}" alt="{SourceTitle}" />
  332. {/block:SourceLogo}
  333. {block:NoSourceLogo}
  334. {SourceLink}
  335. {/block:NoSourceLogo}
  336. </a>
  337. {/block:ContentSource}</center>
  338.  
  339. {/block:PostNotes}
  340. </div>
  341. {/block:Posts}
  342. </div></div>
  343.  
  344. {block:IndexPage}
  345. {block:Pagination}
  346. <div id="pagination">
  347. {block:NextPage}
  348. <a id="nextPage" href="{NextPage}"></a>
  349. {/block:NextPage}
  350. {block:PreviousPage}
  351. <a href="{PreviousPage}"></a>
  352. {/block:PreviousPage}
  353. </div>
  354. {/block:Pagination}
  355. {/block:IndexPage}
  356. </body>
  357. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding:10px; font-family:dancing script; font-size: 20px; line-height: 10px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!">mkbye</a></div>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment