Advertisement
themesforu

incognit4

Dec 21st, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.34 KB | None | 0 0
  1.  
  2. <script type="text/javascript">
  3.  
  4.  
  5.  
  6. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  7.  
  8.  
  9.  
  10.  
  11.  
  12. function tb8_makeArray(n){
  13.  
  14.  
  15.  
  16. this.length = n;
  17.  
  18.  
  19.  
  20. return this.length;
  21.  
  22.  
  23.  
  24. }
  25.  
  26.  
  27.  
  28.  
  29.  
  30. tb8_messages = new tb8_makeArray(1);
  31.  
  32.  
  33.  
  34.  
  35.  
  36. tb8_messages[0] = "you make me wanna die";
  37.  
  38.  
  39.  
  40.  
  41.  
  42. tb8_rptType = 'infinite';
  43.  
  44.  
  45.  
  46.  
  47.  
  48. tb8_rptNbr = 5;
  49.  
  50.  
  51.  
  52.  
  53.  
  54. tb8_speed = 100;
  55.  
  56.  
  57.  
  58.  
  59.  
  60. tb8_delay = 2000;
  61.  
  62.  
  63.  
  64.  
  65.  
  66. var tb8_counter=1;
  67.  
  68.  
  69.  
  70.  
  71.  
  72. var tb8_currMsg=0;
  73.  
  74.  
  75.  
  76.  
  77.  
  78. var tb8_tekst ="";
  79.  
  80.  
  81.  
  82.  
  83.  
  84. var tb8_i=0;
  85.  
  86.  
  87.  
  88.  
  89.  
  90. var tb8_TID = null;
  91.  
  92.  
  93.  
  94.  
  95.  
  96. function tb8_pisi(){
  97.  
  98.  
  99.  
  100.  
  101.  
  102. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  103.  
  104.  
  105.  
  106.  
  107.  
  108. document.title = tb8_tekst;
  109.  
  110.  
  111.  
  112.  
  113.  
  114. tb8_sp=tb8_speed;
  115.  
  116.  
  117.  
  118.  
  119.  
  120. tb8_i++;
  121.  
  122.  
  123.  
  124.  
  125.  
  126. if (tb8_i==tb8_messages[tb8_currMsg].length){
  127.  
  128.  
  129.  
  130.  
  131.  
  132. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  133.  
  134.  
  135.  
  136.  
  137.  
  138. }
  139.  
  140.  
  141.  
  142.  
  143.  
  144. if (tb8_currMsg == tb8_messages.length){
  145.  
  146.  
  147.  
  148.  
  149.  
  150. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  151.  
  152.  
  153.  
  154.  
  155.  
  156. clearTimeout(tb8_TID);
  157.  
  158.  
  159.  
  160.  
  161.  
  162. return;
  163.  
  164.  
  165.  
  166.  
  167.  
  168. }
  169.  
  170.  
  171.  
  172.  
  173.  
  174. tb8_counter++;
  175.  
  176.  
  177.  
  178.  
  179.  
  180. tb8_currMsg = 0;
  181.  
  182.  
  183.  
  184. }
  185.  
  186.  
  187.  
  188.  
  189.  
  190. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  191.  
  192.  
  193.  
  194.  
  195.  
  196. }
  197.  
  198.  
  199.  
  200.  
  201.  
  202. tb8_pisi()
  203.  
  204.  
  205.  
  206. </script>
  207.  
  208.  
  209.  
  210.  
  211.  
  212. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"!>
  213.  
  214.  
  215.  
  216.  
  217.  
  218. <!este theme foi feito por mim (incognit4), seu cara de bunda!!!! então pf não copie esta merda, pode se inspirar e retirar links e códigos, mas não tire ou coloque os meus devidos créditos. deu trabalho editar esse css, ok// ok.!>
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. <head>
  227.  
  228.  
  229.  
  230. <!-- DEFAULT VARIABLES -->
  231.  
  232.  
  233.  
  234. <meta name="font:text" content="verdana" />
  235.  
  236.  
  237.  
  238. <meta name="font:title" content="verdana" />
  239.  
  240.  
  241.  
  242. <meta name="color:background" content="#f8f8f8" />
  243.  
  244.  
  245.  
  246. <meta name="color:link" content="#000000" />
  247.  
  248.  
  249.  
  250. <meta name="color:sublink" content="#000" />
  251.  
  252.  
  253.  
  254. <meta name="color:bglink" content="#000" />
  255.  
  256.  
  257.  
  258. <meta name="color:text" content="#000000" />
  259.  
  260.  
  261.  
  262. <meta name="color:tlinks" content="#000" />
  263.  
  264.  
  265.  
  266. <meta name="color:pagination" content="#000" />
  267.  
  268.  
  269.  
  270. <meta name="color:post" content="#ffffff" />
  271.  
  272.  
  273.  
  274. <meta name="color:sidebarlinks" content="#f8f8f8" />
  275.  
  276.  
  277.  
  278. <meta name="color:bgsidebarlinks" content="#f8f8f8" />
  279.  
  280.  
  281.  
  282. <meta name="color:sidebar" content="#ffffff" />
  283.  
  284.  
  285.  
  286. <meta name="color:sidebartext" content="#000000" />
  287.  
  288.  
  289.  
  290. <meta name="color:scrollbar" content="#f8f8f8" />
  291.  
  292.  
  293.  
  294. <meta name="if:Show tags" content="1"/>
  295.  
  296.  
  297.  
  298. <meta name="if:Enable endless scrolling" content="0"/>
  299.  
  300.  
  301.  
  302. <meta name="image:sidebar1" content=""/>
  303.  
  304.  
  305.  
  306. <meta name="image:sidebar2" content=""/>
  307.  
  308.  
  309.  
  310. <meta name="image:sidebar3" content=""/>
  311.  
  312.  
  313.  
  314. <meta name="image:sidebar4" content=""/>
  315.  
  316.  
  317.  
  318. <meta name="image:links" content=""/>
  319.  
  320.  
  321.  
  322. <meta name="image:background" content=""/>
  323.  
  324.  
  325.  
  326. <meta name="text:titledd" content="" />
  327.  
  328.  
  329.  
  330. <meta name="text:fras1" content="" />
  331.  
  332.  
  333.  
  334. <meta name="text:fras2" content="" />
  335.  
  336.  
  337.  
  338. <meta name="text:Link1" content="" />
  339.  
  340.  
  341.  
  342. <meta name="text:Link1 Title" content="" />
  343.  
  344.  
  345.  
  346. <meta name="text:Link2" content="" />
  347.  
  348.  
  349.  
  350. <meta name="text:Link2 Title" content="" />
  351.  
  352.  
  353.  
  354. <meta name="text:Link3" content="" />
  355.  
  356.  
  357.  
  358. <meta name="text:Link3 Title" content="" />
  359.  
  360.  
  361.  
  362. <meta name="text:Link4" content="" />
  363.  
  364.  
  365.  
  366. <meta name="text:Link4 Title" content="" />
  367.  
  368.  
  369.  
  370. <meta name="text:Link5" content="" />
  371.  
  372.  
  373.  
  374. <meta name="text:Link5 Title" content="" />
  375.  
  376.  
  377.  
  378. <meta name="text:Link6" content="" />
  379.  
  380.  
  381.  
  382. <meta name="text:Link6 Title" content="" />
  383.  
  384.  
  385.  
  386. <meta name="text:Link7" content="" />
  387.  
  388.  
  389.  
  390. <meta name="text:Link7 Title" content="" />
  391.  
  392.  
  393.  
  394. <meta name="text:Link8" content="" />
  395.  
  396.  
  397.  
  398. <meta name="text:Link8 Title" content="" />
  399.  
  400.  
  401.  
  402. <title>Sorr(indo)</title>
  403.  
  404.  
  405.  
  406. <link rel="shortcut icon" href="http://28.media.tumblr.com/tumblr_lw1u6rknxg1qdmgsfo1_100.gif">
  407.  
  408.  
  409.  
  410. <link rel="alternate" type="application/rss+xml" href="http://incognit4.tumblr.com/rss">
  411.  
  412. <meta name="description" content=""/>
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422. <style type="text/css">
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430. /* ---------------- Scrollbar ---------------- */
  431.  
  432.  
  433.  
  434. ::-webkit-scrollbar {width: 4px; height: 5px;}
  435.  
  436.  
  437.  
  438. ::-webkit-scrollbar-track-piece {background-color: #000; repeat scroll 0 0 transparent;}
  439.  
  440.  
  441.  
  442. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #fff;}
  443.  
  444.  
  445.  
  446. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: #fff;}
  447.  
  448.  
  449.  
  450.  
  451.  
  452. /* corpo */
  453.  
  454.  
  455.  
  456. body {background-color:#f8f8f8; color:#000000;
  457.  
  458.  
  459.  
  460. font-family: georgia; font-size:11px; line-height:110%;
  461.  
  462.  
  463.  
  464. margin:0 auto 0 auto; text-align:center; background-image:url('http://assets.tumblr.com/images/x.gif'); background-attachment: fixed; }
  465.  
  466.  
  467.  
  468. a {color: #000000; text-decoration: none; text-transform: none;}
  469.  
  470.  
  471.  
  472. a:hover {color: #000000; background-color: #fafafa; text-decoration: none;}
  473.  
  474. p {margin: 6px 0 0 0}
  475.  
  476.  
  477.  
  478. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid #000000; padding-left: 5px; }
  479.  
  480.  
  481.  
  482. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #000000;}
  483.  
  484.  
  485.  
  486. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #000000; }
  487.  
  488.  
  489.  
  490. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #000000; }
  491.  
  492.  
  493.  
  494. blockquote img{max-width: 470px!important}
  495.  
  496.  
  497.  
  498. blockquote blockquote img{max-width: 450px!important}
  499.  
  500.  
  501.  
  502. blockquote blockquote blockquote img{max-width: 430px!important}
  503.  
  504.  
  505.  
  506. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  507.  
  508.  
  509.  
  510.  
  511.  
  512. #container {text-align: center; margin: 13px auto 0px auto; width: 530px; background-color: #efefef; margin-top: -15px; margin-left: 530px;}
  513.  
  514.  
  515.  
  516. .posts {width: 500px; margin-left: 5px; background-color: #fafafa; padding: 15px; margin-bottom: 0px; text-align: justify; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 11px; margin-top: 10px;}
  517.  
  518.  
  519.  
  520. h1 {font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-align: center; font-size: 18px; text-transform: none; color: ; font-weight: normal; line-height: 22px;}
  521.  
  522. h1 a {text-align: center; font-size: 18px; text-transform: none; color: ; font-weight: normal; line-height: 20px;}
  523.  
  524. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: #000000; font-weight: normal; line-height: 20px;}
  525.  
  526.  
  527.  
  528. .image {text-align: center; border: 0px}
  529.  
  530. .image img {max-width: 500px; margin-bottom: 2px }
  531.  
  532. .markqt {font-size: 90px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#000000; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=10);}
  533.  
  534. .qt {font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-style: normal; font-size: 18px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;}
  535.  
  536. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  537.  
  538. .qsr a, a:hover{text-transform: none;}
  539.  
  540.  
  541.  
  542. .chat {line-height: 12px; list-style: none }
  543.  
  544. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  545.  
  546. .person1 {background-color:; color: #000000; }
  547.  
  548. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:#000000}
  549.  
  550. .person2 {color: #000000 }
  551.  
  552. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:#000000}
  553.  
  554.  
  555.  
  556. .audio{text-align: left; margin-bottom: 2px; width: 100%; background-color: ; text-align: left;}
  557.  
  558. .audio img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  559.  
  560.  
  561.  
  562. .asker {width: 493px; background-color: ; color:#000000; padding: 5px;}
  563.  
  564. .asker img{float: left; padding: 0px 5px 0px 0px}
  565.  
  566. .asker a{font-size: 11px; font-weight: bold; color:#000000; text-transform: uppercase; line-height: 11px; padding: 0; margin: 0}
  567.  
  568. .asker a:hover{font-size: 11px; font-weight: bold; color:#000000; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  569.  
  570. .question {font-size: 11px;}
  571.  
  572. .answer {padding: 4px}
  573.  
  574. .answer img {max-width: 470px;}
  575.  
  576.  
  577.  
  578. #cap {width: 500px; margin-top: -2px;}
  579.  
  580.  
  581.  
  582. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  583.  
  584. .dda a {font-size: 9px;}
  585.  
  586.  
  587.  
  588. .tags {color: #000000; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  589.  
  590. .tags a {font-size: 9px; color: #000000; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  591.  
  592. .tags a:hover {color: #000000;}
  593.  
  594.  
  595.  
  596. #nts {width: 500px; margin-left: 10px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  597.  
  598. #nts img{display: none; border:0px}
  599.  
  600.  
  601.  
  602.  
  603.  
  604. /* imagem redonda e links*/
  605.  
  606.  
  607.  
  608. #tate {position: fixed; background-color: #000000; text-align: center; margin-top: 135px; width: 70px; height: 75px; z-index: 150; -moz-border-radius: 100px; border-radius: 100px; margin-left: 165px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  609.  
  610.  
  611.  
  612. #tate:hover {background-color: #ffffff }
  613.  
  614.  
  615.  
  616.  
  617.  
  618. .vi {margin-top: 3px; margin-left: 3px; position: fixed; -moz-border-radius: 100px; border-radius: 100px; }
  619.  
  620. .vi img {width: 64px; height: 69px; z-index: 151; -moz-border-radius: 100px; border-radius: 100px;}
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628. .tlinks1 {text-align: right; font-size: 9px; position: fixed; margin-left: 150px; margin-top:115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. .tlinks1 a {display: block; margin-bottom: 2px; background-color: #000; color: #FFFFFF; width:175px; height: 17px; font-family: verdana; ; font-size: 9px; padding-top: 4px; padding-left:5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644. .tlinks1 a:hover {background-color:#000000; color: #ffffff; text-align: right}
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656. .tlinks2 {text-align: right; font-size: 9px; position: fixed; margin-left: 330px; margin-top: 115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. .tlinks2 a {display: block; margin-bottom: 2px; background-color: #000; color: #FFFFFF; width:160px; height: 17px; font-family: verdana; ; font-size: 9px; padding-top: 4px; padding-right: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672. .tlinks2 a:hover {background-color:#000000; color: #ffffff; text-align: right;}
  673.  
  674.  
  675.  
  676.  
  677.  
  678. /* a a a */
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686. #alo {background-color: transparent; float: left; text-align: center; width: 300; margin-top: 180px; margin-left: 894px; position: fixed; height: inline; z-index: 91;}
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. ul#vine {margin: 0; padding: 0px; list-style: none; width: 10px; margin-bottom: 1px; z-index: 90; background-color: transparent;}
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702. ul#vine li.ba {position: relative; background-color: transparent; color: #000000; text-align: justify; font-size: 9px; font-family: tahoma; letter-spacing: 1px;}
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710. 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;}
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718. 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;}
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. li.ba ul {position: absolute; left:-289px; top:-123px; width: 228px; display: none; background-color: rgba(255,255,255,0.5); width: 289px; height: 199px; text-align: justify;}
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. li.ba:hover ul {display: block; background-color: transparent; text-align: justify;}
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746. li.ba:hover ul, li.over ul {display: block; background-color: transparent; text-align: justify;}
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766. #vanhalls {width: 20px; background-color: #fafafa; color: #fafafa; height: 45px; font-size: 9px; font-weight: bold; display: block; text-align: center; padding-top: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: -400px; font-family: tahoma; font-weight: bold; margin-top: 83px;}
  767.  
  768.  
  769.  
  770. #vanhalls:hover {font-weight: normal; letter-spacing: 4px; color: #fafafa; background-color: #fafafa;}
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. #lari {position: fixed; z-index: 102; background-color: rgba(255,255,255,0.7); width: 255px; height: 167px; text-align: center; letter-spacing: 5px; font-family: georgia; font-size: 60px; padding: 35px; margin-top: 120px; margin-left: -430px;}
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804. /* titulo estilo maresia*/
  805.  
  806.  
  807.  
  808. .s2 {clear: both; text-align: center; letter-spacing: 3px; text-transform: lowercase; font-size: 22px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#555555; margin-top:60px; margin-left: -150px;}
  809.  
  810.  
  811.  
  812. .s2:hover {letter-spacing: -2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  813.  
  814.  
  815.  
  816. /* bolinhas cinza*/
  817.  
  818.  
  819.  
  820. #chupa {float: left; margin-top: -100px; margin-left: 135px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-transform: rotate(-90deg);}
  821.  
  822.  
  823.  
  824. #chupa a {text-align: center; display: block; text-decoration: none; font-size: 9px; font-family: ; background:#000000; margin-bottom: 2px; border: 0px; padding: 7px 5px; ; color: #ffffff; width: 14px; height: 10px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-border-radius: 60px; -moz-border-radius: 60px;border-radius: 60px;}
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. #chupa a:hover { background: #ffffff color: #A7A7A7; webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  833.  
  834.  
  835.  
  836.  
  837.  
  838. .tra1 {opacity: 1}
  839.  
  840.  
  841.  
  842. .tra2 {opacity: 0.8}
  843.  
  844.  
  845.  
  846. .tra3 {opacity: 0.6}
  847.  
  848.  
  849.  
  850. .tra4 {opacity: 0.4}
  851.  
  852.  
  853.  
  854. .tra5 {opacity: 0.2}
  855.  
  856.  
  857.  
  858. /* titulo estilo desesperancoso*/
  859.  
  860.  
  861.  
  862. #qfoda { opacity: 0.9; top:0px; background-color:;color:#000000; width:341px; height:60px; position: fixed; margin-top:70px; margin-left:-181px; border:0px solid #d8d8d8;}
  863.  
  864.  
  865.  
  866. .title{ height:50px; }
  867.  
  868. .titled{ width:341px; float:left; font-size:22px; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;; text-transform:none;
  869.  
  870. line-height:160%; color:; font-weight:300; margin:-4px 0px 0px 0px; text-align:center; background-color:none; padding:4px 2px 4px 2px; }
  871.  
  872.  
  873.  
  874.  
  875.  
  876. /* frase embaixo do titulo estilo maresia*/
  877.  
  878. #fras{
  879.  
  880.  
  881.  
  882. background-color: transparent;
  883.  
  884.  
  885.  
  886. margin-top: 5px;
  887.  
  888.  
  889.  
  890. letter-spacing: 1px;
  891.  
  892.  
  893.  
  894. color: #000000;
  895.  
  896.  
  897.  
  898. width:396px;
  899.  
  900.  
  901.  
  902. height:10px;
  903.  
  904.  
  905.  
  906. position: fixed;
  907.  
  908.  
  909.  
  910. padding: 4px;
  911.  
  912.  
  913.  
  914. -webkit-transition: all 0.2s ease-out;
  915.  
  916.  
  917.  
  918. -moz-transition: all 0.2s ease-out;
  919.  
  920.  
  921.  
  922. margin-left: -200px;
  923.  
  924.  
  925.  
  926. font-family: verdana;
  927.  
  928.  
  929.  
  930. z-index: 3;
  931.  
  932.  
  933.  
  934. font-size:9px
  935.  
  936.  
  937.  
  938. }
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950. #fras:hover {
  951.  
  952.  
  953.  
  954. background-color: transparent;
  955.  
  956.  
  957.  
  958. height: 30px;
  959.  
  960.  
  961.  
  962. color: transparent;
  963.  
  964.  
  965.  
  966. }
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974. .fras2 {
  975.  
  976.  
  977.  
  978. text-align: right;
  979.  
  980.  
  981.  
  982. font-size: 9px;
  983.  
  984.  
  985.  
  986. position: fixed;
  987.  
  988.  
  989.  
  990. color: transparent;
  991.  
  992.  
  993.  
  994. width: 396px;
  995.  
  996.  
  997.  
  998. margin-top: 0px;
  999.  
  1000.  
  1001.  
  1002. margin-left: 5px;
  1003.  
  1004.  
  1005.  
  1006. text-align: right;
  1007.  
  1008.  
  1009.  
  1010. }
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018. .fras2:hover {text-align: center;
  1019.  
  1020.  
  1021.  
  1022. font-size: 9px;
  1023.  
  1024.  
  1025.  
  1026. color: #000000;
  1027.  
  1028. }
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040. /*imagens estilo maresia e bolinhas do lado*/
  1041.  
  1042.  
  1043.  
  1044. #avril {width: 340px; height:175px; margin-left: 25px; margin-top: 50px; margin-bottom: 10px; padding: 1px; background-color:#fafafa; text-align: center; position: fixed;}
  1045.  
  1046.  
  1047.  
  1048. .mg {clear: both; margin-top: 30px; padding: 0px; margin-right:4px; margin-top: -27px; margin-left:-170px;}
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054. .mg img{display: inline; margin-top: 2px; max-width: 180px; text-align:center;}
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060. .mg img:hover{display: inline; margin-top: 2px; max-width: 180px;}
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. .mg2 {clear: both; margin-top: 30px; padding: 0px; margin-right:20px; margin-top: -172px; margin-left:-165px;}
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072. .mg2 img{display: inline; margin-top: 2px; max-width: 180px; text-align:center;}
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. .mg2 img:hover{display: inline; margin-top: 2px; max-width: 180px; padding-left: 160px; text-align:center; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; z-index: 59; margin-left: 140px;}
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084. .mg4 {clear: both; margin-top: 30px; padding: 0px; margin-right:150px; margin-top: -172px; margin-left:150px;}
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090. .mg4 img{display: inline; margin-top: 2px; max-width: 180px; text-align:center;}
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096. .mg4 img:hover{display: inline; margin-top: 2px; max-width: 180px; margin-left: -167px; text-align:center; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; z-index: 59;}
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102. .mg3 {clear: both; margin-top: 3px; padding: 0px; margin-right:110px; margin-top: -172px; margin-left:150px;}
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108. .mg3 img{display: inline; margin-top: 2px; max-width: 180px; text-align:center;}
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114. .mg3 img:hover{display: inline; margin-top: 2px; max-width: 180px;}
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126. #ps {width: 20px; height:220px; left: 150px; margin-top: -20px; margin-bottom: 10px; padding: 1px; background-color:#000000; text-align: center; position: fixed;}
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134. .pss{display:inline-block; background-color:#ffffff; margin-right:3px; margin-top:20px; font-size:0px; width:5px; height:5px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142. .pss:hover{display:inline-block; background-color:#00000; width:5px; height:5px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. #ps2 {width: 20px; height:100px; left: 150px; margin-top: 70px; margin-bottom: 10px; padding: 1px; background-color:#000000; text-align: center; position: fixed;}
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154. .pss2{display:inline-block; background-color:#ffffff; margin-right:3px; margin-top:20px; font-size:0px; width:5px; height:5px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. .pss2:hover{display:inline-block; background-color:#00000; width:5px; height:5px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. /*sidebar estilo noheartgirl diva*/
  1173.  
  1174.  
  1175.  
  1176. #cred{background-color: transparent;margin-top: 0px;letter-spacing: 0px;color: #000;width:200px;height:10px;position: fixed;padding: 4px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;margin-left: 34px;font-family: verdana;z-index: 3;font-size:9px} #cred:hover {background-color: transparent;height: 30px;color: transparent;} .cred2 {text-align: justify;font-size: 9px;position: fixed;color: transparent;width: 200px;margin-top: 0px;margin-left: 5px;text-align: center;} .cred2:hover {color: #000;font-size: 9px;text-align:center;}
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. #mouse {font-size: 9px; letter-spacing: 5px; font-weight: bold; background-color: ; width: 300px: height: inline; text-align: center; position: fixed; margin-top: 10px; margin-left: 95px;}
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190. #credit{background-color: #000000; letter-spacing: 2px; color: #F7F7F7; width:202px; height:33px; position: fixed; padding-top: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 139px; margin-top: 2px; font-family: tahoma; z-index: 2; text-align: center;}
  1191.  
  1192. #credit:hover {background-color: #EBEBEB; color: transparent;}
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. .credito {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 190px; margin-top: -15px; margin-left: 5px; }
  1201.  
  1202.  
  1203.  
  1204. .credito:hover {color: #000000; font-size: 9px; text-align: justify;}
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210. #caralho {width: 100%; height: 25px; top: 0px; margin-left: -5px; position: fixed; background-color: #F7F7F7; z-index: 29;}
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. #porra {float: left; text-align: center; margin-left: -5px; background-color: #050505; color: #F7F7F7; width: 340px; padding: 5px; top: -240px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed; height: 250px; z-index: 28; padding-top: 35px;}
  1217.  
  1218.  
  1219.  
  1220. #porra:hover {top: -5px; background-color: #FFFFFF; color: transparent; height: 225px;}
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. /*imagens que ficam no passe o mouse*/
  1227.  
  1228.  
  1229.  
  1230. #effy {display: block; margin-left: -5px; float: left; width: 200px; height: 200px; background-color: transparent; text-align: center; position: fixed;}
  1231.  
  1232.  
  1233.  
  1234. .simg1 {width: auto;}
  1235.  
  1236.  
  1237.  
  1238. .simg1 img {width: 140px; height: auto; margin-bottom: 2px;}
  1239.  
  1240.  
  1241.  
  1242. /* paginacao */
  1243.  
  1244.  
  1245.  
  1246. #paginacao {
  1247.  
  1248. position: left;
  1249.  
  1250. margin-left: 148px;
  1251.  
  1252. top: 220px;
  1253.  
  1254. width: 348px;
  1255.  
  1256. height: 25px;
  1257.  
  1258. background-color:#fafafa;
  1259.  
  1260. text-align: center;
  1261.  
  1262. border: 0px solid #d8d8d8;
  1263.  
  1264. position: fixed;}
  1265.  
  1266.  
  1267.  
  1268. .sidebarpages{
  1269.  
  1270. margin: 5px 0 0 0; text-align: center; color: #000000}
  1271.  
  1272. .sidebarpages a{text-decoration: none;color:#000000}
  1273.  
  1274. .sidebarpages a:hover{color:; background-color: transparent}
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280. </style><script>
  1281.  
  1282. var mensagem="Vai plagiar a casa do caralho, au7";
  1283.  
  1284.  
  1285.  
  1286. function bloqueio()
  1287.  
  1288.  
  1289.  
  1290. {alert(mensagem);}
  1291.  
  1292.  
  1293.  
  1294. document.onkeydown=bloqueio;
  1295.  
  1296.  
  1297.  
  1298. </script><meta http-equiv="x-dns-prefetch-control" content="off"/> <meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306. <body>
  1307.  
  1308.  
  1309.  
  1310. <div id="alo">
  1311.  
  1312.  
  1313.  
  1314. <ul id="vine">
  1315.  
  1316.  
  1317.  
  1318. <li class="ba"><div id="vanhalls">.<br>.<br>.</div>
  1319.  
  1320.  
  1321.  
  1322. <ul id="vine">
  1323.  
  1324.  
  1325.  
  1326. <li class="ba"> <div id="lari">i am <br><br><br><br>fucked<br><br><br><br> up<br><br><br><br> again</div></li>
  1327.  
  1328.  
  1329.  
  1330. </ul>
  1331.  
  1332.  
  1333.  
  1334. </li>
  1335.  
  1336.  
  1337.  
  1338. </ul>
  1339.  
  1340.  
  1341.  
  1342. </div>
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348. <div id="tate">
  1349.  
  1350. <div class="vi"><img src="http://static.tumblr.com/lfhthew/yktlw0xio/avril.jpg"></div>
  1351.  
  1352. </div>
  1353.  
  1354. </div>
  1355.  
  1356. <br><br>
  1357.  
  1358. <div class="tlinks1">
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366. <a href="/html">html help</b></a>
  1367.  
  1368.  
  1369.  
  1370. <a href="/faq">frequentasked</a>
  1371.  
  1372.  
  1373.  
  1374. <a href="http://c0caine.tumblr.com">fotos e gifs</a>
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386. </div>
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392. <div class="tlinks2">
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398. <a href="/meus">recomendo</a>
  1399.  
  1400.  
  1401.  
  1402. <a href="/ask">ask me</a>
  1403.  
  1404.  
  1405.  
  1406. <a href="/textos">textos</a>
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414. <div class="s2">it's so horrible because;</div>
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422. <div id="fras"><div class="fras2"><big>I love you so much it's killing me.</div><center><big><i>really, I'd die for you, I love you</i></center></div></big>
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428. <div id="qfoda"><marquee direction="up" scrollamount="1" height="30" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><center><big><big><big><br>I'm sorry I'm not what you wanted.</big></big></big></center><div class="title"><div class="titled"><div class="describe">I'm sorry I let you down<div class="describe"><big></big></div></div></div></div></div></font></b></center></marquee></div>
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434. <div id="ps">
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442. <div class="pss2">f
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454. <div class="pss2">u</div>
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462. <div class="pss2">c</div>
  1463.  
  1464.  
  1465.  
  1466. </div>
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472. <div id="ps">
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480. <div class="pss">f
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492. <div class="pss">u</div>
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500. <div class="pss">c</div>
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508. <div class="pss">k</div>
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516. <div class="pss">e</div>
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524. <div class="pss">d</div>
  1525.  
  1526.  
  1527.  
  1528. <div class="pss">d</div>
  1529.  
  1530.  
  1531.  
  1532. <div class="pss">d</div>
  1533.  
  1534. </div>
  1535.  
  1536. <div id="avril">
  1537.  
  1538. <div class="mg"><img src="http://28.media.tumblr.com/tumblr_lvlovvUkuz1r0u1opo2_250.jpg"/></div>
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554. <div class="mg2"><img src="http://27.media.tumblr.com/tumblr_lulw67z18U1r0u1opo1_250.jpg"/></div>
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570. <div class="mg3"><img src="http://30.media.tumblr.com/tumblr_lvlovvUkuz1r0u1opo5_250.jpg"/></div>
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586. <div class="mg4"><img src="http://30.media.tumblr.com/tumblr_lulw67z18U1r0u1opo3_250.jpg"/></div>
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <div id="chupa">
  1597.  
  1598. <div class="tra1"><a href="http://incognit4.tumblr.com"></a></div>
  1599.  
  1600. <div class="tra2"><a href="http://incognit4.tumblr.com"></a></div>
  1601.  
  1602. <div class="tra3"><a href="http://incognit4.tumblr.com"></a></div>
  1603.  
  1604. <div class="tra4"><a href="http://incognit4.tumblr.com"></a></div>
  1605.  
  1606. <div class="tra5"><a href="http://incognit4.tumblr.com"></a></div>
  1607.  
  1608. <div class="tra5"><a href="http://incognit4.tumblr.com/"></a></div>
  1609.  
  1610. <div class="tra4"><a href="http://incognit4.tumblr.com/"></a></div>
  1611.  
  1612. <div class="tra3"><a href="http://incognit4.tumblr.com/"></a></div>
  1613.  
  1614. <div class="tra2"><a href="http://incognit4.tumblr.com"></a></div>
  1615.  
  1616. <div class="tra1"><a href="http://incognit4.tumblr.com"></a></div></div>
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624. <div style="position:absolute; float:right; text-align: center; font-size:9px; background-color: rgba(0,0,0,0.4); color: #FFFFFF; font-family:verdana; padding: 15px; 17px; 17px; 15px; margin-top: -45px; margin-left:0px; width: 282px;">"I don't feel sad, I don't feel anything"</div>
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636. </div></div>
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646. <div id="caralho"></div>
  1647.  
  1648.  
  1649.  
  1650. <div id="porra">
  1651.  
  1652. <div style="border: 1px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #F7F7F7; width: 190px; text-align: justify; font-family: verdana; margin-left: 138px; height: 160px; padding: 5px 5px 5px 5px; font-size: 9px; letter-spacing: 1px; line-height: 100%">
  1653.  
  1654.  
  1655.  
  1656. <b>Clarissa:</b> O que eu to querendo dizer é que todo mundo faz coisas mesmo sabendo que vai se magoar depois.
  1657.  
  1658. <br>
  1659.  
  1660. <br>
  1661.  
  1662. Fiquei quieto.
  1663.  
  1664. <br>
  1665.  
  1666. <br>
  1667.  
  1668. <b>Clarissa:</b> Por isso to perguntando pra ti. Aposto que se tu tivesse feito algo pra mudar, não estaria triste agora.
  1669.  
  1670. <br>
  1671.  
  1672. <br>
  1673.  
  1674. <b>Thomaz:</b> Tu sempre vai pra Blue? - tentei mudar assunto, não queria ter aquele papo sentimental do caralho.
  1675.  
  1676. <br>
  1677.  
  1678. <br>
  1679.  
  1680. <b>Clarissa:</b> Mas tu não fez nada. Por isso tá assim.
  1681.  
  1682. <br>
  1683.  
  1684. <br>
  1685.  
  1686. (<i>pqogspn</i>)
  1687.  
  1688. </div>
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694. <div id="credit"><div class="credito">por <b>incognit4</b>; inspção em no<b>s2</b>girl+maresia+keepcal-m. faz qqr merda com esse código, mas não retira os créditos.</div>sobre o theme</div>
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704. <div id="effy">
  1705.  
  1706. <div style="padding: 2px; padding-bottom: -2px; overflow: auto; background-color: #FFFFFF; margin-top: -174px; width: 140px;"><div class="simg1"><marquee direction="up" scrollamount="3" height="224px" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">
  1707.  
  1708. <img src="http://29.media.tumblr.com/tumblr_lve9hocV5x1qh6kt9o6_250.gif"/><img src="http://25.media.tumblr.com/tumblr_lve9hocV5x1qh6kt9o5_250.gif"/><img src="http://29.media.tumblr.com/tumblr_lve9hocV5x1qh6kt9o10_250.gif"/><img src="http://29.media.tumblr.com/tumblr_lve9hocV5x1qh6kt9o9_250.gif"/></marquee></div>
  1709.  
  1710. </div>
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716. <div id="mouse">passe o mouse aqui</div>
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722. </div>
  1723.  
  1724. </div>
  1725.  
  1726.  
  1727.  
  1728. </div></div>
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756. </marquee></div></div></pre>
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774. </div>
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780. </div></div>
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792. <div id="container">
  1793.  
  1794.  
  1795.  
  1796. <div id="entries">
  1797. {block:Posts}
  1798. <div id="posts">
  1799.  
  1800. {block:Title}<i><h1>{Title}&nbsp;</h1></i>{/block:Title}
  1801. {block:Text}{Body}{/block:Text}
  1802.  
  1803. {block:Quote}<i><h1><small>"{Quote}"</small></h1></i> <br><h2><small><small>— {Source}</h2></small></small>{/block:Quote}
  1804.  
  1805. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1806. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1807.  
  1808. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1809. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1810.  
  1811. {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}
  1812.  
  1813. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1814.  
  1815. {block:Answer}<div id="questions"><b>{Asker} sussurrou no meu ouvido:</b> "{Question}"</div>
  1816. <blockquote>{Answer}</blockquote>{/block:answer}
  1817.  
  1818. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  1819. <center>
  1820. <blockquote>
  1821. <div id="info"><a href="{Permalink}">{TimeAgo}</a> / {NoteCountWithLabel}{block:RebloggedFrom} / originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} / <a href="{ReblogURL}" target="_blank">reblog e ganhe um bis</a> {block:HasTags}<br>{block:Tags}<b>insira sua indireta aqui></b><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></blockquote><BR>
  1822. {/block:Posts}</center>
  1823. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1824. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  1825. </div>
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831. </html><!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fincognit4.tumblr.com%2F&amp;lang=en_US&amp;name=incognit4" 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 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement