Don't like ads? PRO users don't see any ads ;-)
Guest

kkk

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 22.18 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- THEME BY K-NOCK, DO NOT COPY
  6.  
  7.  
  8.  
  9.             K    K   NN       N   OOOOOOOOOO   CCCCCCCCCC   K    K
  10.             K   K    N N      N   O        O   C            K   K
  11.             K  K     N  N     N   O        O   C            K  K
  12.             KK       N   N    N   O        O   C            KK
  13.             KK       N    N   N   O        O   C            KK
  14.             K K      N     N  N   O        O   C            K  K
  15.             K  K     N      N N   O        O   C            K   K
  16.             K   K    N       NN   OOOOOOOOOO   CCCCCCCCCC   K    K --!>
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20. <head> <!-- DEFAULT VARIABLES -->
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:text" content="#3d3d3d" />
  23. <meta name="color:border" content="#3d3d3d" />
  24. <meta name="color:entry" content="#F7F7F5" />
  25. <meta name="color:linkx" content="#F7F7F5" />
  26. <meta name="color:linkss" content="#3d3d3d" />
  27. <meta name="color:barra" content="#ffffff" />
  28. <meta name="color:barratxt" content="#000000" />
  29. <meta name="color:subtitulo" content="#000000" />
  30. <meta name="color:bgtitulo" content="#ffffff" />
  31. <meta name="color:descri" content="#F7F7F5" />
  32. <meta name="color:textdescri" content="#F7F7F5" />
  33. <meta name="color:info" content="#000000" />
  34. <meta name="color:link" content="#470E1A" />
  35. <meta name="color:linhas" content="#470E1A" />
  36.  
  37. <meta name="if:Show tags" content="1"/>
  38. <meta name="if:Show search" content="1"/>
  39. <meta name="if:Show sidebar image" content="1"/>
  40. <meta name="if:Fixed sidebar" content="1"/>
  41. <meta name="if:Enable endless scrolling" content="0"/>
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="text:subtitulo" content="nobody can take that from me" />
  46. <meta name="text:titulo" content="like a skyscraper" />
  47.  
  48. <meta name="text:Link1" content="" />
  49. <meta name="text:Link1 Title" content="" />
  50. <meta name="text:Link2" content="" />
  51. <meta name="text:Link2 Title" content="" />
  52. <meta name="text:Link3" content="" />
  53. <meta name="text:Link3 Title" content="" />
  54. <meta name="text:Link4" content="" />
  55. <meta name="text:Link4 Title" content="" />
  56. <meta name="text:Link5" content="" />
  57. <meta name="text:Link5 Title" content="" />
  58. <meta name="text:Link6" content="" />
  59. <meta name="text:Link6 Title" content="" />
  60.  
  61. <script type="text/javascript">
  62.  
  63.  
  64.  
  65. // <![CDATA[
  66.  
  67.  
  68.  
  69. // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
  70.  
  71.  
  72.  
  73. var fgcolour="{color:pt1}"; // foreground colour
  74.  
  75.  
  76.  
  77. var hlcolour="{color:pt2}"; // highlight colour
  78.  
  79.  
  80.  
  81. var bgcolour="{color:pt3}"; // background colour
  82.  
  83.  
  84.  
  85. var glcolour="{color:pt4}"; // colour of glow around letters
  86.  
  87.  
  88.  
  89. var speed=66; // speed colours change, 1 second = 1000
  90.  
  91.  
  92.  
  93. var delay=50; // how long to wait between wipes
  94.  
  95.  
  96.  
  97. var alink="/"; // page to link text to (set to ="" for no link)
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. /****************************
  106.  
  107.  
  108.  
  109. *Multi-Wipe Neon Text Effect*
  110.  
  111.  
  112.  
  113. *(c)2003-12 mf2fm web-design*
  114.  
  115.  
  116.  
  117. *  http://www.mf2fm.com/rv  *
  118.  
  119.  
  120.  
  121. * DON'T EDIT BELOW THIS BOX *
  122.  
  123.  
  124.  
  125. ****************************/
  126.  
  127.  
  128.  
  129. var w_txt, w_txl;
  130.  
  131.  
  132.  
  133. var w_flp=bgcolour;
  134.  
  135.  
  136.  
  137. var w_sty=Math.floor(Math.random()*8);
  138.  
  139.  
  140.  
  141. var w_cnt=-1;
  142.  
  143.  
  144.  
  145. var wipes=new Array();
  146.  
  147.  
  148.  
  149. var wrand=new Array();
  150.  
  151.  
  152.  
  153. window.onload=function() { if (document.getElementById) {
  154.  
  155.  
  156.  
  157.  var i, wiper, wipei;
  158.  
  159.  
  160.  
  161.  wiper=document.getElementById("wipe");
  162.  
  163.  
  164.  
  165.  w_txt=wiper.firstChild.nodeValue;
  166.  
  167.  
  168.  
  169.  w_txl=w_txt.length;
  170.  
  171.  
  172.  
  173.  while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  174.  
  175.  
  176.  
  177.  for (i=0; i<w_txl; i++) {
  178.  
  179.  
  180.  
  181.    wipei=document.createElement("span");
  182.  
  183.  
  184.  
  185.    wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  186.  
  187.  
  188.  
  189.    wipes[i]=wipei.style;
  190.  
  191.  
  192.  
  193.    wipes[i].textShadow=glcolour+" 0px 0px 5px";
  194.  
  195.  
  196.  
  197.    wipes[i].color=fgcolour;
  198.  
  199.  
  200.  
  201.    wiper.appendChild(wipei);
  202.  
  203.  
  204.  
  205.  }
  206.  
  207.  
  208.  
  209.  if (alink) {
  210.  
  211.  
  212.  
  213.    wiper.style.cursor="pointer";
  214.  
  215.  
  216.  
  217.    wiper.onclick=function() { top.location.href=alink; }
  218.  
  219.  
  220.  
  221.  }
  222.  
  223.  
  224.  
  225.  for (i=0; i<w_txl; i++) wrand[i]=i;
  226.  
  227.  
  228.  
  229.  wiper=setInterval("randwipe()", speed);
  230.  
  231.  
  232.  
  233. }}
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. function c(i, shade) {
  242.  
  243.  
  244.  
  245.  if (shade==bgcolour) wipes[i].textShadow="none";
  246.  
  247.  
  248.  
  249.  else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  250.  
  251.  
  252.  
  253.  wipes[i].color=shade;
  254.  
  255.  
  256.  
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. function randwipe() {
  266.  
  267.  
  268.  
  269.  var w_old;
  270.  
  271.  
  272.  
  273.  if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  274.  
  275.  
  276.  
  277.  else {
  278.  
  279.  
  280.  
  281.    w_cnt=-1;
  282.  
  283.  
  284.  
  285.    w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  286.  
  287.  
  288.  
  289.    w_old=w_sty;
  290.  
  291.  
  292.  
  293.    while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  294.  
  295.  
  296.  
  297.  }
  298.  
  299.  
  300.  
  301. }
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. function wipe0() { // curtains
  318.  
  319.  
  320.  
  321.  if (w_cnt<Math.floor(w_txl/2)) {
  322.  
  323.  
  324.  
  325.    c(w_cnt, hlcolour);
  326.  
  327.  
  328.  
  329.    c(w_txl-w_cnt-1, hlcolour);
  330.  
  331.  
  332.  
  333.  }
  334.  
  335.  
  336.  
  337.  else if (w_cnt<w_txl) {
  338.  
  339.  
  340.  
  341.    c(w_cnt, w_flp);
  342.  
  343.  
  344.  
  345.    c(w_txl-w_cnt-1, w_flp);
  346.  
  347.  
  348.  
  349.  }
  350.  
  351.  
  352.  
  353. }
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361. function wipe1() { // random
  362.  
  363.  
  364.  
  365.  var i, rand, temp;
  366.  
  367.  
  368.  
  369.  if (w_cnt==0) {
  370.  
  371.  
  372.  
  373.    for (i=0; i<w_txl; i++) {
  374.  
  375.  
  376.  
  377.      rand=Math.floor(Math.random()*w_txl);
  378.  
  379.  
  380.  
  381.      temp=wrand[i];
  382.  
  383.  
  384.  
  385.      wrand[i]=wrand[rand];
  386.  
  387.  
  388.  
  389.      wrand[rand]=temp;
  390.  
  391.  
  392.  
  393.    }
  394.  
  395.  
  396.  
  397.  }
  398.  
  399.  
  400.  
  401.  if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  402.  
  403.  
  404.  
  405.  if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  406.  
  407.  
  408.  
  409. }
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417. function wipe2() { // forwards
  418.  
  419.  
  420.  
  421.  if (w_cnt<w_txl) c(w_cnt, hlcolour);
  422.  
  423.  
  424.  
  425.  if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  426.  
  427.  
  428.  
  429. }
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437. function wipe3() { // backwards
  438.  
  439.  
  440.  
  441.  if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  442.  
  443.  
  444.  
  445.  if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  446.  
  447.  
  448.  
  449. }
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457. function wipe4() { // searchlight
  458.  
  459.  
  460.  
  461.  if (w_cnt<w_txl) c(w_cnt, hlcolour);
  462.  
  463.  
  464.  
  465.  if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  466.  
  467.  
  468.  
  469.  if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  470.  
  471.  
  472.  
  473.  if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  474.  
  475.  
  476.  
  477.  if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  478.  
  479.  
  480.  
  481. }
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. function wipe5() { // fade
  490.  
  491.  
  492.  
  493.  var i;
  494.  
  495.  
  496.  
  497.  if (w_cnt<w_txl+3) {
  498.  
  499.  
  500.  
  501.    var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  502.  
  503.  
  504.  
  505.    var temp="#";
  506.  
  507.  
  508.  
  509.    for (i=1; i<6; i+=2) {
  510.  
  511.  
  512.  
  513.      var hex1=parseInt(start.substring(i,i+2),16);
  514.  
  515.  
  516.  
  517.      var hex2=parseInt(w_flp.substring(i,i+2),16);
  518.  
  519.  
  520.  
  521.      temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  522.  
  523.  
  524.  
  525.    }
  526.  
  527.  
  528.  
  529.    for (i=0; i<w_txl; i++) c(i, temp);
  530.  
  531.  
  532.  
  533.  }
  534.  
  535.  
  536.  
  537. }
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545. function wipe6() { // flash
  546.  
  547.  
  548.  
  549.  var i;
  550.  
  551.  
  552.  
  553.  if (w_cnt<6*Math.floor(w_txl/6)+3) {
  554.  
  555.  
  556.  
  557.    if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  558.  
  559.  
  560.  
  561.    else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  562.  
  563.  
  564.  
  565.    else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  566.  
  567.  
  568.  
  569.  }
  570.  
  571.  
  572.  
  573. }
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. function wipe7() { // checkerboard
  582.  
  583.  
  584.  
  585.  var qtr=Math.floor(w_txl/4);
  586.  
  587.  
  588.  
  589.  if (w_cnt<qtr) {
  590.  
  591.  
  592.  
  593.    c(w_cnt, hlcolour);
  594.  
  595.  
  596.  
  597.    c(w_cnt+2*qtr, hlcolour);
  598.  
  599.  
  600.  
  601.  }
  602.  
  603.  
  604.  
  605.  else if (w_cnt<2*qtr) {
  606.  
  607.  
  608.  
  609.    c(w_cnt-qtr, w_flp);
  610.  
  611.  
  612.  
  613.    c(w_cnt+qtr, w_flp);
  614.  
  615.  
  616.  
  617.  }
  618.  
  619.  
  620.  
  621.  else if (w_cnt<3*qtr) {
  622.  
  623.  
  624.  
  625.    c(w_cnt-qtr, hlcolour);
  626.  
  627.  
  628.  
  629.    c(w_cnt+qtr, hlcolour);
  630.  
  631.  
  632.  
  633.  }
  634.  
  635.  
  636.  
  637.  else if (w_cnt<w_txl) {
  638.  
  639.  
  640.  
  641.    c(w_cnt-2*qtr, w_flp);
  642.  
  643.  
  644.  
  645.    c(w_cnt, w_flp);
  646.  
  647.  
  648.  
  649.  }
  650.  
  651.  
  652.  
  653. }
  654.  
  655.  
  656.  
  657. // ]]>
  658.  
  659.  
  660.  
  661. </script>
  662.         <title>{Title}</title>
  663.         <link rel="shortcut icon" href="{Favicon}">
  664.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  665.         {block:Description}
  666.             <meta name="description" content="{MetaDescription}" />
  667.         {/block:Description}
  668.  
  669. {block:IfEnableEndlessScrolling}
  670. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  671. {/block:IfEnableEndlessScrolling}
  672.  
  673.  
  674.     <style type="text/css">
  675.  
  676. body {background-color:{color:background}; color:{color:text}; font-family: verdana; font-size:11px; line-height:110%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  677.  
  678. a {color:{color:link}; text-decoration: none; font-size: 9px}
  679. a:hover {color:{color:text}; text-decoration: none}
  680. p{margin: 1px 0 0 0}
  681. blockquote{margin: 1px 0 0 5px; border-left: 3px solid; color:#000000; padding:0 0 0 5px;}
  682.  
  683.  
  684. #ttl {float: left; margin-top:140px; margin-left:854px; width: 189px; background-color: {color:bgtitulo}; color: #000; padding: 8px; font-size: 22px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: georgia;text-transform: ; height: 26px; border: 0px solid #FFF; }
  685.  
  686. #ttl a{font-size: 12px; color: ; }
  687.  
  688. #sidebarimage{margin:140px auto 16px auto; margin-left: 855px;text-align:center; position: fixed; }
  689.  
  690. #sidebarimage img{width:201px; height:246px; margin-top:51px; text-align:center; border: 2px solid {color:border};}
  691.  
  692. #tchutchuca {width:516px; height:18px; margin-top:19px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:barra}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#fff; position:fixed;margin-left: 325px;); opacity:1.00; -moz-opacity: 0.70;    filter: alpha(opacity=1.0);  z-index: 1000;}
  693.  
  694. #tchutchuca2 {width:516px; height:18px; margin-top:-3px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:background}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#fff; position:fixed;margin-left: 325px;); opacity:1.00; -moz-opacity: 0.70;    filter: alpha(opacity=1.0);  z-index: 1000;}
  695.  
  696. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  697.  
  698. /* descri */
  699.  
  700.  
  701. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  702.  
  703. #frasepequena {margin-left:  900px; margin-top: 408px; width: 195px; font-size: 8px; height: 50px; text-align: center; background-color: {color:descri}; font-family: tinytots; line-height: 9px;  color: {color:textdescri}; position: fixed;  padding: 5px; -webkit-transition: 1s ease-in;
  704.  
  705. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; opacity: 10; overflow: hidden; }
  706.    
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713. #links {width: 207px; float: left; margin-left:855px; margin-top: 379px; padding: 0px; text-align: center; position: absolute; padding: 2px; z-index: 999; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; opacity: 0.8;}
  714.  
  715.  
  716. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  717.  
  718. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 67px; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; line-height: 20px; height: 19px; overflow: hidden;  margin-top: 0px; margin-bottom: 100px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-transform: uppercase;}
  719.  
  720.  
  721.  
  722. #links  a:hover{text-align: center; background-color: #838383; color:#FFFFFF; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  723.  
  724.  
  725.  
  726. .erro a{border-right: 0px solid #F0F0F0;}
  727.  
  728. .erro a:hover {border-right:0px solid #838383;}
  729.  
  730.  
  731. .doix {margin-top: 19px; position: fixed;}
  732.  
  733.  
  734.  
  735. #linksss {width: 207px; float: left; margin-left:855px; margin-top: 380px; padding: 0px; text-align: center; position: absolute; padding: 2px; z-index: 999; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; opacity: 0.8;}
  736.  
  737.  
  738. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  739.  
  740. #linksss a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 67px; background-color: {color:linkx}; color:{color:linkss}; text-decoration: none; line-height: 20px; height: 19px; overflow: hidden;  margin-top: 0px; margin-bottom: 100px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-transform: uppercase;}
  741.  
  742.  
  743.  
  744. #linksss  a:hover{text-align: center; background-color: #838383; color:#FFFFFF; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  745.  
  746.  
  747.  
  748. .erros a{border-right: 0px solid #F0F0F0;}
  749.  
  750. .erros a:hover {border-right:0px solid #838383;}
  751.  
  752.  
  753. .doixs {margin-top: 19px; position: fixed;}
  754.  
  755.  
  756.  
  757.  
  758. .aumente a{text-align:center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  759.  
  760. .aumente a:hover {padding-top: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  761.  
  762. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  763.  
  764.  
  765. #creditt {font-family: tinytots; margin-top:20px; margin-left:325px; height:12px; border-bottom: 0px solid #E4CBB7; background-color:{color:barra}; z-index:1112; padding: 0px; width: 200px; color: {color:barratxt}; padding: 4px; text-align: justify; font-size: 8px; position:fixed;}
  766.  
  767. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  768.  
  769. #paginacaoml {font-size: 8px; font-family: tinytots; line-height: 19px; margin-left: 700px; margin-top:22px; position: fixed; background-color:  {color:barra}; color: {color:barratxt}; z-index: 1112;}
  770. #paginacaoml a {font-size: 8px; font-family:tinytots; background: {color:barra}; margin: 20 1px 0 0; padding: 2px 4px; color: {color:barratxt}; text-decoration: none;}
  771. #paginacaoml a:hover {font-size: 8px; font-family: tinytots; background: #000000; border: none; color: #fff;}
  772. #paginacaoml span.pagina_atual {background: {color:barra}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:barratxt} ; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000 text-decoration: none;}
  773.  
  774. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  775.  
  776.  
  777.  
  778.  
  779. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  780. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  781. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  782. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  783.  
  784. blockquote img{max-width: 470px!important}
  785. blockquote blockquote img{max-width: 450px!important}
  786. blockquote blockquote blockquote img{max-width: 430px!important}
  787. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  788.  
  789. #xp {text-align: center; width: 929px; margin: 50px auto 50px auto; padding: 0px; z-index: 1}
  790.  
  791. #xright {float: left; margin-left: 325px; margin-top: 42px; }
  792.  
  793. .postbox {width: 490px; background-color: {color:entry}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  794.  
  795. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  796. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  797. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  798.  
  799. .image {text-align: center; border: 0px}
  800. .image img {max-width: 500px; margin-bottom: 2px }
  801.  
  802. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  803. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  804. .xquotesource a, a:hover{text-transform: none;}
  805.  
  806. .chat {line-height: 13px; list-style: none }
  807. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  808. .person1 {color: {color:text}; padding: 2px; }
  809. .person1 .label {font-weight: bold; color:{color:text}}
  810. .person2 {color: {color:text}; padding: 2px; }
  811. .person2 .label {font-weight: bold; color:{color:text}}
  812.  
  813. .player {background-color: #000; text-align: left; display:block;}
  814.  
  815. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  816. .answer {padding: 2px}
  817. .answer img {max-width: 470px;}
  818.  
  819.  
  820. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; }
  821. #xdate a {font-size: 9px; margin-left: 0px;}
  822.  
  823. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase; margin-left: 0px;}
  824. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase; margin-left: 1px;}
  825.  
  826. #cap {width: 500px; margin-top: -2px;}
  827. .source {display: none;}
  828.  
  829. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  830. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  831. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  832. .notes img{display: none; border:0px}
  833.  
  834. ::-webkit-scrollbar{width:5px;height:5px;}
  835. ::-webkit-scrollbar-button:start:decrement
  836. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color: #616161;}
  837. ::-webkit-scrollbar-track-piece{background-color: #ffffff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  838. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  839. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #616161;-webkit-border-radius:px;}
  840. #tumblr_controls{position: fixed!important}
  841. #tumblr_controls{position: fixed!important}
  842. #tumblr_controls{position: fixed!important}
  843. #tumblr_controls{position: fixed!important}
  844. </style>
  845.  
  846.     </head>
  847.    
  848.  
  849.     <body>
  850.  
  851.  
  852. <div id="tchutchuca"></div>
  853. <div id="tchutchuca2"></div>
  854. <div id="ttl"><span id="wipe">{text:titulo}</span><br><small><small><small><small><font color="{color:subtitulo}">{text:subtitulo}</font></small></small></small></small></br></div>
  855.  
  856. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"/></a></div>
  857. <div class="doix"><div id="links">
  858.  
  859. <a href="{text:Link1}">{text:Link1 Title}</a>
  860.  
  861. <a href="{text:Link2}">{text:Link2 Title}</a>
  862.  
  863. <div class="erro"><a href="{text:Link3}">{text:Link3 Title}</a></div></div>
  864.  
  865.  
  866. <div class="doixs"><div id="linksss">
  867.  
  868. <a href="{text:Link4}">{text:Link4 Title}</a>
  869.  
  870. <a href="{text:Link5}">{text:Link5 Title}</a>
  871.  
  872. <div class="erros"><a href="{text:Link6}">{text:Link6 Title}</a></div></div>
  873.  
  874.  
  875.  
  876.  
  877. <div id="slideShowContainer">
  878. <div id="frasepequena">{description}</div></div>
  879.  
  880. <div id="s2"></div>
  881. <div id="s1"></div>
  882. <div id="s3"></div>
  883.  
  884. </div>
  885.  
  886.  
  887.  
  888. </div>
  889.  
  890. <div id="creditt"><center>D-ESABITUADO | TUMBLR <a href="http://d-esabituad.tumblr.com/" title="by d-esabituado, insp: k-nock!"></a></center></div></div></div></div>
  891.  
  892. <div id="paginacaoml"><div class="pagination"><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="5"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}{/block:Pagination}</center></div></div>
  893. <div id="entry">
  894.  
  895.  
  896. <div id="xright">
  897.  
  898. {block:Posts}
  899. <div class="postbox">
  900.  
  901. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  902.  
  903. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  904.  
  905. {block:Photoset}{Photoset-500}{/block:Photoset}
  906.  
  907. {block:Quote}
  908. <div class="xquote">“{Quote}”</div>
  909. {block:Source}<div class="xquotesource"> — {Source}</div>
  910. {/block:Source}
  911. {/block:Quote}
  912.  
  913. {block:Link}
  914. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  915. {block:Description}{Description}{/block:Description}
  916. {/block:Link}
  917.  
  918. {block:Chat}
  919. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  920. <div class="chat"><ul>{block:Lines}
  921. <li class="person{UserNumber}">{block:Label}
  922. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  923. {/block:Chat}
  924.  
  925. {block:Audio}
  926. <div class="player">{AudioPlayerBlack}</div>
  927. {block:Caption}{Caption}{/block:Caption}
  928. {/block:Audio}
  929.  
  930. {block:Video}{Video-500}{/block:Video}
  931.  
  932.  
  933. {block:Answer}
  934. <div id="asker"><b>{Asker} <small>moaned:</small></b> {Question}</div>
  935. <div class="answer">{Answer}</div>
  936. {/block:Answer}
  937.  
  938.  
  939. <div id="cap">
  940. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  941. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  942. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  943.  
  944. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  945. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  946. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  947. {/block:ContentSource}</div></div>
  948. <br>
  949.  
  950.  
  951. <div id="xdate">
  952. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  953. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} <b>•</b> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} <b>•</b> <a href="{ReblogUrl}" target="_blank"> reblog or <b>fuck!</b></a>{/block:IndexPage}
  954. {block:RebloggedFrom}<br><b>posted</b> by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} <b>•</b> <b>reblogged</b> by: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  955. {/block:RebloggedFrom}
  956. </div>
  957. </div>{/block:Date}
  958.  
  959.  
  960. {/block:Posts}
  961. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  962.  
  963. </div>
  964. </div>
  965. </div>
  966. </div>
  967.  
  968. </body>
  969. </html>