Advertisement
Guest User

Tumblr

a guest
Aug 2nd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 26.61 KB | None | 0 0
  1. <style> body, a, a:hover { cursor:url('{text:Cursor Image URL}'), auto }</style>
  2.  
  3. HOLA SOY ALBA Y HE ECHO ALGO ÚTIL
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <meta name="image:Background" content=""/>
  9. <meta name="image:Sidebar image" content=""/>
  10. <meta name="image:Sidebar background" content=""/>
  11. <meta name="image:Left Corner Image" content=""/>
  12. <meta name="image:Right Corner Image" content=""/>
  13. <meta name="image:Ask pop up close button" content=""/>
  14. <meta name="color:Background" content="#FFFFFF"/>
  15. <meta name="color:Sidebar Background" content=""/>
  16. <meta name="color:Post Background" content=""/>
  17. <meta name="color:More Box Background" content=""/>
  18. <meta name="color:Title" content="#999999"/>
  19. <meta name="color:Blog Title" content="#999999"/>
  20. <meta name="color:Text" content="#777777"/>
  21. <meta name="color:Link" content="#555555"/>
  22. <meta name="color:Hover" content="#999999"/>
  23. <meta name="color:Borders" content=""/>
  24. <meta name="color:Glitter Colour" content=""/>
  25.  
  26.  
  27. <meta name="if:Sidebar image" content=""/>
  28. <meta name="if:Sidebar background image" content=""/>
  29. <meta name="if:Maximised background" content=""/>
  30. <meta name="if:210px posts" content=""/>
  31. <meta name="if:Disable right click" content=""/>
  32. <meta name="if:Solid borders" content=""/>
  33. <meta name="if:Dashed borders" content=""/>
  34. <meta name="if:Dotted borders" content=""/>
  35. <meta name="if:Online" content="1" />
  36. <meta name="if:Offline" content="0" />
  37. <meta name="if:Postlimit" content="0" />
  38. <meta name="if:Falling hearts" content=""/>
  39. <meta name="if:Cherry Blossom Animation" content="0"/>
  40. <meta name="if:Glitter cursor" content=""/>
  41.  
  42. <meta name="text:Username" content=""/>
  43. <meta name="text:Cursor image URL" content=""/>
  44. <meta name="text:Favicon" content=""/>
  45. <meta name="text:Online counter codes" content=""/>
  46. <meta name="text:View counter codes" content=""/>
  47. <meta name="text:Network badge codes" content=""/>
  48. <meta name="text:Update one" content=""/>
  49. <meta name="text:Update two" content=""/>
  50.  
  51.  
  52. <meta name="text:Link One URL" content=""/>
  53. <meta name="text:Link One Title" content="link"/>
  54. <meta name="text:Link Two URL" content=""/>
  55. <meta name="text:Link Two Title" content="link"/>
  56. <meta name="text:Link Three URL" content=""/>
  57. <meta name="text:Link Three Title" content="link"/>
  58.  
  59.  
  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}">
  67.  
  68. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71. <script>
  72. $(document).ready(function() {
  73. //
  74. $('a.poplight[href^=#]').click(function() {
  75. var popID = $(this).attr('rel'); //Get Popup Name
  76. var popURL = $(this).attr('href'); //Get Popup href to define size
  77. var query= popURL.split('?');
  78. var dim= query[1].split('&');
  79. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="{image:Ask Pop Up Close Button}" class="btn_close" title="Close" alt="Close" width="40"/></a>');
  81. var popMargTop = ($('#' + popID).height() + 80) / 2;
  82. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  83. //Apply Margin to Popup
  84. $('#' + popID).css({
  85. 'margin-top' : -popMargTop,
  86. 'margin-left' : -popMargLeft
  87. });
  88. $('body').append('<div id="fade"></div>');
  89. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  90. return false;
  91. });
  92. $('a.close, #fade').live('click', function() {
  93. $('#fade , .popup_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>
  100.  
  101. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  102.  
  103. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  104. <script>
  105. (function($){$(document)
  106. .ready(function(){$("[title]")
  107. .style_my_tooltips();});})
  108. (jQuery);
  109. </script>
  110.  
  111. {block:IndexPage}
  112. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  113. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  114.  
  115. <script type="text/javascript">
  116. $(window).load(function(){
  117. var $wall = $('#entries');
  118. $wall.imagesLoaded(function(){
  119. $wall.masonry({
  120. itemSelector: '#post, #post_photo',
  121. isAnimated : false
  122. });
  123. });
  124.  
  125. $wall.infinitescroll({
  126. navSelector : '#pagination',
  127. nextSelector : '#pagination a',
  128. itemSelector : '#post, #post_photo',
  129. bufferPx : 2000,
  130. debug : false,
  131. errorCallback: function() {
  132. $('#scroll').fadeOut('normal');
  133. }},
  134. function( newElements ) {
  135. var $newElems = $( newElements );
  136. $newElems.hide();
  137. $newElems.imagesLoaded(function(){
  138. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  139. });
  140. }); $('#entries').show(500);
  141. });
  142. </script>
  143. {/block:IndexPage}
  144.  
  145. {block:ifGlitterCursor}
  146. <script type="text/javascript">
  147. // <![CDATA[
  148. var colour="{color:Glitter Colour}";
  149. var sparkles=120;
  150.  
  151. /****************************
  152. *  Tinkerbell Magic Sparkle *
  153. * (c) 2005 mf2fm web-design *
  154. *  http://www.mf2fm.com/rv  *
  155. * DON'T EDIT BELOW THIS BOX *
  156. ****************************/
  157. var x=ox=400;
  158. var y=oy=300;
  159. var swide=800;
  160. var shigh=600;
  161. var sleft=sdown=0;
  162. var tiny=new Array();
  163. var star=new Array();
  164. var starv=new Array();
  165. var starx=new Array();
  166. var stary=new Array();
  167. var tinyx=new Array();
  168. var tinyy=new Array();
  169. var tinyv=new Array();
  170.  
  171. window.onload=function() { if (document.getElementById) {
  172.  var i, rats, rlef, rdow;
  173.  for (var i=0; i<sparkles; i++) {
  174.    var rats=createDiv(3, 3);
  175.    rats.style.visibility="hidden";
  176.    document.body.appendChild(tiny[i]=rats);
  177.    starv[i]=0;
  178.    tinyv[i]=0;
  179.    var rats=createDiv(5, 5);
  180.    rats.style.backgroundColor="transparent";
  181.    rats.style.visibility="hidden";
  182.    var rlef=createDiv(1, 5);
  183.    var rdow=createDiv(5, 1);
  184.    rats.appendChild(rlef);
  185.    rats.appendChild(rdow);
  186.    rlef.style.top="2px";
  187.    rlef.style.left="0px";
  188.    rdow.style.top="0px";
  189.    rdow.style.left="2px";
  190.    document.body.appendChild(star[i]=rats);
  191.  }
  192.  set_width();
  193.  sparkle();
  194. }}
  195.  
  196. function sparkle() {
  197.  var c;
  198.  if (x!=ox || y!=oy) {
  199.    ox=x;
  200.    oy=y;
  201.    for (c=0; c<sparkles; c++) if (!starv[c]) {
  202.      star[c].style.left=(starx[c]=x)+"px";
  203.      star[c].style.top=(stary[c]=y)+"px";
  204.      star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  205.      star[c].style.visibility="visible";
  206.      starv[c]=50;
  207.      break;
  208.    }
  209.  }
  210.  for (c=0; c<sparkles; c++) {
  211.    if (starv[c]) update_star(c);
  212.    if (tinyv[c]) update_tiny(c);
  213.  }
  214.  setTimeout("sparkle()", 40);
  215. }
  216.  
  217. function update_star(i) {
  218.  if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  219.  if (starv[i]) {
  220.    stary[i]+=1+Math.random()*3;
  221.    if (stary[i]<shigh+sdown) {
  222.      star[i].style.top=stary[i]+"px";
  223.      starx[i]+=(i%5-2)/5;
  224.      star[i].style.left=starx[i]+"px";
  225.    }
  226.    else {
  227.      star[i].style.visibility="hidden";
  228.      starv[i]=0;
  229.      return;
  230.    }
  231.  }
  232.  else {
  233.    tinyv[i]=50;
  234.    tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  235.    tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  236.    tiny[i].style.width="2px";
  237.    tiny[i].style.height="2px";
  238.    star[i].style.visibility="hidden";
  239.    tiny[i].style.visibility="visible"
  240.  }
  241. }
  242.  
  243. function update_tiny(i) {
  244.  if (--tinyv[i]==25) {
  245.    tiny[i].style.width="1px";
  246.    tiny[i].style.height="1px";
  247.  }
  248.  if (tinyv[i]) {
  249.    tinyy[i]+=1+Math.random()*3;
  250.    if (tinyy[i]<shigh+sdown) {
  251.      tiny[i].style.top=tinyy[i]+"px";
  252.      tinyx[i]+=(i%5-2)/5;
  253.      tiny[i].style.left=tinyx[i]+"px";
  254.    }
  255.    else {
  256.      tiny[i].style.visibility="hidden";
  257.      tinyv[i]=0;
  258.      return;
  259.    }
  260.  }
  261.  else tiny[i].style.visibility="hidden";
  262. }
  263.  
  264. document.onmousemove=mouse;
  265. function mouse(e) {
  266.  set_scroll();
  267.  y=(e)?e.pageY:event.y+sdown;
  268.  x=(e)?e.pageX:event.x+sleft;
  269. }
  270.  
  271. function set_scroll() {
  272.  if (typeof(self.pageYOffset)=="number") {
  273.    sdown=self.pageYOffset;
  274.    sleft=self.pageXOffset;
  275.  }
  276.  else if (document.body.scrollTop || document.body.scrollLeft) {
  277.    sdown=document.body.scrollTop;
  278.    sleft=document.body.scrollLeft;
  279.  }
  280.  else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  281.    sleft=document.documentElement.scrollLeft;
  282.        sdown=document.documentElement.scrollTop;
  283.  }
  284.  else {
  285.    sdown=0;
  286.    sleft=0;
  287.  }
  288. }
  289.  
  290. window.onresize=set_width;
  291. function set_width() {
  292.  if (typeof(self.innerWidth)=="number") {
  293.    swide=self.innerWidth;
  294.    shigh=self.innerHeight;
  295.  }
  296.  else if (document.documentElement && document.documentElement.clientWidth) {
  297.    swide=document.documentElement.clientWidth;
  298.    shigh=document.documentElement.clientHeight;
  299.  }
  300.  else if (document.body.clientWidth) {
  301.    swide=document.body.clientWidth;
  302.    shigh=document.body.clientHeight;
  303.  }
  304. }
  305.  
  306. function createDiv(height, width) {
  307.  var div=document.createElement("div");
  308.  div.style.position="absolute";
  309.  div.style.height=height+"px";
  310.  div.style.width=width+"px";
  311.  div.style.overflow="hidden";
  312.  div.style.backgroundColor=colour;
  313.  return (div);
  314. }
  315. // ]]>
  316. </script>
  317. {/block:ifGlitterCursor}
  318.  
  319. {block:ifFallingHearts}
  320. <!--Hearts below, made by dazieh, tutorial at easy-html-tutorials-->
  321. <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')
  322. .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)])
  323. .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>
  324. <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>
  325. <!--Hearts above, made by dazieh, tutorial at easy-html-tutorials-->
  326. {/block:ifFallingHearts}
  327. <!---------------END SCRIPTS--------------->
  328.  
  329. <style type="text/css">
  330.  
  331.  
  332.  
  333. ::-webkit-scrollbar{ width:9px;  
  334.  background-image: -o-linear-gradient(bottom, #fff, #000 ); background-image: -moz-linear-gradient(bottom, #000, #fff); background-image: -webkit-linear-gradient(bottom, #fff, #000); background-image: -ms-linear-gradient(bottom, #000, #fff); background-image: linear-gradient(bottom, #000, #fff);  }
  335. ::-webkit-scrollbar-thumb{ background-color: #000; border: 3px solid #fff; }
  336.  
  337.    
  338. /************EDIT BODY HERE************/
  339.  
  340. body{
  341.     margin:0px;
  342.     background-color: {color:Background};
  343.     background-attachment:fixed;
  344.     background-repeat:100%;
  345.     background-position:bottom-right;
  346.     font-family: Calibri;
  347.     font-size:11px;
  348.     letter-spacing:1px;
  349.     text-transform:uppercase;
  350.     text-align:left;
  351.     line-height:11px;
  352.     color: {color:Text};
  353.     background-image:url({image:Background});
  354.     {block:ifMaximisedBackground}
  355.     -webkit-background-size: cover;
  356. -moz-background-size: cover;
  357. -o-background-size: cover;
  358. background-size: cover;
  359. {/block:ifMaximisedBackground}
  360.    
  361. }
  362.  
  363.  
  364. a:link, a:active, a:visited{
  365.     text-decoration: none;
  366.     color: {color:Link};}
  367.  
  368. a:hover {
  369.     color:{color:Link};
  370.     text-decoration:none;}
  371.    
  372. /************EDIT TOOLTIP HERE************/
  373.  
  374.  
  375. #s-m-t-tooltip {  
  376.     padding: 4px;  
  377.     height:auto;
  378.     display: none;
  379.     font-family: consolas;
  380.     font-size: 10px;
  381.     max-width:150px;
  382.     text-transform:uppercase;
  383.     text-align: center;
  384.     letter-spacing:1px;
  385.     margin-top:10px;
  386.     margin-left: 15px;
  387.     line-height: 8px;
  388.     z-index: 999999999999;
  389.    
  390.     border: 1px solid #f5f5f5;
  391.     background:#ffffff;
  392.     color: #888;}
  393.    
  394. /************EDIT POST POSITION/WIDTH HERE************/
  395.  
  396. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  397.    
  398. #entries{
  399.     text-align:left;
  400.     width:810px;
  401.     margin-left:270px;
  402.     margin-top:10px;
  403.     position:relative;
  404.     overflow: hidden;
  405.     {block:PermalinkPage}
  406.     width:550px;
  407.     {/block:PermalinkPage}}
  408.    
  409. /************EDIT OVERALL POSTS HERE************/
  410.  
  411. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  412.  
  413. #post{
  414.     text-align:left;
  415.     margin-right:70px;
  416.     margin-top:30px;
  417.     margin-bottom:40px;
  418.     background:{color:Post Background};
  419.     border:1px {color:Borders}
  420.    
  421. {block:ifSolidBorders}solid{/block:ifSolidBorders}
  422. {block:ifDashedBorders}dashed{/block:ifDashedBorders}
  423. {block:ifDottedBorders}dotted{/block:ifDottedBorders}
  424.    
  425.    
  426.     ;
  427.     padding-bottom:5px;
  428.     padding-left:11px;
  429.     padding-right:11px;
  430.     padding-top:11px;
  431.     max-width: 100%;
  432.     display:block;
  433.     overflow:hidden;
  434.     width:260px;
  435. {block:if210pxPosts}
  436.     width:210px;
  437. {/block:if210pxPosts}
  438. {block:PermalinkPage}
  439.     width:500px;
  440. {/block:PermalinkPage}}
  441.  
  442. /*Do not delete #post img.*/
  443.  
  444. #post img{
  445.     max-width:100%;}
  446.    
  447. /*Edit the permalinks all posts.*/
  448.  
  449. .permalink{
  450.  
  451.     padding-top:1.5px;
  452.     border-top:1px solid #f5f5f5;
  453.     text-align:right;}
  454. .permalink a{
  455.     text-transform:uppercase;
  456.     line-height:15px;}
  457.    
  458. /*Edit the titles on any text-based post.*/
  459.  
  460. .posttitle{
  461.     font-size:10px;
  462.     text-align:center;
  463.     color:{color:Link};}
  464.    
  465. .posttitle a{
  466.     color:{color:Link};}
  467.    
  468. /************EDIT QUOTE POSTS HERE************/
  469.  
  470. .quote{
  471.     margin-right: 5px;}
  472.    
  473. .source{
  474.     padding-top:5px;
  475.     display:block;
  476.     text-align:right;}
  477.    
  478.  
  479. /************EDIT ANSWER POSTS HERE************/
  480.    
  481. .ask{
  482.     padding:4px;
  483.     background:#f9f9f9;}
  484. .asker{
  485.     color:{color:Link};}
  486. .answer{
  487.     margin-top:10px;}
  488.  
  489. /************EDIT AUDIO POSTS HERE************/
  490.  
  491. .audio{
  492.     {block:IndexPage}width:180px;{/block:IndexPage}
  493.     {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  494. .info{
  495.     padding:2px 0px 1px 57px;}
  496. .i {
  497.     text-transform:uppercase;
  498.     letter-spacing:1px;
  499.     font-size:8px;}
  500. .pl b,strong{
  501.     text-transform:lowercase;
  502.     font-size:9px;}
  503. .player{
  504.     position:absolute;
  505.     overflow:hidden;
  506.     margin-top:0px;
  507.     margin-left:15px;
  508.     background:#ffffff;
  509.     width:24px;
  510.     height:23px;}
  511.    
  512. /************EDIT VIDEO POSTS HERE************/
  513. /***********DO NOT DELETE THIS CODE************/
  514.    
  515. .video-container {
  516.         position:relative;
  517.         padding-bottom:56.25%;
  518.         padding-top: 30px;
  519.         height:0;
  520.         overflow:hidden;}
  521.  
  522. .video-container iframe,  
  523. .video-container object,  
  524. .video-container embed {
  525.         position: absolute;
  526.         top: 0;
  527.         left: 0;
  528.         width: 100%;
  529.         height: 100%;}
  530.        
  531. /************EDIT CHAT POSTS HERE************/
  532.    
  533. .chat{
  534.     line-height:12px;
  535.     list-style:none;}
  536. .chat ul{
  537.     list-style:none;
  538.     padding:0px 5px;
  539.     line-height:15px;}
  540. .label{
  541.     color:{color:Link};}
  542.  
  543. /************EDIT SIDEBAR HERE************/
  544.  
  545. #sidebar{
  546.     background:{color:Sidebar Background};
  547.     border-right:1px {color:Borders}
  548.    
  549.     {block:ifSolidBorders}solid{/block:ifSolidBorders}
  550. {block:ifDashedBorders}dashed{/block:ifDashedBorders}
  551. {block:ifDottedBorders}dotted{/block:ifDottedBorders}
  552.    
  553.    
  554.     ;
  555.     margin-left:-370px;
  556.     margin-top:-30px;
  557.     padding-top:200px;
  558.     width:220px;
  559.     position:fixed;
  560.     height:100%;
  561. {block:ifSidebarBackgroundImage}background-image:url({image:Sidebar Background});{/block:ifSidebarBackgroundImage}
  562.     text-align:center;}
  563.    
  564. .blogtitle{
  565.     text-align:right;
  566.     padding:5px;
  567.     padding-bottom:0px;
  568.    
  569.     font-size:12px;}
  570.    
  571. .blogtitle a{
  572.     color:{color:Blog Title};}
  573.    
  574. .description{
  575.     text-align:right;
  576.     padding:5px;}
  577.    
  578. .links{
  579.     text-align:right;
  580.     margin-left:65px;
  581.     padding:0px 10px 5px 10px;
  582.     margin-top:5px;
  583.  
  584. }
  585.  
  586. .links:hover{
  587.     text-align:right;
  588.     margin-left:35px;
  589.     padding:0px 10px 5px 10px;
  590.     margin-top:5px;
  591.    
  592.  
  593. }
  594.    
  595. .links a{
  596.     margin-left:15px;
  597.  
  598. }
  599.  
  600. .links a:hover{
  601.     margin-left:;
  602.     color:{color:Hover};
  603. }
  604.    
  605. /************EDIT TEXT SETTINGS HERE************/
  606.  
  607. i, em{
  608.     color:{color:Link};}
  609. b, strong{
  610.     font-weight:normal;
  611.     text-transform:uppercase;
  612.     color:{color:Link};}
  613. ul,ol{
  614.     margin:0px;
  615.     margin-left:-5px;}
  616. p{
  617.     padding:0px;
  618.     margin:2px;}
  619. u{
  620.     text-decoration:none;
  621.     color:{color:Title};}
  622.    
  623. blockquote {
  624.     margin:0px;
  625.     padding:4px;
  626.     background:#f7f7f7;}
  627.    
  628. /************DO NOT DELETE #SCROLL************/  
  629.    
  630. #scroll{
  631.     bottom:-20px;
  632.     position: absolute;
  633.     left: 50%;
  634.     width:10px;
  635.     height:5px;
  636.     overflow:hidden;
  637.     margin-bottom:80px;}
  638.    
  639.  
  640. #fade { /*--Transparent background layer--*/
  641. display: none; /*--hidden by default--*/
  642. background: #000;
  643. position: fixed; left: 0; top: 0;
  644. width: 100%; height: 100%;
  645. opacity: .80;
  646. z-index: 9999;
  647. }
  648. .popup_block{
  649. display: none; /*--hidden by default--*/
  650. background: #fcfbf8;
  651. padding: 10px;
  652. border: 5px solid #f2e7e2;
  653. float: left;
  654. font-size: 10;
  655. position: fixed;
  656. top: 50%; left: 50%;
  657. z-index: 99999;
  658. /*--CSS3 Box Shadows--*/
  659. -webkit-box-shadow: 0px 0px 20px #000;
  660. -moz-box-shadow: 0px 0px 20px #000;
  661. box-shadow: 0px 0px 20px #000;
  662. /*--CSS3 Rounded Corners--*/
  663. -webkit-border-radius: 5px;
  664. -moz-border-radius: 5px;
  665. border-radius: 5px;
  666. }
  667. img.btn_close {
  668. float: right;
  669. margin: -20 -20px 0 0;
  670. }
  671. /*--Making IE6 Understand Fixed Positioning--*/
  672. *html #fade {
  673. position: absolute;
  674. }
  675. *html .popup_block {
  676. position: absolute;
  677. }
  678.  
  679. #singlenotice {
  680.     display:block;
  681.     height:12px;
  682.     width:145px;
  683.     font-size:10px; /* font size */
  684.     text-transform:uppercase; /* uppercase */
  685.     position:fixed;
  686.     background:{color:More Box Background}; /* background colour */
  687.     padding:3px 3px 1px 2px;
  688.     text-align:center; /* text align */
  689.     top:75px; /* position from top */
  690.     right:45px; /* position from left */
  691.     /* NOTE - if you want the box on the left change the left:10px to
  692.     right:10px */
  693.     z-index:9999999;
  694.     color:{color:text}; /* text colour */
  695.     font-family:'calibri'; /* font family */
  696.     border:1px solid {color:Borders}; /* border width and colour */
  697.     overflow:hidden;
  698.     -moz-transition-duration:0.6s;
  699.     -webkit-transition-duration:0.6s;
  700.     -o-transition-duration:0.6s;}
  701.    
  702. #singlenotice:hover {
  703.     padding-top:3px;
  704.     height:200px; /* height after hovering */
  705.     width:145px; /* width after hovering */}
  706.    
  707. #singlenotice a{
  708.     color:#000; /* link colour */
  709.     text-decoration:underline; /* link underline */}
  710.    
  711. #singlenotice a:hover{
  712.     color:#000; /* link colour after hovering */
  713.     text-decoration:none; /* no underline after hovering over link */}
  714.  
  715. </style>
  716.  
  717. </head>
  718.  
  719. <body>
  720. <a href='#'><img border='0' src='http://k42.kn3.net/taringa/2/0/0/5/9/5/72/noodle_chan/143.gif?1113' style='position:fixed; bottom:0; right:0;'/></a>
  721. {block:IfDisableRightClick}
  722. <script language=JavaScript>
  723.  
  724. <!--
  725.  
  726. //Disable right click script III- By Renigade (renigade@mediaone.net)
  727.  
  728. //For full source code, visit http://www.dynamicdrive.com
  729.  
  730. var message="";
  731.  
  732. ///////////////////////////////////
  733.  
  734. function clickIE() {if (document.all) {(message);return false;}}
  735.  
  736. function clickNS(e) {if
  737.  
  738. (document.layers||(document.getElementById&&!document.all)) {
  739.  
  740. if (e.which==2||e.which==3) {(message);return false;}}}
  741.  
  742. if (document.layers)
  743.  
  744. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  745.  
  746. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  747.  
  748. document.oncontextmenu=new Function("return false")
  749.  
  750. // -->
  751.  
  752. </script>
  753. {/block:IfDisableRightClick}
  754.  
  755.  
  756.  
  757.  
  758. <center>
  759.  
  760. <div id="entries">
  761.  
  762. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  763.  
  764. <div id="sidebar">
  765. <div class="blogtitle"><a href="/">{Title}</a></div>
  766. {block:ifSidebarImage}<img src="{image:Sidebar Image}" width="190">{/block:ifSidebarImage}
  767. <div class="description">{Description}</div>
  768. <div class="links">
  769.     <a href="/" title="refresh">home</a><br>
  770.    <a href="#?w=500" rel="02" class="poplight" title="Mssg">Ask</a><br>
  771.     <a href="{text:Link One URL}" title="{text:Link One Title}">{text:Link One Title}</a><br>
  772. </div>
  773. </div>
  774.  
  775.  
  776. {block:Posts}
  777.  
  778. <!---------------DO NOT DELETE block:ContentSource--------------->
  779.  
  780. {block:ContentSource}
  781. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  782. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  783. {/block:SourceLogo}
  784. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  785. {/block:ContentSource}
  786.  
  787. <div id="post">
  788.  
  789. <!---------------EDIT TEXT POSTS HERE--------------->
  790.  
  791. {block:Text}
  792. <div class="text">
  793. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  794. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="Reblog"><img src="http://i.imgur.com/mQQ3COy.png"></a> / <a href="{Permalink}">{NoteCount}</a>
  795. </div>{/block:IndexPage}</div>
  796. {/block:Text}
  797.  
  798. <!---------------EDIT LINK POSTS HERE--------------->
  799.  
  800. {block:Link}
  801. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  802. {block:Description}{Description}{/block:Description}
  803. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog"><img src="http://i.imgur.com/mQQ3COy.png"></a> / <a href="{Permalink}" title="{NoteCount}">{NoteCount}</a>
  804. </div>{/block:IndexPage}
  805. {/block:Link}
  806.  
  807. <!---------------EDIT PHOTO POSTS HERE--------------->
  808.  
  809. {block:Photo}
  810. {block:IndexPage}
  811. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="260px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog"><img src="http://i.imgur.com/mQQ3COy.png"></a> / <a href="{Permalink}" title="{NoteCount}">{NoteCount}</a>
  812. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  813. {/block:Photo}
  814.  
  815. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  816.  
  817. {block:Photoset}
  818. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}"><img src="http://i.imgur.com/mQQ3COy.png"></a> / <a href="{Permalink}">{NoteCount}</a>
  819. </div>{/block:IndexPage}
  820. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  821. {/block:Photoset}
  822.  
  823. <!---------------EDIT QUOTE POSTS HERE--------------->
  824.  
  825. {block:Quote}
  826. {Quote}{block:Source}
  827. <div class="source">{Source}</div>{/block:Source}
  828. {block:IndexPage}
  829. <div class="permalink"><a href="{ReblogURL}"><img src="http://i.imgur.com/mQQ3COy.png"></a> /
  830. <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  831. {/block:Quote}
  832.  
  833. <!---------------EDIT ANSWER POSTS HERE--------------->
  834.  
  835. {block:Answer}
  836. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  837. <div class="answer">{Answer}</div>
  838. {block:IndexPage}
  839. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  840. <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  841. {/block:Answer}
  842.  
  843. <!---------------EDIT CHAT POSTS HERE--------------->
  844.  
  845. {block:Chat}
  846. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  847. <div class="chat"><ul>{block:Lines}
  848. <li class="person{UserNumber}">{block:Label}
  849. <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>
  850. {/block:IndexPage}
  851. {/block:Chat}
  852.  
  853. <!---------------EDIT AUDIO POSTS HERE--------------->
  854.  
  855. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  856. <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>
  857. {/block:IndexPage}
  858. {/block:Audio}
  859.  
  860. <!---------------EDIT VIDEO POSTS HERE--------------->
  861.  
  862. {block:Video}
  863. {block:IndexPage}<div class="video-container">{Video-250}</div>
  864. <div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  865. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  866. {/block:Video}
  867.  
  868. <!---------------EDIT PERMALINK PAGE HERE--------------->
  869.  
  870. {block:PermalinkPage}
  871. {block:Caption}{Caption}{/block:Caption}
  872. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date}  {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  873. <div class="permapage">
  874. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  875. </div>
  876. {/block:Posts}
  877. </div>
  878.  
  879. <!---------------DO NOT DELETE THIS--------------->
  880.  
  881. {block:IndexPage}
  882. {block:Pagination}
  883. <div id="pagination">
  884. {block:NextPage}
  885. <a id="nextPage" href="{NextPage}"></a>
  886. {/block:NextPage}
  887. {block:PreviousPage}
  888. <a href="{PreviousPage}"></a>
  889. {/block:PreviousPage}
  890. </div>
  891. {/block:Pagination}
  892. {/block:IndexPage}
  893. </center>
  894.  
  895.  
  896. </body>
  897.  
  898.    
  899.  
  900. </div></div></div></div></div></div></div></div></div></div>
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement