1-diaamenos

Theme 08

May 13th, 2012
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 30.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-- theme by 1-diaamenos, don't copy. -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.     <title>{Title}</title>
  10.     <link rel="shortcut icon" href="{Favicon}">
  11.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.     {block:Description}
  13.     <meta name="description" content="{MetaDescription}" />
  14.     {/block:Description}
  15.  
  16. <meta name="color:Background" content="#f5f5f5" />
  17. <meta name="color:Entry" content="#fff" />
  18. <meta name="color:Link" content="#757575" />
  19. <meta name="color:Link hover" content="#cccbcb" />
  20. <meta name="color:Link Post hover" content="#FFC000" />
  21. <meta name="color:Credits hover" content="#FF3B8E" />
  22. <meta name="color:Post Title" content="#2CD7E6" />
  23. <meta name="color:Origin" content="#FF3B8E" />
  24. <meta name="color:hashtag" content="#8AE837" />
  25. <meta name="color:Sidebar" content="#fff" />
  26. <meta name="color:tt" content="#fff" />
  27. <meta name="color:Texts" content="#919191" />  
  28. <meta name="color:mytitle" content="#FFFFFF" />
  29. <meta name="color:bgpage" content="#E7E0F1" />
  30. <meta name="color:balao" content="#FF8C00" />
  31.  
  32.  
  33. <meta name="color:bgside" content="#C9F2FF" />
  34.  
  35. <meta name="image:sideimg"content="http://27.media.tumblr.com/tumblr_m3igonHRsp1r9jie3o3_250.png"/>
  36.  
  37. <meta name="image:background" content=""/>
  38.  
  39. <meta name="if:EndlessScroll" content="0"/>
  40.  
  41. <meta name="text:Link1" content="" />
  42. <meta name="text:Link1 Title" content="link" />
  43. <meta name="text:Link2" content="" />
  44. <meta name="text:Link2 Title" content="link" />
  45. <meta name="text:Link3" content="" />
  46. <meta name="text:Link3 Title" content="link" />
  47. <meta name="text:Link4" content="" />
  48. <meta name="text:Link4 Title" content="link" />
  49. <meta name="text:Link5" content="" />
  50. <meta name="text:Link5 Title" content="link" />
  51. <meta name="text:Link6" content="" />
  52. <meta name="text:Link6 Title" content="link" />
  53. <meta name="text:Link7" content="" />
  54. <meta name="text:Link7 Title" content="link" />
  55. <meta name="text:Link8" content="" />
  56. <meta name="text:Link8 Title" content="twitter" />
  57. <meta name="text:Link9" content="" />
  58. <meta name="text:Link9 Title" content="link" />
  59. <meta name="text:Link10" content="" />
  60. <meta name="text:Link10 Title" content="link" />
  61. <meta name="text:Link11" content="" />
  62. <meta name="text:Link11 Title" content="link" />
  63. <meta name="text:Link12" content="" />
  64. <meta name="text:Link12 Title" content="link" />
  65.  
  66.  
  67. <meta name="text:frasebalao" content="uma frase aqui <br>pequena." />
  68. <meta name="text:titulo" content="algo doce aqui" />
  69.  
  70. <script type="text/javascript">
  71.  
  72.  
  73.  
  74. // <![CDATA[
  75.  
  76.  
  77.  
  78. // all colours must be IN format '#NNNNNN', NOT 'red' or 'rgb(7,8,9)'
  79.  
  80.  
  81.  
  82. var fgcolour="#656565"; // foreground colour
  83.  
  84.  
  85.  
  86. var hlcolour="#b5b5b5"; // highlight colour
  87.  
  88.  
  89.  
  90. var bgcolour="#FFFFFF"; // background colour
  91.  
  92.  
  93.  
  94. var glcolour="#f8f8f8"; // colour OF glow around letters
  95.  
  96.  
  97.  
  98. var speed=66; // speed colours change, 1 second = 1000
  99.  
  100.  
  101.  
  102. var delay=50; // how long to wait between wipes
  103.  
  104.  
  105.  
  106. var alink="/"; // page to link text to (set to ="" for no link)
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. /****************************
  115.  
  116.  
  117.  
  118. *Multi-Wipe Neon Text Effect*
  119.  
  120.  
  121.  
  122. *(c)2003-12 mf2fm web-design*
  123.  
  124.  
  125.  
  126. *  http://www.mf2fm.com/rv  *
  127.  
  128.  
  129.  
  130. * DON'T EDIT BELOW THIS BOX *
  131.  
  132.  
  133.  
  134. ****************************/
  135.  
  136.  
  137.  
  138. var w_txt, w_txl;
  139.  
  140.  
  141.  
  142. var w_flp=bgcolour;
  143.  
  144.  
  145.  
  146. var w_sty=Math.floor(Math.random()*8);
  147.  
  148.  
  149.  
  150. var w_cnt=-1;
  151.  
  152.  
  153.  
  154. var wipes=new Array();
  155.  
  156.  
  157.  
  158. var wrand=new Array();
  159.  
  160.  
  161.  
  162. window.onload=function() { if (document.getElementById) {
  163.  
  164.  
  165.  
  166.   var i, wiper, wipei;
  167.  
  168.  
  169.  
  170.   wiper=document.getElementById("wipe");
  171.  
  172.  
  173.  
  174.   w_txt=wiper.firstChild.nodeValue;
  175.  
  176.  
  177.  
  178.   w_txl=w_txt.length;
  179.  
  180.  
  181.  
  182.   WHILE (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  183.  
  184.  
  185.  
  186.   for (i=0; i<w_txl; i++) {
  187.  
  188.  
  189.  
  190.     wipei=document.createElement("span");
  191.  
  192.  
  193.  
  194.     wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  195.  
  196.  
  197.  
  198.     wipes[i]=wipei.style;
  199.  
  200.  
  201.  
  202.     wipes[i].textShadow=glcolour+" 0px 0px 5px";
  203.  
  204.  
  205.  
  206.     wipes[i].color=fgcolour;
  207.  
  208.  
  209.  
  210.     wiper.appendChild(wipei);
  211.  
  212.  
  213.  
  214.   }
  215.  
  216.  
  217.  
  218.   if (alink) {
  219.  
  220.  
  221.  
  222.     wiper.style.cursor="pointer";
  223.  
  224.  
  225.  
  226.     wiper.onclick=function() { top.location.href=alink; }
  227.  
  228.  
  229.  
  230.   }
  231.  
  232.  
  233.  
  234.   for (i=0; i<w_txl; i++) wrand[i]=i;
  235.  
  236.  
  237.  
  238.   wiper=setInterval("randwipe()", speed);
  239.  
  240.  
  241.  
  242. }}
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. function c(i, shade) {
  251.  
  252.  
  253.  
  254.   if (shade==bgcolour) wipes[i].textShadow="none";
  255.  
  256.  
  257.  
  258.   else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  259.  
  260.  
  261.  
  262.   wipes[i].color=shade;
  263.  
  264.  
  265.  
  266. }
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. function randwipe() {
  275.  
  276.  
  277.  
  278.   var w_old;
  279.  
  280.  
  281.  
  282.   if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  283.  
  284.  
  285.  
  286.   else {
  287.  
  288.  
  289.  
  290.     w_cnt=-1;
  291.  
  292.  
  293.  
  294.     w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  295.  
  296.  
  297.  
  298.     w_old=w_sty;
  299.  
  300.  
  301.  
  302.     WHILE (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  303.  
  304.  
  305.  
  306.   }
  307.  
  308.  
  309.  
  310. }
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326. function wipe0() { // curtains
  327.  
  328.  
  329.  
  330.   if (w_cnt<Math.floor(w_txl/2)) {
  331.  
  332.  
  333.  
  334.     c(w_cnt, hlcolour);
  335.  
  336.  
  337.  
  338.     c(w_txl-w_cnt-1, hlcolour);
  339.  
  340.  
  341.  
  342.   }
  343.  
  344.  
  345.  
  346.   else if (w_cnt<w_txl) {
  347.  
  348.  
  349.  
  350.     c(w_cnt, w_flp);
  351.  
  352.  
  353.  
  354.     c(w_txl-w_cnt-1, w_flp);
  355.  
  356.  
  357.  
  358.   }
  359.  
  360.  
  361.  
  362. }
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. function wipe1() { // random
  371.  
  372.  
  373.  
  374.   var i, rand, temp;
  375.  
  376.  
  377.  
  378.   if (w_cnt==0) {
  379.  
  380.  
  381.  
  382.     for (i=0; i<w_txl; i++) {
  383.  
  384.  
  385.  
  386.       rand=Math.floor(Math.random()*w_txl);
  387.  
  388.  
  389.  
  390.       temp=wrand[i];
  391.  
  392.  
  393.  
  394.       wrand[i]=wrand[rand];
  395.  
  396.  
  397.  
  398.       wrand[rand]=temp;
  399.  
  400.  
  401.  
  402.     }
  403.  
  404.  
  405.  
  406.   }
  407.  
  408.  
  409.  
  410.   if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  411.  
  412.  
  413.  
  414.   if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  415.  
  416.  
  417.  
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. function wipe2() { // forwards
  427.  
  428.  
  429.  
  430.   if (w_cnt<w_txl) c(w_cnt, hlcolour);
  431.  
  432.  
  433.  
  434.   if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  435.  
  436.  
  437.  
  438. }
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. function wipe3() { // backwards
  447.  
  448.  
  449.  
  450.   if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  451.  
  452.  
  453.  
  454.   if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  455.  
  456.  
  457.  
  458. }
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. function wipe4() { // searchlight
  467.  
  468.  
  469.  
  470.   if (w_cnt<w_txl) c(w_cnt, hlcolour);
  471.  
  472.  
  473.  
  474.   if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  475.  
  476.  
  477.  
  478.   if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  479.  
  480.  
  481.  
  482.   if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  483.  
  484.  
  485.  
  486.   if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  487.  
  488.  
  489.  
  490. }
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. function wipe5() { // fade
  499.  
  500.  
  501.  
  502.   var i;
  503.  
  504.  
  505.  
  506.   if (w_cnt<w_txl+3) {
  507.  
  508.  
  509.  
  510.     var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  511.  
  512.  
  513.  
  514.     var temp="#";
  515.  
  516.  
  517.  
  518.     for (i=1; i<6; i+=2) {
  519.  
  520.  
  521.  
  522.       var hex1=parseInt(start.substring(i,i+2),16);
  523.  
  524.  
  525.  
  526.       var hex2=parseInt(w_flp.substring(i,i+2),16);
  527.  
  528.  
  529.  
  530.       temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  531.  
  532.  
  533.  
  534.     }
  535.  
  536.  
  537.  
  538.     for (i=0; i<w_txl; i++) c(i, temp);
  539.  
  540.  
  541.  
  542.   }
  543.  
  544.  
  545.  
  546. }
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554. function wipe6() { // flash
  555.  
  556.  
  557.  
  558.   var i;
  559.  
  560.  
  561.  
  562.   if (w_cnt<6*Math.floor(w_txl/6)+3) {
  563.  
  564.  
  565.  
  566.     if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  567.  
  568.  
  569.  
  570.     else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  571.  
  572.  
  573.  
  574.     else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  575.  
  576.  
  577.  
  578.   }
  579.  
  580.  
  581.  
  582. }
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590. function wipe7() { // checkerboard
  591.  
  592.  
  593.  
  594.   var qtr=Math.floor(w_txl/4);
  595.  
  596.  
  597.  
  598.   if (w_cnt<qtr) {
  599.  
  600.  
  601.  
  602.     c(w_cnt, hlcolour);
  603.  
  604.  
  605.  
  606.     c(w_cnt+2*qtr, hlcolour);
  607.  
  608.  
  609.  
  610.   }
  611.  
  612.  
  613.  
  614.   else if (w_cnt<2*qtr) {
  615.  
  616.  
  617.  
  618.     c(w_cnt-qtr, w_flp);
  619.  
  620.  
  621.  
  622.     c(w_cnt+qtr, w_flp);
  623.  
  624.  
  625.  
  626.   }
  627.  
  628.  
  629.  
  630.   else if (w_cnt<3*qtr) {
  631.  
  632.  
  633.  
  634.     c(w_cnt-qtr, hlcolour);
  635.  
  636.  
  637.  
  638.     c(w_cnt+qtr, hlcolour);
  639.  
  640.  
  641.  
  642.   }
  643.  
  644.  
  645.  
  646.   else if (w_cnt<w_txl) {
  647.  
  648.  
  649.  
  650.     c(w_cnt-2*qtr, w_flp);
  651.  
  652.  
  653.  
  654.     c(w_cnt, w_flp);
  655.  
  656.  
  657.  
  658.   }
  659.  
  660.  
  661.  
  662. }
  663.  
  664.  
  665.  
  666. // ]]>
  667.  
  668.  
  669.  
  670. </script>
  671.  
  672.  
  673.  
  674.  
  675. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  676.  
  677. {block:IfEndlessScroll}
  678. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  679. {/block:IfEndlessScroll}
  680.  
  681.  <style type="text/css">
  682.  
  683. #tumblr_controls{position: fixed!important}
  684. #tumblr_controls{position: fixed!important}
  685. #tumblr_controls{position: fixed!important}
  686. #tumblr_controls{position: fixed!important}
  687.  
  688.  
  689.  body
  690. {font-family:verdana;
  691. font-size:11px;
  692. color:{color:Texts};
  693. background-color:{color:Background};
  694. background-image:url('{image:Background}');
  695. background-position: fixed;
  696. background-attachment:fixed;
  697. background-repeat:repeat;}
  698.  
  699. blockquote
  700. {border-left:0px solid;
  701. padding-left:0px;}
  702.  
  703. a
  704. {text-decoration:none;
  705. color:{color:Link};}
  706.  
  707. a:hover
  708. {text-decoration:none;
  709. color:{color:Link hover};
  710. opacity:1}
  711.  
  712.  
  713.  
  714.  
  715.  
  716. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  717. .asker img{float: left; padding: 0px 5px 0px 0px}
  718. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  719. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  720. .question {font-size: 10px;}
  721. .answer {padding: 4px}
  722. .answer img {max-width: 470px;}
  723.  
  724. #moda {font-family: verdana; background-color: #fff; color:#ACACAC; font-size: 8px; padding: 1px 3px 3px 2px; width: 62px; margin-top: 423px; margin-left: 900px; z-index: 2; position: fixed; text-align: center; height: 43px; z-index:2}
  725.  
  726.  
  727.  
  728.  
  729. #moda a{font-family: verdana; font-size: 8px; text-transform: uppercase; font-weight: bold; opacity:0.5}
  730.  
  731.  
  732.  
  733.  
  734. #moda a:hover {color: #919191}
  735.  
  736. #lol {width: 39px; position: fixed; padding: 8px; background-color: transparent;  margin-left: 140px; margin-top: 140px; color: {color:balao}; font-size: 50px; -webkit-transform: rotate(-30deg); z-index: 1000;}
  737.  
  738.  
  739.  
  740. #lol2 {width: 140px; position: fixed; padding: 8px; background-color: {color:balao};  margin-left: 70px; margin-top: 120px; color: #fff; font-size: 17px; -webkit-transform: rotate(-30deg); z-index: 1000; height: 50px; -webkit-border-radius: 20px 20px 20px 20px; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
  741.  
  742.  
  743.  
  744.  
  745.  
  746. #home {width: 24px; position: fixed; background-color: #fff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-top: 330px; margin-left: 310px; -moz-border-top-left-radius: 0px; border-top-left-radius: 20px; z-index: 1; z-index: 1000;}
  747.  
  748.  
  749.  
  750. #sideimg {display: block; margin-left: 180px; float: right; margin-top: 200px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  751.  
  752. .simg img {width: 160px; height: 160px; margin-bottom: 2px; border: 4px solid #fff;}
  753.  
  754. .simg1 img {width:160px; height: 160px; margin-bottom: 2px; border: 4px solid #FFFFFF; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out;}
  755.  
  756. #sideimg2 {display: block; margin-left: 0px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out;}
  757.  
  758.  
  759. .userpic{margin-left:320px; margin-top: 550px; position:fixed; z-index:1}
  760.  
  761. .userpic img{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border:2px solid #fff;}
  762.  
  763.  
  764.  
  765. .userpic img:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  766.  
  767.  
  768.  
  769.  
  770.  
  771. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; opacity:0.9; z-index: 77777; font-weight: bold}
  772. #pgs a {background: #FF8C00; margin: 30 0px 0 0; padding: 2px 4px; color:#000000; text-decoration: none; z-index: 77777; font-weight: bold}
  773. #pgs a:hover {background:transparent; color:#000000; border: none; opacity:0.9; z-index: 77777}
  774. #pgs span.pagina_atual {background: {color:sidebar};  padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none; z-index: 77777; font-weight: bold}
  775. .pg { position:fixed !important; clear: BOTH; float: left; margin-top: 382px; margin-left: 205px; width: 197px; height: 15; font-size: 9px; padding: 2px;  background-color:transparent; opacity:0.6; z-index: 77777}
  776.  
  777. #descri {height: 50px; border-bottom: 0px solid #aaa; background-color: #fff; margin-top: 310px; margin-left: 180px; position: fixed; z-index:2; padding: 0px; width:160px; color: #000; padding: 4px; font-size:9px; text-align: center; font-family: verdana; line-height:13px; -webkit-transform: rotate(-0deg); -moz-transform: rotate(-0deg); -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.5;}
  778.  
  779.  
  780. #ttl {float: left; margin-top: 200px; margin-left: 170px; width: 171px; background-color: {color:fundotitulo}; color: #000; padding: 5px; font-size: 18px; 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: 'LavanderiaRegular';text-transform: ; height: 15px; border: 0px solid #000;  }
  781.  
  782.  
  783.  
  784. #ttl a{font-size: 8px; color: #FFFFFF; }
  785.  
  786. @font-face {
  787.  
  788.  
  789.  
  790.     font-family: 'LavanderiaRegular';
  791.  
  792.  
  793.  
  794.     src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  795.  
  796.  
  797.  
  798.     src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  799.  
  800.  
  801.  
  802.          url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  803.  
  804.  
  805.  
  806.          url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  807.  
  808.  
  809.  
  810.     font-weight: normal;
  811.  
  812.  
  813.  
  814.     font-style: normal;}
  815.  
  816.  
  817.  
  818.  
  819. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  820.  
  821.  
  822.  
  823.  
  824. #inicio {width: 140px; position: fixed; padding: 8px; background-color: transparent;  margin-left: -72px; margin-top: -2px; color: #000; font-size: 13px; z-index: 1000; height: 50px; font-family: cursif;}
  825.  
  826.  
  827. #side2{ float: left; top: 260px; margin-left: 165px; height: 100px; width:5px; position: fixed; background-color: transparent; padding: 0px;  -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
  828.  
  829. .s1 {text-align: center; position: fixed; margin-top: 0px; margin-left:0px;}
  830. .s1 a {display: block; letter-spacing: 1px;  font-family:consolas; font-style:italic;
  831.  font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 10px; background-color: #fff; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; z-index: 1; }
  832.  
  833. .s1 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 90px; margin-left:-86px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  834.  
  835. .s2 {text-align: center; position: fixed; margin-top: 5px; margin-left:0px;}
  836. .s2 a {display: block; letter-spacing: 1px;  font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 10px; background-color: #fff;  color: transparent;  text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  837.  
  838. .s2 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00;width: 60px; margin-left:-56px;  -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  839.  
  840. .s3 {text-align: center; position: fixed; margin-top: 10px; margin-left:0px;}
  841. .s3 a {display: block; letter-spacing: 1px; font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 10px; background-color: #fff;  color: transparent;  text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  842.  
  843. .s3 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00;width: 110px; margin-left:-106px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  844.  
  845.  
  846.  
  847. .s4 {text-align: center; position: fixed; margin-top: 15px; margin-left:0px;}
  848. .s4 a {display: block; letter-spacing: 1px;  font-family:consolas; font-style:italic;font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 10px; background-color: #fff;  color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  849.  
  850. .s4 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 80px; margin-left:-76px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  851.  
  852.  
  853.  
  854. .s5 {text-align: center; position: fixed; margin-top: 30px; margin-left:0px;}
  855. .s5 a {display: block; letter-spacing: 1px;  font-family:consolas; font-style:italic; font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 10px; background-color: #fff;  color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; }
  856.  
  857. .s5 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 100px; margin-left:-96px;  -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  858.  
  859. .s6 {text-align: center; position: fixed; margin-top: 45px; margin-left:0px;}
  860. .s6 a {display: block; letter-spacing: 1px;font-style:italic;  font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px;  width: 4px; text-transform: lowercase; height: 11px; background-color: #fff;  color: transparent; text-decoration: none; padding: 2px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;-moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; z-index: 1;  }
  861.  
  862. .s6 a:hover {text-align: center; letter-spacing: 1px; background-color: #fff; color:#FF8C00 ;width: 120px; margin-left:-100px;  -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  863.  
  864.  
  865. #likeit{position: fixed;
  866.  
  867. width:10px;
  868.  
  869. height: 10px;
  870.  
  871. background-color:transparent;
  872.  
  873. padding:6px;
  874.  
  875. margin-top: 360px;
  876.  
  877. margin-left: 90px; z-index:2}
  878.  
  879.  
  880.  
  881. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  882.  
  883.  
  884.  
  885. div#credit {background-color: #fff; font-weight: normal; text-transform: uppercase; letter-spacing: 0px; color: #000000; text-align: center; width:166px; height:9px; line-height: 11px; position: absolute; font-family: tinytots; margin-top: 370px; margin-left: 180px; position: fixed; padding: 1px; font-size: 8px;}
  886.  
  887.  
  888.  
  889. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  890.  
  891.  
  892. #oi {margin-top:-280px; position:fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  893.  
  894. #oi:hover {margin-top:-350px;}
  895.  
  896.  
  897.  
  898. #more {margin-left:  50px; margin-top: 84px; width: 60px; font-size: 9px; height:6px; text-align: center; background-color: #fff; font-family: tahoma; line-height: 5px;  color: #000000; position: fixed; padding: 4px; text-transform: normal; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 7px 0px 0px;}
  899.  
  900.  
  901. #links{font-size: 9px; font-family: verdana; margin-left: 0px; width: 157px; background-color: #fff; text-align: justify; padding: 5px; margin-top: 100px; height: auto; height:55px; border:1px solid #f1f1f1; position:fixed;}
  902.  
  903.  
  904.  
  905. #links a {float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 78px; background-color:{color:balao}; height: 17px; color:#fff; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out;}
  906.  
  907.  
  908.  
  909. #links  a:hover {color: #000; background-color: #fff; text-align: center; letter-spacing: 0px;}
  910.  
  911.  
  912. .x1 {clear: BOTH; float: left; width: 116px; margin-top: 72px;  text-align: center; margin-left: 178px; text-shadow: 1px 2px 6px #000; position: fixed; z-index: 2}
  913.  
  914. .x1 a {float: left; margin-right: -2px; display: block; width: 50px; font-family: verdana; letter-spacing: 1px; font-size: 8px; text-align: center; margin-bottom: 1px; background-color:  transparent; color:#fff;; text-decoration: none; text-transform: uppercase; height: 5px; line-height: 12px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px;}
  915.  
  916. .x1 a:hover {background-color:transparent; color:#55555; text-transform: uppercase; letter-spacing: 1px}
  917.  
  918. div#entries{left:50%; margin-left:369px; margin-top:20px; width:510px;}
  919. div#posts{width: 500px; background-color:{color:entry}; text-align: justify; padding: 15px; margin-bottom: 1px;  box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
  920.  
  921.  
  922.  
  923. h1 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  924. h1 a {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  925. h1 a:hover {text-align: center; font-size: 12px; color:{color:Post Title}; font-weight: normal; line-height: 14px; text-transform: uppercase}
  926.  
  927. h2 {font-family: verdana; text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  928. h2 a {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  929. h2 a:hover {text-align: center; font-size: 12px; color:{color:Link Post hover}; font-weight: normal; line-height: 13px;}
  930.  
  931. ::-webkit-scrollbar{width:10px;height:8px;}
  932. ::-webkit-scrollbar-button:start:decrement
  933. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  934. ::-webkit-scrollbar-track-piece{background-color:#F7F7F7;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  935. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#FFFFFF;-webkit-border-radius:px;}
  936. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#FFFFFF;-webkit-border-radius:px}
  937.  
  938. .source {display:none}
  939. div#source {text-align: right; font-size: 9px;}
  940.  
  941. .source {display:none}
  942. div#source {text-align: right; font-size: 9px;}
  943.  
  944. .info {font-family:verdana; font-size: 9px; text-align:center;}
  945.  
  946. .coerapa {margin-top: -5px; border-left: -1px solid {color:entry}; padding: 2px;  background-color: {color:entry}; text-align: left; font-size: 9px; font-family: verdana}
  947.  
  948. .coerapa a {font-size: 9px;}
  949.  
  950. .noite {float:right; margin-center: 0px; margin-top: -5px; text-align: center; font-size: 0px; color: {color:infotext};}
  951.  
  952. .noite a{font-size: 0px; text-align: center; color: {color:infotext};}
  953.  
  954. .tags{font-size:9px; display: inline}
  955.  
  956.  
  957.  
  958. img a{border:none; width:500px;text-align:center}
  959.  
  960.  
  961.  
  962. .q {padding:10px; font-style: italic; text-indent: 20px}
  963.  
  964.  
  965.  
  966. .a {padding-top: 3px}
  967.  
  968. blockquote {border-left:0px {color:text} solid; padding-left:0px; }
  969. b, strong{color:{color:text}}
  970. i, em {color:;}
  971. p{margin-top:5px; margin-bottom:5px}
  972. blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
  973. img a{border:none; width:100%}
  974. .audio{background-color:black; display:block;}
  975. .user_1 .label {color:{color:text}; font-weight:bold}
  976. .user_2 .label {color:{color:text}; font-weight:bold}
  977. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  978. .q{font-family: Georgia; font-size: 14px; text-align: center; padding: 10px;
  979. }
  980. .notes img{width:10px; position:relative; top:1px;}
  981. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  982. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  983.  
  984. .xquote {font-family: verdana; text-align: center; font-size: 12px; line-height: 14px; padding: 3px;}
  985. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; color:{color:Origin}}
  986. .xquotesource a, a:hover{text-transform: none; color: {color:text}}
  987. .notes img{width:10px; position:relative; top:1px;}
  988. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  989. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  990.  
  991.  
  992. </style>
  993.  
  994. <meta name="robots" content="noindex"/>
  995. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
  996. <!-- If you'd LIKE to specify your OWN OPEN Graph tags, define the og:url AND og:title tags IN your theme's HTML. -->
  997. <!-- Read more: http://ogp.me/ -->
  998. <meta property="fb:app_id" content="48119224995" />
  999. <meta property="og:title" content="The Maniac Icons" />
  1000. <meta property="og:url" content="http://themaniac-icons.tumblr.com/" />
  1001. <meta property="og:description" content="here" />
  1002. <meta property="og:type" content="tumblr-feed:tumblelog" />
  1003. <meta property="og:image" content="http://27.media.tumblr.com/avatar_3be58017d4a2_128.png" />
  1004. <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  1005.  
  1006.  
  1007. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  1008.  
  1009.  
  1010. </head>
  1011. <script type="text/javascript">var switchTo5x=false;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:''});</script>
  1012.  
  1013.  <body onkeydown="return false">
  1014.  
  1015. </center></div></div>
  1016.  
  1017. {block:IfEndlessScroll}
  1018.  <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  1019.  
  1020.  
  1021. <div id="moda"><div style="margin-top: 3px"><a href="http://themaniac-icons.tumblr.com/">click AND check the <b><i>best</b></i> blog OF icons ♥</a></div></div>
  1022.  
  1023.  
  1024.  
  1025. <div id="left">
  1026.  
  1027. {block:IfNotEndlessScroll}
  1028. {/block:IfNotEndlessScroll}
  1029.  
  1030.  
  1031.  
  1032. <div id="lol2">{text:frasebalao}</cemter></div>
  1033.  
  1034. <div id="lol">▼</div>
  1035.  
  1036.  
  1037.  
  1038. <div id="side2">
  1039. <div class="s1">
  1040. <a href="{text:Link7}">{text:Link7 Title}</a>
  1041. </div>
  1042.  
  1043.  
  1044. <div class="s2">
  1045. <a href="{text:Link8}">{text:Link8 Title}</a>
  1046. </div>
  1047.  
  1048. <div class="s3">
  1049. <a href="{text:Link9}">{text:Link9 Title}</a>
  1050. </div>
  1051.  
  1052. <div class="s4">
  1053. <a href="{text:Link10}">{text:Link10 Title}</a>
  1054. </div>
  1055. <div class="s5">
  1056. <a href="{text:Link11}">{text:Link11 Title}</a>
  1057. </div>
  1058. <div class="s6">
  1059. <a href="{text:Link12}">{text:Link12 Title}</a>
  1060. </div>
  1061. </div>
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072. <div id="credit">  <a href="http://1-diaamenos.tumblr.com">THEME</a> + <a href="http://g-alaxia.tumblr.com/">INSP? love</a>; Don't copy! <a href="/page/2"><big>»</big></a>
  1073.  
  1074. <div id="oi">
  1075.  
  1076.  
  1077.  
  1078. <div id="more"><font color=#FF8C00>+</font> links</div>
  1079.  
  1080.  
  1081.  
  1082. <div id="links">
  1083.  
  1084. <a href="{text:Link1}">{text:Link1 Title}</a>
  1085. <a href="{text:Link2}">{text:Link2 Title}</a>
  1086. <a href="{text:Link3}">{text:Link3 Title}</a>
  1087. <a href="{text:Link4}">{text:Link4 Title}</a>
  1088. <a href="{text:Link5}">{text:Link5 Title}</a>
  1089. <a href="{text:Link6}">{text:Link6 Title}</a>
  1090.  
  1091.  
  1092. </div>
  1093.  
  1094.  
  1095.  
  1096. </div>
  1097.  
  1098.  
  1099. </div>
  1100.  
  1101. <div id="sideimg"><div class="simg1">
  1102.  
  1103. <img src="{image:sideimg}"></div></div>
  1104.  
  1105. <div id="sideimg2"><div id="descri">
  1106.  
  1107. {Description}
  1108. </div></div>
  1109.  
  1110.  
  1111.  
  1112.  
  1113. </div>
  1114.  
  1115. <div id="home"><a href="/"><img src="http://static.tumblr.com/ejm8w78/lhflz2pxj/home.png" width=15px"><font color=#FF8C00>home</font></a></div>
  1116.  
  1117.  
  1118. <div id="ttl"><span id="wipe">{text:titulo}</span></div>
  1119.  
  1120. <div class="pg"><div id="pgs"> <center>
  1121. {block:JumpPagination length="4"}
  1122. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  1123. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1124. {/block:JumpPagination}
  1125. </center></div></div>
  1126.  
  1127.  
  1128.  
  1129.  
  1130. <div id="entries">
  1131.  
  1132. {block:Posts}
  1133. <div id="posts">
  1134. {block:Title}<h1>{Title}</h1>{/block:Title}
  1135. {block:Text}{Body}{/block:Text}
  1136.  
  1137. {block:Quote}
  1138. <div class="xquote">“{Quote}”</div>
  1139. {block:Source}<div class="xquotesource"> — {Source}</div>
  1140. {/block:Source}
  1141. {/block:Quote}
  1142.  
  1143. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;</h2></a>
  1144. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1145.  
  1146. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1147.  
  1148. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1149.  
  1150. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1151.  
  1152. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1153.  
  1154. {block:Answer}
  1155. <div id="asker"><b>{Asker} ama meus <b>icons</b> e sussurrou:</b> {Question}</div>
  1156. <div class="answer">{Answer}</div>
  1157. {/block:Answer}
  1158.  
  1159. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1160.  
  1161. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1162. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  1163. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1164. {/block:ContentSource}</div>
  1165. <br>
  1166. <div class="info">
  1167.  
  1168. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  1169.  
  1170. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  1171.  
  1172. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  1173.  
  1174. <div style="color:{color:hashtag}"><div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div></div>
  1175.  
  1176. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  1177.  
  1178. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1179.  
  1180. {/block:RebloggedFrom}
  1181.  
  1182. </div></div></div>
  1183. {/block:Posts}
  1184. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1185.  
  1186.  
  1187.  
  1188. </div>
  1189. </div>
  1190. </div>
  1191.  
  1192.  
  1193. </body>
  1194. </html>
Advertisement
Add Comment
Please, Sign In to add comment