Guest User

melancholia

a guest
Nov 14th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <style> body, a, a:hover { cursor:url('http://media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png'), auto }</style>
  2.  
  3. <!-----------------------------------------------------------------
  4.              Themes by Chloethemez // Dark orgasm
  5.              
  6.                       Convinence theme  
  7.                
  8.              Comments and suggestions are welcome
  9.              
  10.                     chloethemez.tumblr.com
  11.  
  12. ------------------------------------------------------------------>
  13.  
  14. <html lang="en">
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  19.  
  20. <meta name="image:Background" content=""/>
  21. <meta name="color:Background" content="#FFFFFF"/>
  22. <meta name="color:Title" content="#999999"/>
  23. <meta name="color:Blog Title" content="#999999"/>
  24. <meta name="color:Link" content="#555555"/>
  25. <meta name="color:Hover" content="#999999"/>
  26. <meta name="color:Sidebar border" content=""/>
  27. <meta name="color:Text" content="#777777"/>
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30. <meta name="if:Simple links" content="0" />
  31. <meta name="if:ChineseLinks" content="0" />
  32.  
  33. <meta name="if:SidebarShadow" content="0" />
  34. <meta name="if:PostShadow" content="0" />
  35.  
  36. <meta name="text:Counter codes" content=""/>
  37. <meta name="text:Update one" content=""/>
  38. <meta name="text:Update two" content=""/>
  39. <meta name="text:Network badge codes" content=""/>
  40. <meta name="text:Corner Graphic URL" content=""/>
  41. <meta name="if:Maximized body background" content="0" />
  42. <meta name="if:FallingHearts" content="0" />
  43. <meta name="if:3 Column" content="0" />
  44. <meta name="text:Favicon image URL" content=""/>
  45. <meta name="text:Link One URL" content=""/>
  46. <meta name="text:Link One Title" content="link"/>
  47. <meta name="text:Link Two URL" content=""/>
  48. <meta name="text:Link Two Title" content="link"/>
  49. <meta name="text:Link Three URL" content=""/>
  50. <meta name="text:Link Three Title" content="link"/>
  51. <meta name="text:Link Four URL" content=""/>
  52. <meta name="text:Link Four Title" content="link"/>
  53. <meta name="text:Link Five URL" content=""/>
  54. <meta name="text:Link Five Title" content="link"/>
  55. <meta name="text:Link Six URL" content=""/>
  56. <meta name="text:Link Six Title" content="link"/>
  57. <meta name="if:Online" content="1" />
  58. <meta name="if:Offline" content="0" />
  59. <meta name="if:Postlimit" content="0" />
  60.  
  61.  
  62. <title>{Title}</title>
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66. <link rel="shortcut icon" href="{text:Favicon Image URL}">
  67.  
  68. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71.  
  72. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){$(document)
  75. .ready(function(){$("[title]")
  76. .style_my_tooltips();});})
  77. (jQuery);
  78. </script>
  79.  
  80. {block:IndexPage}
  81. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  82. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  83.  
  84. <script type="text/javascript">
  85. $(window).load(function(){
  86. var $wall = $('#entries');
  87. $wall.imagesLoaded(function(){
  88. $wall.masonry({
  89. itemSelector: '#post, #post_photo',
  90. isAnimated : false
  91. });
  92. });
  93.  
  94. $wall.infinitescroll({
  95. navSelector : '#pagination',
  96. nextSelector : '#pagination a',
  97. itemSelector : '#post, #post_photo',
  98. bufferPx : 2000,
  99. debug : false,
  100. errorCallback: function() {
  101. $('#scroll').fadeOut('normal');
  102. }},
  103. function( newElements ) {
  104. var $newElems = $( newElements );
  105. $newElems.hide();
  106. $newElems.imagesLoaded(function(){
  107. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  108. });
  109. }); $('#entries').show(500);
  110. });
  111. </script>
  112. {/block:IndexPage}
  113.  
  114. <!---------------END SCRIPTS--------------->
  115.  
  116. <style type="text/css">
  117.  
  118.    
  119. /************EDIT BODY HERE************/
  120.  
  121. body{
  122.     margin:0px;
  123.     background-color: {color:Background};
  124.     background-image:url({image:Background});
  125.     background-attachment:fixed
  126.     background-repeat:100%;
  127.     background-position:bottom-right;
  128.     font-family: Calibri;
  129.     font-size:8px;
  130.     letter-spacing:1px;
  131.     text-transform:uppercase;
  132.     text-align:left;
  133.     line-height:11px;
  134.     color: {color:Text};
  135.    
  136.  {block:ifmaximizedbodybackground}  -webkit-background-size: cover;
  137.   -moz-background-size: cover;
  138.   -o-background-size: cover;
  139.   background-size: cover; {/block:ifmaximizedbodybackground}
  140. }
  141.  
  142.  
  143. a:link, a:active, a:visited{
  144.     text-decoration: none;
  145.     color: {color:Link};}
  146.  
  147. a:hover {
  148.     color:{color:Link};
  149.     text-decoration:none;}
  150.    
  151. /************EDIT TOOLTIP HERE************/
  152.  
  153.  
  154. #s-m-t-tooltip {  
  155.     padding: 3px;  
  156.     height:auto;
  157.     display: none;
  158.     font-family: consolas;
  159.     font-size: 8px;
  160.     text-transform:uppercase;
  161.     text-align: center;
  162.     letter-spacing:1px;
  163.     margin-top:10px;
  164.     margin-left: 15px;
  165.     line-height: 8px;
  166.     z-index: 999999999999;
  167.     border-radius:3px;
  168.     border: 1px solid #f5f5f5;
  169.     background:#ffffff;
  170.     color: #888;}
  171.    
  172. /************EDIT POST POSITION/WIDTH HERE************/
  173.  
  174. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  175.    
  176. #entries{
  177.     text-align:left;
  178.     width:1000px;
  179.     margin-left:260px;
  180.     margin-top:10px;
  181.     position:relative;
  182.     overflow: hidden;
  183.     {block:PermalinkPage}
  184.     width:550px;
  185.     {/block:PermalinkPage}}
  186.    
  187. /************EDIT OVERALL POSTS HERE************/
  188.  
  189. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  190.  
  191. #post{
  192.     text-align:left;
  193.     margin:20px;
  194.     background:#ffffff;
  195.     max-width: 100%;
  196.     display:block;
  197.     overflow:hidden;
  198.     width:190px;
  199.      {block:ifPostShadow}
  200.      -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  201. -moz-box-shadow:    2px 2px 14px rgba(0, 0, 0, 0.2);
  202. box-shadow:         2px 2px 14px rgba(0, 0, 0, 0.2);
  203. {/block:ifPostShadow}
  204.      {block:if3column}
  205.      width:210px;
  206.      {/block:if3column}
  207. {block:PermalinkPage}
  208.     width:500px;
  209. {/block:PermalinkPage}}
  210.  
  211. /*Do not delete #post img.*/
  212.  
  213. #post img{
  214.     max-width:100%;}
  215.    
  216. /*Edit the permalinks all posts.*/
  217.  
  218. .permalink{
  219.     border-top:1px solid #f5f5f5;
  220.     text-align:right;}
  221. .permalink a{
  222.     text-transform:uppercase;
  223.     line-height:15px;}
  224.    
  225. /*Edit the titles on any text-based post.*/
  226.  
  227. .posttitle{
  228.     font-size:10px;
  229.     text-align:center;
  230.     color:{color:Link};}
  231.    
  232. .posttitle a{
  233.     color:{color:Link};}
  234.    
  235. /************EDIT QUOTE POSTS HERE************/
  236.  
  237. .quote{
  238.     margin-right: 5px;}
  239.    
  240. .source{
  241.     padding-top:5px;
  242.     display:block;
  243.     text-align:right;}
  244.    
  245.  
  246. /************EDIT ANSWER POSTS HERE************/
  247.    
  248. .ask{
  249.     padding:4px;
  250.     background:#f9f9f9;}
  251. .asker{
  252.     color:{color:Link};}
  253. .answer{
  254.     margin-top:10px;}
  255.  
  256. /************EDIT AUDIO POSTS HERE************/
  257.  
  258. .audio{
  259.     {block:IndexPage}width:180px;{/block:IndexPage}
  260.     {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  261. .info{
  262.     padding:2px 0px 1px 57px;}
  263. .i {
  264.     text-transform:uppercase;
  265.     letter-spacing:1px;
  266.     font-size:8px;}
  267. .pl b,strong{
  268.     text-transform:lowercase;
  269.     font-size:9px;}
  270. .player{
  271.     position:absolute;
  272.     overflow:hidden;
  273.     margin-top:0px;
  274.     margin-left:15px;
  275.     background:#ffffff;
  276.     width:24px;
  277.     height:23px;}
  278.    
  279. /************EDIT VIDEO POSTS HERE************/
  280. /***********DO NOT DELETE THIS CODE************/
  281.    
  282. .video-container {
  283.         position:relative;
  284.         padding-bottom:56.25%;
  285.         padding-top: 30px;
  286.         height:0;
  287.         overflow:hidden;}
  288.  
  289. .video-container iframe,  
  290. .video-container object,  
  291. .video-container embed {
  292.         position: absolute;
  293.         top: 0;
  294.         left: 0;
  295.         width: 100%;
  296.         height: 100%;}
  297.        
  298. /************EDIT CHAT POSTS HERE************/
  299.    
  300. .chat{
  301.     line-height:12px;
  302.     list-style:none;}
  303. .chat ul{
  304.     list-style:none;
  305.     padding:0px 5px;
  306.     line-height:15px;}
  307. .label{
  308.     color:{color:Link};}
  309.  
  310. /************EDIT SIDEBAR HERE************/
  311.  
  312.  
  313.    
  314. .blogtitle{
  315.     padding:5px;
  316.     padding-bottom:0px;
  317.     text-align:center;
  318.     font-size:12px;
  319.     font-family: 'Poiret One', cursive;
  320.    
  321. }
  322.    
  323. .blogtitle a{
  324.     color:{color:Blog Title};}
  325.    
  326. .description{
  327.     padding:5px;}
  328.    
  329. .links{
  330.     margin-left:-15px;
  331.     padding:0px 10px 5px 10px;
  332.     margin-top:5px;}
  333.    
  334. .links a{
  335.     margin-left:15px;}
  336.  
  337. .links a:hover{
  338.     color:{color:Hover};}
  339.    
  340. /************EDIT TEXT SETTINGS HERE************/
  341.  
  342. i, em{
  343.     color:{color:Link};}
  344. b, strong{
  345.     font-weight:normal;
  346.     text-transform:uppercase;
  347.     color:{color:Link};}
  348. ul,ol{
  349.     margin:0px;
  350.     margin-left:-5px;}
  351. p{
  352.     padding:0px;
  353.     margin:2px;}
  354. u{
  355.     text-decoration:none;
  356.     color:{color:Title};}
  357.    
  358. blockquote {
  359.     margin:0px;
  360.     padding:4px;
  361.     background:#f7f7f7;}
  362.    
  363. /************DO NOT DELETE #SCROLL************/  
  364.    
  365. #scroll{
  366.     bottom:-20px;
  367.     position: absolute;
  368.     left: 50%;
  369.     width:10px;
  370.     height:5px;
  371.     overflow:hidden;
  372.     margin-bottom:80px;}
  373.    
  374. /*-----box coding start-----*/
  375. #boxiebox {
  376.     font-size:11px; /*font size for all tabs*/
  377.     background-color:#ffffff; /*background colour of box*/
  378.     color:#000000; /*text colour for all tabs*/
  379.     position:fixed;
  380.     border:1px solid {color:sidebar border}; /*border width and colour*/
  381.     left:35px; /*distance from the right*/
  382.     padding:5px; /*padding around the box*/
  383.     height:auto;
  384.     font-family:'Calibri'; /*font family*/
  385.     width:185px; /*width*/
  386.     top:145px; /*distance from the top*/
  387.     z-index:4;
  388.     {block:ifSidebarShadow}
  389.      -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  390. -moz-box-shadow:    2px 2px 14px rgba(0, 0, 0, 0.2);
  391. box-shadow:         2px 2px 14px rgba(0, 0, 0, 0.2);
  392. {/block:ifSidebarShadow}
  393. }
  394. /*-----box coding end-----*/
  395.  
  396.  
  397. /*-----tab 1 coding start-----*/
  398. #tab1{
  399.     height:auto;
  400.     overflow:hidden;
  401.     border-bottom:1px solid {color:sidebar border}; /*border colour*/
  402.     z-index:4;
  403. -webkit-transition: all 0.4s ease-in-out;
  404. -moz-transition: all 0.4s ease-in-out;
  405. -o-transition: all 0.4s ease-in-out;}
  406.  
  407. #tab1 a{
  408.     text-decoration:underline; /*underline links*/ }
  409.    
  410. #tab1 a:hover{
  411.     text-decoration:none;}
  412.    
  413. #tab1:hover{
  414. height:auto; /*height of tab after hovering*/ }
  415. /*-----tab 1 coding end-----*/
  416.  
  417.  
  418. /*-----tab 2 coding start-----*/
  419. #tab2{
  420.     height:14px;
  421.     padding:2px;
  422.     overflow:hidden;
  423.     z-index:4;
  424. -webkit-transition: all 0.4s ease-in-out;
  425. -moz-transition: all 0.4s ease-in-out;
  426. -o-transition: all 0.4s ease-in-out;}
  427.  
  428. #tab2 a{
  429.     text-decoration:underline; /*underline links*/ }
  430.    
  431. #tab2 a:hover{
  432.     text-decoration:none;}
  433.    
  434. #tab2:hover{
  435. height:65px; /*height of tab after hovering*/ }
  436. /*-----tab 2 coding end-----*/
  437. /*-----tab 3 coding start-----*/
  438. #tab3{
  439.     height:14px;
  440.     padding:3px;
  441.     overflow:hidden;
  442.     border-bottom:1px solid {color:sidebar border}; /*border colour*/
  443.     z-index:4;
  444. -webkit-transition: all 0.4s ease-in-out;
  445. -moz-transition: all 0.4s ease-in-out;
  446. -o-transition: all 0.4s ease-in-out;}
  447.  
  448. #tab3 a{
  449.     text-decoration:underline; /*underline links*/ }
  450.    
  451. #tab3 a:hover{
  452.     text-decoration:none;}
  453.    
  454. #tab3:hover{
  455. height:125px; /*height of tab after hovering*/ }
  456. /*-----tab 3 coding end-----*/
  457.    
  458.  
  459.  
  460. </style>
  461.  
  462. <!--Hearts below, made by dazieh, tutorial at easy-html-tutorials-->
  463.  {block:ifFallingHearts}
  464. <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>if(!image_urls){var image_urls=Array()}if(!flash_urls){var flash_urls=Array()}image_urls['rain1']="http://www.picgifs.com/mini-graphics/mini-graphics/hearts/mini-graphics-hearts-655853.gif";image_urls['rain2']="http://www.picgifs.com/mini-graphics/mini-graphics/hearts/mini-graphics-hearts-655853.gif";image_urls['rain3']="http://www.picgifs.com/mini-graphics/mini-graphics/hearts/mini-graphics-hearts-655853.gif";image_urls['rain4']="http://www.picgifs.com/mini-graphics/mini-graphics/hearts/mini-graphics-hearts-655853.gif";$(document).ready(function(){var c=$(window).width();var d=$(window).height();var e=function(a,b){return Math.round(a+(Math.random()*(b-a)))};var f=function(a){setTimeout(function(){a.css({left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100)}).animate({top:(d-10)+'px'},e(7500,8000),function(){$(this).fadeOut('slow',function(){f(a)})})},e(1,8000))};$('<div></div>').attr('id','rainDiv')
  465. .css({position:'fixed',width:(c-20)+'px',height:'1px',left:'0px',top:'-5px',display:'block'}).appendTo('body');for(var i=1;i<=20;i++){var g=$('<img/>').attr('src',image_urls['rain'+e(1,4)])
  466. .css({position:'absolute',left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100),'margin-left':0}).addClass('rainDrop').appendTo('#rainDiv');f(g);g=null};var h=0;var j=0;$(window).resize(function(){c=$(window).width();d=$(window).height()})});</script>
  467. <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script>{/block:ifFallingHearts}
  468. <!--Hearts above, made by dazieh, tutorial at easy-html-tutorials-->
  469.  
  470. </head>
  471.  
  472. <body>
  473.  
  474. <div style="position:fixed; background-color: #ffffff; right:10px; top:25px; padding:4px; color: #427ea3; border:1px solid #000; opacity:0.8; font-size:10px; z-index:222;"><a title="theme by Chloe"href="http://chloethemez.tumblr.com/">克洛伊</a></div>
  475.  
  476. <script language=JavaScript>
  477. <!--
  478. var message="";
  479. ///////////////////////////////////
  480. function clickIE() {if (document.all) {(message);return false;}}
  481. function clickNS(e) {if
  482. (document.layers||(document.getElementById&&!document.all)) {
  483. if (e.which==2||e.which==3) {(message);return false;}}}
  484. if (document.layers)
  485. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  486. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  487.  
  488. document.oncontextmenu=new Function("return false")
  489. // -->
  490. </script>
  491.  
  492. <center>
  493.  
  494. <div id="entries">
  495.  
  496. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  497.  
  498.  
  499.  
  500. {block:Posts}
  501.  
  502. <!---------------DO NOT DELETE block:ContentSource--------------->
  503.  
  504. {block:ContentSource}
  505. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  506. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  507. {/block:SourceLogo}
  508. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  509. {/block:ContentSource}
  510.  
  511. <div id="post">
  512.  
  513. <!---------------EDIT TEXT POSTS HERE--------------->
  514.  
  515. {block:Text}
  516. <div class="text">
  517. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  518. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  519. </div>{/block:IndexPage}</div>
  520. {/block:Text}
  521.  
  522. <!---------------EDIT LINK POSTS HERE--------------->
  523.  
  524. {block:Link}
  525. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  526. {block:Description}{Description}{/block:Description}
  527. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  528. </div>{/block:IndexPage}
  529. {/block:Link}
  530.  
  531. <!---------------EDIT PHOTO POSTS HERE--------------->
  532.  
  533. {block:Photo}
  534. {block:IndexPage}
  535. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  536. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  537. {/block:Photo}
  538.  
  539. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  540.  
  541. {block:Photoset}
  542. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  543. </div>{/block:IndexPage}
  544. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  545. {/block:Photoset}
  546.  
  547. <!---------------EDIT QUOTE POSTS HERE--------------->
  548.  
  549. {block:Quote}
  550. {Quote}{block:Source}
  551. <div class="source">{Source}</div>{/block:Source}
  552. {block:IndexPage}
  553. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  554. <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  555. {/block:Quote}
  556.  
  557. <!---------------EDIT ANSWER POSTS HERE--------------->
  558.  
  559. {block:Answer}
  560. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  561. <div class="answer">{Answer}</div>
  562. {block:IndexPage}
  563. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  564. <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  565. {/block:Answer}
  566.  
  567. <!---------------EDIT CHAT POSTS HERE--------------->
  568.  
  569. {block:Chat}
  570. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  571. <div class="chat"><ul>{block:Lines}
  572. <li class="person{UserNumber}">{block:Label}
  573. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> /<a href="{Permalink}">{NoteCount}</a></div>
  574. {/block:IndexPage}
  575. {/block:Chat}
  576.  
  577. <!---------------EDIT AUDIO POSTS HERE--------------->
  578.  
  579. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  580. <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> / <a href="{Permalink}">{NoteCount}</a></div>
  581. {/block:IndexPage}
  582. {/block:Audio}
  583.  
  584. <!---------------EDIT VIDEO POSTS HERE--------------->
  585.  
  586. {block:Video}
  587. {block:IndexPage}<div class="video-container">{Video-250}</div>
  588. <div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  589. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  590. {/block:Video}
  591.  
  592. <!---------------EDIT PERMALINK PAGE HERE--------------->
  593.  
  594. {block:PermalinkPage}
  595. {block:Caption}{Caption}{/block:Caption}
  596. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date}  {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  597. <div class="permapage">
  598. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  599. </div>
  600. {/block:Posts}
  601. </div>
  602.  
  603. <!---------------DO NOT DELETE THIS--------------->
  604.  
  605. {block:IndexPage}
  606. {block:Pagination}
  607. <div id="pagination">
  608. {block:NextPage}
  609. <a id="nextPage" href="{NextPage}"></a>
  610. {/block:NextPage}
  611. {block:PreviousPage}
  612. <a href="{PreviousPage}"></a>
  613. {/block:PreviousPage}
  614. </div>
  615. {/block:Pagination}
  616. {/block:IndexPage}
  617. </center>
  618. </body>
  619.  
  620. <div id="boxiebox">
  621.  
  622. <div id="tab1">
  623. <div style="text-align:center;"><a href="/">{Title}</a></div><center>
  624. <img src="{image:sidebar}" max-wdith:185px; height=auto;>
  625. <br><br>{Description}<br><br>
  626.    
  627. {block:ifSimpleLinks}
  628.     <a href="/">home</a> /
  629.     <a href="/ask">ask</a>
  630.     <a href="{text:Link One URL}">{text:Link One Title}</a> /
  631.     <a href="{text:Link Two URL}">{text:Link Two Title}</a> /
  632.     <a href="{text:Link Three URL}">{text:Link Three Title}</a> /
  633.     <a href="{text:Link Four URL}">{text:Link Four Title}</a> /
  634.     <a href="{text:Link Five URL}">{text:Link Five Title}</a> /
  635.     <a href="{text:Link Six URL}">{text:Link Six Title}</a>
  636. {/block:ifSimpleLinks}  
  637.  
  638. {block:ifChineseLinks}
  639.     <a href="/" title="Home">开</a> /
  640.     <a href="/ask" title="ask">提</a> /
  641.     <a href="{text:Link One URL}" title="{text:Link One Title}">迪</a> /
  642.     <a href="{text:Link Two URL}" title="{text:Link Two Title}">斯</a> /
  643.     <a href="{text:Link Three URL}" title="{text:Link Three Title}">开</a> /
  644.     <a href="{text:Link Four URL}" title="{text:Link Four Title}">提</a> /
  645.     <a href="{text:Link Five URL}" title="{text:Link Five Title}">艾</a> /
  646.     <a href="{text:Link Six URL}" title="{text:Link Six Title}">德</a>
  647. {/block:ifChineseLinks}  
  648.    
  649.    
  650. <br><br></center></div>
  651.  
  652. <div id="tab3">
  653. <div style="text-align:center;">Stats & Updates</div><center><br>
  654. {text:Counter codes}<br><br></center>
  655. I am currently: <br><center>
  656. {block:ifOnline}☑ Online ☐Offline ☐Post Limit<br>{/block:ifOnline} {block:ifOffline}☐Online ☑ Offline ☐Post Limit<br>{/block:ifOffline} {block:ifPostlimit}☐Online  ☐Offline ☑Post Limit<br>{/block:ifpostlimit}</center><br>
  657. {text:Update one}<br>
  658. {text:Update two}<br>
  659. </div>
  660.  
  661. <div id="tab2">
  662. <div style="text-align:center;">Networks</div><br><center>
  663. <marquee>{text:Network badge codes}</marquee>
  664. </div></center>
  665.  
  666. </div>
  667.  
  668.  
  669.  
  670.  
  671. <div style="position:fixed; bottom:5px; left:5px; width:210px;"><img src="{text:corner graphic url}"/></div></div>
  672.  
  673. </html>
Add Comment
Please, Sign In to add comment