mikit20

Little Twin Stars

May 27th, 2014
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------
  4. _____ _ _
  5. |_ _| _ _ __ ___ | |__ | |_ __
  6. | || | | | '_ ` _ \| '_ \| | '__|
  7. | || |_| | | | | | | |_) | | |
  8. |_| \__,_|_| |_| |_|_.__/|_|_|
  9. ____ _
  10. / ___| ___ _ __ ___ _ __ __ _| |_ ___ _ __
  11. | | _ / _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
  12. | |_| | __/ | | | __/ | | (_| | || (_) | |
  13. \____|\___|_| |_|\___|_| \__,_|\__\___/|_|
  14.  
  15. ___ ___ _ __ ___
  16. / __/ _ \| '_ ` _ \
  17. | (_| (_) | | | | | |
  18. (_)___\___/|_| |_| |_|
  19.  
  20. // Generate your own theme at
  21. http://tumblrgenerator.com
  22.  
  23. // A "tit" theme project
  24. http://tit.tumblr.com
  25.  
  26. // Comments & Suggestions are apprecaited
  27.  
  28. ------------------------------------------------------------------>
  29. <html xmlns="http://www.w3.org/1999/xhtml">
  30. <head>
  31.  
  32. <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/75be4bb141a818f2e153cc3a25497b28/tumblr_inline_movboy1pae1qz4rgp.png), progress;}</style>
  33.  
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. <meta name="text:Link 1" content=""/>
  41. <meta name="text:Link 1 URL" content=""/>
  42. <meta name="text:Link 2" content=""/>
  43. <meta name="text:Link 2 URL" content=""/>
  44. <meta name="text:Link 3" content=""/>
  45. <meta name="text:Link 3 URL" content=""/>
  46. <meta name="text:Link 4" content=""/>
  47. <meta name="text:Link 4 URL" content=""/>
  48. <meta name="text:Link 5" content=""/>
  49. <meta name="text:Link 5 URL" content=""/>
  50. <meta name="text:Link 6" content=""/>
  51. <meta name="text:Link 6 URL" content=""/>
  52. <meta name="text:Link 7" content=""/>
  53. <meta name="text:Link 7 URL" content=""/>
  54. <meta name="text:Link 8" content=""/>
  55. <meta name="text:Link 8 URL" content=""/>
  56. <meta name="text:Home Label" content="Home"/>
  57. <meta name="text:Ask Label" content="Ask"/>
  58. <meta name="text:Submit Label" content="Submit"/>
  59. <meta name="text:Archive Label" content="Archive"/>
  60. <meta name="if:Show Archive Link" content="1"/>
  61. <meta name="if:Show Submit Link" content="1"/>
  62. <meta name="if:Show Title" content="1"/>
  63. <meta name="if:Show Tags" content="0"/>
  64. <meta name="if:Animation" content="1"/>
  65. <meta name="if:To Top Button" content="1"/>
  66. <meta name="if:Infinite Scroll" content="1"/>
  67. <meta name="if:Show Captions" content="0"/>
  68. <meta name="if:Show Tags" content="0"/>
  69. <meta name="image:Background" content=""/>
  70. <meta name="image:Sidebar" content=""/>
  71. <meta name="if:Front Sidebar" content="1"/>
  72. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  73. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  74. <script type="text/javascript" src="http://static.tumblr.com/tpqedpr/vnzmibpqr/minified.js"></script>
  75.  
  76.  
  77. <script type="text/javascript">
  78. // <![CDATA[
  79. var colour="pink"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  80. var sparkles=50;
  81.  
  82. /****************************
  83. * Tinkerbell Magic Sparkle *
  84. *(c)2005-13 mf2fm web-design*
  85. * http://www.mf2fm.com/rv *
  86. * DON'T EDIT BELOW THIS BOX *
  87. ****************************/
  88. var x=ox=400;
  89. var y=oy=300;
  90. var swide=800;
  91. var shigh=600;
  92. var sleft=sdown=0;
  93. var tiny=new Array();
  94. var star=new Array();
  95. var starv=new Array();
  96. var starx=new Array();
  97. var stary=new Array();
  98. var tinyx=new Array();
  99. var tinyy=new Array();
  100. var tinyv=new Array();
  101.  
  102. window.onload=function() { if (document.getElementById) {
  103. var i, rats, rlef, rdow;
  104. for (var i=0; i<sparkles; i++) {
  105. var rats=createDiv(3, 3);
  106. rats.style.visibility="hidden";
  107. rats.style.zIndex="999";
  108. document.body.appendChild(tiny[i]=rats);
  109. starv[i]=0;
  110. tinyv[i]=0;
  111. var rats=createDiv(5, 5);
  112. rats.style.backgroundColor="transparent";
  113. rats.style.visibility="hidden";
  114. rats.style.zIndex="999";
  115. var rlef=createDiv(1, 5);
  116. var rdow=createDiv(5, 1);
  117. rats.appendChild(rlef);
  118. rats.appendChild(rdow);
  119. rlef.style.top="2px";
  120. rlef.style.left="0px";
  121. rdow.style.top="0px";
  122. rdow.style.left="2px";
  123. document.body.appendChild(star[i]=rats);
  124. }
  125. set_width();
  126. sparkle();
  127. }}
  128.  
  129. function sparkle() {
  130. var c;
  131. if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
  132. ox=x;
  133. oy=y;
  134. for (c=0; c<sparkles; c++) if (!starv[c]) {
  135. star[c].style.left=(starx[c]=x)+"px";
  136. star[c].style.top=(stary[c]=y+1)+"px";
  137. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  138. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  139. star[c].style.visibility="visible";
  140. starv[c]=50;
  141. break;
  142. }
  143. }
  144. for (c=0; c<sparkles; c++) {
  145. if (starv[c]) update_star(c);
  146. if (tinyv[c]) update_tiny(c);
  147. }
  148. setTimeout("sparkle()", 40);
  149. }
  150.  
  151. function update_star(i) {
  152. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  153. if (starv[i]) {
  154. stary[i]+=1+Math.random()*3;
  155. starx[i]+=(i%5-2)/5;
  156. if (stary[i]<shigh+sdown) {
  157. star[i].style.top=stary[i]+"px";
  158. star[i].style.left=starx[i]+"px";
  159. }
  160. else {
  161. star[i].style.visibility="hidden";
  162. starv[i]=0;
  163. return;
  164. }
  165. }
  166. else {
  167. tinyv[i]=50;
  168. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  169. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  170. tiny[i].style.width="2px";
  171. tiny[i].style.height="2px";
  172. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  173. star[i].style.visibility="hidden";
  174. tiny[i].style.visibility="visible"
  175. }
  176. }
  177.  
  178. function update_tiny(i) {
  179. if (--tinyv[i]==25) {
  180. tiny[i].style.width="1px";
  181. tiny[i].style.height="1px";
  182. }
  183. if (tinyv[i]) {
  184. tinyy[i]+=1+Math.random()*3;
  185. tinyx[i]+=(i%5-2)/5;
  186. if (tinyy[i]<shigh+sdown) {
  187. tiny[i].style.top=tinyy[i]+"px";
  188. tiny[i].style.left=tinyx[i]+"px";
  189. }
  190. else {
  191. tiny[i].style.visibility="hidden";
  192. tinyv[i]=0;
  193. return;
  194. }
  195. }
  196. else tiny[i].style.visibility="hidden";
  197. }
  198.  
  199. document.onmousemove=mouse;
  200. function mouse(e) {
  201. if (e) {
  202. y=e.pageY;
  203. x=e.pageX;
  204. }
  205. else {
  206. set_scroll();
  207. y=event.y+sdown;
  208. x=event.x+sleft;
  209. }
  210. }
  211.  
  212. window.onscroll=set_scroll;
  213. function set_scroll() {
  214. if (typeof(self.pageYOffset)=='number') {
  215. sdown=self.pageYOffset;
  216. sleft=self.pageXOffset;
  217. }
  218. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  219. sdown=document.body.scrollTop;
  220. sleft=document.body.scrollLeft;
  221. }
  222. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  223. sleft=document.documentElement.scrollLeft;
  224. sdown=document.documentElement.scrollTop;
  225. }
  226. else {
  227. sdown=0;
  228. sleft=0;
  229. }
  230. }
  231.  
  232. window.onresize=set_width;
  233. function set_width() {
  234. var sw_min=999999;
  235. var sh_min=999999;
  236. if (document.documentElement && document.documentElement.clientWidth) {
  237. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  238. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  239. }
  240. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  241. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  242. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  243. }
  244. if (document.body.clientWidth) {
  245. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  246. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  247. }
  248. if (sw_min==999999 || sh_min==999999) {
  249. sw_min=800;
  250. sh_min=600;
  251. }
  252. swide=sw_min;
  253. shigh=sh_min;
  254. }
  255.  
  256. function createDiv(height, width) {
  257. var div=document.createElement("div");
  258. div.style.position="absolute";
  259. div.style.height=height+"px";
  260. div.style.width=width+"px";
  261. div.style.overflow="hidden";
  262. return (div);
  263. }
  264.  
  265. function newColour() {
  266. var c=new Array();
  267. c[0]=255;
  268. c[1]=Math.floor(Math.random()*256);
  269. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  270. c.sort(function(){return (0.5 - Math.random());});
  271. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  272. }
  273. // ]]>
  274. </script>
  275.  
  276. <style type="text/css">
  277.  
  278.  
  279. body {
  280. color: #7a7a7a;background: #FFF1F1 url({image:Background});
  281. font-family: calibri light;
  282. letter-spacing: 1px;
  283. font-size: 10px;
  284. line-height: 1.5em;
  285. }
  286. p {margin:0 0 .75em 0} p:last-child {margin:0}
  287. a {
  288. color: #ffc9c9;
  289. text-decoration:none;
  290. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  291. a:hover {color: #bfedff; }
  292. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  293. line-height: 100%;border-left: solid 4px #EDEDED;
  294. }
  295.  
  296.  
  297. @font-face { font-family: "maru"; src: url('http://static.tumblr.com/e1djgf7/XDvn53ieg/ftmaru400b.otf')}
  298.  
  299. h1 {
  300. font-family: maru;
  301. font-size: 17px;
  302. line-height: 1.5em;
  303. font-weight: normal;
  304. text-transform: normalcase;
  305. }
  306.  
  307. ul {
  308. margin: 0px 1.5em .75em;}
  309. li {
  310. margin: .75em 0;
  311. list-style-type: square;
  312. }
  313. .box img {
  314. display: block;
  315. max-width: 100%;}.m-i {
  316. display: block;
  317. line-height: 1px!important;
  318. }
  319. .menu-picture {
  320. line-height: 100%;
  321. display: inline-block;
  322. line-height: 0px!important;
  323. }
  324. .post-link{
  325. font-family: Lucida Sans;
  326. font-size: 8px;
  327. line-height: 8px;
  328. }p.source{text-align: center;}
  329. .menu-picture {
  330. line-height: 100%;display: inline-block;
  331. }p.source{text-align: center;}
  332. h3 {
  333. font-size: 14px; font-weight: normal;
  334. }.tagged { text-align: center; line-height: 8px;font-size: 8px;}
  335. .text { padding: 5px;}p.question {
  336. margin-bottom: .375em;
  337. }
  338. p.words {
  339. padding: 6px;
  340. line-height: 1.5em;
  341. color: #707070;
  342. background: #ffffff;
  343. }
  344. .response {
  345. background: #efefef;
  346. padding: 5px;
  347. margin-bottom: .75em;
  348. }.answer {
  349. text-align: center;
  350. }
  351. .post {
  352. position: relative;
  353. {block:IndexPage}
  354. width:250px;
  355. {/block:IndexPage}
  356. {block:PermalinkPage}
  357. width:500px;
  358. {/block:PermalinkPage}
  359. float:right;
  360. background: #ffffff;
  361. padding:12px;
  362. margin:20px;
  363. border: 1px solid #E6E6E6;
  364. text-transform: uppercase;
  365. }
  366.  
  367. .post img {max-width:500px; border-radius: 10px; {block:ifDuascolunas}{block:IndexPage}max-width:250px; border-radius: 10px;{/block:IndexPage}{/block:ifDuascolunas};}
  368.  
  369.  
  370. .box {position: relative;}
  371.  
  372. #side {
  373. text-align: left;
  374. margin-top: 307px;
  375. width:214px;
  376. padding:3px;position: fixed;
  377. margin-left:696px;
  378. background: #ffffff;
  379. border: 1px solid #eee;
  380. -moz-border-radius:5px;
  381. border-radius:5px;
  382. text-transform: uppercase;
  383. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  384. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  385. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  386. }
  387.  
  388. ul {margin-bottom: .75em;}
  389. #contain {
  390. width:918px;
  391. margin: 20px auto 0;
  392. }
  393. #content {
  394. width:716px;
  395. margin-top: 50px;
  396.  
  397. }
  398. #infscr-loading{position:absolute!important;width:16px!important;height:11px!important;margin-bottom:-16px!important;top:auto!important;bottom:0;left:50%!important}.post .perma{position: absolute;left: 5px;top: 5px;opacity: 0;filter:alpha(opacity=0);z-index: 10000;{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}.post:hover .perma{opacity: 1;filter:alpha(opacity=100);}.p1{display: inline-block; margin-right: 5px; height: 24px;font-size: 8px;padding: 0 4px;line-height: 24px;text-transform: uppercase;background: rgba(255, 255, 255, .55);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}.p1:hover{background: rgba(255, 255, 255, 100); .p1 a{color: #000000;}}.post-right { float: left; text-transform: uppercase; } .post-left { float: right; text-transform: uppercase;}select{font-family:{font:Body};font-size:10px;width:50%;letter-spacing:3px;padding:0;text-align:center}.box iframe {
  399. max-width: 100%;
  400. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  401. .post-info-data{text-align:center}.notes img{display:block;float:left;margin-right:.75em}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  402.  
  403. #toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:21px;height:21px;border:0;text-indent:100%;background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;opacity:.5;filter:alpha(opacity = 50);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTopHover{width:21px;height:21px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTop:hover{opacity:1;filter:alpha(opacity = 100)}#toTop:active,#toTop:focus{outline:0}
  404.  
  405. a.btn{position:absolute;z-index:999999;top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  406. </style></head>
  407. <body>
  408.  
  409.  
  410. <img src='http://static.tumblr.com/55ba2e8b4e011f10e25f9da01119af48/2k35h4s/Xwrn4876b/tumblr_static_d6fncavqgk8c0wo4cco00o88w.png' style='position:fixed;bottom:0px;right:0px;z-index:-999'/>
  411.  
  412.  
  413. <div style=" background-image: url('http://i1172.photobucket.com/albums/r578/Happygirl94/tumblr_static_739k00kej2800gwgwkkck4kww_zpsd8fdad05.png'); top: 0px; width: 100%; left:0px; height: 26px; z-index: 100; position: fixed; background-hover:filter:alpha(opacity=120);"></div>
  414.  
  415. <div id="contain" class="clearfix">
  416. <div id="side">
  417. {block:iffrontsidebar}<a href="/"><div style="position:fixed; top:337px; left: 964px; z-index:9; width:75px;" ><img src="{image:Sidebar}"></div></a>{/block:iffrontsidebar}
  418. <br>
  419. <div class="text">
  420. {block:IfShowTitle}<h1><a href="/">{Title}</a></h1>{/block:IfShowTitle}
  421.  
  422. <img src="http://media.tumblr.com/da5bbee0f9ac41e692578b81f7563750/tumblr_inline_mzanyp5YD61r9ajsd.gif" style=" float: right;">
  423.  
  424. <div id="description" >{Description}</div><div ><br>
  425. <center>
  426. <form name="jump"><select onChange="location.href=this.options[this.selectedIndex].value;"><option value="/">{text:home label}</option><option value="/ask">{text:ask label}</option>{block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}{block:iflink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:iflink1}{block:iflink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:iflink2}{block:iflink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:iflink3}{block:iflink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:iflink4}{block:iflink5}<option value="{text:link 5 url}">{text:link 5}</option>{/block:iflink5}{block:iflink6}<option value="{text:link 6 url}">{text:link 6}</option>{/block:iflink6}{block:iflink7}<option value="{text:link 7 url}">{text:link 7}</option>{/block:iflink7}{block:iflink8}<option value="{text:link 8 url}">{text:link 8}</option>{/block:iflink8}{block:SubmissionsEnabled}{block:IfShowSubmitLink}<option value="/submit">{text:Submit label}</option>{/block:IfShowSubmitLink}{/block:SubmissionsEnabled}{Block:IfShowArchiveLink}<option value="/archive">{text:Archive Label}</option>{/Block:IfShowArchiveLink}</select></form></center></div><br>
  427. {block:IfNotInfiniteScroll}{block:Pagination}<p class="previous-next text">{block:PreviousPage}<a href="{PreviousPage}" class="next"><</a>{/block:PreviousPage}<span id="pages"> {CurrentPage} of {TotalPages} </span>{block:NextPage}<a href="{NextPage}" class="previous">></a>{/block:NextPage}</p>{/block:Pagination}{/block:IfNotInfiniteScroll}
  428. </div>
  429. </div>
  430. <div id="content">
  431. {block:Posts}
  432. <div class="post">
  433.  
  434. {block:Text}
  435. <div class="text">
  436. {block:Title}<h3>{Title}</h3>{/block:Title}
  437. {Body}
  438. <!-- permalink --> {block:IndexPage}
  439. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  440. <!-- /permalink --> {/block:IndexPage}
  441. </div>
  442. {/block:Text}
  443.  
  444. {block:Quote}
  445. <div class="text quote">
  446. <p class="words">&#8220;{Quote}&#8221;</p>
  447. {block:Source}<p class="source">{Source}</p>{/block:Source}
  448. <!-- permalink --> {block:IndexPage}
  449. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  450. <!-- /permalink --> {/block:IndexPage}
  451. </div>
  452. {/block:Quote}
  453.  
  454. {block:Link}
  455. <div class="text link">
  456. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  457. {block:Description}{Description}{/block:Description}
  458. <!-- permalink --> {block:IndexPage}
  459. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  460. <!-- /permalink --> {/block:IndexPage}
  461. </div>
  462. {/block:Link}
  463.  
  464. {block:Chat}
  465. <div class="text chat">
  466. <ul class="conversation">
  467. {block:Lines}
  468. <li class="line {Alt}">
  469. {block:Label}<span class="person">{Label}</span>{/block:Label}
  470. <span class="person-said">{Line}</span>
  471. </li>
  472. {/block:Lines}
  473. </ul>
  474. <!-- permalink --> {block:IndexPage}
  475. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  476. <!-- /permalink --> {/block:IndexPage}
  477. </div>
  478. {/block:Chat}
  479.  
  480. {block:Audio}
  481. <div class="text audio">
  482. <p>{AudioPlayerBlack}</p>
  483. {block:IndexPage}{block:IfShowCaptions}
  484. {block:Caption}{Caption}{/block:Caption}
  485. {/block:IfShowCaptions}{/block:IndexPage}
  486. <!-- permalink --> {block:IndexPage}
  487. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  488. <!-- /permalink --> {/block:IndexPage}
  489. </div>
  490. {/block:Audio}
  491.  
  492. {block:Answer}
  493. <div class="text answer">
  494. <div class="response">
  495. <p class="question">{Question}</p>
  496. <p>@{Asker}</p></div>
  497. {Answer}
  498. <!-- permalink --> {block:IndexPage}
  499. <span class="post-link post-right"><a href="{ReblogURL}" target="_blank" >Reblog</a></span><span class="post-link post-left">{timeago} with <a href="{Permalink}">{NoteCountWithLabel}</a></span><div class="clear"></div>
  500. <!-- /permalink --> {/block:IndexPage}
  501. </div>
  502. {/block:Answer}
  503.  
  504. {block:Photoset}
  505. <div class="photoset">
  506. <div class="box">
  507. <!-- permalink --> {block:IndexPage}
  508. <div class="perma"><div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div><div class="p1"><a href="{Permalink}">{notecount}</a></div></div>
  509. <!-- /permalink --> {/block:IndexPage}
  510. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  511. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  512. </div>
  513. {block:IndexPage}{block:IfShowCaptions}
  514. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  515. {/block:IfShowCaptions}{/block:IndexPage}
  516. </div>
  517. {/block:Photoset}
  518.  
  519. {block:Video}
  520. <div class="video">
  521. <div class="box">
  522. <!-- permalink --> {block:IndexPage}
  523. <div class="perma"><div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div><div class="p1"><a href="{Permalink}">{notecount}</a></div></div>
  524. <!-- /permalink --> {/block:IndexPage}
  525. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  526. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  527. </div>
  528. {block:IndexPage}{block:IfShowCaptions}
  529. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  530. {/block:IfShowCaptions}{/block:IndexPage}
  531. </div>
  532. {/block:Video}
  533.  
  534. {block:Photo}
  535. <div class="photo">
  536. <div class="box">
  537. <!-- permalink --> {block:IndexPage}
  538. <div class="perma"><div class="p1"><a href="{reblogurl}" target="_blank">reblog</a></div><div class="p1"><a href="{Permalink}">{notecount}</a></div></div>
  539. <!-- /permalink --> {/block:IndexPage}
  540. {block:IndexPage}
  541. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  542. {/block:IndexPage}
  543. {block:PermalinkPage}
  544. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  545. {/block:PermalinkPage}
  546. </div>
  547. {block:IndexPage}{block:IfShowCaptions}
  548. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  549. {/block:IfShowCaptions}{/block:IndexPage}
  550. </div>
  551. {/block:Photo}
  552.  
  553. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  554. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  555. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  556.  
  557. {block:PermalinkPage}
  558. <div id="post-info" class="text">
  559. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560. {block:HasTags}
  561. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  562. {/block:HasTags}
  563. <p class="post-info-data">
  564. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  565. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  566. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  567. {block:PostNotes}
  568. {PostNotes}
  569. {/block:PostNotes}
  570. </div>
  571. {/block:PermalinkPage}
  572.  
  573. </div> <!-- end single post -->
  574. {block:ContentSource}
  575. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  576. {/block:ContentSource}
  577. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  578. {/block:Posts}
  579. </div> <!-- end content -->
  580. <div class="loading"></div>
  581. </div> <!-- end containing div -->
  582. {block:IfInfiniteScroll}
  583. {block:Pagination}<ul id="pagination">
  584. {block:PreviousPage}
  585. <li><a href="{PreviousPage}"></a></li>
  586. {/block:PreviousPage}
  587. {block:JumpPagination length="5"}
  588. {block:CurrentPage}
  589. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  590. {/block:CurrentPage}
  591. {block:JumpPage}
  592. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  593. {/block:JumpPage}
  594. {/block:JumpPagination}
  595. {block:NextPage}
  596. <li><a id="nextPage" href="{NextPage}"></a></li>
  597. {/block:NextPage}
  598. </ul>{/block:Pagination}
  599. {/block:IfInfiniteScroll}
  600. {block:IndexPage}
  601. <script type="text/javascript">
  602. $(window).load(function () {
  603. $('#content').masonry(),
  604. $('.masonryWrap').infinitescroll({
  605. navSelector : '#pagination',
  606. nextSelector : '#pagination a#nextPage',
  607. itemSelector : ".post, .loading",
  608. bufferPx : 40,
  609. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  610. loadingText : "<em></em>",
  611. },
  612. function() { $('#content').masonry({ appendedContent: $(this) }); }
  613. );
  614. });
  615. </script>
  616. {/block:IndexPage}
  617. {block:IfToTopButton}
  618. <script type="text/javascript">
  619. $(document).ready(function() {
  620. /*
  621. var defaults = {
  622. containerID: 'toTop', // fading element id
  623. containerHoverID: 'toTopHover', // fading element hover id
  624. scrollSpeed: 1200,
  625. easingType: 'linear'
  626. };
  627. */
  628.  
  629. $().UItoTop({ easingType: 'easeOutQuart' });
  630.  
  631. });
  632. </script>
  633. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  634. {/block:IfToTopButton}
  635.  
  636.  
  637. <BODY onselectstart="return false;" ondragstart="return false;">
  638. <div style=" font-size:8px; position:fixed; bottom:5px; left:0px; text-align:center; font-family:arial">
  639. theme by<center></center><a href="http://tumblrgenerator.com/">tumblrgenerator</a><br></a>
  640. but credit by <a href="cutesythuglife.tumblr.com">Miki</a></div>
  641.  
  642. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment