Advertisement
themesforu

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

Dec 21st, 2011
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.44 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7.  
  8.  
  9.  
  10. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11.  
  12.  
  13.  
  14.  
  15.  
  16. <!--
  17.  
  18.  
  19.  
  20.  
  21.  
  22. THEME BY MARESIA / GABRIELA MASLIN
  23.  
  24. NÃO COPIE NADA ! E NEM RETIRE OS CRÉDITOS, PLÁGIO É CRIME
  25.  
  26. E CRIME NÃO COMPENSA .-.
  27.  
  28.  
  29.  
  30.  
  31.  
  32. -->
  33.  
  34.  
  35.  
  36. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  37.  
  38.  
  39.  
  40. <head>
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <script>
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. var mensagem=" mais que deselegante !";
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. function bloqueio()
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. {alert(mensagem);}
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. document.onkeydown=bloqueio;
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. <script type="text/javascript">
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. //desabilita menu de opcoes ao clicar no botao direito
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. function desabilitaMenu(e)
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. {
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. if (window.Event)
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. {
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. if (e.which == 2 || e.which == 3)
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. return false;
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. }
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176. else
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. {
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. event.cancelBubble = true
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. event.returnValue = false;
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. return false;
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. }
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. }
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. document.oncontextmenu = desabilitaMenu;
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. document.onmousedown = desabilitaBotaoDireito;
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. document.onmouseup = desabilitaBotaoDireito;
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. </script>
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. <script language="JavaScript1.2">
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. function disableselect(e){
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. return false
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296. }
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. function reEnable(){
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. return true
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. }
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. //if IE4+
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. document.onselectstart=new Function ("return false")
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. //if NS6
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. if (window.sidebar){
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. document.onmousedown=disableselect
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. document.onclick=reEnable
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. }
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384. </script>
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  397.  
  398.  
  399.  
  400. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script>
  401.  
  402.  
  403.  
  404. <script type="text/javascript">
  405.  
  406.  
  407.  
  408. Cufon.replace('.cufon');
  409.  
  410.  
  411.  
  412. </script>
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  421.  
  422.  
  423.  
  424. <head> <!-- DEFAULT VARIABLES -->
  425.  
  426. <meta name="color:background" content="#F6F6F6" />
  427.  
  428. <meta name="color:sidebar" content="#ECEBEB" />
  429.  
  430. <meta name="color:sidebartext" content="#666666" />
  431.  
  432. <meta name="color:text" content="#666666" />
  433.  
  434. <meta name="color:linkhover" content="#FFB28E" />
  435.  
  436. <meta name="color:title" content="#666666" />
  437.  
  438. <meta name="color:link" content="#666666" />
  439.  
  440. <meta name="color:entry" content="#ECEBEB" />
  441.  
  442. <meta name="color:h1" content="#666666" />
  443.  
  444. <meta name="color:bold" content="#666666" />
  445.  
  446. <meta name="color:tags" content="#666666" />
  447.  
  448. <meta name="if:Show tags" content="1"/>
  449.  
  450. <meta name="if:Show userpic" content="1"/>
  451.  
  452. <meta name="if:Enable endless scrolling" content="0"/>
  453.  
  454. <meta name="if:Show sidebar image" content="1"/>
  455.  
  456. <meta name="if:Show search" content="1"/>
  457.  
  458. <meta name="if:Show post author" content="1"/>
  459.  
  460. <meta name="image:sidebar" content=""/>
  461.  
  462. <meta name="image:background" content=""/>
  463.  
  464. <meta name="text:Link1" content="" />
  465.  
  466. <meta name="text:Link1 Title" content="" />
  467.  
  468. <meta name="text:Link2" content="" />
  469.  
  470. <meta name="text:Link2 Title" content="" />
  471.  
  472. <meta name="text:Link3" content="" />
  473.  
  474. <meta name="text:Link3 Title" content="" />
  475.  
  476. <meta name="text:Link4" content="" />
  477.  
  478. <meta name="text:Link4 Title" content="" />
  479.  
  480. <meta name="text:Link5" content="" />
  481.  
  482. <meta name="text:Link5 Title" content="" />
  483.  
  484.  
  485.  
  486. <title>drama de boneca</title>
  487.  
  488. <link rel="shortcut icon" href="http://29.media.tumblr.com/avatar_04aa5037b85f_16.png">
  489.  
  490. <link rel="alternate" type="application/rss+xml" href="http://m-a-r-e-s-i-a.tumblr.com/rss">
  491.  
  492.  
  493.  
  494. <meta name="description" content="&bull; N&atilde;o pergunte nada de html, n&atilde;o vou responder &bull; N&atilde;o vou passar themes nem c&oacute;digos &bull; Leia a faq antes de perguntar, se tiver pergunta repetida e eu ignorar, j&aacute; sabe &bull; n&atilde;o xingue, ignoro idiotices e..." />
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504. <style type="text/css">
  505.  
  506. body {background-color:#f1f1f1; color:#919090;
  507.  
  508. font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height: 110%;
  509.  
  510.  
  511.  
  512. margin:0 auto 0 auto; text-align:center; background-image:url('http://assets.tumblr.com/images/x.gif'); background-attachment:fixed; }
  513.  
  514.  
  515.  
  516. a:link, a:active, a:visited{color: #919090; text-decoration:none; font-size:11px}
  517.  
  518. a:hover{color:#949494; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  519.  
  520.  
  521.  
  522. p{margin-top: 1px}
  523.  
  524. blockquote{margin-left:5px; margin-right: 0px; border-left: 3px solid #6D6D6D; padding-left:5px; margin-top: 4px; background-color:#fff; padding: 2px;}
  525.  
  526.  
  527.  
  528. ::-webkit-scrollbar-thumb:vertical {
  529.  
  530. background-color: #6D6D6D;
  531.  
  532. height: 50px;
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. }
  541.  
  542.  
  543.  
  544. ::-webkit-scrollbar-thumb:horizontal {
  545.  
  546. background-color: #6D6D6D;
  547.  
  548. height: 10px;
  549.  
  550. }
  551.  
  552. ::-webkit-scrollbar {
  553.  
  554. height: 5px;
  555.  
  556. width: 5px;
  557.  
  558. background-color: #FFFFFF;
  559.  
  560. }
  561.  
  562. #container {background-color:transparent; width: 465px; position: absolute; top: 30px; left: 790px; padding-bottom: 80px}
  563.  
  564.  
  565.  
  566. #entries {margin: -5px 0 10px 0}
  567.  
  568.  
  569.  
  570. #entry {width: 500px; background-color:#FFFFFF; text-align: justify; padding: 20px; margin: 0px 0 5px 0}
  571.  
  572.  
  573.  
  574. .image{text-align: center; margin: 0 0 5px 0}
  575.  
  576. .image img{border: 0px; margin: 0; padding: 0}
  577.  
  578.  
  579.  
  580. #ask_form{width: 500px}
  581.  
  582. .search_result{font-size: 12px; text-align: center}
  583.  
  584. .source{display:none}
  585.  
  586.  
  587.  
  588. h1{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  589.  
  590. margin: 0 0 5px 0; text-align: center}
  591.  
  592. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  593.  
  594. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  595.  
  596. .qqmarks{font-size: 130px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0) }
  597.  
  598.  
  599.  
  600. .qquote{font-family: Courier New; font-size: 22px; letter-spacing: 1px; line-height: 20px; text-transform: none; margin-top: -60px; margin-left:50px;}
  601.  
  602. .qsource{margin: 5px 15px 0 0; text-align: right}
  603.  
  604. .chat{line-height: 12px; list-style: none }
  605.  
  606. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  607.  
  608. .person1 {background-color: #000000; color: #EBEBEB }
  609.  
  610. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: }
  611.  
  612. .person2 {background-color: #EBEBEB; color: }
  613.  
  614. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: }
  615.  
  616. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid #EBEBEB;}
  617.  
  618. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  619.  
  620. .playcount {font-style: italic}
  621.  
  622. .asker {width: 480px; background-color: #EBEBEB; color:#000000;padding: 10px}
  623.  
  624. .asker img{float: left; margin: 0px 4px 2px 0}
  625.  
  626. .asker a{font-size: 20px; color:#000000; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  627.  
  628. .asker a:hover{font-size: 20px; color:#000000; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  629.  
  630. .answer {padding: 5px 0 0 0}
  631.  
  632. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  633.  
  634. .info {margin-top: 10px; border-left: 7px solid ; padding: 5px; background-color: #EBEBEB; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  635.  
  636. .info a {font-size: 9px;}
  637.  
  638. .info2 {padding: 2px; border-bottom: 1px dotted #EBEBEB; text-align: right;}
  639.  
  640. .tags {color: #000000; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: none;}
  641.  
  642. .tags a {font-size: 9px; color: #000000; display: inline; list-style: none; text-transform: none;}
  643.  
  644. #nts {width: 500px; margin-left: 95px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  645.  
  646. #nts img{display: none; border:0px}
  647.  
  648. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  649.  
  650.  
  651.  
  652. #prevnextlinks{text-align: center;width: 500px; background-color:#FFFFFF; padding: 7px 20px 7px 20px;margin: 0 0 2px 0; font-size: 10px}
  653.  
  654.  
  655.  
  656. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  657.  
  658. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  659.  
  660. ol.notes li {margin: 0px; padding: 2px;}
  661.  
  662. #notes img{border:0px}
  663.  
  664. #notes a{font-size: 10px}
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. .ss {position: fixed; float: left; height: 40px; margin-top:400px; height: 44px; margin-left: 461px; width: 160px; text-align: justify; font-size: 9px; background-color: rgba(0,0,0,0.5); color: #FFFFFF; font-family: verdana; padding: 10px; }
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700. .spic img{max-width: 150px; text-align:center; margin-top: 2px}
  701.  
  702.  
  703.  
  704.  
  705.  
  706. #credit{background-color:#3A3A3A; letter-spacing: 0px; color: #fff; width:80px; height:17px; position: fixed; padding-top:2px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; margin-left: 0px; font-family: verdana; font-size:11px; margin-top: 74px; px; z-index: 2;}
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722. #credit:hover {background-color: #e2e2e2; height: 143px; color: transparent;}
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734. .credito {text-align: left; font-size: 11px; position: fixed; color: transparent; width: 75px; margin-top: 0px; margin-left: 690px; }
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. .credito:hover {color: #000; font-size: 11px; text-align: left;}
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750. .credito {text-align: left; font-size: 11px; position: fixed; color: transparent; width: 75px; margin-top:0px; margin-left: 2px; }
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758. .credito:hover {color: #000; font-size: 11px; text-align: left;}
  759.  
  760.  
  761.  
  762.  
  763.  
  764. #sidebartopo{margin-left: 10px; margin-top: 196px; width: 427px; float: left; background-color: transparent; position: fixed; height: 40px;}
  765.  
  766.  
  767.  
  768. .sidebarlinks{margin: 5px; padding: 0px; text-align: left;}
  769.  
  770. .sidebarlinks a{height: 30px; width: 124px; text-align: center; border: 1px solid #000000; background-color: #000000; color: #ffffff; display: inline-block; font-family: verdana; font-size: 9px; padding: 7px 5px 0px 5px;}
  771.  
  772. .sidebarlinks a:hover{background-color: #ffffff; color:#000000; border-top: 1px solid #000000;}
  773.  
  774.  
  775.  
  776. .sidebarlinks2 a{margin: -44px 5px 5px 05px; height: 30px; width: 124px; text-align: center; border: 1px solid #000000; background-color: #000000; color: #ffffff; display: inline-block; font-family: verdana; font-size: 9px; padding: 7px 5px 0px 5px; opacity: 0.7; filter:alpha (opacity=70);}
  777.  
  778.  
  779.  
  780. .sidebarlinks2 a:hover{background-color: #ffffff; color:#000000; border-top: 1px solid #ffffff;}
  781.  
  782.  
  783.  
  784. .sidebarlinks3 a{margin: -44px 5px 5px 290px; height: 30px; width: 124px; text-align: center; border: 1px solid #000000; background-color: #000000; color: #ffffff; display: inline-block; font-family: verdana; font-size: 9px; padding: 7px 5px 0px 5px; }
  785.  
  786.  
  787.  
  788. .sidebarlinks3 a:hover{background-color: #ffffff; color:#000000; border-top: 1px solid #000000;}
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804. #sbar4 {width:526px; height:566px; margin-left:-312px; margin-top:690px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:1px}
  805.  
  806. #mlinks {float: right; margin-left: 983px; top: 300px; width: 50px; height: 57px; padding: 3px; position: fixed; text-align: center;}
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814. #ahjussi{text-align:center; display:inline-block; height: 40px; width: 70px; color: #000000; background-color: #e2e2e2; font-family: verdana; font-size: 9px; padding: 7px 5px 2px 5px}
  815.  
  816.  
  817.  
  818. #ahjussi:hover #ahjumma a:first-child{border-top:0px solid #fff;}
  819.  
  820.  
  821.  
  822. #ahjussi:hover #ahjumma{ opacity:1; margin-top:0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; overflow:hidden; background-color: #FFFFFF; z-index:10; height:auto; }
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830. #ahjumma {position:absolute; margin-top:50px; opacity:0; margin-left:55px; width:60px; overflow:hidden; height:10px;}
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838. #ahjumma a{ background-color:#FFFFFF color:#000; text-align:center; display:block; text-transform:lowercase; line-height:15px; padding: 2px 0px 2px 0px; font-size: 9px; font-family:verdana;}
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846. #ahjumma a:hover{ border-bottom:1px solid #000000; Text-transform:lowercase; color: #000000; background-color: #e2e2e2; padding: 1px 0px 1px 0px;}
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854. .linksb{position: fixed; float: left; margin-top: 65px; margin-left: 0px; width: 70px; font-size: 9px; text-transform: none; margin-left:20px;}
  855.  
  856.  
  857.  
  858. .linksb a{display: block; text-decoration: none; font-family: verdana; font-size: 9px; color: #000; margin-bottom: 10px; height: 20px; background-color: #fff; padding: 7px 5px 2px 5px; margin: 0 0 1px 0; text-transform: lowercase; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;}
  859.  
  860.  
  861.  
  862. .linksb a:hover{background-color: #fff; letter-spacing: 3px; color:#000; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #fff; box-shadow: 0 0 1em #fff;}
  863.  
  864.  
  865.  
  866. /* a a a */
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874. #alo {background-color: transparent; float: left; text-align: center; width: 300; margin-top: 64px; margin-left: 10px; position: fixed; height: inline; z-index: 91;}
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882. ul#vine {margin: 0; padding: 0px; list-style: none; width: 10px; margin-bottom: 1px; z-index: 90; background-color: transparent;}
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890. ul#vine li.ba {position: relative; background-color: transparent; color: #000000; text-align: justify; font-size: 9px; font-family: tahoma; letter-spacing: 1px;}
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. ul#vine li.ba a {display: block; color: #000000; text-decoration: none; background-color: #050505; line-height: 20px; margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; font-family: tahoma; letter-spacing: 1px; font-weight: bold; margin-left: 5px;}
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906. ul#vine li.ba a:hover {display: block; color: #FFFFFF; text-decoration: none; background-color: #F7F7F7; line-height: 20px; margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; letter-spacing: 4px; font-weight: normal;}
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918. li.ba ul {position: absolute; left:-10px; top:0px; width: 238px; display: none; background-color: rgba(255,255,255,0.5); width: 660px; height: 99px; text-align: justify;}
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. li.ba:hover ul {display: block; background-color: transparent; text-align: justify;}
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934. li.ba:hover ul, li.over ul {display: block; background-color: transparent; text-align: justify;}
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. #vanhalls {width: 676px; background-color: #ffffff; background-color: rgba(0,0,0,0.5); color: #ffffff; height: 20px; font-size: 9px; font-weight: normal; display: block; text-align: center; padding-top: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 5px; font-family: tahoma; font-weight: bold;}
  955.  
  956.  
  957.  
  958. #vanhalls:hover {font-weight: normal; letter-spacing: 4px; color: #ffffff; background-color: #FFFFFF; background-color: rgba(0,0,0,0.5);}
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974. .lari {position: fixed; z-index: 102; background-color: rgba(255,255,255,0.7); width: 567px; height: 107px; text-align: center; letter-spacing: -10px; font-family: georgia; font-size: 70px; padding: 15px; padding-left: 100px; padding-right: 20px; margin-bottom: -30px;}
  975.  
  976.  
  977.  
  978. .lari a {margin-left: 20px;}
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998. #tbasr {width:540px; height:auto !important; margin-left:20px; margin-top:4px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px;}
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006. .tlinks1{float: left; text-align: center; font-family: verdana; font-size: 9px; }
  1007.  
  1008.  
  1009.  
  1010. .tlinks1 a{ display: block; color:#FFFFFF; background-color: #222222; text-align: center; w padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none; width:260px; height: 40px; -moz-transition: all 0.8s ease-out; -moz-border-top-left-radius: 20px; border-top-left-radius: 20px; border-left: 3px solid #ddd; z-index: 1; webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  1011.  
  1012.  
  1013.  
  1014. .tlinks1 a:hover{background-color: #FFFFFF; color:#222222; letter-spacing: 1px;}
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026. .tlinks2{float: left; text-align: center; font-family: verdana; font-size: 9px;}
  1027.  
  1028.  
  1029.  
  1030. .tlinks2 a{ display: block; color:#FFFFFF; background-color:#222222; text-align: center; width:260px; height: 40px; -moz-border-top-right-radius: 20px; border-top-right-radius: 20px; border-left: 3px solid #ddd; z-index: 1; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042. .tlinks2 a:hover{background-color: #FFFFFF; color:#222222; letter-spacing: 2px;}
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054. .llinks{width: 600px; font-size: 10px;}
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060. .llinks a{display: block; text-decoration: none; color: #000; background-color: #f5f5f5; padding: 3px 0px 3px 0px; margin: 0 0 1px 0;}
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. .llinks a:hover{background-color:#000; color:#fff; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #c9c9c9;}
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080. #sidi {position: left; margin-left: 450px; top:215px; width: 4px; height: 13px; background-color:#transp; text-align: center; position: fixed;}
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. #sidi2 {position: left; margin-left: 17px; top:424px; width: 580px; height: 13px; background-color:#transp; text-align: center; position: fixed;}
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096. #sid {float: right; width: 400px; top: 642px; padding:0px; margin-left: 28px; text-align: center; position: fixed; background-color: #transp;}
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102. .simage1 {float: left; padding: 0px;}
  1103.  
  1104.  
  1105.  
  1106. .simage1 img {display: inline; margin-right:-2px; max-width:207px; margin-left: 4px; height: auto; text-align:center; border: 1px solid #646464; margin-bottom: 0px;}
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116. #sidebar3 {width: 680px; height: 130px; top: 70px; margin-left: 10px; padding: 5px; background-color:#FFFFFF; text-align: center; position: fixed}
  1117.  
  1118. .sidebarimg img{width: 230px; height: auto; display: block; overflow: auto; margin-bottom: 3px;}
  1119.  
  1120. .sidebarimg2 {overflow: auto; height: 161px; text-align: left; margin: 5px; border: 1px solid ; padding: 3px 0px 0px 3px; background-color: ;}.sidebarimg2 img{max-width: 145px; height: 100; display: block; overflow: auto; margin-bottom: 3px;}
  1121.  
  1122. .title {float: left; width: 155px; font-size: 23px; line-height: 20px; text-align: right; margin: 20px 5px 0 0}.title a{font-family: georgia; font-size: 23px; line-height: 20px; color: #9E9E9E; text-transform: lowercase}.title a:hover {opacity: 0.6; filter:alpha (opacity=60); background-color: transparent}
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136. /* sidebar */
  1137.  
  1138.  
  1139.  
  1140. #sidebar {width: 660px; height: 250px; top: 256px; margin-left: 10px; padding: 5px; background-color:#FFFFFF; text-align: center; position: fixed}
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146. #sidebar2 {width: 80px; height: 660px; top: 0px; margin-left: 690px; padding: 5px; background-color:#000000; text-align: center; position: fixed}
  1147.  
  1148.  
  1149.  
  1150. /*** Paginação by madlyluv.com ***/
  1151.  
  1152. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px;}
  1153.  
  1154. #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #FFFFFF; margin: 0 1px 0 0; padding: 2px 4px; color: #000000; text-decoration: none;}
  1155.  
  1156. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #949494; border: none;}
  1157.  
  1158. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #000000; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #FFFFFF; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. #sidebarpagination{margin-left: -20px; margin-top: 500px; width: 467px; float: left; background-color: transparent; position: fixed; height: auto;}
  1165.  
  1166.  
  1167.  
  1168. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1169.  
  1170. .titled:hover{margin-top:-95px;}
  1171.  
  1172. .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  1173.  
  1174.  
  1175.  
  1176. #clear{width: 500px; height: 30px}
  1177.  
  1178. #tumblr_controls{position: fixed!important}
  1179.  
  1180. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  1181.  
  1182.  
  1183.  
  1184. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1185.  
  1186. </style>
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192. <body onkeydown="return false">
  1193.  
  1194. <div id="navigation"></div>
  1195.  
  1196. </div>
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202. <div id="container">
  1203.  
  1204.  
  1205.  
  1206. <div id="entries">
  1207.  
  1208. <div id="entries">
  1209.  
  1210. {block:Posts}
  1211. <div id="entry">
  1212.  
  1213. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1214. {block:Text}{Body}{/block:Text}
  1215.  
  1216. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  1217.  
  1218. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1219. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1220.  
  1221. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1222. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1223.  
  1224. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1225.  
  1226. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1227.  
  1228. {block:Answer}<div id="questions">{Asker}<b> sussurrou:</b> "{Question}"</div>
  1229. {Answer}{/block:answer}
  1230.  
  1231. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  1232.  
  1233. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> /{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  1234. {/block:Posts}
  1235. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1236.  
  1237. </div>
  1238.  
  1239.  
  1240.  
  1241. <div class="source"></div>
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249. <div id="clear"></div>
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255. </div>
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265. </div>
  1266.  
  1267. <div id="prevnextlinks"> </div>
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275. </div>
  1276.  
  1277.  
  1278.  
  1279. <div id="sidebar3">
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285. <pre><div style="margin-top:-10px"><marquee behavior="alternate" width="670px" direction="left" scrollamount="3" onmouseover="this.stop()" onmouseout="this.start()"><div class="simg">
  1286.  
  1287.  
  1288.  
  1289. <img src="http://29.media.tumblr.com/tumblr_ltvv97ddiI1r37u9eo1_500.jpg" height=130px><img src="http://24.media.tumblr.com/tumblr_lpgvom57fk1qla0bso1_500.jpg" height=130px><img src="http://26.media.tumblr.com/tumblr_lpolbqCnhp1qk79yvo4_250.jpg" height=130px><img src="http://30.media.tumblr.com/tumblr_lrkagwvKTr1qkfx80o1_500.jpg" height=130px><img src="http://24.media.tumblr.com/tumblr_lr0gzy1vwJ1qcf2o5o1_500.jpg" height=130px></div></marquee></div></pre>
  1290.  
  1291.  
  1292.  
  1293. </div>
  1294.  
  1295. <div id="sidebar">
  1296.  
  1297. <div style="border: 1px solid rgb(230, 230, 250); overflow: auto; color: #777777; background-color: #EBEBEB; width: 406px; text-align: justify; font-family: verdana; margin-left: 0px; height: 230px; padding: 5px 5px 5px 5px; font-size: 12px; letter-spacing: 1px; line-height: 100%"><small>{
  1298.  
  1299. <b><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=m-a-r-e-s-i-a.tumblr.com"></script></b> } Você chegou a pensar que com algumas poucas palavras e alguns sentimentos passados, e que com esse seu novo – e momentâneo – amor, me teria de volta? Comparado a tudo que anteriormente você causou, realmente pensou que após todo esse tempo, me ignorando e me tratando como uma total desconhecida, as lembranças sumiriam com um simples “eu te amo”? Você achou que faria alguma diferença no que somos hoje? Desculpa te decepcionar, mas, não. Não vai sumir, desaparecer, ou mudar qualquer coisa.
  1300.  
  1301. Após tanto tempo, após meses de angústia, você simplesmente chega, diz coisas que não deveriam ser ditas e ainda tem a coragem de duvidar dos meus sentimentos? Os meus, que de tão fortes e incontroláveis, se tornaram um peso na sua vida após algum tempo de convivência? Você não tem o direito de duvidar, querido. Você não tem o direito de duvidar da intensidade do que tivemos, como não tem o direito de tirar palavras da minha boca. Eu sei o que passei por você. Eu sei o que passei por nós. E sinceramente? Correr atrás agora, quando tudo está muito mais que perdido, não adiantará de nada. Entende isso? Eu não sou mais tua. Eu não sou mais a garota boba que a cada estalar de dedos volta para os teus braços.
  1302.  
  1303. Lembro que você dizia coisas sobre o que não queria que nós nos tornássemos, e ai está, o fizemos, não? Nós nos tornamos tudo o que não deveríamos ser. Porque, apesar de tudo, nós não somos mais nós. Não existe a gente, não existe mais qualquer relação existente. Você é você e eu sou eu. Separados. Nós não teremos uma história, e nem nos encontraremos no futuro como completos apaixonados que ainda se lembram das boas memórias compartilhadas juntas. Se eu te reencontrar algum dia, tenho absoluta certeza de que seremos estranhos, assim como agora. É, depois de tanto, você não passa de um completo estranho para mim.
  1304.  
  1305. Por fim, peço a ti, garoto… Não venha dizer que me ama novamente. Porque no fundo, eu também te amo, mas felizmente, isso não muda nada. (im-mutable)
  1306.  
  1307. <p><center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjM*NTA2MTYyODEmcHQ9MTMyMzQ1MDYyMTU3OCZwPTIxMzc5MSZkPSZnPTEmbz1mNjUyOWEzZTQ2OWM*YWM3YTcz/MTIwOGQzODkwZTI2YQ==.gif" /><embed quality="high" style="width:55px;visibility:visible; height:15px;" type="application/x-shockwave-flash" height="15" width="55" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" src="http://www.hypster.com/flash/player.swf?id=3329876:4086271:1&autoplay=true" FlashVars="color_bg=0xebebeb&color_border=0xebebeb&color_box=0xebebeb&color_songbg=0xffffff&color_song_clicked=0xffffff&color_Title=0x000000&color_btns=0x2e2e2e&color_title=0x000000" /><br /><a href="http://www.hypster.com/?src=player-text" style="font-weight:bold;font-size:12px"></a></p></center></small></div>
  1308.  
  1309.  
  1310.  
  1311. </div>
  1312.  
  1313.  
  1314.  
  1315. <div id="sidebarpagination"><div id="paginacaoml"></div></div>
  1316.  
  1317. </div>
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325. <div id="sidebar2">
  1326.  
  1327. <big><big><big><big><big><big><big><big><big>
  1328.  
  1329. <br>
  1330.  
  1331. <font face="georgia">C
  1332.  
  1333. <br>
  1334.  
  1335. <br>
  1336.  
  1337. A
  1338.  
  1339. <br>
  1340.  
  1341. <br>
  1342.  
  1343. L
  1344.  
  1345. <br>
  1346.  
  1347. <br>
  1348.  
  1349. L
  1350.  
  1351. <br>
  1352.  
  1353. <br>
  1354.  
  1355. I
  1356.  
  1357. <br>
  1358.  
  1359. <br>
  1360.  
  1361. N
  1362.  
  1363. <br>
  1364.  
  1365. <br>
  1366.  
  1367. G
  1368.  
  1369. <br>
  1370.  
  1371. <br>
  1372.  
  1373. </font>
  1374.  
  1375. </big></big></big></big></big></big></big></big></big>
  1376.  
  1377. <div id="credit"><div class="credito">Theme por <b>maresia</b>; base por nbtr com detalhes da <b>tamires c</b>, <b>realidade-nostalgica</b> e <b>dilacerar;</b> não copie por obséquio</center></div><center>theme (c)</div></center> </div></div>
  1378.  
  1379.  
  1380.  
  1381. </div>
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387. <div id="alo">
  1388.  
  1389. <ul id="vine">
  1390.  
  1391. <li class="ba"><div id="vanhalls"><font face="verdana">talvez se clicar . . .</font></div>
  1392.  
  1393. <ul id="vine">
  1394.  
  1395. <li class="ba"> <div class="lari">
  1396.  
  1397. <br>
  1398.  
  1399. <br>
  1400.  
  1401. <br>
  1402.  
  1403. normal people scare me</div></li>
  1404.  
  1405. </ul>
  1406.  
  1407. </li>
  1408.  
  1409. </ul>
  1410.  
  1411. </div>
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419. <div id="sidebartopo">
  1420.  
  1421. <div class="sidebarlinks"><a href="/faqme">frequent<b>asked</b></a>
  1422.  
  1423. </div>
  1424.  
  1425. <div class="sidebarlinks2"><a href="/themes">about<b>onmy</b>themes</a>
  1426.  
  1427. </div>
  1428.  
  1429. <div class="sidebarlinks3"><a href="/recomendo">sigam as <b>aranhas</b></a>
  1430.  
  1431. </div>
  1432.  
  1433. </div>
  1434.  
  1435.  
  1436.  
  1437. <div id="tbasr">
  1438.  
  1439. <br />
  1440.  
  1441. <div class="tlinks1"><a href="/"><br>home</a></div>
  1442.  
  1443. <div class="tlinks2"><a href="/askbox"><br>grite-me</a></div>
  1444.  
  1445.  
  1446.  
  1447. <br />
  1448.  
  1449. <br />
  1450.  
  1451. </div>
  1452.  
  1453. <div id="sidi">
  1454.  
  1455.  
  1456.  
  1457. <img src="http://30.media.tumblr.com/tumblr_lvvllmeLBN1r1o9sko1_500.jpg"height="300" width="230" />
  1458.  
  1459.  
  1460.  
  1461. </div></div></div></div>
  1462.  
  1463.  
  1464.  
  1465. <div class="ss"> "Amor não resiste a tudo, não. Amor é jardim. Amor enche de erva daninha. Amizade também, todas as formas de amor."</div></div>
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473. <div id="sbar4">
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479. <div id="mlinks">
  1480.  
  1481. <div class="linksb">
  1482.  
  1483. <table width="290px"><tbody><tr>
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. <br>
  1490.  
  1491. <div id="ahjussi">stuff
  1492.  
  1493. <div id="ahjumma">
  1494.  
  1495. <a href="/tagged/meustextos"><b>mine<b>1st</b></b></a>
  1496.  
  1497. <a href="/tagged/maresiatxts"><i>mine<b>2nd</b></i></a>
  1498.  
  1499. <a href="/tagged/minhaphoebe"><b>phoebe</b></a>
  1500.  
  1501. </div></div>
  1502.  
  1503.  
  1504.  
  1505. <br>
  1506.  
  1507.  
  1508.  
  1509. <div id="ahjussi">+ more
  1510.  
  1511. <div id="ahjumma">
  1512.  
  1513. <a href="http://weheartit.com/olhosdemaresia">wes2it</a>
  1514.  
  1515. <a href="http://www.orkut.com.br/Main#Profile?rl=mp&uid=12679800251128129358">orkut</a>
  1516.  
  1517. <a href="http://www.facebook.com/gabrielamaslin"/>facebook</a>
  1518.  
  1519. <a href="https://twitter.com/#!/pqpmaslin"/>twitter</a>
  1520.  
  1521. </div></div><br>
  1522.  
  1523.  
  1524.  
  1525. </center>
  1526.  
  1527. </td>
  1528.  
  1529. </tbody></table>
  1530.  
  1531. </div></div></div></div></div>
  1532.  
  1533. </div><!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fm-a-r-e-s-i-a.tumblr.com%2Faskbox&amp;lang=en_US&amp;name=m-a-r-e-s-i-a" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  1534.  
  1535. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement