sojackdaniels

THEME 30

Dec 12th, 2011
7,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.02 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <script>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. var mensagem="HAHAHAHAH, no";
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. function bloqueio()
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. {alert(mensagem);}
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. document.onkeydown=bloqueio;
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <script type="text/javascript">
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. //desabilita menu de opcoes ao clicar no botao direito
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. function desabilitaMenu(e)
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. {
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. if (window.Event)
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. {
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. if (e.which == 2 || e.which == 3)
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. return false;
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. }
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141. else
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. {
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. event.cancelBubble = true
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. event.returnValue = false;
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. return false;
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. }
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. document.oncontextmenu = desabilitaMenu;
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. document.onmousedown = desabilitaBotaoDireito;
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. document.onmouseup = desabilitaBotaoDireito;
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. </script>
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. <script language="JavaScript1.2">
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245. function disableselect(e){
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253. return false
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. }
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. function reEnable(){
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277. return true
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285. }
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. //if IE4+
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. document.onselectstart=new Function ("return false")
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309. //if NS6
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. if (window.sidebar){
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. document.onmousedown=disableselect
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. document.onclick=reEnable
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. }
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. </script>
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  362.  
  363.  
  364.  
  365. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script>
  366.  
  367.  
  368.  
  369. <script type="text/javascript">
  370.  
  371.  
  372.  
  373. Cufon.replace('.cufon');
  374.  
  375.  
  376.  
  377. </script>
  378.  
  379. <!-- DEFAULT VARIABLES -->
  380.  
  381. <meta name="color:background" content="#EEEBD6" />
  382.  
  383. <meta name="color:sbar" content="#F8F6E9" />
  384.  
  385. <meta name="color:tbar" content="#EBE5CB" />
  386.  
  387. <meta name="color:entry" content="#F8F5E1" />
  388.  
  389.  
  390.  
  391. <meta name="color:title" content="#695D51" />
  392.  
  393. <meta name="color:text" content="#C0AEA0" />
  394.  
  395. <meta name="color:link" content="#83786E" />
  396.  
  397. <meta name="color:lhover" content="#EBE6CB" />
  398.  
  399. <meta name="color:tlinks" content="#F8F5E1" />
  400.  
  401. <meta name="color:thover" content="#EBE6CB" />
  402. <meta name="text:frasecurta" content="" />
  403.  
  404.  
  405. <meta name="font:title" content="georgia" />
  406.  
  407. <meta name="font:body" content="arial" />
  408.  
  409.  
  410.  
  411. <meta name="image:sidebar" content=""/>
  412.  
  413. <meta name="image:tbar" content=""/>
  414.  
  415. <meta name="image:background" content="" />
  416.  
  417.  
  418.  
  419. <meta name="text:Link1" content="" />
  420.  
  421. <meta name="text:Link1 Title" content="" />
  422.  
  423. <meta name="text:Link2" content="" />
  424.  
  425. <meta name="text:Link2 Title" content="" />
  426.  
  427. <meta name="text:Link3" content="" />
  428.  
  429. <meta name="text:Link3 Title" content="" />
  430. <meta name="image:minsidebar1" content=""/>
  431. <meta name="image:minsidebar2" content=""/>
  432. <meta name="image:minsidebar3" content=""/>
  433. <meta name="image:minsidebar4" content=""/>
  434. <meta name="image:minsidebar5" content=""/>
  435. <meta name="image:minsidebar6" content=""/>
  436.  
  437.  
  438. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  439.  
  440. <title>{Title}</title>
  441. <link rel="shortcut icon" href="{Favicon}">
  442. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  443. {block:Description}
  444. <meta name="description" content="{MetaDescription}" />
  445. {/block:Description}
  446. <style type="text/css">
  447.  
  448.  
  449.  
  450. /* barra de rolagem */
  451.  
  452. ::-webkit-scrollbar{width:20px;height:7px; top:5px}
  453.  
  454.  
  455.  
  456. ::-webkit-scrollbar-button:start:decrement
  457.  
  458.  
  459.  
  460. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#1b1b1b;}
  461.  
  462.  
  463.  
  464. ::-webkit-scrollbar-track-piece{background-color:#ffffff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  465.  
  466.  
  467.  
  468. ::-webkit-scrollbar-thumb:vertical{height:30px; background-color:#000000;-webkit-border-radius:px;}
  469.  
  470. ::-webkit-scrollbar-thumb:horizontal{width:140px; background-color:#000000;-webkit-border-radius:px;}
  471.  
  472.  
  473. /* corpo */
  474.  
  475. 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}
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. a:link, a:active, a:visited{color: #000000; text-decoration:none;}
  484.  
  485.  
  486.  
  487. a:hover{color:#DDDDDD; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;}
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. /* sidebar */
  502.  
  503.  
  504.  
  505. .simage {text-align: center;}
  506.  
  507.  
  508.  
  509. .simage img {display: inline; max-width: 150px; text-align: center;}
  510.  
  511.  
  512.  
  513.  
  514.  
  515. #sidebarimg img {max-width: 250px; height: auto; text-align:center}
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523. #imagem {margin-left:2px; margin-bottom:0px; margin-top:0px}
  524.  
  525.  
  526.  
  527. #imagem img {max-width: 137px; height: auto; margin-bottom: 3px;}
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. #title {font-family:georgia; font-size:18px; font-style:italic; letter-spacing:0px; line-height:110%}
  536.  
  537.  
  538.  
  539. #sbar1 {width:467px; height:350px; margin-left:-8px; margin-top:120px; position:fixed; overflow:hidden; background-color: #F5F5F5; border-left:0px solid; border-right:0px solid; padding:3px}
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. #stext {clear: both; text-align: justify; background-color: #eee; margin: 5px 5px 0px 5px; padding: 5px; width: none; margin-left: px; font-family: verdana; font-size:9px; letter-spacing: 0px}
  554. .stext a{font-size:10px}
  555.  
  556. .stext a:hover{font-size:10px}
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563. #pagination {font-family:georgia; text-align:center; font-size:15px}
  564.  
  565.  
  566.  
  567. /* tbar */
  568.  
  569. #tlon {width:540px; height:auto !important; margin-left:-8px; margin-top:360px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px;}
  570. #tbaf {width:100%; height:63px !important; margin-left:0px; margin-top:580px; position:fixed; overflow:hidden; background-color: #dddddd; border-left:0px solid; border-right:0px solid; padding:3px; background-image:url('http://static.tumblr.com/bj5pi4h/3oLlvukls/102.gif')}
  571.  
  572.  
  573.  
  574. .simage1 {text-align: left}
  575.  
  576.  
  577.  
  578. .simage1 img {border: 2px solid #FFFFFF; max-width: 260px; height: auto; text-align:left;}
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. .tlinks1{float: left; text-align: center; font-family: verdana; font-size: 9px; }
  589.  
  590. .tlinks1 a{ display: block; color:#FFFFFF; background-color: #1b1b1b; 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; }
  591.  
  592. .tlinks1 a:hover{background-color: #FFFFFF; color:#1b1b1b; letter-spacing: 1px;}
  593.  
  594.  
  595.  
  596.  
  597.  
  598. .tlinks2{float: left; text-align: center; font-family: verdana; font-size: 9px;}
  599.  
  600. .tlinks2 a{ display: block; color:#FFFFFF; background-color:#1b1b1b; 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;}
  601.  
  602.  
  603.  
  604.  
  605.  
  606. .tlinks2 a:hover{background-color: #FFFFFF; color:#1b1b1b; letter-spacing: 2px;}
  607.  
  608.  
  609.  
  610.  
  611.  
  612. .tlinks3{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.9; filter:alpha (opacity=90);}
  613.  
  614. .tlinks3 a{ display: block; color:#1b1b1b; background-color: #fff; text-align: center; width:100px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  615.  
  616.  
  617.  
  618. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  619.  
  620. .tlinks3 a:hover{background-color: #fff; color:#1b1b1b; letter-spacing: 2px;}
  621.  
  622.  
  623.  
  624.  
  625.  
  626. .tlinks4{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; }
  627.  
  628. .tlinks4 a{ display: block; background-color:#fff; color:#1b1b1b; text-align: center; width:100px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  629.  
  630.  
  631.  
  632. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  633.  
  634. .tlinks4 a:hover{background-color:#fff; color:#1b1b1b; letter-spacing: 2px;}
  635.  
  636.  
  637.  
  638.  
  639.  
  640. .tlinks5{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; filter:alpha (opacity=80)}
  641.  
  642.  
  643.  
  644. .tlinks5 a{ display: block; color:#1b1b1b; background-color: #fff; text-align: center; width:100px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  645.  
  646.  
  647.  
  648. 15px; border-radius: 15pxpadding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  649.  
  650.  
  651.  
  652.  
  653.  
  654. .tlinks5 a:hover{background-color:#fff; color:#1b1b1b letter-spacing: 2px;}
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662. .tlinks6{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; }
  663.  
  664.  
  665.  
  666. .tlinks6 a{ display: block; color:#1b1b1b; background-color: #fff; text-align: center;width:60px; height: 100px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  667.  
  668.  
  669.  
  670. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  671.  
  672.  
  673.  
  674.  
  675.  
  676. .tlinks6 a:hover{background-color:#fff; color:#1b1b1b; letter-spacing: 2px;}
  677.  
  678.  
  679.  
  680. .tlinks7{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8;}
  681.  
  682.  
  683.  
  684. .tlinks7 a{ display: block; color:#1b1b1b; background-color: #fff; text-align: center; width:100px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  685.  
  686.  
  687.  
  688. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  689.  
  690.  
  691.  
  692.  
  693.  
  694. .tlinks7 a:hover{background-color: #fff; color:#1b1b1b; letter-spacing: 2px;}
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707. #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}
  708.  
  709.  
  710.  
  711. #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}
  712.  
  713.  
  714.  
  715. #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}
  716.  
  717.  
  718.  
  719. #timg {margin-left:6px; margin-bottom:2px; margin-top:50px}
  720.  
  721. #timg img {width: 210px; height: auto}
  722.  
  723.  
  724.  
  725. #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}
  726.  
  727. #tlinks a:hover {background-color:#EBE6CB}
  728.  
  729. #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)}}
  730.  
  731.  
  732.  
  733.  
  734.  
  735. .sub {font-family:verdana; font-size:9px; text-align:center; display:block; color: #FFFFFF;}
  736.  
  737.  
  738.  
  739. #rodape {left:0px; bottom: 0px; position:absolute; z-index: 4; width:100%;background-
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747. color:#000; height:84px; position: fixed !important; background-color: rgba(0,0,0,0.4)}
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755. .rodape2 a {color:#fff;}
  756.  
  757.  
  758.  
  759. #footer {z-index:3; opacity: 0.9; bottom:-400px; margin-left:500px; background-color:;color:#FFFFFF; width:500px; height:30px; }
  760.  
  761.  
  762.  
  763.  
  764.  
  765. .title{overflow-y:hidden; height:50px; z-index:3; position:relative;}
  766.  
  767.  
  768.  
  769. .titled{ width:260px; float:left; font-size:20px; font-family: ; text-transform:none;
  770.  
  771.  
  772.  
  773. 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;
  774.  
  775.  
  776.  
  777. -moz-transition: 0.5s ease-in;
  778.  
  779.  
  780.  
  781. transition: 0.6s ease-in; }
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789. .titled:hover{margin-top:-90px;}
  790.  
  791.  
  792.  
  793. .describe{margin-top:55px; color:#FFFFFF; font:20px , Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  794.  
  795. /* credito */
  796.  
  797. #credit{margin-left: 0px; margin-top: 150px; width: 400px; float: left; padding: 0px; position: fixed; height: 30px;}
  798.  
  799. /* tbar 2 */
  800.  
  801. /* tbar */
  802.  
  803.  
  804.  
  805. #tbar {width:450px; height:140px !important; margin-left:22px; margin-top: 130px; position:fixed; overflow:hidden; background-color: #F6F6F6; border-left:0px solid; border-right:0px solid; padding:3px; }
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813. #tbasr2 {width:580px; height:auto !important; margin-left:-8px; margin-top:70px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px;}
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831. #title {font-size: 30px; text-align: right; margin-right: 20px; text-transform: none; line-height:1px; padding:5px; font-family: georgia; color: (color:sidebartext); background-color: ; margin-top: -2px;}
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839. #faixa1 {text-transform: none; margin-top: -110px; float: left; margin-left: -9px; width: 100%; text-align: justify; font-size: 11px; background-color: ; color: ; font-family: ; padding: 10px; position: fixed; height:30px;}
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. #vertical1 {text-transform: none; margin-top: -110px; float: left; margin-left: -16px; width: -100px; background-color: ; padding: 10px; position: fixed; height:100%;}
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. #faixa2 {text-transform: none; margin-top: -70px; float: left; margin-left: -10px; width: 100%; text-align: justify; font-size: 11px; background-color: ; color: ; font-family: ; padding: 10px; position: fixed; height: 10px;}
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. #vertical2 {text-transform: none; margin-top: -60px; float: left; margin-left: 4px; width: 3px; background-color: ; padding: 10px; position: fixed; height:100%;}
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871. #vertical3 {text-transform: none; margin-top: -30px; float: left; margin-left: 8px; width: 11px; background-color: ; padding: 10px; position: fixed; height:100%;}
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879. #faixa3 {text-transform: none; margin-top: -40px; float: left; margin-left: -1px; width: 100%; text-align: justify; font-size: 11px; background-color: ; color: ; font-family: ; padding: 10px; position: fixed; height: 5px;}
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887. #vertical4 {text-transform: none; margin-top: -14px; float: left; margin-left: 598px; width: 215px; background-color: ; padding: 10px; position: fixed; height: 100%;}
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895. #tbaf {width:100%; height:63px !important; margin-left:0px; margin-top:0px; position:fixed; overflow:hidden; background-color: #dddddd; border-left:0px solid; border-right:0px solid; padding:3px; background-image:url('http://static.tumblr.com/bj5pi4h/3oLlvukls/102.gif')}
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931. .tlink1{float: left; text-align: center; font-family: verdana; font-size: 9px; }
  932.  
  933.  
  934.  
  935. .tlink1 a{ display: block; color:#7E7D7D; background-color: #ffffff; text-align: center; w padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none; width:230px; 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; }
  936.  
  937.  
  938.  
  939. .tlink1 a:hover{background-color: #FFFFFF; color:#222222; letter-spacing: 1px;}
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. .tlink2{float: left; text-align: center; font-family: verdana; font-size: 9px;}
  952.  
  953.  
  954.  
  955. .tlink2 a{ display: block; color:#7E7D7D; background-color:#ffffff; text-align: center; width:230px; 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;}
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967. .tlink2 a:hover{background-color: #FFFFFF; color:#222222; letter-spacing: 2px;}
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979. .tlink3{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.9; filter:alpha (opacity=90);}
  980.  
  981.  
  982.  
  983. .tlink3 a{ display: block; color:#222222; background-color: #fff; text-align: center; width:150px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  992.  
  993.  
  994.  
  995. .tlink3 a:hover{background-color: #fff; color:#222222; letter-spacing: 2px;}
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007. .tlink4{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; }
  1008.  
  1009.  
  1010.  
  1011. .tlink4 a{ display: block; background-color:#fff; color:#222222; text-align: center; width:110px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  1020.  
  1021.  
  1022.  
  1023. .tlink4 a:hover{background-color:#fff; color:#222222; letter-spacing: 2px;}
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. .tlink5{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; filter:alpha (opacity=80)}
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. .tlink5 a{ display: block; color:#222222; background-color: #fff; text-align: center; width:90px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051. 15px; border-radius: 15pxpadding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063. .tlink5 a:hover{background-color:#fff; color:#222222 letter-spacing: 2px;}
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079. .tlink6{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8; }
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087. .tlink6 a{ display: block; color:#222222; background-color: #fff; text-align: center;width:60px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. .tlink6 a:hover{background-color:#fff; color:#222222; letter-spacing: 2px;}
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115. .tlink7{float: left; text-align: center; font-family: verdana; font-size: 9px; opacity: 0.8;}
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. .tlink7 a{ display: block; color:#222222; background-color: #fff; text-align: center; width:110px; height: 30px; -webkit-border-radius: 15px; -moz-border-radius:
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131. 15px; border-radius: 15px padding: 5px 0 5px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;margin-left: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143. .tlink7 a:hover{background-color: #fff; color:#222222; letter-spacing: 2px;}
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179. #tit {position: left; margin-left:35px; margin-top: 100px; width: 240px; height: 35px; background-color:transparent; text-align: center; position: fixed;}
  1180.  
  1181.  
  1182.  
  1183. #tit1 {position: left; margin-top: 10px; width: 105px; height: 15px; background-color:#222222; text-align: center; position: fixed;}
  1184.  
  1185.  
  1186.  
  1187. #tit2 {position: left; margin-top: 10px; margin-left: 100px; width: 105px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.9}
  1188.  
  1189.  
  1190.  
  1191. #tit3 {position: leftt; margin-top: 10px; margin-left: 200px; width: 106px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.8}
  1192.  
  1193.  
  1194.  
  1195. #tit4 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.7}
  1196.  
  1197.  
  1198.  
  1199. #tit5 {position: left; margin-top: 10px; margin-left: 361px; width: 205px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.6}
  1200.  
  1201.  
  1202.  
  1203. #tit6 {position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.5}#tit7 {position: left; margin-top: 10px; width: 304px; margin-left: 442px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.5}#tit8 {position: left; margin-top: 10px; margin-left: 682px; width: 105px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.6}#tit9 {position: leftt; margin-top: 10px; margin-left: 722px; width: 196px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.7}#tit10 {position: leftt; margin-top: 10px; margin-left: 963px; width: 36px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.8}#tit11 {position: leftt; margin-top: 10px; margin-left: 994px; width: 106px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.9}#tit12 {position: left; margin-top: 10px; margin-left: 445px; width: 36px; height: 15px; background-color:#222222; text-align: center; position: fixed;}
  1204.  
  1205.  
  1206.  
  1207. #tit13 {position: left; margin-top: 10px; width: 35px; height: 15px; background-color:#222222; text-align: center; position: fixed;}#tit14 {position: left; margin-top: 10px; margin-left: 40px; width: 35px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.9}#tit15 {position: leftt; margin-top: 10px; margin-left: 80px; width: 36px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.8}#tit16 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.7}#tit17{position: left; margin-top: 10px; margin-left: 161px; width: 35px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.6}#tit18{position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#222222; text-align: center; position: fixed; opacity: 0.5}
  1208.  
  1209. #simg img {max-width: 160px; height: auto}
  1210.  
  1211.  
  1212.  
  1213. .retrato {float: left; position: fixed; margin-left: 385px;margin-top: 2px;}
  1214.  
  1215. .retrato img {border: 5px solid #f1f1f1;}
  1216.  
  1217. /* links */
  1218. .llinks a{display: block; text-decoration: none; color: #000000; text-align: left; width: 457px; background-color: #ffffff; font-size:9px; padding: 3px 0px 3px 0px; margin: 0 0 1px 0; padding-left: 6px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; }
  1219.  
  1220.  
  1221.  
  1222. .llinks a:hover{background-color:#fff; color:#000; text-transform: lowercase; -webkit-box-shadow: 0 0 0em transparent;}
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228. #tlinks1 {margin-left: -76px; margin-top: 140px; position:fixed;}
  1229.  
  1230.  
  1231.  
  1232. #tlinks1 a {width:120px; height: 20px; display:block; background-color: #000; font-size: 9px; font-family: verdana; font-weight: bold;color:#fff; text-decoration: none; letter-spacing: 1px; text-align:center; padding:3px; -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-transition: all 0.7s ease-out;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -webkit-transform: rotate(270deg)}
  1233.  
  1234.  
  1235.  
  1236. #tlinks1 a:hover {background-color:#fff; color: #000;}
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242. #tlinks2 {margin-left: -56px; margin-top: 236.2px; position:fixed;}
  1243.  
  1244. #tlinks2 a {width:80px;height: 20px; display:block; background-color: #000;font-size: 9px; font-family: verdana; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out;font-weight:bold; -webkit-transform: rotate(270deg)}
  1245.  
  1246. #tlinks2 a:hover {background-color:#fff; color: #000;}
  1247.  
  1248.  
  1249.  
  1250. #tlinks3 {margin-left: -58px; margin-top: 324px; position:fixed;}
  1251.  
  1252. #tlinks3 a {width: 84px; height: 20px; display:block; background-color: #000; font-size: 9px; font-family: verdana; font-weight: bold;color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out; -webkit-border-bottom-top-radius: 10px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; -webkit-transform: rotate(270deg) }
  1253.  
  1254. #tlinks3 a:hover {background-color:#fff; color: #000;}
  1255.  
  1256. #sbar {width:490px; height:1000px; margin-left:-10px; margin-top:-20px; position:fixed; overflow:hidden; background-color: #FFFFFF; border-left:0px solid; border-right:0px solid; padding:3px}
  1257.  
  1258.  
  1259.  
  1260. .simg img{border: 5px solid #e5e5e5; max-width: 151px; text-align: left; margin-top: 80px;}
  1261.  
  1262.  
  1263.  
  1264. .frase {text-align: center; font-size:9px; background-color: #f5f5f5; padding: 4px; border-bottom: 2px solid #eee} }
  1265.  
  1266. .frase2 {margin-top: 150px; text-align: center; font-size:9px; background-color: #f5f5f5; padding: 4px; border-bottom: 2px solid #eee} }
  1267. /* posts */
  1268. #iconbar {width: 86px; position: fixed; left: 1050px; top: 125px;}
  1269. #icon {text-align: center; width: 100px; display: block; padding: 8px;}
  1270.  
  1271. #container {background-color:transparent; width: 465px; position: absolute; top: 10px; left: 480px; padding-bottom: 80px}
  1272. #entries {margin: -5px 0 10px 0}
  1273.  
  1274. #entry {width: 500px; background-color:#ffffff; text-align: justify; padding: 20px; margin: 0px 0 5px 0}
  1275.  
  1276. .image{text-align: center; margin: 0 0 5px 0}
  1277. .image img{border: 0px; margin: 0; padding: 0}
  1278.  
  1279. #ask_form{width: 500px}
  1280.  
  1281. .search_result{font-size: 12px; text-align: center}
  1282.  
  1283. .source{display:none}
  1284.  
  1285. h1{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  1286. margin: 0 0 5px 0; text-align: center}
  1287. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  1288. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  1289.  
  1290. .qqmarks{font-size: 130px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0) }
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298. .qquote{font-family: Courier New; font-size: 20px; letter-spacing: 1px; line-height: 20px; text-transform: none; margin-top: -60px; margin-left:
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314. 50px;}
  1315.  
  1316.  
  1317.  
  1318. .qsource{margin: 5px 15px 0 0; text-align: right}
  1319.  
  1320.  
  1321. .chat{line-height: 12px; list-style: none }
  1322. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  1323. .person1 {background-color: {color:link}; color: {color:background} }
  1324. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  1325. .person2 {background-color: {color:background}; color: {color: text} }
  1326. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  1327.  
  1328. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};}
  1329. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  1330. .playcount {font-style: italic}
  1331.  
  1332. .asker {width: 480px; background-color: {color:background}; color:{color:text};
  1333.  
  1334. padding: 10px}
  1335. .asker img{float: left; margin: 0px 4px 2px 0}
  1336. .asker a{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  1337. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  1338. .answer {padding: 5px 0 0 0}
  1339. .image{border: 0px; text-align:center }
  1340. .image a{border: 0px; text-align:center }
  1341. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  1342.  
  1343. .info {margin-top: 10px; border-left: 7px solid {color:sidebarlinks}; padding: 5px; background-color: #ffffff; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  1344. .info a {font-size: 9px;}
  1345.  
  1346. .info2 {padding: 2px; border-bottom: 1px dotted {color:background}; text-align: right;}
  1347. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: none;}
  1348. .tags a {font-size: 9px; color: {color:text}; display: inline; list-style: none; text-transform: none;}
  1349.  
  1350. #nts {width: 500px; margin-left: 95px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  1351. #nts img{display: none; border:0px}
  1352.  
  1353. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  1354.  
  1355. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  1356. margin: 0 0 2px 0; font-size: 10px}
  1357.  
  1358. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  1359. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1360. ol.notes li {margin: 0px; padding: 2px;}
  1361. #notes img{border:0px}
  1362. #notes a{font-size: 10px}
  1363.  
  1364. #tumblr_controls{position: fixed!important}
  1365.  
  1366. {CustomCSS}
  1367.  
  1368. /*** Paginação by madlyluv.com ***/
  1369.  
  1370. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px;}
  1371.  
  1372. #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #ECEBEB; margin: 0 1px 0 0; padding: 2px 4px; color: #666666; text-decoration: none;}
  1373.  
  1374. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; border: none;}
  1375.  
  1376. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #666666; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #666666; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383. </style>
  1384.  
  1385. <style type="text/css">Welcome to my Tumblr</style>
  1386.  
  1387. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1388.  
  1389.  
  1390.  
  1391. <body onkeydown="return false">
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404. </br>
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416. </div>
  1417.  
  1418.  
  1419.  
  1420.  
  1421. </div></div></div>
  1422.  
  1423.  
  1424. </br>
  1425.  
  1426.  
  1427.  
  1428. </div>
  1429.  
  1430. </div>
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436. <div id="tbasr2">
  1437.  
  1438.  
  1439.  
  1440. <br />
  1441.  
  1442.  
  1443.  
  1444. <div class="tlink1"><a href="/"><br>home</a></div>
  1445.  
  1446.  
  1447.  
  1448. <div class="tlink2"><a href="/ask"><br>susssurre</a></div>
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468. </div>
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475. <div id="sbar1">
  1476.  
  1477. <div id="stext">
  1478.  
  1479. {block:Description}{Description}{/block:Description}<br /><br />
  1480.  
  1481. <div id="pagina"><div id="paginacaoml"> <center>
  1482. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  1483. {block:JumpPagination length="7"}
  1484. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  1485. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1486. {/block:JumpPagination}
  1487. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center></div></div></div>
  1488.  
  1489. <br>
  1490.  
  1491. <div class="retrato"> <img src="{image:sidebar}" width= "65" ></div>
  1492. <div class="llinks">
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502. <a href="{text:Link1}">{text:Link1 Title}</a>
  1503.  
  1504. <a href="{text:Link2}"><br>{text:Link2 Title}</a>
  1505.  
  1506. <a href="{text:Link3}"><br>{text:Link3 Title}</a>
  1507. <a href="{text:Link4}"><br>{text:Link4 Title}</a>
  1508.  
  1509. <a href="{text:Link5}"><br>{text:Link5 Title}</a>
  1510.  
  1511. </div>
  1512.  
  1513. <div class="frase">{text:frasecurta}
  1514. <br><br><br><br>
  1515. <div class="frase2">theme por <a href="http://elasocurtejackdaniels.tumblr.com"><b>sojackdaniels</b> and <a href="http://stuckin-reverse.tumblr.com/"><b>stuckin-reverse</b>;</b></a> </b>detalhes por <a href="http://fascinadaporestrelas.tumblr.com/">tami c</a> e meiopasso; don't copy.</div></div>
  1516.  
  1517. </div>
  1518.  
  1519.  
  1520. <div id="rodape">
  1521. <pre><div style="border: px solid #F0F0F0; margin-top: -15px; padding: 5px; overflow: auto; background-color: #FAFAFA; width: 564px; height: 110px;"><div class="simage"><marquee direction="left" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:minsidebar1}"/> <img src="{image:minsidebar2}"/> <img src="{image:minsidebar3}"/> <img src="{image:minsidebar4}"/>
  1522.  
  1523.  
  1524. </marquee></div></div></pre></center>
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534. </div>
  1535.  
  1536.  
  1537.  
  1538.  
  1539. <div id="container">
  1540.  
  1541. <div id="entries">
  1542. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1543. <script type="text/javascript"
  1544.  
  1545. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1546.  
  1547.  
  1548. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1549.  
  1550.  
  1551.  
  1552. {block:Posts}
  1553.  
  1554. <div id="entry">
  1555. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1556.  
  1557. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1558. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1559.  
  1560. {block:Photoset}{Photoset-500}
  1561. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1562. {/block:Photoset}
  1563.  
  1564. {block:Quote}
  1565. <b class="qqmarks">&#10077;</b><div class="qquote">{Quote}</div>
  1566. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  1567. {/block:Quote}
  1568.  
  1569. {block:Link}
  1570. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1571. {block:Description}{Description}{/block:Description}
  1572. {/block:Link}
  1573.  
  1574. {block:Chat}
  1575. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1576. <div class="chat"><ul>{block:Lines}
  1577. <li class="person{UserNumber}">{block:Label}
  1578. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1579. {/block:Chat}
  1580.  
  1581. {block:Audio}
  1582. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1583. {AudioPlayerWhite}
  1584. <div class="playcount">{PlayCountWithLabel}</div>
  1585. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1586. {/block:Audio}
  1587.  
  1588. {block:Video}{Video-500}
  1589. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1590.  
  1591. {block:Answer}
  1592. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1593. <div class="answer">{Answer}</div>
  1594. <br>
  1595. {/block:Answer}
  1596.  
  1597. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1598. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1599. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1600. {/block:ContentSource}</div>
  1601.  
  1602.  
  1603.  
  1604. <div id="clear"></div>
  1605.  
  1606. <div class="info">
  1607. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  1608. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1609. </div></div>
  1610. {/block:Posts}
  1611. {block:PostNotes}
  1612. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1613. {/block:PostNotes}
  1614.  
  1615.  
  1616.  
  1617. </div>
  1618. </div>
  1619.  
  1620.  
  1621. </html>
Advertisement
Add Comment
Please, Sign In to add comment