begayisnotaproblem

theme por mim e h3y-fuck-you 07

May 5th, 2012
4,231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.54 KB | None | 0 0
  1. <!------------------------------------
  2.  
  3.  
  4.  
  5. THEME FODA
  6.  
  7. FEITO POR DE-FEITO E H3Y-FUCK-YOU 07
  8.  
  9. SEM PLÁGIOS AQUI OK? SE NÃO TE CAÇO ATÉ O INFERNO, É.
  10.  
  11.  
  12.  
  13. ------------------------------------>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript">
  22.  
  23. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  24.  
  25.  
  26.  
  27. function tb8_makeArray(n){
  28.  
  29.  
  30.  
  31. this.length = n;
  32.  
  33.  
  34.  
  35. return this.length;
  36.  
  37.  
  38.  
  39. }
  40.  
  41.  
  42.  
  43. tb8_messages = new tb8_makeArray(1);
  44.  
  45.  
  46.  
  47. tb8_messages[0] = "{Title}";
  48.  
  49.  
  50.  
  51. tb8_rptType = 'infinite';
  52.  
  53.  
  54.  
  55. tb8_rptNbr = 5;
  56.  
  57.  
  58.  
  59. tb8_speed = 100;
  60.  
  61.  
  62.  
  63. tb8_delay = 2000;
  64.  
  65.  
  66.  
  67. var tb8_counter=1;
  68.  
  69.  
  70.  
  71. var tb8_currMsg=0;
  72.  
  73.  
  74.  
  75. var tb8_tekst ="";
  76.  
  77.  
  78.  
  79. var tb8_i=0;
  80.  
  81.  
  82.  
  83. var tb8_TID = null;
  84.  
  85.  
  86.  
  87. function tb8_pisi(){
  88.  
  89.  
  90.  
  91. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  92.  
  93.  
  94.  
  95. document.title = tb8_tekst;
  96.  
  97.  
  98.  
  99. tb8_sp=tb8_speed;
  100.  
  101.  
  102.  
  103. tb8_i++;
  104.  
  105.  
  106.  
  107. if (tb8_i==tb8_messages[tb8_currMsg].length){
  108.  
  109.  
  110.  
  111. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  112.  
  113.  
  114.  
  115. }
  116.  
  117.  
  118.  
  119. if (tb8_currMsg == tb8_messages.length){
  120.  
  121.  
  122.  
  123. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  124.  
  125.  
  126.  
  127. clearTimeout(tb8_TID);
  128.  
  129.  
  130.  
  131. return;
  132.  
  133.  
  134.  
  135. }
  136.  
  137.  
  138.  
  139. tb8_counter++;
  140.  
  141.  
  142.  
  143. tb8_currMsg = 0;
  144.  
  145.  
  146.  
  147. }
  148.  
  149.  
  150.  
  151. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  152.  
  153.  
  154.  
  155. }
  156.  
  157.  
  158.  
  159. tb8_pisi()
  160.  
  161.  
  162.  
  163. </script>
  164.  
  165.  
  166.  
  167.  
  168.  
  169. <script type="text/javascript">
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. // <![CDATA[
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. var bgcolour="#9C9D9C"; // background colour
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217. var fgcolour="#070C12"; // foreground colour
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. var speed=100; // speed of bubbling, lower is faster
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. var shades=10; // number of shades of bubble
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. /****************************
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. * Bubbling Text Effect *
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. *(c) 2003-6 mf2fm web-design*
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. * http://www.mf2fm.com/rv *
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. * DON'T EDIT BELOW THIS BOX *
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. ****************************/
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385. var bubbcol=new Array();
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. var bubbler, bubbtxt;
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417. var bubbchr=new Array();
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433. window.onload=function() { if (document.getElementById) {
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. for (bubbler=0; bubbler<=shades; bubbler++) {
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. bubbtxt="#";
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. for (var i=1; i<6; i+=2) {
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. var bg=parseInt(bgcolour.substring(i,i+2),16);
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  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.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. bubbcol[bubbler+1]=bubbtxt;
  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.  
  592.  
  593. bubbler=document.getElementById("bubble");
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. bubbtxt=bubbler.firstChild.nodeValue;
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641. for (var i=0; i<bubbtxt.length; i++) {
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657. var bubbi=document.createElement("span");
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673. bubbi.setAttribute("id", "bubb"+i);
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705. bubbler.appendChild(bubbi);
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721. }
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737. bubbler=setInterval ("bubbling()", speed);
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761. }}
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777. function dechex(dec) {
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. var hex=dec.toString(16);
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809. if (dec<16) return "0"+hex;
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. else return hex;
  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.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873. function bubbling() {
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889. for (var i=0; i<bubbtxt.length; i++) {
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. var bubbme=document.getElementById("bubb"+i);
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921. if (bubbchr[i]) {
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945. bubbme.style.color=bubbcol[bubbchr[i]];
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977. }
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017. }
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041. }
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. // ]]>
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. </script>
  1082.  
  1083.  
  1084.  
  1085. <head>
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093. <script type="text/javascript">
  1094.  
  1095.  
  1096.  
  1097. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  1098.  
  1099.  
  1100.  
  1101. </script>
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111. <head profile="http://gmpg.org/xfn/11"> <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  1112.  
  1113. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  1114.  
  1115. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  1116.  
  1117. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls|Bad+Script' rel='stylesheet' type='text/css'>
  1118.  
  1119. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>
  1120.  
  1121. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  1122.  
  1123. <title>{title}</title>
  1124.  
  1125. <link rel="shortcut icon" href="{Favicon}" />
  1126.  
  1127. <meta name="color:title" content="#070C12"/>
  1128.  
  1129. <meta name="color:titlehover" content="#000000"/>
  1130.  
  1131.  
  1132.  
  1133. <meta name="color:negrito" content="#AFCAA0"/>
  1134.  
  1135. <meta name="color:italico" content="#AAAAAA"/>
  1136.  
  1137. <meta name="color:tracejado" content="#AFCAA0"/>
  1138.  
  1139. <meta name="color:menu" content="#FFFFFF"/>
  1140.  
  1141.  
  1142.  
  1143. <meta name="color:menuhover" content="#C1CFD9"/>
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151. <meta name="color:textlinks" content="#AAAAAA"/>
  1152.  
  1153. <meta name="color:textlinkhover" content="#FFF"/>
  1154.  
  1155.  
  1156.  
  1157. <meta name="color:links" content="#54768E" />
  1158.  
  1159. <meta name="color:linkshover" content="#C1CFD9" />
  1160.  
  1161. <meta name="color:border" content="#EBE8E9" />
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167. <meta name="color:trace" content="#33313D" />
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173. <meta name="color:texthover" content="#000000" />
  1174.  
  1175. <meta name="color:sidebar" content="#ffffff"/>
  1176.  
  1177. <meta name="color:sidebarhover" content="#000"/>
  1178.  
  1179. <meta name="color:letrabox" content="#888888"/>
  1180.  
  1181. <meta name="color:backgroundbox" content="#ffffff"/>
  1182.  
  1183. <meta name="color:letrasidebar" content="#BBBBBB"/>
  1184.  
  1185.  
  1186.  
  1187. <meta name="color:backgroundtheme" content="#f8f8f8"/>
  1188.  
  1189.  
  1190.  
  1191. <meta name="color:backgroundfrase" content="#58A3A3"/>
  1192.  
  1193. <meta name="color:frase" content="#fff" />
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201. <meta name="image:background" content=""/>
  1202.  
  1203. <meta name="image:sidegif1" content="http://26.media.tumblr.com/tumblr_m3kkgpblLM1qcr84go1_250.jpg"/>
  1204.  
  1205. <meta name="image:sidegif2" content="http://30.media.tumblr.com/tumblr_m3kkgpblLM1qcr84go2_250.jpg"/>
  1206.  
  1207.  
  1208.  
  1209. <meta name="text:subtitle" content="" />
  1210.  
  1211. <meta name="text:subtitle" content="" />
  1212.  
  1213. <meta name="text:frase" content="Troque no appearence" />
  1214.  
  1215.  
  1216.  
  1217. <meta name="text:Link1" content="link" />
  1218.  
  1219. <meta name="text:Link1 Title" content="troque" />
  1220.  
  1221. <meta name="text:Link2" content="Link" />
  1222.  
  1223. <meta name="text:Link2 Title" content="esses links" />
  1224.  
  1225. <meta name="text:Link3" content="link" />
  1226.  
  1227. <meta name="text:Link3 Title" content="no" />
  1228.  
  1229. <meta name="text:Link4" content="Link" />
  1230.  
  1231. <meta name="text:Link4 Title" content="appearance" />
  1232.  
  1233. <meta name="text:Link5" content="link" />
  1234.  
  1235. <meta name="text:Link5 Title" content="troque" />
  1236.  
  1237. <meta name="text:Link6" content="link" />
  1238.  
  1239. <meta name="text:Link6 Title" content="esses" />
  1240.  
  1241. <meta name="text:Link7" content="link" />
  1242.  
  1243. <meta name="text:Link7 Title" content="links" />
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249. </head>
  1250.  
  1251.  
  1252.  
  1253. <style type="text/css">
  1254.  
  1255. ::-webkit-scrollbar{width:6px;height:3px;}
  1256.  
  1257. ::-webkit-scrollbar-button:start:decrement
  1258.  
  1259. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  1260.  
  1261. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  1262.  
  1263. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:backgroundfrase};-webkit-border-radius:px;}
  1264.  
  1265. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  1266.  
  1267. @font-face {font-family: font; src: url('http://static.tumblr.com/qzpui9z/rJolz8e0w/airplanes_in_the_night_sky.ttf');}
  1268.  
  1269. @font-face {font-family: "Amaze";src: url('http://static.tumblr.com/zvqacv0/Hfwm2zrue/eurof35.ttf');}
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  1276.  
  1277. /*** Background ***/
  1278.  
  1279. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letrasidebar}; font-family: verdana; font-size: 10px; background-attachment:fixed; background-repeat:repeat; }
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285. .limite {width: 882px; }
  1286.  
  1287. /*** Pagina ***/
  1288.  
  1289. #pagina {font: normal 12px arial; color: #000; width: 350px; padding: 2px, text-align: center;}
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299. /*** Conteudo ***/
  1300.  
  1301. #conteudo {margin-left:400px; margin-top:2px; width: 350px; padding: 5px; }
  1302.  
  1303. #conteudo .post {margin-bottom:20px;}
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311. .sleft {text-align: center; line-height: 18px;}
  1312.  
  1313. .sleft a {display: block; font-family: {font:text}; letter-spacing: 1px; font-size: 10px; width: 190px; text-align: center; margin-bottom: 1px; background-color: {color:sidebarlinks}; color:{color:leftext}; text-decoration: none; text-transform: lowercase;}
  1314.  
  1315. .sleft a:hover{text-align: center; width: 185px; background-color: {color:bglink}; color:{color:leftext}; border-left: 5px solid {color:sidtext};}
  1316.  
  1317.  
  1318.  
  1319. /* Chat por Anna (livelikeasuicide) *********/
  1320.  
  1321. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  1322.  
  1323. 10px; font-family: verdana;}
  1324.  
  1325. .chat .chat1 {margin-left: 0px;}
  1326.  
  1327. .chat .chat1 .chat2 {background: {color:links}; color: {color:backgroundbox}; opacity:0.6;
  1328.  
  1329. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  1330.  
  1331. .chat .chat1 .chat2.even {background: {color:linkshover};
  1332.  
  1333. color: {color:backgrounbox};} /* Segunda linha */
  1334.  
  1335. .chat .chat1 .chat2 span{font-weight: bold;}
  1336.  
  1337. .sidebar {position: absolute;background: {color:backgrounddbox};
  1338.  
  1339. background-repeat: no-repeat;
  1340.  
  1341. padding: 5px;
  1342.  
  1343. margin-bottom: 15px;
  1344.  
  1345. -moz-box-shadow: 0 0 0em #ddd; -webkit-box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #ddd;
  1346.  
  1347. border-radius: 1px;}
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353. .borda{
  1354.  
  1355. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  1356.  
  1357.  
  1358.  
  1359. border-radius:0px;}
  1360.  
  1361. .borda:hover{
  1362.  
  1363. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  1364.  
  1365.  
  1366.  
  1367. .home {
  1368.  
  1369. height:15px; width:15px;align:center;margin-left:12px;}
  1370.  
  1371. .bordasm1{
  1372.  
  1373. padding : 5px;background-color: {color:menu};
  1374.  
  1375.  
  1376.  
  1377. border-radius:0px;width:74px;}
  1378.  
  1379.  
  1380.  
  1381. /*** TOOLTIP BY RITAMAFALDA ***/
  1382.  
  1383. #dhtmltooltip{position: absolute; padding: 4px; background-color: {color:menuhover};left: -100px; color: {color:textlinkhover}; text-align: center; font-size: 9px; width: auto; margin: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; visibility: hidden; z-index: 300; filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
  1384.  
  1385. .imageside1 { margin-bottom:2px;margin-top:-5px; }
  1386.  
  1387. .imageside1 img {width:155px; height:140px;align:center;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;}
  1388.  
  1389. .imageside1 img:hover {-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out; }
  1390.  
  1391. .imageside { margin-bottom:2px;margin-top:-5px; }
  1392.  
  1393. .imageside img {width:155px; height:140px;align:center;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;}
  1394.  
  1395. .imageside img:hover {-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out; }
  1396.  
  1397.  
  1398.  
  1399. .imageside .menu {margin-left: 1px; width: 148px;
  1400.  
  1401.  
  1402.  
  1403. text-align: center; height: 132px;
  1404.  
  1405. border: 1px solid {color:border};
  1406.  
  1407. position: absolute; padding: 4px;
  1408.  
  1409. margin-top: -142px;margin-left:158px;
  1410.  
  1411.  
  1412.  
  1413. background: {color:backgroundbox} ;
  1414.  
  1415. -webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;
  1416.  
  1417.  
  1418.  
  1419. -o-transition: all 1.0s ease;transition: all 1.0s ease; opacity: 1;
  1420.  
  1421. }
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427. .imageside:hover .menu {opacity: 1.0;margin-left:-1px; -webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;
  1428.  
  1429.  
  1430.  
  1431. -o-transition: all 1.0s ease;transition: all 1.0s ease; opacity: 1;}
  1432.  
  1433. #deslizar{margin-top: -252px; margin-left: 0px;}
  1434.  
  1435. #deslizar img {width:205px; height:240px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  1436.  
  1437. #deslizar img:hover {opacity:0;}
  1438.  
  1439.  
  1440.  
  1441. #linkk {margin-top: 163px; margin-left: 150px; position:fixed; width: 20px; z-index:0;}
  1442.  
  1443.  
  1444.  
  1445. #linkk a{font-size: 8px; color: {color:textlinks} ; background-color: {color:backgroundfrase}; padding:5px 5px 2px 15px; display:block; margin-bottom: 1px; width: 70px; height: 8px; text-align:center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; line-height: 6px; font-family: tinytots;text-transform: uppercase;-webkit-border-bottom-left-radius: 6px;
  1446.  
  1447. -moz-border-radius-topleft: 6px;
  1448.  
  1449. -moz-border-radius-bottomleft: 6px;
  1450.  
  1451. border-top-left-radius: 6px;
  1452.  
  1453. border-bottom-left-radius: 6px;}
  1454.  
  1455.  
  1456.  
  1457. #linkk a:hover{color:{color:textlinkshover}; background-color: {color:backgroundfrase}; letter-spacing: 0px; margin-left: -53px; }
  1458.  
  1459.  
  1460.  
  1461. .smquote{font-family: georgia; text-align: center; font-size: 15px; line-height: 15px; padding: 2px; }
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. .smsource{text-align: center; text-transform: none; margin-bottom: 3px;}
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485. .cred {text-align: center;}
  1486.  
  1487. .sidebarpages {font-size: 12px; margin-top: 5px; text-align: center; width: 300px; font-family: verdana; float: center; clear:
  1488.  
  1489.  
  1490.  
  1491. both }
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497. .divdate {border-bottom: 1px dotted {color:border}; margin-bottom: 3px; padding:3px;}
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503. #flyer {display: block;float: right:; top:50px; width: 75px; height: 8200px; background-color: transparent; text-align: center; position: fixed; margin-left: 920px;}
  1504.  
  1505.  
  1506.  
  1507. .sidebarimg img{max-width: 265px; height: auto; text-align:center}
  1508.  
  1509. .box {background: {color:backgroundbox}; margin-bottom: 2px; padding: 5px; text-align: justify; border-radius: 0px;}
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521. .titulos {color:{color:title}!important;font-family: 'Andika', sans-serif;font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  1522.  
  1523.  
  1524.  
  1525. #creditossm {}
  1526.  
  1527. .boxall{
  1528.  
  1529. background: {color:backgroundbox};
  1530.  
  1531. background-repeat: no-repeat;
  1532.  
  1533. padding: 5px;
  1534.  
  1535. margin-bottom: 15px;
  1536.  
  1537. -moz-box-shadow: 0 0 1em #ddd; -webkit-box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #000;
  1538.  
  1539. border-radius: 8px;
  1540.  
  1541. }
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551. h1{color:{color:title} !important;font-family: Amaze;font-size:18px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  1552.  
  1553.  
  1554.  
  1555. /*** BlockQuote ***/
  1556.  
  1557.  
  1558.  
  1559. blockquote {background:{color:backgroundtheme};
  1560.  
  1561. padding:3px;margin:-2px;border-left: 5px groove {color:menuhover};
  1562.  
  1563. }@font-face {
  1564.  
  1565.  
  1566.  
  1567. font-family:basket;
  1568.  
  1569.  
  1570.  
  1571. src: url('http://static.tumblr.com/iddq6cw/GQTm040bn/ultimapdaa-hairline.ttf');
  1572.  
  1573.  
  1574.  
  1575. }
  1576.  
  1577. h2{color:{color:frase} !important; font-size:20px; font-family: basket;text-align:center;font-weight:bold;padding:0px;line-height:1px;letter-spacing: 1px;}
  1578.  
  1579.  
  1580.  
  1581. h3{font-family: verdana; font-size: 10px;font-weight:normal;background:{color:backgroundbox};
  1582.  
  1583. padding:3px;margin:-2px;-webkit-border-bottom-right-radius: 4px;
  1584.  
  1585. -webkit-border-bottom-left-radius: 4px;
  1586.  
  1587. -moz-border-radius-bottomright: 4px;
  1588.  
  1589. -moz-border-radius-bottomleft: 4px;
  1590.  
  1591. border-bottom-right-radius: 4px;
  1592.  
  1593. border-bottom-left-radius: 4px;}
  1594.  
  1595.  
  1596.  
  1597. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  1598.  
  1599. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  1600.  
  1601.  
  1602.  
  1603. /*** Seleção colorida Sm ***/
  1604.  
  1605. ::-moz-selection
  1606.  
  1607. {
  1608.  
  1609. background: #28B5BF;
  1610.  
  1611. color: #f3f3f3;
  1612.  
  1613. }
  1614.  
  1615. ::selection
  1616.  
  1617. {
  1618.  
  1619. background: #28B5BF;
  1620.  
  1621. color:#fff;
  1622.  
  1623. }
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629. /*** boxnotes em hover por amandaleocadio ***/
  1630.  
  1631. .box .boxnotes {margin-left: 05px; width: 19px;
  1632.  
  1633. text-align: center; height: 38px;
  1634.  
  1635. position: absolute; margin-top: -15px; padding: 4px;
  1636.  
  1637.  
  1638.  
  1639. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  1640.  
  1641. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0;
  1642.  
  1643.  
  1644.  
  1645. }
  1646.  
  1647.  
  1648.  
  1649. .box:hover .boxnotes {margin-top: -5px;opacity: 1; }
  1650.  
  1651. /*** fim da boxnotes ***/
  1652.  
  1653.  
  1654.  
  1655. .linha1 {background:{color:backgroundbox};width: 1px;height:350px;margin-bottom: 0px; padding: 1px; text-align: justify;margin-left:200px; margin-top:10px;position:fixed;}
  1656.  
  1657.  
  1658.  
  1659. .linha2 {background:{color:backgroundbox};height:1px;width:250px;margin-bottom: 0px; padding: 1px; text-align: justify;margin-left:180px; margin-top:340px;position:fixed;}
  1660.  
  1661.  
  1662.  
  1663. .mtop{float: left; text-align: left; line-height: 20px; font-size: 9pt;}
  1664.  
  1665. .mtop a {display: block;color:{color:textlinkscolor}; background-color: {color:menucolor1}; text-align: left;width:50px;height:20px;margin-bottom: 2px; text-transform: lowercase; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear;border: 0px solid transparent;margin:2px 0px 0px 2px;margin-top:2px;font-family: verdana; font-size:9px;}
  1666.  
  1667. .mtop a:hover{width:63px;background-color: {color:menuhovercolor2}; color:{color:textlinkhovercolor}; text-transform: lowercase;border: 0px solid {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;box-shadow: 0 0 2em {color:letrasidebar};}
  1668.  
  1669.  
  1670.  
  1671. /** Menu SM**/
  1672.  
  1673. .nav {background: ; display: inline-block; padding: 3px; text-align: center; line-height:12px;height:10px; color:{color:textlinks}; text-transform: uppercase; width:92px; float: left; margin:2px 2px 0px 4px; font-family: tinytots; font-size:8px; !important;text-decoration: none; letter-spacing: 0.10em; -webkit-transition-duration: .20s;text-transform:uppercase;border:1px solid {color:};}
  1674.  
  1675.  
  1676.  
  1677. .nav:hover {background:{color:menuhover};display: inline-block; text-align: center; color:{color:textlinkhover}; -webkit-transition-duration: .20s;text-shadow:6px 5px 9px #000;}
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685. /** Menu SM**/
  1686.  
  1687. .nav2 {background: transparent; display: inline-block; padding: 3px; text-align: center; line-height:-30px;height:18px; color:{color:textlinkscolor}; text-transform: uppercase; width:30px; float: center; margin:2px 2px 0px 4px; font-family: tinytots; font-size:8px; !important;text-decoration: none; letter-spacing: 0.10em; -webkit-transition-duration: .90s;text-transform:uppercase;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  1688.  
  1689. -o-transition: all 1s ease;transition: all 1s ease; border-radius: 01px;-webkit-border-top-left-radius: 6px;
  1690.  
  1691. -webkit-border-top-right-radius: 6px;
  1692.  
  1693. -moz-border-radius-topleft: 6px;
  1694.  
  1695. -moz-border-radius-topright: 6px;
  1696.  
  1697. border-top-left-radius: 6px;
  1698.  
  1699. border-top-right-radius: 6px;}
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707. #sid{position: absolute; margin-left:780px; margin-top:460px; width: 400px; height: 70px; background-color: transparent; padding: 10px; background-attachment:absolute; -webkit-transform: rotate(90deg); line-height:19px;}
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713. #sm { margin-top: 0px;}
  1714.  
  1715. b, strong, bold {color:{color:negrito};}
  1716.  
  1717. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  1718.  
  1719. i, em{color: {color:italico};}
  1720.  
  1721. s {color: {color:tracejado };}
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727. /*** PAGINACAO BY RITAMAFALDA ***/
  1728.  
  1729. .pagi {font-family:'Lobster Two', cursive; font-size: 70px; font-weight: bold; line-height: 421px; text-shadow: 0 1px 1px #fff; right: 1100px; bottom: 80px; position: fixed;}
  1730.  
  1731. .pagi1 {font-family:'Lobster Two', cursive; font-size: 70px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 270px; bottom: 180px; position: fixed;}
  1732.  
  1733. a.pagl {color: {color:links}; text-decoration: none;}
  1734.  
  1735. a.pagl:hover {color:{color:linkshover};}
  1736.  
  1737.  
  1738.  
  1739. .date {width: 99%; background:{color:backgroundbox}; font-weight:normal; text-align:right; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family: tinytots; font-size: 8px; text-transform: uppercase;
  1740.  
  1741.  
  1742.  
  1743. }
  1744.  
  1745. .tag {width: 99%; font-weight:normal; text-align:left; letter-spacing:1px; padding:4px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; border-radius: 04px;border-radius: 3px; -webkit-transition-duration: .50s;font-family: tinytots; font-size: 8px; text-transform: uppercase;
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753. }
  1754.  
  1755.  
  1756.  
  1757. .tags {width: 99%;background:transparent; font-weight:normal; text-align:left; letter-spacing:1px; padding:4px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; border-radius: 04px;border-radius: 3px; -webkit-transition-duration: .50s;font-family: tinytots; font-size: 8px; text-transform: uppercase;
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763. }
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783. .box4 {background:{color:backgroundfrase};width:50px;height:75px;-webkit-border-top-left-radius: 40px;
  1784.  
  1785. -webkit-border-bottom-left-radius:40px;
  1786.  
  1787. -moz-border-radius-topleft: 40px;
  1788.  
  1789. -moz-border-radius-bottomleft: 40px;
  1790.  
  1791. border-top-left-radius: 40px;
  1792.  
  1793. border-bottom-left-radius: 40px; padding: 3px; text-align: justify;margin-left:30px;}
  1794.  
  1795.  
  1796.  
  1797. .box4 :hover {margin-left:300px;}
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805. .box2 {background:{color:backgroundbox};width: 15px; margin-bottom: 0px; padding: 3px; text-align: justify;-webkit-border-top-left-radius: 6px;
  1806.  
  1807. -webkit-border-bottom-left-radius: 6px;
  1808.  
  1809. -moz-border-radius-topleft: 6px;
  1810.  
  1811. -moz-border-radius-bottomleft: 6px;
  1812.  
  1813. border-top-left-radius: 6px;
  1814.  
  1815. border-bottom-left-radius: 6px; opacity:0.6;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  1816.  
  1817. }
  1818.  
  1819. .box2:hover{opacity:1;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  1820.  
  1821. -webkit-border-bottom-left-radius:40px;
  1822.  
  1823. -moz-border-radius-topleft: 40px;
  1824.  
  1825. -moz-border-radius-bottomleft: 40px;
  1826.  
  1827. border-top-left-radius: 40px;
  1828.  
  1829. border-bottom-left-radius: 40px; }
  1830.  
  1831. .box3 {background:{color:backgroundfrase};width: 325px; padding: 3px; text-align: justify;box-shadow:0px 2px 9px #AAAAAA;-webkit-border-bottom-left-radius:40px;
  1832.  
  1833. -moz-border-radius-topleft: 40px;
  1834.  
  1835. -moz-border-radius-bottomleft: 40px;
  1836.  
  1837. border-top-left-radius: 40px;
  1838.  
  1839. border-bottom-left-radius: 40px; }
  1840.  
  1841.  
  1842.  
  1843. .box1 {background:{color:backgroundbox};width: 320px;height:200px; margin-top: 1px; padding: 3px; text-align: justify;-webkit-border-bottom-left-radius:40px;
  1844.  
  1845. -moz-border-radius-topleft: 40px;
  1846.  
  1847. -moz-border-radius-bottomleft: 40px;
  1848.  
  1849. border-top-left-radius: 40px;
  1850.  
  1851. border-bottom-left-radius: 40px; }
  1852.  
  1853.  
  1854.  
  1855. .ask {width: 97%; background: {color:linkshover}; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;color:{color:backgroundbox};text-transform: uppercase; font-size: 8px;border-right: 5px solid {color:links}; }
  1856.  
  1857. /*** ask ***/
  1858.  
  1859. .pergunta {background: {color:backgroundtheme};-webkit-border-bottom-right-radius: 6px;
  1860.  
  1861. -webkit-border-bottom-left-radius: 6px;
  1862.  
  1863. -moz-border-radius-bottomright: 6px;
  1864.  
  1865. -moz-border-radius-bottomleft: 6px;
  1866.  
  1867. border-bottom-right-radius: 6px;
  1868.  
  1869. border-bottom-left-radius: 6px; padding: 6px;margin-top: 0px; border-bottom: 1px solid #; margin-top: 2px; border-right: 0px solid #; margin-left: 0; margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  1870.  
  1871. .perguntou {display: block; height: 24px; line-height: 23px; margin-left: 31px; background: {color:linkshover}; border-left: 6px solid {color:backgroundfrase}; font-size: 10pt; color: #fff; padding: 3px; text-align: left; text-shadow: 1px 1px 1px #;}
  1872.  
  1873. .perguntou a {background: {color:linkshover}; padding: 2px; color:#fff; border-bottom: dotted 1px {color:border};}
  1874.  
  1875.  
  1876.  
  1877. .oi {background: {color:backgroundbox}; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: {color:letrasidebar}; border-bottom: 1px solid #; border-right: 1px solid #; margin-left: 0; margin-right: 2px;overflow: hidden; text-shadow: 0px 1px 1px #;}
  1878.  
  1879. .askborder {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891. .creditos{
  1892.  
  1893. background: #ddd;
  1894.  
  1895. background-repeat: no-repeat;
  1896.  
  1897. padding: 3px;
  1898.  
  1899. margin-bottom: 0px;
  1900.  
  1901. border-radius:50px;
  1902.  
  1903. height:16px;
  1904.  
  1905. font-family:Century Gothic;
  1906.  
  1907. font-size:13;
  1908.  
  1909. color:#aaa;
  1910.  
  1911. }@font-face { font-family: Dreamer; src: url('http://static.tumblr.com/o286adx/Ns4m2dvjg/juice___.ttf'); }
  1912.  
  1913. .caixinha{font-size: 16px;font-family: Amaze; color: #fff;padding:4px;text-align: center; font-weight:normal; text-shadow: 0 0px 0px #000; letter-spacing:0px; padding:2px; margin-bottom:4px; background:{color:links};text-align:center; }
  1914.  
  1915. .caixinha2{font-size: 16px;font-family: Amaze; color: #fff;padding:4px;text-align: center; font-weight:normal; text-shadow: 0 0px 0px #000; letter-spacing:0px; padding:2px; margin-bottom:4px; background:{color:linkshover};text-align:center; }
  1916.  
  1917.  
  1918.  
  1919. .notepost{width: 99%; background: #F8F8F8; font-weight:italic; text-align:right; letter-spacing:1px; text-shadow:0 0px 0px #fff; font-size: 7pt; margin-bottom: 1px; padding: 3px; border-radius: 3px; }
  1920.  
  1921.  
  1922.  
  1923. .descrip {width: 207px; height: 103px;
  1924.  
  1925. text-align: center;
  1926.  
  1927. position: fixed; padding: 4px;
  1928.  
  1929. background : {color:backgroundbox};
  1930.  
  1931. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  1932.  
  1933. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0;color: {color:letrasidebar};
  1934.  
  1935. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.5s ease-out;}
  1936.  
  1937. .descrip {margin-top: 13px; font-family: verdana;font-size: 7pt; color: {color:letrasidebar}; text-align: center; padding: 3px; line-height:18px;border-bottom: 2px solid {color:border};border-top: 2px solid {color:border};}
  1938.  
  1939. .descrip:hover {width:207px;height:103px; opacity: 1.0;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out; margin-top: 128px;}
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947. opacity: 1.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  1948.  
  1949. #frase2 { font-family: verdana;font-size: 9px; color: {color:letrasidebar}; text-align: center; padding: 3px; line-height:18px;}
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957. #frase {width: 200px; height: 80px; position:fixed; margin-bottom:9px;overflow:hidden; background: {color:backgroundbox};border-top:2px solid {color:border};border-left:2px solid {color:border};border-right:2px solid {color:border};
  1958.  
  1959. -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  1960.  
  1961. #frase {font-family: 'Amatic SC', cursive;font-size:9px;color: {color:frase}; text-align: right; padding: 3px; line-height:18px;}
  1962.  
  1963. #frase:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  1964.  
  1965. #faixa {width: 10401px; height: 70px; position:fixed; overflow:hidden; background: {color:backgroundbox};
  1966.  
  1967. -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  1968.  
  1969. #faixa {font-family: verdana;font-size:9px;color: {color:frase}; text-align: center; padding: 2px; line-height:18px;margin-left:-1000px;}
  1970.  
  1971.  
  1972.  
  1973. #linkssm {width: 200px; height: 132px; margin-left: 5px; margin-top: 146px; position:fixed; overflow:hidden;color: {color:letrasidebar};
  1974.  
  1975. opacity: 0.0;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.5s ease-out;}
  1976.  
  1977. #linkssm { font-family: verdana;font-size: 9px; color: {color:letrasidebar}; text-align: center; padding: 3px; line-height:18px}
  1978.  
  1979. #linkssm:hover {width:500px;height: 250px; opacity: 1.0;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;margin-left:-147px;}
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985. /*** Seleção Colorida - By; MADLYLUV.com ***/
  1986.  
  1987. ::-moz-selection
  1988.  
  1989. {color: #000;
  1990.  
  1991. background: #eee;}
  1992.  
  1993.  
  1994.  
  1995. ::selection
  1996.  
  1997. {color: #000;
  1998.  
  1999. background: #eee;}
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015. </style>
  2016.  
  2017.  
  2018.  
  2019. <body>
  2020.  
  2021.  
  2022.  
  2023. <div id="linkk">
  2024.  
  2025. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  2026.  
  2027. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  2028.  
  2029. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  2030.  
  2031. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  2032.  
  2033. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  2034.  
  2035. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  2036.  
  2037. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  2038.  
  2039. </div>
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047. <!--- TOOLTIP BY RITAMAFALDA --->
  2048.  
  2049. <div id="dhtmltooltip"></div>
  2050.  
  2051. <script language="JavaScript" src="http://static.tumblr.com/xajwmek/wC6lsg2fd/titlediferenciado_ritamafalda.txt"></script>
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067. </div>
  2068.  
  2069. </div></div>
  2070.  
  2071. </head>
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077. <div id='menu'>
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083. </div></div></div>
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089. <!-- DESCRICAO -->
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111. <div style="position:absolute; widht:150px; left:280px;top:370px;position: fixed; text-align: right;" ><center><div style="padding:0px;;text-align: justify; line-height: 110% ;font-family: tinytots;font-size: 8px;text-transform: uppercase;"><center>
  2112.  
  2113. <b>theme:</b> <a href="http://de-feito.tumblr.com">de-feito</a> ft. <a href="http://h3y-fuck-you.tumblr.com/"><b>h3y-fuck-you</a>;<br></b> be original</b></center>
  2114.  
  2115.  
  2116.  
  2117. </div></div>
  2118.  
  2119. </div></div></div></div></div>
  2120.  
  2121. <br>
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127. </div>
  2128.  
  2129. </div>
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135. <div style="position:absolute; width:315px; left:972px; top:159px;position: fixed; text-align: right;" >
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142.  
  2143. <div style="position:absolute; width:200px; left:178px; top:98px;position: fixed; text-align: right;" ><div class="box3"><h2><span id="bubble">{text:frase}</h2></span>
  2144.  
  2145.  
  2146.  
  2147. <div class="box1"><div class="nav"></div></a>
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155. <table><tr><td>
  2156.  
  2157. <div class="imageside"><img src="{image:sidegif1}"/> <div class="menu">
  2158.  
  2159. <div style="padding:0px; overflow: auto; top:400px; width:140px; ;text-align: justify; font-family: tinytots;font-size: 8px;text-transform: uppercase;height:150px; line-height: 110% ;"><center>
  2160.  
  2161. {block:Description}{Description}{/block:Description}</div> </td><td> <div class="imageside1"><img src="{image:sidegif2}"/> </td></tr></table>
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169. </div></div></div></div></div>
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201.  
  2202.  
  2203. </div></div></div></div>
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217. </div></div></div></center>
  2218.  
  2219. <!-- TAGS PRINCIPAIS DO POST -->
  2220.  
  2221. <div style="position:absolute; width:515px; left: 510px; top:98px; padding-top:0px; z-index:2;">
  2222.  
  2223.  
  2224.  
  2225. <div id="iluc">
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233. {block:Posts}
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241. {block:Regular}<div class="box"><div class="post"><div class="boxnotes">
  2242.  
  2243. <center>
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2258.  
  2259. </center>
  2260.  
  2261. </div>
  2262.  
  2263. {block:Title}<h1>{Title}</h1>{/block:Title}
  2264.  
  2265. <div class="entry">{Body}</div>
  2266.  
  2267.  
  2268.  
  2269. <div class="divdate"></div>
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2276.  
  2277. </div></div>
  2278.  
  2279. {/block:Regular}
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289. {block:Photo}
  2290.  
  2291. <div class="post"><div class="box"><div class="boxnotes">
  2292.  
  2293. <center>
  2294.  
  2295.  
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2310.  
  2311. </center>
  2312.  
  2313. </div>
  2314.  
  2315.  
  2316.  
  2317. <center>
  2318.  
  2319. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=500px class="borda">{LinkCloseTag}</center>
  2320.  
  2321. {block:Caption}
  2322.  
  2323. <br>
  2324.  
  2325. <div class="caption">{Caption}</div>
  2326.  
  2327. {/block:Caption}
  2328.  
  2329. <div style="clear:both;"></div>
  2330.  
  2331. <BR>
  2332.  
  2333.  
  2334.  
  2335. <div class="divdate"></div>
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2346.  
  2347.  
  2348.  
  2349. </div></div>
  2350.  
  2351. {/block:Photo}
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357. <div style="clear:both;"></div>
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365. {block:Answer}
  2366.  
  2367. <div class="post"><div class="box">
  2368.  
  2369. <img src="{AskerPortraitURL-48}"align="left" class="askborder"/>
  2370.  
  2371. <div class="ask">
  2372.  
  2373. {Question}</div>
  2374.  
  2375. {Answer}
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381. <div style="clear:both;"></div>
  2382.  
  2383.  
  2384.  
  2385. <BR>
  2386.  
  2387.  
  2388.  
  2389. <div class="divdate"></div>
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395. <div class="date"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <b>Pergunta feita por: {Asker}</b> </div>
  2396.  
  2397.  
  2398.  
  2399. </div>
  2400.  
  2401.  
  2402.  
  2403. {block:Answer}
  2404.  
  2405.  
  2406.  
  2407. <div style="clear:both;"></div>
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417. {block:Quote}
  2418.  
  2419. <div class="post"><div class="box"><div class="boxnotes">
  2420.  
  2421. <center>
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2436.  
  2437. </center>
  2438.  
  2439. </div>
  2440.  
  2441. <h1>"{Quote}"</h1>
  2442.  
  2443. </span>{block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  2444.  
  2445. <br>
  2446.  
  2447. <div class="divdate"></div>
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2456.  
  2457. </div></div>
  2458.  
  2459. {/block:Quote}
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465. <div style="clear:both;"></div>
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475. {block:Link}
  2476.  
  2477. <div class="post"><div class="box"><div class="boxnotes">
  2478.  
  2479. <center>
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2494.  
  2495. </center>
  2496.  
  2497. </div><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  2498.  
  2499. {block:Description}
  2500.  
  2501. <div class="description">{Description}</div>
  2502.  
  2503. {/block:Description}
  2504.  
  2505.  
  2506.  
  2507. <BR>
  2508.  
  2509. <div class="divdate"></div>
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2516.  
  2517.  
  2518.  
  2519. </div></div>
  2520.  
  2521. {/block:Link}
  2522.  
  2523.  
  2524.  
  2525. <div style="clear:both;"></div>
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531. {block:Chat}
  2532.  
  2533. <div class="post"><div class="box"><div class="boxnotes">
  2534.  
  2535. <center>
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2552.  
  2553. </center>
  2554.  
  2555. </div>
  2556.  
  2557. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  2558.  
  2559. {/block:Title}
  2560.  
  2561. <div class="chat">
  2562.  
  2563. {block:Lines}
  2564.  
  2565. <div class="{Alt} user_{UserNumber}">
  2566.  
  2567. {block:Label}
  2568.  
  2569. <span class="label">{Label}</span>
  2570.  
  2571. {/block:Label}
  2572.  
  2573. {Line}
  2574.  
  2575. </div>
  2576.  
  2577. {/block:Lines}
  2578.  
  2579. </div>
  2580.  
  2581. <BR>
  2582.  
  2583. <div class="divdate"></div>
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2594.  
  2595.  
  2596.  
  2597. </div></div>
  2598.  
  2599. {/block:Chat}
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605. <div style="clear:both;"></div>
  2606.  
  2607.  
  2608.  
  2609.  
  2610.  
  2611. {block:Audio}
  2612.  
  2613. <div class="post"><div class="box"><div class="boxnotes">
  2614.  
  2615. <center>
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title="">
  2628.  
  2629. </a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2630.  
  2631. </center>
  2632.  
  2633. </div>
  2634.  
  2635. {AudioPlayerWhite}
  2636.  
  2637. {block:Caption}
  2638.  
  2639. <div class="caption">{Caption}</div>
  2640.  
  2641. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  2642.  
  2643. {/block:Caption}
  2644.  
  2645.  
  2646.  
  2647.  
  2648.  
  2649. <div class="divdate"></div>
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2658.  
  2659. </div></div>
  2660.  
  2661. {/block:Audio}
  2662.  
  2663.  
  2664.  
  2665. <div style="clear:both;"></div>
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671. {block:Video}
  2672.  
  2673. <div class="post"><div class="box"><div class="boxnotes">
  2674.  
  2675. <center>
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  2692.  
  2693. </center>
  2694.  
  2695. </div>
  2696.  
  2697. <class="borda"><center>
  2698.  
  2699. {Video-500}</center>
  2700.  
  2701. <br>
  2702.  
  2703. {block:Caption}
  2704.  
  2705. <div class="caption">{Caption}</div>
  2706.  
  2707. {/block:Caption}
  2708.  
  2709.  
  2710.  
  2711. <BR>
  2712.  
  2713. <div class="divdate"></div>
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  2724.  
  2725. </div></div>
  2726.  
  2727. {/block:Video}
  2728.  
  2729.  
  2730.  
  2731. <div style="clear:both;"></div>
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737. {block:PostNotes}<div class="box">
  2738.  
  2739. <div class="notes-bottom">
  2740.  
  2741. {PostNotes}
  2742.  
  2743. </div></div>
  2744.  
  2745. {/block:PostNotes}
  2746.  
  2747.  
  2748.  
  2749. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  2750.  
  2751. {/block:Posts}
  2752.  
  2753. <!---------------- FINAL DE TAGS DO POST ------------->
  2754.  
  2755. <br></div><!--- PAGINACAO BY RITAMAFALDA --->
  2756.  
  2757. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  2758.  
  2759. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2778.  
  2779. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785. <div id="creditos" style="display:none">
  2786.  
  2787. <div class="box">
  2788.  
  2789.  
  2790.  
  2791. <div class="caixinha">Agradecimentos</div><br><br>
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827. <br><br>
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833. </div>
  2834.  
  2835. </div></div>
  2836.  
  2837. <div id="extras" style="display:none">
  2838.  
  2839. <div class="box"><div class="dididate">
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851.  
  2852.  
  2853.  
  2854.  
  2855.  
  2856.  
  2857. <div class="caixinha"></div>
  2858.  
  2859.  
  2860.  
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867. </div></div></div></div>
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893. </div></div>
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903. </div></div>
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923. </div></div></div></div></div></div>
  2924.  
  2925. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2926.  
  2927. </div></div></div></div></div></div></div></div></div></div></div></div>
  2928.  
  2929. </body>
  2930.  
  2931. </head>
  2932.  
  2933. </html>
Advertisement
Add Comment
Please, Sign In to add comment