Advertisement
themesforu

m-a-r-e-s-i-a

Dec 19th, 2011
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.66 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.  
  5.  
  6.  
  7.  
  8.  
  9. <!-- THEME BY MARESIA DONT COPY, PLAGIO É CRIME E VOCÊ SABE CARA DE CU, ENTÃO VAZA DAQUI !-->
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <script>
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. var mensagem="não tem nada pra você aqui palhaço (a)";
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. function bloqueio()
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. {alert(mensagem);}
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. document.onkeydown=bloqueio;
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <script type="text/javascript">
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. //desabilita menu de opcoes ao clicar no botao direito
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. function desabilitaMenu(e)
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. {
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. if (window.Event)
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. {
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. if (e.which == 2 || e.which == 3)
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. return false;
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141. }
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. else
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. {
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. event.cancelBubble = true
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. event.returnValue = false;
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. return false;
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. document.oncontextmenu = desabilitaMenu;
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. document.onmousedown = desabilitaBotaoDireito;
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. document.onmouseup = desabilitaBotaoDireito;
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. </script>
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245. <script language="JavaScript1.2">
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253. function disableselect(e){
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. return false
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277. function reEnable(){
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285. return true
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. //if IE4+
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. document.onselectstart=new Function ("return false")
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. //if NS6
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. if (window.sidebar){
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. document.onmousedown=disableselect
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. document.onclick=reEnable
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. }
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. </script>
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  370.  
  371.  
  372.  
  373. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script>
  374.  
  375.  
  376.  
  377. <script type="text/javascript">
  378.  
  379.  
  380.  
  381. Cufon.replace('.cufon');
  382.  
  383.  
  384.  
  385. </script>
  386.  
  387. <!-- DEFAULT VARIABLES -->
  388.  
  389. <meta name="color:background" content="#EEEBD6" />
  390.  
  391. <meta name="color:sbar" content="#F8F6E9" />
  392.  
  393. <meta name="color:tbar" content="#EBE5CB" />
  394.  
  395. <meta name="color:entry" content="#F8F5E1" />
  396.  
  397.  
  398.  
  399. <meta name="color:title" content="#695D51" />
  400.  
  401. <meta name="color:text" content="#C0AEA0" />
  402.  
  403. <meta name="color:link" content="#83786E" />
  404.  
  405. <meta name="color:lhover" content="#EBE6CB" />
  406.  
  407. <meta name="color:tlinks" content="#F8F5E1" />
  408.  
  409. <meta name="color:thover" content="#EBE6CB" />
  410.  
  411.  
  412.  
  413. <meta name="font:title" content="georgia" />
  414.  
  415. <meta name="font:body" content="arial" />
  416.  
  417.  
  418.  
  419. <meta name="image:sidebar" content=""/>
  420.  
  421. <meta name="image:tbar" content=""/>
  422.  
  423. <meta name="image:background" content="" />
  424.  
  425.  
  426.  
  427. <meta name="text:Link1" content="" />
  428.  
  429. <meta name="text:Link1 Title" content="" />
  430.  
  431. <meta name="text:Link2" content="" />
  432.  
  433. <meta name="text:Link2 Title" content="" />
  434.  
  435. <meta name="text:Link3" content="" />
  436.  
  437. <meta name="text:Link3 Title" content="" />
  438.  
  439.  
  440.  
  441. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  442.  
  443. <title>{Title}</title>
  444. <link rel="shortcut icon" href="{Favicon}">
  445. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  446. {block:Description}
  447. <meta name="description" content="{MetaDescription}" />
  448. {/block:Description}
  449. <style type="text/css">
  450.  
  451.  
  452.  
  453.  
  454.  
  455. ::-webkit-scrollbar{width:8px;height:8px;}
  456.  
  457.  
  458.  
  459. ::-webkit-scrollbar-button:start:decrement
  460.  
  461.  
  462.  
  463. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  464.  
  465.  
  466.  
  467. ::-webkit-scrollbar-track-piece{background-color:#000;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  468.  
  469.  
  470.  
  471. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#e6e6e6;-webkit-border-radius:px;}
  472.  
  473.  
  474.  
  475. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#e6e6e6;-webkit-border-radius:px;}
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. body {color:#000000; background-color:#f7f7f7; background-image: url('http://assets.tumblr.com/images/x.gif'); background-attachment: fixed; background-position: bottom left; background-repeat: no-repeat; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%; text-align:justify}
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491. a:link, a:active, a:visited{color: #000000; text-decoration:none;}
  492.  
  493.  
  494.  
  495. a:hover{color:#DDDDDD; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;}
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503. #entries{left:50%; margin-left:700px; margin-top:-5px; width:510px}
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. .simage {text-align: center;}
  514.  
  515.  
  516.  
  517. .simage img {display: inline; max-width: 150px; text-align: center;}
  518.  
  519.  
  520.  
  521.  
  522.  
  523. #sidebarimg img {max-width: 250px; height: auto; text-align:center}
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. #imagem {margin-left:2px; margin-bottom:0px; margin-top:0px}
  532.  
  533.  
  534.  
  535. #imagem img {max-width: 137px; height: auto; margin-bottom: 3px;}
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543. #title {font-family:georgia; font-size:18px; font-style:italic; letter-spacing:0px; line-height:110%}
  544.  
  545.  
  546.  
  547. #sbar {width:467px; height:200px; margin-left:217px; margin-top:120px; position:fixed; overflow:hidden; background-color: #F5F5F5; border-left:0px solid; border-right:0px solid; padding:3px}
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561. #stext {margin-left:8px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:10px; width:457px}
  562.  
  563.  
  564.  
  565. #pagination {font-family:georgia; text-align:center; font-size:15px}
  566.  
  567.  
  568.  
  569. #tbar {width:222px; height:1000px; margin-left:-10px; margin-top:-40px; position:fixed; overflow:hidden; background-color: #D3D3D3; border-left:0px solid; border-right:0px solid; padding:3px}
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. div#credit{background-color: #000000; letter-spacing: 2px; color: #FFFFFF; width:186px; height:65px; position: fixed; padding-top: 30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 10px; font-family: tahoma; margin-top: 128px; px; z-index: 2;}
  578.  
  579.  
  580.  
  581. div#credit:hover {background-color: #FFFFFF; height: 65px; color: transparent;}
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589. .credito {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 186px; margin-top: -25px; margin-left: 5px; }
  590.  
  591.  
  592.  
  593. .credito:hover {color: #272727; font-size: 9px; text-align: justify;}
  594.  
  595.  
  596.  
  597. div#credit2{background-color: #000000; letter-spacing: 2px; color: #FFFFFF; width:186px; height:65px; position: fixed; padding-top: 30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 10px; font-family: tahoma; margin-top: 243px; px; z-index: 2;}
  598.  
  599.  
  600.  
  601. div#credit2:hover {background-color: #FFFFFF; height: 65px; color: transparent;}
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. .credito2 {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 186px; margin-top: -25px; margin-left: 5px; }
  610.  
  611.  
  612.  
  613. .credito2:hover {color: #272727; font-size: 9px; text-align: justify;}
  614.  
  615.  
  616.  
  617. div#credit3{background-color: #000000; letter-spacing: 2px; color: #FFFFFF; width:186px; height:65px; position: fixed; padding-top: 30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 10px; font-family: tahoma; margin-top: 358px; px; z-index: 2;}
  618.  
  619.  
  620.  
  621. div#credit3:hover {background-color: #FFFFFF; height: 65px; color: transparent;}
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. .credito3 {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 186px; margin-top: -25px; margin-left: 5px; }
  630.  
  631.  
  632.  
  633. .credito3:hover {color: #272727; font-size: 9px; text-align: justify;}
  634.  
  635.  
  636.  
  637.  
  638.  
  639. #sidb3{position: fixed; margin-left:66px; margin-top:56px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat; -webkit-transform: rotate(-90deg)}
  640.  
  641.  
  642.  
  643. #sidb4{position: fixed; margin-left:0px; margin-top:16px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  644.  
  645.  
  646.  
  647. /* menu (por m-a-r-e-s-i-a) se usar credite */
  648.  
  649. .llinks{width: 600px; font-size: 10px;}
  650.  
  651. .llinks a{display: block; text-decoration: none; color: #fff; background-color: #000; padding: 3px 0px 3px 0px; margin: 0 0 1px 0;}
  652.  
  653. .llinks a:hover{background-color:#dcdcdc; color:#000; text-transform: lowercase; -webkit-box-shadow: 0 0 0em transparent;}
  654.  
  655. #ahjussi{ text-align:center; display:inline-block; width:86px; z-index:9; color: #fff; background
  656.  
  657. color: #000000; }
  658.  
  659. #ahjussi:hover #ahjumma a:first-child{border-top:0px solid #FFF; }
  660.  
  661. #ahjussi:hover #ahjumma{ margin-top:0px;overflow:hidden; -webkit-transition-duration:.2s; background-color:#000; z-index:9; height:auto;}
  662.  
  663. #ahjumma{position:absolute; margin-top:500px; margin-left:0px; width:86px; overflow:hidden; height:0px;}
  664.  
  665. #ahjumma a{color:#fff; text-align:center;display:block; line-height:15px;}
  666.  
  667. #ahjumma a:hover{color:#000;background-color:#dcdcdc;}
  668.  
  669.  
  670.  
  671. .li {opacity: 1}
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. .li2 {opacity: 0.8}
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687. .li3 {opacity: 0.6}
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. .li4 {opacity: 0.8}
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703. .li5 {opacity: 1}
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711. .s1 {text-align: center; position: fixed; float: left; margin-top: 111px; margin-left: 337px; font-size: 9px;}
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. .s1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727. .s1 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743. .s2 {text-align: center; position: fixed; float: left; margin-top: 146px; margin-left: 337px; font-size: 9px;}
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751. .s2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759. .s2 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775. .s3 {text-align: center; position: fixed; float: left; margin-top: 181px; margin-left: 337px; font-size: 9px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783. .s3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791. .s3 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807. .s4 {text-align: center; position: fixed; float: left; margin-top: 216px; margin-left: 337px; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815. .s4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823. .s4 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839. .s5 {text-align: center; position: fixed; float: left; margin-top: 251px; margin-left: 337px; font-size: 9px;}
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. .s5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. .s5 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  856.  
  857.  
  858.  
  859.  
  860.  
  861. #sidb10{position: fixed; margin-left:-120px; margin-top:-147px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  862.  
  863.  
  864.  
  865. #tbar34 {float: right; margin-left: 420px; top: -300px; width: 70px; height: 1157px; padding: 3px; background-color:transparent; position: fixed; text-align: left;}
  866.  
  867.  
  868.  
  869. #tbar5 {float: right; margin-left: 236px; top: 380px; width: 370px; height: 157px; padding: 3px; background-color:transparent; position: fixed; text-align: left;}
  870.  
  871.  
  872.  
  873. #tit {position: left; margin-left:235px; margin-top: 350px; width: 240px; height: 35px; background-color:transparent; text-align: center; position: fixed;;}
  874.  
  875.  
  876.  
  877. #tit1 {position: left; margin-top: 10px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  878.  
  879.  
  880.  
  881. #tit2 {position: left; margin-top: 10px; margin-left: 40px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  882.  
  883.  
  884.  
  885. #tit3 {position: leftt; margin-top: 10px; margin-left: 80px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  886.  
  887.  
  888.  
  889. #tit4 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  890.  
  891.  
  892.  
  893. #tit5 {position: left; margin-top: 10px; margin-left: 161px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  894.  
  895.  
  896.  
  897. #tit6 {position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  898.  
  899.  
  900.  
  901. #tit7 {position: left; margin-top: 10px; width: 35px; margin-left: 242px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  902.  
  903.  
  904.  
  905. #tit8 {position: left; margin-top: 10px; margin-left: 282px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  906.  
  907.  
  908.  
  909. #tit9 {position: leftt; margin-top: 10px; margin-left: 322px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  910.  
  911.  
  912.  
  913. #tit10 {position: leftt; margin-top: 10px; margin-left: 363px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  914.  
  915.  
  916.  
  917. #tit11 {position: leftt; margin-top: 10px; margin-left: 404px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  918.  
  919.  
  920.  
  921. #tit12 {position: left; margin-top: 10px; margin-left: 445px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  922.  
  923.  
  924.  
  925. #tit13 {position: left; margin-top: 10px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  926.  
  927.  
  928.  
  929. #tit14 {position: left; margin-top: 10px; margin-left: 40px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  930.  
  931.  
  932.  
  933. #tit15 {position: leftt; margin-top: 10px; margin-left: 80px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  934.  
  935.  
  936.  
  937. #tit16 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  938.  
  939.  
  940.  
  941. #tit17{position: left; margin-top: 10px; margin-left: 161px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  942.  
  943.  
  944.  
  945. #tit18{position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  946.  
  947.  
  948.  
  949. #sidebartitle {position:fixed;left:0px; bottom: 0px; position:absolute; z-index: 4; width:100%;background-color:#000; height:84px; position: fixed !important; background-color: rgba(0,0,0,0.6)}}
  950.  
  951.  
  952.  
  953.  
  954.  
  955. .sub {font-family:verdana; font-size:9px; text-align:center; display:block; color: #FFFFFF;}
  956.  
  957.  
  958.  
  959.  
  960.  
  961. #tbar2 {width:05px; height:170px; margin-left:217px; margin-top:-50px; position:fixed; overflow:hidden; background-color:#000000; border-left:0px solid; border-right:0px solid; padding:3px}
  962.  
  963.  
  964.  
  965. #tbar3 {width:466px; height:06px; margin-left:217px; margin-top:110px; position:fixed; overflow:hidden; background-color:#000000; border-left:0px solid; border-right:0px solid; padding:3px}
  966.  
  967.  
  968.  
  969. #tbar4 {width:366px; height:450px; margin-left:717px; margin-top:510px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px}
  970.  
  971.  
  972.  
  973. #timg {margin-left:6px; margin-bottom:2px; margin-top:50px}
  974.  
  975. #timg img {width: 210px; height: auto}
  976.  
  977.  
  978.  
  979. #tlinks a {width:204px; display:block; background-color:#F8F5E1; margin:0px 0px -10px 6px; font:9px georgia; text-transform: lowercase; color:#070707; text-decoration: none; letter-spacing: 3px; text-align:center; padding:3px}
  980.  
  981. #tlinks a:hover {background-color:#EBE6CB}
  982.  
  983.  
  984.  
  985. #rodape {left:0px; bottom: 0px; position:absolute; z-index: 4; width:100%;background-
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993. color:#000; height:84px; position: fixed !important; background-color: rgba(0,0,0,0.4)}
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. .rodape2 a {color:#fff;}
  1002.  
  1003.  
  1004.  
  1005. #footer {z-index:3; opacity: 0.9; bottom:-400px; margin-left:500px; background-color:;color:#FFFFFF; width:500px; height:30px; }
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011. .title{overflow-y:hidden; height:50px; z-index:3; position:relative;}
  1012.  
  1013.  
  1014.  
  1015. .titled{ width:260px; float:left; font-size:20px; font-family: ; text-transform:none;
  1016.  
  1017.  
  1018.  
  1019. line-height:150%; color:; font-weight:300; margin:0px 0px 0px 120px; text-align:center; background-color:#trans; padding:4px 2px 4px 2px; -webkit-transition: 0.5s ease-in;
  1020.  
  1021.  
  1022.  
  1023. -moz-transition: 0.5s ease-in;
  1024.  
  1025.  
  1026.  
  1027. transition: 0.6s ease-in; }
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. .titled:hover{margin-top:-90px;}
  1036.  
  1037.  
  1038.  
  1039. .describe{margin-top:55px; color:#FFFFFF; font:20px , Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. #posts{width: 500px; margin-left: 0px; margin-top: 10px; background-color: #FFFFFF; padding: 10px; margin-bottom: -10px; text-align: justify; font-family: ; font-size: 11px;}
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063. h1{color:#6D6D6D; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:20px; font-style:italic; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; text-align:center}
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069. h2{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:20px; letter-spacing: 0px; line-height: 20px; text-transform: none; font-weight: normal;
  1070.  
  1071. margin: 0 0 5px 0; text-align: center}
  1072.  
  1073.  
  1074.  
  1075. .image{border: 0px; text-align:center }
  1076.  
  1077. .image a{border: 0px; text-align:center }
  1078.  
  1079.  
  1080.  
  1081. .bigquote{font-size: 80px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  1082.  
  1083. .pquote{font-family: georgia; font-size: 20px; font-style: italic; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  1084.  
  1085. 45px}
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. h1 a{font-size:20px; letter-spacing: 0px; line-height: 20px; text-transform: none; font-weight: normal; font-family: georgia;
  1092.  
  1093.  
  1094.  
  1095. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  1096.  
  1097.  
  1098.  
  1099. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  1100.  
  1101.  
  1102.  
  1103. .pquote{font-family: georgia; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left: 45px}
  1104.  
  1105.  
  1106.  
  1107. .source{margin-top: 5px; text-align: right}
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115. #source {text-align: left}
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. #info{font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-transform:lowercase; text-align:left; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;}
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131. #questions {background-color:#f4f4f4; color: #6D6D6D; padding:10px; margin-bottom:0px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px}
  1132.  
  1133.  
  1134.  
  1135. #questions a {color:#888888}
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143. blockquote {border-left:2px solid; padding-left:5px; margin:0px 2px 0px 10px}
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151. b, strong{color:#6D6D6D}
  1152.  
  1153.  
  1154.  
  1155. i, em {color:#888888;}
  1156.  
  1157.  
  1158.  
  1159. p{margin-top:5px; margin-bottom:5px}
  1160.  
  1161.  
  1162.  
  1163. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #6D6D6D}
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171. img a{border:none; width:100%}
  1172.  
  1173.  
  1174.  
  1175. .audio{background-color:black; display:block;}
  1176.  
  1177.  
  1178.  
  1179. .sidebarimg {padding: 0px;}
  1180.  
  1181.  
  1182.  
  1183. .sidebarimg img {display: inline; width: 260px; height: 185px; text-align:center; margin-bottom: 0px;}
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195. .user_1 .label {color:#888888; font-weight:bold}
  1196.  
  1197.  
  1198.  
  1199. .user_2 .label {color:#6D6D6D; font-weight:bold}
  1200.  
  1201.  
  1202.  
  1203. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211. .notes img{width:10px; position:relative; top:1px;}
  1212.  
  1213.  
  1214.  
  1215. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  1216.  
  1217.  
  1218.  
  1219. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227. </style>
  1228.  
  1229. <style type="text/css">Welcome to my Tumblr</style>
  1230.  
  1231. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1232.  
  1233.  
  1234.  
  1235. <body onkeydown="return false">
  1236.  
  1237.  
  1238.  
  1239. <div id="tit"> <div id="tit1"></div><div id="tit2"></div><div id="tit3"></div><div id="tit4"></div><div id="tit5"></div><div id="tit6"></div><div id="tit7"></div><div id="tit8"></div><div id="tit9"></div><div id="tit10"></div><div id="tit11"></div></div>
  1240.  
  1241.  
  1242.  
  1243. <div id="credit"><div class="credito"><center>Theme por maresia base de stupefys; detalhes de keepcal-m + im-mutable + inspiração em noheartgirl; não copie ! plágio é crime e paciência aqui tem limite e ele já se esgotou</center></div><center>CRÉDITOS
  1244.  
  1245. <p>[...]</p></center></div>
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251. <div id="credit2"><div class="credito2"><center>sobre você aqui, / no html</center></div><center>ABOUT ME
  1252.  
  1253. <p>[...]</p></center></div>
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259. <div id="credit3"><div class="credito3"><center>geeeeeemt isso aqui é no html procure por isso ok ? bjbjxx</center></div><center>LEIA ISSO
  1260.  
  1261. <p>[...]</p></center></div>
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275. <div id="tbar5">
  1276.  
  1277. <div class="llinks">
  1278.  
  1279.  
  1280.  
  1281. <br>
  1282.  
  1283.  
  1284.  
  1285. <table width="290px"><tbody>
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293. <div id="ahjussi"><a href="/"><center>BACK TO TOP</center></a></div>
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301. <div id="ahjussi"><a href="#">TALK TO ME</a>
  1302.  
  1303.  
  1304.  
  1305. <div id="ahjumma">
  1306.  
  1307. <a href="/ask">sussurre</a>
  1308.  
  1309. <a href="/faq">faq</a>
  1310.  
  1311. <a href="/submit">submit</a>
  1312.  
  1313. </div></div>
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319. <div id="ahjussi"><a href="#">+MORE</a>
  1320.  
  1321.  
  1322.  
  1323. <div id="ahjumma">
  1324.  
  1325. <a href="/themes">themes</a>
  1326.  
  1327. <a href="/recomendo">+follow</a>
  1328.  
  1329. <a href="html">html</a>
  1330.  
  1331. </div></div>
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341. <div id="ahjussi"><a href="#">TEXTS</a>
  1342.  
  1343.  
  1344.  
  1345. <div id="ahjumma">
  1346.  
  1347. <a href="/tagged/meustextos">mine1st</a>
  1348.  
  1349. <a href="/tagged/maresiatxts">mine2nd</a>
  1350.  
  1351.  
  1352.  
  1353. </div></div>
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365. <div id="ahjussi"><a href="#">NETWORKS</a>
  1366.  
  1367.  
  1368.  
  1369. <div id="ahjumma">
  1370.  
  1371. <a href="http://weheartit.com/olhosdemaresia">wes2it</a>
  1372.  
  1373. <a href="/seuorkut">orkut</a>
  1374.  
  1375. <a href="/seufacebook"/>facebook</a>
  1376.  
  1377. <a href="/seutwitter"/>twitter</a>
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383. </div></div>
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395. </tbody></table>
  1396.  
  1397.  
  1398.  
  1399. </br>
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411. </div>
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419. </br>
  1420.  
  1421.  
  1422.  
  1423. </div>
  1424.  
  1425. </div>
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431. <div id="tbar">
  1432.  
  1433.  
  1434.  
  1435. </div>
  1436.  
  1437. <br>
  1438.  
  1439. <div id="tbar2">
  1440.  
  1441.  
  1442.  
  1443. </div>
  1444.  
  1445. <div id="tbar3">
  1446.  
  1447.  
  1448.  
  1449. </div>
  1450.  
  1451. <div id="sidb10">
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457. <div class="s1"><div class="li"><a href="http://maquina-dor.tumblr.com">M <span style='color:#000;'>angel</span></a></div></div>
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465. <div class="s2"><div class="li2"><a href="http://quase-insana.tumblr.com">I <span style='color:#000;'>pretty</span></a></div></div>
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473. <div class="s3"><div class="li3"><a href="http://indecis4.tumblr.com">N <span style='color:#000;'>puff</span></a></div></div>
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481. <div class="s4"><div class="li4"><a href="http://nohasheart.tumblr.com.tumblr.com">E <span style='color:#000;'>little</b></b></span></a></div></div>
  1482.  
  1483.  
  1484.  
  1485. </div>
  1486.  
  1487. <div id="sidb3">
  1488.  
  1489. <br>
  1490.  
  1491. <big><big><big><big><big><big><big><big><big><big><big><big><font face="times new roman">{</font></big></big></big></big></big></big></big></big></big></big></big></big>
  1492.  
  1493. </br>
  1494.  
  1495. </div>
  1496.  
  1497.  
  1498.  
  1499. <div id="sidb4">
  1500.  
  1501. <big><big><big><big><big><big><big><font face="georgia"><i>imaginary</i></font></big></big></big></big></big></big></big>
  1502.  
  1503. </div>
  1504.  
  1505. <div id="sbar">
  1506.  
  1507. <div id="stext">
  1508.  
  1509. <b><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=m-a-r-e-s-i-a.tumblr.com"></script></b> }Calmaria com uma pitada de teimosia. É como se ela vivesse uma contradição eterna para entender a si mesma, quando o mundo lhe desconhecia. É doce, é amarga, é ácida, é salgada, quente, fria, mas nunca morna. Feito água, ou feito gelo. Já se comparou até com uma máquina de escrever, e sempre ganha dez nos finais de seus textos, embora não saiba acabar com nada. Se eu fosse ela desistiria de tudo, se eu fosse ela largaria o mundo e iria morar numa montanha, de preferência o Monte Everest, longe de tudo, de todos e infelizmente, não longe dela mesma. Ah, se eu fosse ela daria a volta no mundo em dois dias, comendo a torre de Pisa e explodindo a teoria do Big Bang londrino. Ah, mas eu lhe assumo, se eu não fosse ela daria um jeitinho de aproveitar o que a vida tem… Mas como sou, contento-me em sentar durante as tardes deleitadas e escrever sem remota perspicácia sobre algo que nem ela mesma entende. Defeitos, defeitos, ela é cheia deles, e gosta de mascarar suas qualidades, feito o quadro da Monalisa, num sorriso torto e mal dito. Ah se sonha, sonha tão alto… E nem mesmo suas pernas compridas conseguem aparar sua queda. Quer ser presidente do Brasil, dirigir um Chevy e voar. Quer mudar a hipocrisia, o mundo se conseguir. Entendimento barato, coração quente, e um toque de sotaque latino em sua língua brasileira. Se é que me entende, o sorriso que esconde pode ser também aquele que ilude, pode ser aquele que separa e junta cacos de vidro em persiana. O mundo confunde, e ela, meu filho, ela continua girando em torno dela mesma, como se fosse à Terra. Tamires C<br /><br /></div>
  1510.  
  1511.  
  1512.  
  1513. <div id="pagination">1/1</div></div>
  1514.  
  1515.  
  1516.  
  1517. <div id="sidebartitle"><br><big><big><big><big><big><font face="times new roman"><i>you do not remember me</i></font></big></big></big></big></big><div id="rodape">
  1518.  
  1519.  
  1520.  
  1521. <pre><div style="border: px solid #F0F0F0; margin-top: -15px; padding: 5px; overflow: auto; background-color: #FAFAFA; width: 564px; height: 90px;"><div class="simage"><marquee direction="left" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="http://26.media.tumblr.com/tumblr_lr87ulZthb1r2mzlgo1_500.jpg"/> <img src="http://25.media.tumblr.com/tumblr_lo2uaneIAz1qk0glro1_500.jpg"/> <img src="http://29.media.tumblr.com/tumblr_lrhf3huCu01qk79yvo1_500.jpg"/> <img src="http://24.media.tumblr.com/tumblr_lr6lu5rfSW1r2i0w3o1_500.png"/> <img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png"/> <img src="http://30.media.tumblr.com/tumblr_lqnmt2bVpi1qffkmyo1_500.jpg"/> <img src="http://static.tumblr.com/xjd9aob/bQjlu9uir/3x.png"/>
  1522.  
  1523.  
  1524.  
  1525. </marquee></div></div></pre>
  1526.  
  1527. </div>
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537. <div class="sub">
  1538.  
  1539. <p>but I remember you [...]</p></div></div>
  1540.  
  1541. <div id="entries">
  1542.  
  1543.  
  1544.  
  1545. <div id="posts">
  1546.  
  1547. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1548.  
  1549.  
  1550.  
  1551. {block:Posts}
  1552.  
  1553. <div id="entry">
  1554. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1555.  
  1556. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1557. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1558.  
  1559. {block:Photoset}{Photoset-500}
  1560. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1561. {/block:Photoset}
  1562.  
  1563. {block:Quote}
  1564. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  1565. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  1566. {/block:Quote}
  1567.  
  1568. {block:Link}
  1569. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1570. {block:Description}{Description}{/block:Description}
  1571. {/block:Link}
  1572.  
  1573. {block:Chat}
  1574. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1575. <div class="chat"><ul>{block:Lines}
  1576. <li class="person{UserNumber}">{block:Label}
  1577. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1578. {/block:Chat}
  1579.  
  1580. {block:Audio}
  1581. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1582. {AudioPlayerWhite}
  1583. <div class="playcount">{PlayCountWithLabel}</div>
  1584. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1585. {/block:Audio}
  1586.  
  1587. {block:Video}{Video-500}
  1588. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1589.  
  1590. {block:Answer}
  1591.  
  1592. <div class="asker"><b>{Asker} asked:</b> "{Question}"</div>
  1593.  
  1594. <div class="answer">{Answer}</div>{/block:Answer}
  1595.  
  1596. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1597. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1598. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1599. {/block:ContentSource}</div>
  1600.  
  1601.  
  1602.  
  1603. <div id="clear"></div>
  1604.  
  1605. {block:Date} <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags"> tagged: {block:Tags} <a
  1606.  
  1607. href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  1608. </div>
  1609. <div class="ibottom"><div class="ff"><span class="date"><a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}
  1610. {Month} {Year} | {12Hour}:{Minutes}{AmPm}</span> {Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage} {block:NoteCount}|
  1611. <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}</span>{/block:NoteCount} {/block:Date}</div></div>
  1612. </div>
  1613.  
  1614.  
  1615. {/block:Posts}
  1616. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  1617. </div>
  1618. {block:PermalinkPage} <div id="prevnextlinks">{block:PermalinkPagination}{block:PreviousPost}<a
  1619.  
  1620. href="{PreviousPost}">previous post</a>{/block:PreviousPost}&nbsp;&nbsp;&nbsp;&nbsp;{block:NextPost}<a href="{NextPost}">next
  1621.  
  1622. post</a>{/block:NextPost} {/block:PermalinkPagination} </div>{/block:PermalinkPage}
  1623.  
  1624.  
  1625.  
  1626. </div>
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643. <br>
  1644.  
  1645.  
  1646.  
  1647. <div id="info"><a href=""></a> · Notes</div></div><BR>
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655. </div>
  1656.  
  1657.  
  1658.  
  1659.  
  1660. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement