mikit20

Future is near us.

Oct 3rd, 2014
1,786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.02 KB | None | 0 0
  1. <!--
  2. Base Code by disikes.tumblr.com
  3.  
  4. Edit this code to your heart's content! You don't have to credit me anywhere on the theme, but if people ask where you got your base, it'd be cool if you sent them my way!
  5.  
  6. PLEASE DO NOT REDISTRIBUTE THIS CODE AS YOUR OWN BASE CODE.
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11.  
  12. <meta name="image:Background" content=""/>
  13. <meta name="image:Sidebar" content=""/>
  14.  
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:Title" content="#999999"/>
  17. <meta name="color:Blog Title" content="#999999"/>
  18. <meta name="color:Blog Title Bg" content="#999999"/>
  19. <meta name="color:Link" content="#555555"/>
  20. <meta name="color:Hover" content="#999999"/>
  21. <meta name="color:Text" content="#777777"/>
  22. <meta name="color:Permalink Bg" content="#777777"/>
  23. <meta name="color:Permalink" content="#e1e1e1"/>
  24. <meta name="color:Permalink Hover" content="#e1e1e1"/>
  25. <meta name="color:Scrollbar Color" content="#FFFFFF"/>
  26. <meta name="color:Speech" content="#FFFFFF"/>
  27. <meta name="color:Speech Text" content="#FFFFFF"/>
  28.  
  29.  
  30. <meta name="text:Link 2" content=""/>
  31. <meta name="text:Link 2 URL" content=""/>
  32. <meta name="text:Link 3" content=""/>
  33. <meta name="text:Link 3 URL" content=""/>
  34. <meta name="text:Link 4" content=""/>
  35. <meta name="text:Link 4 URL" content=""/>
  36. <meta name="text:Link 5" content=""/>
  37. <meta name="text:Link 5 URL" content=""/>
  38. <meta name="text:Link 6" content=""/>
  39. <meta name="text:Link 6 URL" content=""/>
  40. <meta name="text:Welcome text" content="1"/>
  41. <meta name="text:Scrollbar Size" content="10" />
  42.  
  43.  
  44. <title>{Title}</title>
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />
  47. {/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}">
  49.  
  50. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){$(document)
  57. .ready(function(){$("[title]")
  58. .style_my_tooltips();});})
  59. (jQuery);
  60. </script>
  61.  
  62. {block:IndexPage}
  63. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  64. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  65.  
  66. <script type="text/javascript">
  67. $(window).load(function(){
  68. var $wall = $('#entries');
  69. $wall.imagesLoaded(function(){
  70. $wall.masonry({
  71. itemSelector: '#post, #post_photo',
  72. isAnimated : false
  73. });
  74. });
  75.  
  76. $wall.infinitescroll({
  77. navSelector : '#pagination',
  78. nextSelector : '#pagination a',
  79. itemSelector : '#post, #post_photo',
  80. bufferPx : 2000,
  81. debug : false,
  82. errorCallback: function() {
  83. $('#scroll').fadeOut('normal');
  84. }},
  85. function( newElements ) {
  86. var $newElems = $( newElements );
  87. $newElems.hide();
  88. $newElems.imagesLoaded(function(){
  89. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  90. });
  91. }); $('#entries').show(500);
  92. });
  93. </script>
  94.  
  95. <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/37b530c4a8f5cfea2f15e9c3690cef87/tumblr_inline_nbcl94KgAm1sj57mq.png), progress;}</style>
  96.  
  97. <script type="text/javascript">
  98. // <![CDATA[
  99. var colour="pink"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  100. var sparkles=50;
  101.  
  102. /****************************
  103. * Tinkerbell Magic Sparkle *
  104. *(c)2005-13 mf2fm web-design*
  105. * http://www.mf2fm.com/rv *
  106. * DON'T EDIT BELOW THIS BOX *
  107. ****************************/
  108. var x=ox=400;
  109. var y=oy=300;
  110. var swide=800;
  111. var shigh=600;
  112. var sleft=sdown=0;
  113. var tiny=new Array();
  114. var star=new Array();
  115. var starv=new Array();
  116. var starx=new Array();
  117. var stary=new Array();
  118. var tinyx=new Array();
  119. var tinyy=new Array();
  120. var tinyv=new Array();
  121.  
  122. window.onload=function() { if (document.getElementById) {
  123. var i, rats, rlef, rdow;
  124. for (var i=0; i<sparkles; i++) {
  125. var rats=createDiv(3, 3);
  126. rats.style.visibility="hidden";
  127. rats.style.zIndex="999";
  128. document.body.appendChild(tiny[i]=rats);
  129. starv[i]=0;
  130. tinyv[i]=0;
  131. var rats=createDiv(5, 5);
  132. rats.style.backgroundColor="transparent";
  133. rats.style.visibility="hidden";
  134. rats.style.zIndex="999";
  135. var rlef=createDiv(1, 5);
  136. var rdow=createDiv(5, 1);
  137. rats.appendChild(rlef);
  138. rats.appendChild(rdow);
  139. rlef.style.top="2px";
  140. rlef.style.left="0px";
  141. rdow.style.top="0px";
  142. rdow.style.left="2px";
  143. document.body.appendChild(star[i]=rats);
  144. }
  145. set_width();
  146. sparkle();
  147. }}
  148.  
  149. function sparkle() {
  150. var c;
  151. if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
  152. ox=x;
  153. oy=y;
  154. for (c=0; c<sparkles; c++) if (!starv[c]) {
  155. star[c].style.left=(starx[c]=x)+"px";
  156. star[c].style.top=(stary[c]=y+1)+"px";
  157. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  158. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  159. star[c].style.visibility="visible";
  160. starv[c]=50;
  161. break;
  162. }
  163. }
  164. for (c=0; c<sparkles; c++) {
  165. if (starv[c]) update_star(c);
  166. if (tinyv[c]) update_tiny(c);
  167. }
  168. setTimeout("sparkle()", 40);
  169. }
  170.  
  171. function update_star(i) {
  172. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  173. if (starv[i]) {
  174. stary[i]+=1+Math.random()*3;
  175. starx[i]+=(i%5-2)/5;
  176. if (stary[i]<shigh+sdown) {
  177. star[i].style.top=stary[i]+"px";
  178. star[i].style.left=starx[i]+"px";
  179. }
  180. else {
  181. star[i].style.visibility="hidden";
  182. starv[i]=0;
  183. return;
  184. }
  185. }
  186. else {
  187. tinyv[i]=50;
  188. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  189. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  190. tiny[i].style.width="2px";
  191. tiny[i].style.height="2px";
  192. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  193. star[i].style.visibility="hidden";
  194. tiny[i].style.visibility="visible"
  195. }
  196. }
  197.  
  198. function update_tiny(i) {
  199. if (--tinyv[i]==25) {
  200. tiny[i].style.width="1px";
  201. tiny[i].style.height="1px";
  202. }
  203. if (tinyv[i]) {
  204. tinyy[i]+=1+Math.random()*3;
  205. tinyx[i]+=(i%5-2)/5;
  206. if (tinyy[i]<shigh+sdown) {
  207. tiny[i].style.top=tinyy[i]+"px";
  208. tiny[i].style.left=tinyx[i]+"px";
  209. }
  210. else {
  211. tiny[i].style.visibility="hidden";
  212. tinyv[i]=0;
  213. return;
  214. }
  215. }
  216. else tiny[i].style.visibility="hidden";
  217. }
  218.  
  219. document.onmousemove=mouse;
  220. function mouse(e) {
  221. if (e) {
  222. y=e.pageY;
  223. x=e.pageX;
  224. }
  225. else {
  226. set_scroll();
  227. y=event.y+sdown;
  228. x=event.x+sleft;
  229. }
  230. }
  231.  
  232. window.onscroll=set_scroll;
  233. function set_scroll() {
  234. if (typeof(self.pageYOffset)=='number') {
  235. sdown=self.pageYOffset;
  236. sleft=self.pageXOffset;
  237. }
  238. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  239. sdown=document.body.scrollTop;
  240. sleft=document.body.scrollLeft;
  241. }
  242. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  243. sleft=document.documentElement.scrollLeft;
  244. sdown=document.documentElement.scrollTop;
  245. }
  246. else {
  247. sdown=0;
  248. sleft=0;
  249. }
  250. }
  251.  
  252. window.onresize=set_width;
  253. function set_width() {
  254. var sw_min=999999;
  255. var sh_min=999999;
  256. if (document.documentElement && document.documentElement.clientWidth) {
  257. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  258. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  259. }
  260. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  261. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  262. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  263. }
  264. if (document.body.clientWidth) {
  265. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  266. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  267. }
  268. if (sw_min==999999 || sh_min==999999) {
  269. sw_min=800;
  270. sh_min=600;
  271. }
  272. swide=sw_min;
  273. shigh=sh_min;
  274. }
  275.  
  276. function createDiv(height, width) {
  277. var div=document.createElement("div");
  278. div.style.position="absolute";
  279. div.style.height=height+"px";
  280. div.style.width=width+"px";
  281. div.style.overflow="hidden";
  282. return (div);
  283. }
  284.  
  285. function newColour() {
  286. var c=new Array();
  287. c[0]=255;
  288. c[1]=Math.floor(Math.random()*256);
  289. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  290. c.sort(function(){return (0.5 - Math.random());});
  291. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  292. }
  293. // ]]>
  294. </script>
  295.  
  296. {/block:IndexPage}
  297.  
  298. <!---------------END SCRIPTS--------------->
  299.  
  300. <style type="text/css">
  301.  
  302.  
  303. /************EDIT BODY HERE************/
  304.  
  305. ::-webkit-scrollbar {
  306. height: 6px;
  307. width: {text:Scrollbar Size}px;
  308. background: #ffffff;
  309. }
  310. ::-webkit-scrollbar-thumb {
  311. background: {color:Scrollbar Color};
  312. border-radius: 10px;
  313. }
  314.  
  315.  
  316. body{
  317. margin:0px;
  318. background-color: {color:Background};
  319. background-image:url({image:Background});
  320. background-attachment:fixed;
  321. background-repeat:100%;
  322. background-position:bottom-right;
  323. font-family: Calibri;
  324. font-size:8px;
  325. letter-spacing:1px;
  326. text-transform:uppercase;
  327. text-align:left;
  328. line-height:11px;
  329. color: {color:Text};}
  330.  
  331.  
  332. a:link, a:active, a:visited{
  333. text-decoration: none;
  334. color: {color:Link};}
  335.  
  336. a:hover {
  337. color:{color:Link};
  338. text-decoration:none;}
  339.  
  340. /************EDIT TOOLTIP HERE************/
  341.  
  342.  
  343. #s-m-t-tooltip {
  344. padding: 3px;
  345. height:auto;
  346. display: none;
  347. font-family: consolas;
  348. font-size: 8px;
  349. text-transform:uppercase;
  350. text-align: center;
  351. letter-spacing:1px;
  352. margin-top:10px;
  353. margin-left: 15px;
  354. line-height: 8px;
  355. z-index: 999999999999;
  356. border-radius:3px;
  357. border: 1px solid #f5f5f5;
  358. background:#ffffff;
  359. color: #888;}
  360.  
  361. /************EDIT POST POSITION/WIDTH HERE************/
  362.  
  363. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  364.  
  365. #entries{
  366. text-align:left;
  367. width:820px;
  368. margin-left:200px;
  369. margin-top:10px;
  370. position:relative;
  371. overflow: hidden;
  372. }
  373.  
  374. /************EDIT OVERALL POSTS HERE************/
  375.  
  376. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  377.  
  378. #post{
  379. text-align:left;
  380. margin:30px;
  381. background:#ffffff;
  382. max-width: 100%;
  383. display:block;
  384. overflow:hidden;
  385. width:250px;
  386. padding:10px;
  387. font-size:10px;
  388. letter-spacing:1px;
  389. line-height:18px;
  390. border:1px solid #ddd;
  391. box-shadow: 10px 10px rgba(0,0,0,.07);
  392. -webkit-transition: all 0.4s ease-out;
  393. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  394. opacity:.9;
  395. border-radius:7px;
  396. {block:PermalinkPage}
  397. width:500px;
  398. {/block:PermalinkPage}
  399. }
  400.  
  401. /*Do not delete #post img.*/
  402.  
  403. #post img{
  404. max-width:100%;
  405. border-radius:5px;
  406. }
  407.  
  408. #post:hover{
  409. opacity:1;
  410. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  411. }
  412. /*Edit the permalinks all posts.*/
  413.  
  414. .permalink{
  415. text-transform:lowercase;
  416. font-size:9px;
  417. background-color:{color:Permalink Bg};
  418. border: 0px solid #E0F1FF;
  419. text-align:right;
  420. color:{color:Permalink};
  421. margin-top: 8px;
  422. padding-right:4px;
  423. line-height:12px;
  424. border-radius:3px;
  425. text-shadow:1px 1px 0px #BBBBBB;
  426. }
  427. .permalink a{
  428. text-transform:uppercase;
  429. line-height:15px;
  430. color:{color:Permalink};
  431. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  432. }
  433.  
  434. .permalink a:hover{
  435. color:{color:Permalink Hover};
  436. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  437. }
  438.  
  439. .notes {
  440. float: left;
  441. text-align: left;
  442. padding-left:4px;
  443. }
  444.  
  445. /*Edit the titles on any text-based post.*/
  446.  
  447. .posttitle{
  448. font-size:10px;
  449. text-align:center;
  450. color:{color:Link};}
  451.  
  452. .posttitle a{
  453. color:{color:Link};}
  454.  
  455. /************EDIT QUOTE POSTS HERE************/
  456.  
  457. .quote{
  458. margin-right: 5px;}
  459.  
  460. .source{
  461. padding-top:5px;
  462. display:block;
  463. text-align:right;}
  464.  
  465.  
  466. /************EDIT ANSWER POSTS HERE************/
  467.  
  468. .ask{
  469. padding:4px;
  470. background:#fff;
  471. border:1px solid #eee;
  472. border-radius:5px;
  473. }
  474. .asker{
  475. color:{color:Link};}
  476. .answer{
  477. margin-top:10px;}
  478.  
  479. /************EDIT AUDIO POSTS HERE************/
  480.  
  481. .audio{
  482. {block:IndexPage}width:180px;{/block:IndexPage}
  483. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  484. .info{
  485. padding:2px 0px 1px 57px;}
  486. .i {
  487. text-transform:uppercase;
  488. letter-spacing:1px;
  489. font-size:8px;}
  490. .pl b,strong{
  491. text-transform:lowercase;
  492. font-size:9px;}
  493. .player{
  494. position:absolute;
  495. overflow:hidden;
  496. margin-top:0px;
  497. margin-left:15px;
  498. background:#ffffff;
  499. width:24px;
  500. height:23px;}
  501.  
  502. /************EDIT VIDEO POSTS HERE************/
  503. /***********DO NOT DELETE THIS CODE************/
  504.  
  505. .video-container {
  506. position:relative;
  507. padding-bottom:56.25%;
  508. padding-top: 30px;
  509. height:0;
  510. overflow:hidden;}
  511.  
  512. .video-container iframe,
  513. .video-container object,
  514. .video-container embed {
  515. position: absolute;
  516. top: 0;
  517. left: 0;
  518. width: 100%;
  519. height: 100%;}
  520.  
  521. /************EDIT CHAT POSTS HERE************/
  522.  
  523. .chat{
  524. line-height:12px;
  525. list-style:none;}
  526. .chat ul{
  527. list-style:none;
  528. padding:0px 5px;
  529. line-height:15px;}
  530. .label{
  531. color:{color:Link};}
  532.  
  533. /************EDIT SIDEBAR HERE************/
  534.  
  535. #sidebar{
  536. background:#fff;
  537. border:1px #ddd solid;
  538. margin-left:-200px;
  539. margin-top:120px;
  540. width:150px;
  541. padding-bottom:10px;
  542. position:fixed;
  543. text-align:center;
  544. border-radius:5px;
  545. box-shadow: 10px 10px rgba(0,0,0,.07);
  546. }
  547.  
  548. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf')}
  549.  
  550. .blogtitle{
  551. padding:5px;
  552. padding-bottom:0px;
  553. text-align:center;
  554. font: normal 13px handy;
  555. border-bottom:0px solid #eee;
  556. padding-bottom:2px;
  557. background-color: {color:Blog Title Bg};
  558. }
  559.  
  560. .blogtitle a{
  561. color:{color:Blog Title};}
  562.  
  563. .description{
  564. padding:5px;}
  565.  
  566. .links{
  567. margin-left:-15px;
  568. padding:0px 10px 5px 10px;
  569. margin-top:5px;}
  570.  
  571. .links a{
  572. margin-left:15px;}
  573.  
  574. .links a:hover{
  575. color:{color:Hover};}
  576.  
  577. sidebarimage {
  578. width: 100px;
  579. }
  580.  
  581. #sidebarimage img{
  582. border-radius:120px;
  583. background-color: #fff;
  584. border: 1px solid #eee;
  585. padding: 6px;
  586. height:100px;
  587. width:100px;
  588. }
  589.  
  590. #askboxes a {color:#aaa;border:1px solid #ddd;border-radius:3px;width:35%;padding:3px;display:inline-block;
  591. text-align:center;cursor:pointer;font-size:8px;}
  592. #askboxes a:hover {background:#eee;color:#fff;transition: all 2s ease;}
  593.  
  594. a.kaito {
  595. border: 1px solid #e6e6e6;
  596. margin-left: 2px;
  597. margin-bottom: 4px;
  598. text-align: center;
  599. width: 30px;
  600. background: #fff;
  601. display: inline-block;
  602. color:#555;
  603. font:normal 9px 'calibri light';
  604. text-transform: uppercase;
  605. letter-spacing: 2px;
  606. padding:4px;
  607. filter: alpha(opacity = 80);
  608. opacity:.8;
  609. -moz-transition-duration: 1s;-
  610. webkit-transition-duration: 1s;
  611. }
  612.  
  613. /************EDIT TEXT SETTINGS HERE************/
  614.  
  615. i, em{
  616. color:{color:Link};}
  617. b, strong{
  618. font-weight:normal;
  619. text-transform:uppercase;
  620. color:{color:Link};}
  621. ul,ol{
  622. margin:0px;
  623. margin-left:-5px;}
  624. p{
  625. padding:0px;
  626. margin:2px;}
  627. u{
  628. text-decoration:none;
  629. color:{color:Title};}
  630.  
  631. blockquote {
  632. margin:0px;
  633. padding:4px;
  634. background:#fff;}
  635.  
  636. /************DO NOT DELETE #SCROLL************/
  637.  
  638. #scroll{
  639. bottom:-20px;
  640. position: absolute;
  641. left: 50%;
  642. width:10px;
  643. height:5px;
  644. overflow:hidden;
  645. margin-bottom:80px;}
  646.  
  647. /************EDIT CREDIT HERE************/
  648.  
  649. #credit{
  650. position:fixed;
  651. right:10px;
  652. bottom:10px;
  653. text-transform:uppercase;
  654. font-family:Calibri;
  655. font-size:8px;}
  656.  
  657. #credit a{
  658. color:#aaaaaa;}
  659.  
  660. </style>
  661. </head>
  662.  
  663. <body>
  664.  
  665.  
  666. <center>
  667.  
  668. <div id="entries">
  669.  
  670. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  671.  
  672. <div id="sidebar">
  673. <div class="blogtitle"><a href="/">{Title}</a></div>
  674. <br>
  675. <center>
  676. <a href="/"><img src="http://gazo.emoji7.jp/img/0561y_765459/%E3%82%A2%E3%83%83%E3%83%97%E3%83%AA%E3%82%B1_m.gif"></a>
  677. <a href="/ask"><img src="http://gazo.emoji7.jp/img/0561y_765452/%E3%82%A2%E3%83%83%E3%83%97%E3%83%AA%E3%82%B1_m.gif"></a>
  678. <a href="/archive"><img src="http://gazo.emoji7.jp/img/0561y_765454/%E3%82%A2%E3%83%83%E3%83%97%E3%83%AA%E3%82%B1_m.gif"></a>
  679. </center>
  680. <br>
  681. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"/></a></div>
  682. <br>
  683. <center>
  684.  
  685.  
  686. <div id="askboxes" style="width:150px;">
  687.  
  688. <center>
  689. <a onclick="document.getElementById('ksa').innerHTML=document.getElementById('1').innerHTML" >Desc</a>
  690. <a onclick="document.getElementById('ksa').innerHTML=document.getElementById('2').innerHTML" >Links</a>
  691. </center>
  692.  
  693. <div id="ksa" style="width:140px;margin-top:3px;">
  694. <br>
  695. <p>{text:Welcome text}</p>
  696. </div>
  697.  
  698. <div id="1" style="display:none;"><br>
  699. <center><div class="description">{Description}</div></center>
  700. </div>
  701. <div id="2" style="display:none;">
  702. <center>
  703. <a class="kaito" href="{text:link 2 url}">{text:link 2}</a>
  704. <a class="kaito" href="{text:link 3 url}">{text:link 3}</a>
  705. <a class="kaito" href="{text:link 4 url}">{text:link 4}</a>
  706. <a class="kaito" href="{text:link 5 url}">{text:link 5}</a>
  707. <a class="kaito" href="{text:link 6 url}">{text:link 6}</a>
  708. </center>
  709. </div>
  710. </div>
  711. </div>
  712.  
  713.  
  714. {block:Posts}
  715.  
  716. <!---------------DO NOT DELETE block:ContentSource--------------->
  717.  
  718. {block:ContentSource}
  719. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  720. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  721. {/block:SourceLogo}
  722. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  723. {/block:ContentSource}
  724.  
  725. <div id="post">
  726.  
  727. <!---------------EDIT TEXT POSTS HERE--------------->
  728.  
  729. {block:Text}
  730. <div class="text">
  731. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  732. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  733. </div>{/block:IndexPage}</div>
  734. {/block:Text}
  735.  
  736. <!---------------EDIT LINK POSTS HERE--------------->
  737.  
  738. {block:Link}
  739. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  740. {block:Description}{Description}{/block:Description}
  741. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  742. </div>{/block:IndexPage}
  743. {/block:Link}
  744.  
  745. <!---------------EDIT PHOTO POSTS HERE--------------->
  746.  
  747. {block:Photo}
  748. {block:IndexPage}
  749. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  750. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  751. {/block:Photo}
  752.  
  753. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  754.  
  755. {block:Photoset}
  756. {block:IndexPage}<a href="{Permalink}">{Photoset-250}</a><div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  757. </div>{/block:IndexPage}
  758. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  759. {/block:Photoset}
  760.  
  761. <!---------------EDIT QUOTE POSTS HERE--------------->
  762.  
  763. {block:Quote}
  764. {Quote}{block:Source}
  765. <div class="source">{Source}</div>{/block:Source}
  766. {block:IndexPage}
  767. <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}</div>
  768. {/block:Quote}
  769.  
  770. <!---------------EDIT ANSWER POSTS HERE--------------->
  771.  
  772. {block:Answer}
  773. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  774. <div class="answer">{Answer}</div>
  775. {block:IndexPage}
  776. <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>{/block:IndexPage}
  777. {/block:Answer}
  778.  
  779. <!---------------EDIT CHAT POSTS HERE--------------->
  780.  
  781. {block:Chat}
  782. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  783. <div class="chat"><ul>{block:Lines}
  784. <li class="person{UserNumber}">{block:Label}
  785. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
  786. {/block:IndexPage}
  787. {/block:Chat}
  788.  
  789. <!---------------EDIT AUDIO POSTS HERE--------------->
  790.  
  791. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  792. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
  793. {/block:IndexPage}
  794. {/block:Audio}
  795.  
  796. <!---------------EDIT VIDEO POSTS HERE--------------->
  797.  
  798. {block:Video}
  799. {block:IndexPage}<div class="video-container">{Video-250}</div>
  800. <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>{/block:IndexPage}
  801. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  802. {/block:Video}
  803.  
  804. <!---------------EDIT PERMALINK PAGE HERE--------------->
  805.  
  806. {block:PermalinkPage}
  807. {block:Caption}{Caption}{/block:Caption}
  808. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  809. <div class="permapage">
  810. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  811. </div>
  812. {/block:Posts}
  813. </div>
  814.  
  815.  
  816.  
  817. <!---------------DO NOT DELETE THIS--------------->
  818.  
  819. {block:IndexPage}
  820. {block:Pagination}
  821. <div id="pagination">
  822. {block:NextPage}
  823. <a id="nextPage" href="{NextPage}"></a>
  824. {/block:NextPage}
  825. {block:PreviousPage}
  826. <a href="{PreviousPage}"></a>
  827. {/block:PreviousPage}
  828. </div>
  829. {/block:Pagination}
  830. {/block:IndexPage}
  831. </center>
  832. </body>
  833.  
  834. <!---------------EDIT CREDIT CONTENT HERE--------------->
  835.  
  836. <BODY onselectstart="return false;" ondragstart="return false;">
  837. <div style=" font-size:8px; position:fixed; bottom:5px; left:0px; text-align:center; font-family:arial">
  838. <a href="http://themesbymiki.tumblr.com/tagged/cute-themes">✿</a></div>
  839.  
  840. <div id="credit"><a href="http://dislikes.tumblr.com/">credit</a></div>
  841. </html>
Advertisement
Add Comment
Please, Sign In to add comment