Advertisement
Guest User

Theme The Avengers - Milena Brolacci

a guest
May 27th, 2012
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- theme por escritoradapaz, não copie e nem se inspire, se usar, avise na ask e dê like no post! -->
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  6.  
  7. <script type="text/javascript">
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. // <![CDATA[
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. var bgcolour="#000000"; // background colour
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. var fgcolour="#FFFFFF"; // foreground colour
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. var speed=150; // speed of bubbling, lower is faster
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. var shades=5; // number of shades of bubble
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. /****************************
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. * Bubbling Text Effect *
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. *(c) 2003-6 mf2fm web-design*
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. * http://www.mf2fm.com/rv *
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. * DON'T EDIT BELOW THIS BOX *
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. ****************************/
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. var bubbcol=new Array();
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. var bubbler, bubbtxt;
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. var bubbchr=new Array();
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. window.onload=function() { if (document.getElementById) {
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. for (bubbler=0; bubbler<=shades; bubbler++) {
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. bubbtxt="#";
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. for (var i=1; i<6; i+=2) {
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. var bg=parseInt(bgcolour.substring(i,i+2),16);
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. bubbcol[bubbler+1]=bubbtxt;
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383. }
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. bubbler=document.getElementById("bubble");
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. bubbtxt=bubbler.firstChild.nodeValue;
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447. for (var i=0; i<bubbtxt.length; i++) {
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. var bubbi=document.createElement("span");
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479. bubbi.setAttribute("id", "bubb"+i);
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. bubbler.appendChild(bubbi);
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. }
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543. bubbler=setInterval ("bubbling()", speed);
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559. }}
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591. function dechex(dec) {
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607. var hex=dec.toString(16);
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623. if (dec<16) return "0"+hex;
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639. else return hex;
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655. }
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687. function bubbling() {
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703. for (var i=0; i<bubbtxt.length; i++) {
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. var bubbme=document.getElementById("bubb"+i);
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735. if (bubbchr[i]) {
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751. bubbme.style.color=bubbcol[bubbchr[i]];
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783. }
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815. }
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831. }
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. // ]]>
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. </script>
  864.  
  865. <!-- DEFAULT VARIABLES -->
  866.  
  867. <meta name="color:background" content="#FFF" />
  868. <meta name="color:side" content="#fff" />
  869. <meta name="color:entry" content="#fff" />
  870. <meta name="color:bold" content="#999" />
  871. <meta name="color:title" content="#999" />
  872. <meta name="color:text" content="#000" />
  873. <meta name="color:sidetext" content="#000" />
  874. <meta name="color:link" content="#000" />
  875. <meta name="color:menubg" content="#000" />
  876. <meta name="color:menubg hover" content="#FFF" />
  877. <meta name="color:scrollbar" content="#FFF" />
  878. <meta name="color:link side" content="#000" />
  879.  
  880.   <meta name="image:side" content="http://25.media.tumblr.com/tumblr_m3l25yIUMF1r5r8duo1_250.gif"/>
  881.   <meta name="image:side2" content="http://media.tumblr.com/tumblr_m4owv1xQzD1qkumu6.gif"/>
  882. <meta name="image:background" content="">
  883.  
  884.  
  885.  
  886. <meta name="font:body" content="verdana" />
  887.  
  888. <meta name="text:Link1" content="/" />
  889. <meta name="text:Link1 Name" content="Iron Man" />
  890. <meta name="text:Link2" content="/" />
  891. <meta name="text:Link2 Name" content="Black Widow" />
  892. <meta name="text:Link3" content="/" />
  893. <meta name="text:Link3 Name" content="Hulk" />
  894. <meta name="text:Link4" content="/" />
  895. <meta name="text:Link4 Name" content="Capitain America" />
  896. <meta name="text:Link5" content="/" />
  897. <meta name="text:Link5 Name" content="Thor" />
  898. <meta name="text:Link6" content="/" />
  899. <meta name="text:Link6 Name" content="Hawkeye" />
  900.  
  901. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  902.  
  903. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  904.  
  905.  
  906. <link rel="shortcut icon" href="{Favicon}" />
  907.  
  908. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  909.  
  910. <style type="text/css">
  911.  
  912. /* body */
  913.  
  914. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  915.  
  916. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; -webkit-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}
  917.  
  918. a:hover{color:{color:linkhover}}
  919.  
  920.  
  921. /* container */
  922.  
  923. #entries{left:50%; margin-left:240px; margin-top:-10px; width:520px; }
  924.  
  925. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; margin-left: 0px; margin-bottom:1px; padding-bottom:9px; padding-left:9px; padding-right:9px;}
  926.  
  927. #container {margin-left: 160px; margin-top: 0px;}
  928.  
  929.  
  930. /* tittle */
  931.  
  932. .credit {font-family:{font:body}; font-size:9px;}
  933.  
  934.  
  935. /* Menu */
  936. .linkss {margin-right: 500px; margin-top: 2px; margin-bottom:2px;}
  937.  
  938.  
  939. /* sidebar e outras*/
  940.  
  941.  
  942. #sbar {margin-left:168px; margin-top:-50px; padding: 6px; text-align: center; position: fixed; -webkit-border-radius:300px;}
  943.  
  944. .credit {font-family:{font:body}; font-size:9px; margin-top:-5px;}
  945.  
  946. /* h1 e quote */
  947.  
  948. h1{color:{color:title}; font-family:{font:title}; font-size:24px; line-height:24px; letter-spacing:0px;
  949.  
  950. font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:center}
  951.  
  952. .bigquote{font-size: 80px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  953. .pquote{font-family: georgia; font-size: 25px; letter-spacing: -1px; line-height: 20px; text-transform: none;
  954.  
  955. margin-top: -70px; margin-left: 45px}
  956. .source{margin-top: 5px; text-align: right}
  957.  
  958. #source {text-align: left}
  959.  
  960.  
  961. /* Menu */
  962.  
  963. #ipad {margin-left:-800px; margin-top:180px;}
  964.  
  965. #mary { background-color: transparent; color: ; float: left; text-align: center; width: 100px; margin-top: 199px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: -305px; position: fixed; height: 200px; text-align: center;}
  966.  
  967. #violet {position: fixed; background-color: {color:side}; text-align: center; letter-spacing: 1px; font-size: 7px; font-color: {color:sidetext}; font-type: {font:body}; margin-top: -1px; width: 120px; height: 160px; z-index: 150; margin-left: 95px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity:0.0;}
  968. #violet:hover {background-color: {color:background}; opacity:1.0;}
  969.  
  970. #vi {margin-top: -1px; margin-left: 95px; position: fixed;}
  971. #vi img {width: 120px; height: 160px; z-index: 151;}
  972. #vi img:hover {opacity:0.1;}
  973.  
  974. .tlinks2 {text-align: left; font-size: 8px; position: fixed; margin-left: 950px; margin-top: 25px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  975. .tlinks2 a {display: block; margin-bottom: 2px; background-color: {color:menubg}; color: transparent; width:75px; height: 19px; font-family:{font:body}; letter-spacing: 1px; font-size: 8px; padding-top: 4px; padding-left: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  976. .tlinks2 a:hover {background-color: {color:menubg hover}; color: {color:link side}; text-align: right; padding-right: 5px; width:120px;}
  977.  
  978. #letras {font-family: 'Just Me Again Down Here'; font-size:25px; color: {color:sidetext}; letter-spacing: 1px;}
  979.  
  980. /*** Paginação e outros ***/
  981.  
  982.  
  983. #pagina {width: 290px;; height: 10px; background-color:transparent; margin-bottom: 0px; margin-top:250px; margin-left: -230px; padding:5px; font:11px {font:body}; letter-spacing: 0px; text-align:justify; color:{color:sidetext}; position: fixed; border-top: 0px solid {color:text}; border-bottom: 1px solid {color:sidetext} ; border: 0px solid; rgb(200, 200, 200);;}
  984.  
  985. #paginacaoml {font-size: 8px; font-family:{font:body}, Geneva, Tahoma, sans-serif; line-height: 14px;}
  986.  
  987. #paginacaoml a {font-size: 8px; font-family: {font:body}, Geneva, Tahoma, sans-serif; background: transparent; margin: 1px 1px 0 0; padding: 2px 4px; color: {color:sidetext}; text-decoration: none;}
  988.  
  989. #paginacaoml a:hover {font-size: 8px; font-family: {font:body}, Geneva, Tahoma, sans-serif; background: {color:side}; border: none;}
  990.  
  991. #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidetext}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #161616; margin: 1px 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  992.  
  993. #credito {float: left; margin-top: 270px; margin-left: -130px; width: 75px; height: 15px; background-color:transparent; color: {color:sidetext}; padding: 5px; font-size: 9px; font-family: {font:body}, Geneva, Tahoma, sans-serif; text-align: center; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; opacity: 1.0;}
  994.  
  995. #credito a{font-size: 9px; color:{color:sidetext};}
  996.  
  997. #sidemb {float: right; margin-top: 25px; margin-left: 870px; width: 110px; height: 140px; background-color:{color:side}; color: {color:sidetext}; padding: 5px; font-size: 9px; font-family: {font:body}, Geneva, Tahoma, sans-serif; text-align: center; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; opacity: 1.0;}
  998.  
  999.  
  1000.  
  1001. /* post - info */
  1002.  
  1003. #info{margin-top: 15px; }
  1004. #info a{color: {color:link} !important}
  1005. #info a:hover{color:{color:linkhover}!important}
  1006. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  1007. .tags a{color: #FF88F5 !important}
  1008. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  1009. .line2{font-size:10px; text-transform:lowercase; clear: both}
  1010. .line3{font-size:10px; text-transform:lowercase; clear: both}
  1011. .ileft{float: left}
  1012. .iright{float: right}
  1013. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  1014. #clear{clear: both; width: 100%; visibility: hidden; height: 20px}
  1015.  
  1016.  
  1017. .date {display:inline; text-align:right; float:right}
  1018. .date a {color:#000}
  1019.  
  1020.  
  1021. #descri {width: 115px; color:{color:sidetext};}
  1022. #descri img {width: 120px; height: 160px;}
  1023.  
  1024. /* asker */
  1025.  
  1026. .asker {width: 480px; background-color: {color:side}; color:{color:text}; padding: 10px}
  1027. .asker img{float: left; margin: 0px 4px 2px 0;}
  1028. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: {font:body};}
  1029. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:{font:body};}
  1030. .answer {padding: 5px 0 0 0}
  1031.  
  1032.  
  1033. /* bold, italic e blockquote */
  1034.  
  1035. b, strong{color:bold}
  1036.  
  1037. i, em {color:;}
  1038.  
  1039. p{margin-top:5px; margin-bottom:5px}
  1040.  
  1041.  
  1042. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:link}; padding-left: 5px; }
  1043. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link};}
  1044. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  1045. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  1046.  
  1047. blockquote img{max-width: 470px!important}
  1048. blockquote blockquote img{max-width: 450px!important}
  1049. blockquote blockquote blockquote img{max-width: 430px!important}
  1050. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  1051.  
  1052. img a{border:none; width:100%}
  1053.  
  1054. /* chat e audio */
  1055.  
  1056. .chat{line-height: 12px; list-style: none}
  1057. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  1058. .person1 {background-color: {color:link}; color: {color:background}}
  1059. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  1060. .person2 {background-color: {color:background}; color: {color: text}}
  1061. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  1062.  
  1063. .audioimage{width: 100%; text-align: center; margin: 0 10px 0 10px}
  1064. .audioimage img{max-width: 300px; height: auto; padding: 5px}
  1065.  
  1066.  
  1067. /* notes */
  1068.  
  1069. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  1070. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1071. ol.notes li {margin: 0px; padding: 0px;}
  1072.  
  1073. .notes img{width:10px; position:relative; top:1px}
  1074. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  1075.  
  1076. /* scrollbar */
  1077.  
  1078. ::-webkit-scrollbar{width:3px;height:4px;}
  1079. ::-webkit-scrollbar-button:start:decrement
  1080. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  1081. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  1082. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  1083. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  1084.  
  1085.  
  1086.  
  1087. </style>
  1088.  
  1089. <style type="text/css">{CustomCSS}</style>
  1090.  
  1091.  
  1092.  
  1093.  
  1094. </head>
  1095.  
  1096. <body onkeydown="return false">
  1097. <div id="container">
  1098.  
  1099. <div class="tlinks2">
  1100. <a href="{text:Link1}">{text:Link1 Name}</a>
  1101. <a href="{text:Link2}">{text:Link2 Name}</a>
  1102. <a href="{text:Link3}">{text:Link3 Name}</a>
  1103. <a href="{text:Link4}">{text:Link4 Name}</a>
  1104. <a href="{text:Link5}">{text:Link5 Name}</a>
  1105. <a href="{text:Link6}">{text:Link6 Name}</a>
  1106.  
  1107. </div>
  1108. <div id="sidemb">
  1109. <div id="letras"><center><b><u><spand id="bubble">{Title}</span></u></b></center></div><br>{description}</div>
  1110.  
  1111. <div id="sbar">
  1112. <div class="linkss">
  1113. <div class="sleft">
  1114. <div id="mary">
  1115. <div id="violet">
  1116. <div id="descri">
  1117. <img src="{image:side2}">
  1118. </div>
  1119. </div>
  1120. <div id="vi"><img src="{image:side}"></div>
  1121. </div></div></div>
  1122. <div id="ipad">
  1123. <img src="http://media.tumblr.com/tumblr_m4oxa3zwDN1qkumu6.png"></div></div>
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134. <div id="pagina"><div id="paginacaoml"> <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big>&laquo;</big></big></a>{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="9"}{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}"><big><big>&raquo;</big></big></a>{/block:NextPage}{/block:Pagination}</center></div></div>
  1135.  
  1136. <div id="credito"><a href="http://escritoradapaz.tumblr.com/"><b>© edp theme</b></a>, <a href="http://cerejadosundae.tumblr.com/"><b>+</b></a>, <a href="http://sabedorias.tumblr.com/"><b>+</b></a>, <a href="http://noheartgirl.tumblr.com/"><b>+</b></a></div>
  1137.  
  1138.  
  1139. <div id="entries">
  1140. {block:Posts}
  1141. <div id="posts">
  1142.  
  1143. <br>{block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1144. {block:Text}{Body}{/block:Text}
  1145.  
  1146. {block:Quote}
  1147. <b class="bigquote">“</b><div class="pquote">{Quote}</div>{block:Source}
  1148. <div class="source">— {Source}</div>{/block:Source}
  1149. {/block:Quote}
  1150.  
  1151. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1152.  
  1153. {block:Description}{Description}{/block:Description}{/block:Link}
  1154.  
  1155. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" align="center" class="dreamgirl"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1156. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1157.  
  1158. {block:Chat}
  1159. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1160. <div class="chat"><ul>{block:Lines}
  1161. <li class="person{UserNumber}">{block:Label}
  1162. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1163. {/block:Chat}
  1164.  
  1165. {block:Audio}
  1166. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  1167. <span style="width:300px">{AudioPlayerGrey}</span></div>
  1168. <div class="cap">{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  1169. {/block:Audio}
  1170.  
  1171.  
  1172. {block:Answer}
  1173. <div class="asker"><img src="{AskerPortraitURL-48}"> <b>{Asker}</b> sussurou: <i>{Question}</i></div>
  1174. <div class="answer">{Answer}</div>
  1175. {/block:Answer}
  1176.  
  1177. {block:Video}{Video-500}
  1178. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1179.  
  1180. <div class="bg">
  1181. {block:Date}
  1182. <div id="info">{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  1183.  
  1184.  
  1185. <div class="line3"><span class="ileft">Posted {DayOfMonth}
  1186. {Month} {Year}, <a href="{Permalink}">{TimeAgo} · {block:NoteCount}
  1187. <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel} · </a>{/block:NoteCount} </a><a href="{ReblogURL}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"> reblog this</a> <br>{block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> · via: <a href="{ReblogParentURL}"
  1188. title="{ReblogParentTitle}">{ReblogParentName}</a>
  1189. </span>{/block:RebloggedFrom}</span> </div>
  1190.  
  1191. <div class="postclear"></div>
  1192. </div>{/block:Date}
  1193. </div></div>
  1194.  
  1195. {/block:Posts}
  1196. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1197. </div>
  1198. </div>
  1199. </div>
  1200.  
  1201. </body>
  1202.  
  1203. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement