luisquintanilha

Theme 8

Jul 3rd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhctml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9.  
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  12.  
  13.  
  14. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  15. <script type="text/javascript">
  16. function slideSwitch() {
  17. var $active = $('#slideshow img.active');
  18.  
  19. $active.addClass('last-active');
  20.  
  21. // verifica se existe um próximo objeto na div #slideshow, caso ele nao exista, retorna para o primeiro
  22. var $next = $active.next().length ? $active.next() : $('#slideshow img:first');
  23.  
  24. $next.css({opacity: 0.0})
  25. .addClass('active')
  26. .animate({opacity: 1.0}, 1000, function() {
  27. $active.removeClass('active last-active');
  28. });
  29. }
  30.  
  31. $(function() {
  32. //Executa a função a cada 2 segundos
  33. setInterval( "slideSwitch()", 2500 );
  34. });
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript">
  39.  
  40.  
  41.  
  42.  
  43.  
  44. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. function tb8_makeArray(n){
  55.  
  56.  
  57.  
  58.  
  59.  
  60. this.length = n;
  61.  
  62.  
  63.  
  64.  
  65.  
  66. return this.length;
  67.  
  68.  
  69.  
  70.  
  71.  
  72. }
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. tb8_messages = new tb8_makeArray(1);
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. tb8_messages[0] = "{Title}";
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. tb8_rptType = 'infinite';
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. tb8_rptNbr = 5;
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. tb8_speed = 100;
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. tb8_delay = 2000;
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. var tb8_counter=1;
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. var tb8_currMsg=0;
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. var tb8_tekst ="";
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. var tb8_i=0;
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. var tb8_TID = null;
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. function tb8_pisi(){
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. document.title = tb8_tekst;
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. tb8_sp=tb8_speed;
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. tb8_i++;
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242. if (tb8_i==tb8_messages[tb8_currMsg].length){
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. }
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. if (tb8_currMsg == tb8_messages.length){
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. clearTimeout(tb8_TID);
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. return;
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. }
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322. tb8_counter++;
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. tb8_currMsg = 0;
  333.  
  334.  
  335.  
  336.  
  337.  
  338. }
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358. }
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. tb8_pisi()
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378. </script>
  379.  
  380.  
  381. <head> <!-- DEFAULT VARIABLES -->
  382. <meta name="color:background" content="#ffffff" />
  383. <meta name="color:text" content="#3d3d3d" />
  384. <meta name="color:entry" content="#F7F7F5" />
  385. <meta name="color:linkss" content="#3d3d3d" />
  386. <meta name="color:espaco links" content="#FF1493" />
  387. <meta name="color:linksshover" content="#3d3d3d" />
  388. <meta name="color:link" content="#000" />
  389. <meta name="color:listras" content="#000000" />
  390. <meta name="color:sidebar" content="#fff" />
  391. <meta name="color:scroll" content="#999" />
  392. <meta name="color:sidebar2" content="#aaa" />
  393. <meta name="color:sidebar text" content="#999" />
  394. <meta name="color:barra" content="#ffffff" />
  395. <meta name="color:barratext" content="#ffffff" />
  396. <meta name="color:simbolo" content="#ecb8b8" />
  397.  
  398. <meta name="image:sidebar" content="http://static.tumblr.com/ht87d0y/Txvm4zoac/tumblr_m3tdpocpgf1qmnaqvo2_250.png"/>
  399. <meta name="image:sidebar2" content="" />
  400. <meta name="image:background" content=""/>
  401.  
  402. <meta name="text:titulo" content="And don't matter how you try to be <br> a good, you can not hide a bad girl." />
  403. <meta name="text:simbolo" content="†" />
  404.  
  405. <meta name="color:link" content="#000" />
  406. <meta name="color:link hover" content="#000" />
  407. <meta name="color:text" content="#000" />
  408. <meta name="text:Link1" content="-" />
  409. <meta name="text:Link1 Title" content="link" />
  410. <meta name="text:Link2" content="-" />
  411. <meta name="text:Link2 Title" content="link" />
  412. <meta name="text:Link3" content="-" />
  413. <meta name="text:Link3 Title" content="link" />
  414. <meta name="text:Link4" content="-" />
  415. <meta name="text:Link4 Title" content="link" />
  416. <meta name="text:Link5" content="-" />
  417. <meta name="text:Link5 Title" content="link" />
  418. <meta name="text:Link6" content="-" />
  419. <meta name="text:Link6 Title" content="link" />
  420. <meta name="text:Link7" content="-" />
  421. <meta name="text:Link7 Title" content="link" />
  422. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  423.  
  424.  
  425.  
  426.  
  427. <title>{Title}</title>
  428. <link rel="shortcut icon" href="{Favicon}">
  429. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  430. {block:Description}
  431. <meta name="description" content="{MetaDescription}" />
  432. {/block:Description}
  433.  
  434. {block:IfEnableEndlessScrolling}
  435. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  436. {/block:IfEnableEndlessScrolling}
  437.  
  438.  
  439. <style type="text/css">
  440.  
  441. body {background-color:{color:background}; color:{color:text}; font-family: verdana; font-size:11px; line-height:110%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  442.  
  443. a {color:{color:link}; text-decoration: none; font-size: 9px}
  444. a:hover {color:{color:text}; text-decoration: none}
  445. p{margin: 1px 0 0 0}
  446. blockquote{margin: 1px 0 0 5px; border-left: 3px solid; color:#000000; padding:0 0 0 5px;}
  447.  
  448.  
  449. #ttl {float: left; margin-top:270px; margin-left:120px; width: 188px; background-color: {color:bgtitulo}; color: #000; padding: 8px; font-size: 22px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: georgia;text-transform: ; height: 24px; border: 0px solid #FFF; }
  450.  
  451. #ttl a{font-size: 12px; color: ; }
  452.  
  453. #sidebarimage{margin:14px auto 16px auto; margin-left: 120px;text-align:center; position: fixed; }
  454.  
  455. #sidebarimage img{width:200px; height:246px; margin-top:5px; text-align:center; border: 2px solid {color:border};}
  456.  
  457. #nick {width:518px; height:18px; margin-top:19px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:barra}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#fff; position:fixed;margin-left: 325px;); opacity:1.00; -moz-opacity: 0.70; filter: alpha(opacity=1.0); z-index: 1000;}
  458.  
  459. #nick2 {width:649px; height:18px; margin-top:-3px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:background}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#fff; position:fixed;margin-left: 325px;); opacity:1.00; -moz-opacity: 0.70; filter: alpha(opacity=1.0); z-index: 1000;}
  460.  
  461. #coracao {float: right; margin-left:1010px; top: 275px; width: 124px; height: 118px; position:fixed;color: {color:simbolo}; font-size: 60px; line-height:9px; display: block; z-index:11; background: transparent; alpha(Opacity=25); opacity: .7; -webkit-transition-duration: .70s; -webkit-transform: rotate(100deg); -webkit-transform: rotate(100deg);}
  462.  
  463. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  464.  
  465.  
  466.  
  467. .erro a{border-right: 0px solid #F0F0F0;}
  468.  
  469. .erro a:hover {border-right:0px solid #838383;}
  470.  
  471.  
  472. .doix {margin-top: 19px; position: fixed;}
  473.  
  474.  
  475.  
  476. .aumente a{text-align:center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  477.  
  478. .aumente a:hover {padding-top: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  479.  
  480. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  481.  
  482.  
  483. #creditt {font-family: tinytots; margin-top:34px; margin-left:940px; height:8px; border-bottom: 0px solid #E4CBB7; background-color:{color:transparent}; z-index:1112; padding: 0px; width: 159px; color: {color:link}; padding: 4px; text-align: justify; font-size: 8px; position:fixed;}
  484.  
  485. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  486.  
  487.  
  488. #paginacaoml {font-size: 8px; font-family: tinytots; line-height: 9px; margin-left: 750px; margin-top:26px; position: fixed; background-color: {color:barra}; color: {color:barratxt}; z-index: 1112;}
  489. #paginacaoml a {font-size: 8px; font-family:tinytots; background: {color:barra}; margin: 20 1px 0 0; padding: 2px 4px; color: {color:barratext}; text-decoration: none;}
  490. #paginacaoml a:hover {font-size: 8px; font-family: tinytots; background: #000000; border: none; color: #fff;}
  491. #paginacaoml span.pagina_atual {background: {color:barra}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:barratext} ; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000 text-decoration: none;}
  492.  
  493. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  494.  
  495.  
  496. #ltop {width: 200px; float: left; margin-left:119px; margin-top: 320px; padding: 0px; text-align: center; position: fixed;}
  497.  
  498.  
  499.  
  500. #ltop a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: georgia; font-size: 10px; text-align: center; width: 35px; background-color: {color:linkquad}; color:{color:text}; text-decoration: none; line-height: 110px; height: 60px; overflow: hidden; margin-top: 0px; margin-bottom: 1px; padding: 5px; font-style:italic; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  501.  
  502.  
  503.  
  504. #ltop a:hover{text-align: center; background-color: {color:linkquadhover}; color:{color:link hover};}
  505.  
  506. #meganfox {position: fixed; margin-top:180px; float:left; margin-left: 1015px; width: 250px; height: 25px; line-height:15px; text-align: justify; background-color: transp; color: {color:text}; font-family: Just Me Again Down Here, sans-serif; padding:0px; font-size: 17px; text-align: center; -webkit-box-shadow: 0px 0px 0px #999; -moz-box-shadow: 0px 0px 0px #999; box-shadow: 0px 0px 0px #999; -webkit-transform: rotate(0deg);z-index:1000; -webkit-transform: rotate(-270deg);}
  507.  
  508. .qnda {position:absolute; width:160px; height:170px; left: 950px; top:50px; }
  509.  
  510. .qnda img {position:fixed; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height: 160px; width: 150px; background: #fff center center; color: #e9db76; padding: 5px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  511.  
  512. .qnda img.top {-webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0); -ms-transform:scale(0,0); transform:scale(0,0); opacity:0;}
  513.  
  514. .qnda:hover img.top, .cf4.hover_effect img.top {opacity:1; -webkit-transform:scale(1,1); -webkit-transform-origin: top right; -moz-transform:scale(1,1); -moz-transform-origin: top right; -o-transform:scale(1,1); -o-transform-origin: top right; -ms-transform:scale(1,1); -ms-transform-origin: top right; transform:scale(1,1); transform-origin: top right;}
  515.  
  516. .qnda:hover img.bottom, .cf4.hover_effect img.bottom {-webkit-transform:scale(0,0); -webkit-transform-origin: bottom left; -moz-transform:scale(0,0); -moz-transform-origin: bottom left; -o-transform:scale(0,0); -o-transform-origin: bottom left; -ms-transform:scale(0,0); -ms-transform-origin: bottom left; transform:scale(0,0); transform-origin: bottom left;}
  517.  
  518.  
  519. .hey {width: 151px; height: 3px; background-color:{color:listras}; color: transparent; position:fixed; margin-left: 956px; margin-top: 216px}
  520. .hey2 {width: 148px; height: 3px; background-color:{color:listras}; color: transparent; position:fixed; margin-left: 958px; margin-top: 247px}
  521.  
  522. #biaa2 {position: fixed; margin-left: 955px; border: 10px #fff; width: 140px; height: 98px; background: {color:sidebar}; text-align: center; margin-top: 256px; font-family: tahoma; font-size: 9px; padding: 5px; color: {color:sidebar text}; }
  523.  
  524. #biaa3 {position: fixed; margin-left: 950px; border: 10px #fff; width: 150px; height: 108px; background: {color:sidebar2}; text-align: center; margin-top: 251px; font-family: tahoma; font-size: 9px; padding: 5px; color: #fff; }
  525.  
  526.  
  527. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  528. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  529. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  530. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  531.  
  532. blockquote img{max-width: 470px!important}
  533. blockquote blockquote img{max-width: 450px!important}
  534. blockquote blockquote blockquote img{max-width: 430px!important}
  535. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  536.  
  537. #xp {text-align: center; width: 935px; margin: 50px auto 50px auto; padding: 0px; z-index: 1}
  538.  
  539. #xright {float: left; margin-left: 325px; margin-top: 42px; }
  540.  
  541. .postbox {width: 490px; background-color: {color:entry}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  542.  
  543. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  544. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  545. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  546.  
  547. .image {text-align: center; border: 0px}
  548. .image img {max-width: 500px; margin-bottom: 2px }
  549.  
  550. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  551. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  552. .xquotesource a, a:hover{text-transform: none;}
  553.  
  554. .chat {line-height: 13px; list-style: none }
  555. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  556. .person1 {color: {color:text}; padding: 2px; }
  557. .person1 .label {font-weight: bold; color:{color:text}}
  558. .person2 {color: {color:text}; padding: 2px; }
  559. .person2 .label {font-weight: bold; color:{color:text}}
  560.  
  561. .player {background-color: #000; text-align: left; display:block;}
  562.  
  563. .askerimg {border-radius:5px; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
  564. .askerimg:hover {border-radius:32px;}
  565.  
  566. .titleask {font-size:9px; font-style:italic;}
  567. .titleask a {font-weight:bold; opacity:0.9;}
  568. .titleask a:hover {opacity:0.5;}
  569.  
  570. .answer {font-size:12px;}
  571.  
  572. .question {font-size:10px;}
  573.  
  574.  
  575. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 0px solid {color:lateral}}
  576. #xdate a {font-size: 9px; margin-left: 3px;}
  577.  
  578. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase; margin-left: 7px;}
  579. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase; margin-left: 1px;}
  580.  
  581. #cap {width: 500px; margin-top: -2px;}
  582. .source {display: none;}
  583.  
  584. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  585. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  586. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  587. .notes img{display: none; border:0px}
  588.  
  589. ::-webkit-scrollbar{width:5px;height:5px;}
  590. ::-webkit-scrollbar-button:start:decrement
  591. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color: #616161;}
  592. ::-webkit-scrollbar-track-piece{background-color: #ffffff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  593. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  594. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #616161;-webkit-border-radius:px;}
  595. #tumblr_controls{position: fixed!important}
  596. #tumblr_controls{position: fixed!important}
  597. #tumblr_controls{position: fixed!important}
  598. #tumblr_controls{position: fixed!important}
  599.  
  600. #links {position: fixed;text-align: center; margin-top:221px; margin-bottom: -2px; font-family: georgia; font-size: 9px; color: {color:linkss}; letter-spacing: 0px;text-align: center; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;margin-left: 955px;width: 148px; background-color: transparent;}
  601.  
  602.  
  603. #links a {color: {color:linkss}}
  604.  
  605.  
  606. #links a:hover{background-color:none; color:{color:linksshover}; text-transform: none; text-shadow: 1px 1px 9px #000000;}
  607.  
  608. </style>
  609.  
  610. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  611.  
  612. </head>
  613.  
  614. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  615.  
  616. <div id="tudo">
  617.  
  618. <div id="sidebar">
  619.  
  620. <div id="top"></div>
  621.  
  622. <div id="creditt"><center>©theme by <b>luisquintanilha</b></center></div></div></div></div>
  623. <div class="qnda" class="hover">
  624. <img class="bottom shadow" src="{image:sidebar}" />
  625. <img class="top shadow" src="{image:sidebar2}" />
  626. </div>
  627.  
  628. <div id="coracao"><b>{text:simbolo}</b></div>
  629.  
  630. <div id="meganfox">
  631. {text:titulo}
  632. </div>
  633.  
  634. <div id="biaa3"></div>
  635.  
  636.  
  637. <div id="biaa2">{description}</div>
  638.  
  639. <div id="nick"></div>
  640.  
  641.  
  642. </div></div>
  643. <div class="hey"></div>
  644. <div class="hey2"></div>
  645.  
  646.  
  647.  
  648. <div id="links">
  649. <div class="links2">
  650. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <font color="{color:espaco links}">x </font>
  651. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2} <font color="{color:espaco links}">x </font>
  652. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3} <font color="{color:espaco links}">x </font>
  653. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4} <font color="{color:espaco links}">x </font>
  654. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5} <font color="{color:espaco links}">x </font>
  655. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6} <font color="{color:espaco links}">x </font>
  656. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  657. </div></div></div>
  658.  
  659.  
  660.  
  661. <div id="paginacaoml"><div class="pagination"><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="5"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}{/block:Pagination}</center></div></div>
  662. <div id="entry">
  663.  
  664.  
  665. <div id="xright">
  666.  
  667. {block:Posts}
  668. <div class="postbox">
  669.  
  670. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  671.  
  672. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  673.  
  674. {block:Photoset}{Photoset-500}{/block:Photoset}
  675.  
  676. {block:Quote}
  677. <div class="xquote">“{Quote}”</div>
  678. {block:Source}<div class="xquotesource"> — {Source}</div>
  679. {/block:Source}
  680. {/block:Quote}
  681.  
  682. {block:Link}
  683. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  684. {block:Description}{Description}{/block:Description}
  685. {/block:Link}
  686.  
  687. {block:Chat}
  688. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  689. <div class="chat"><ul>{block:Lines}
  690. <li class="person{UserNumber}">{block:Label}
  691. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  692. {/block:Chat}
  693.  
  694. {block:Audio}
  695. <div class="player">{AudioPlayerBlack}</div>
  696. {block:Caption}{Caption}{/block:Caption}
  697. {/block:Audio}
  698.  
  699. {block:Video}{Video-500}{/block:Video}
  700.  
  701.  
  702. {block:Answer}
  703. <table width="100%" style="font-size:12px;">
  704. <tr>
  705. <td width="48"><a href="{AskerURL}" target="_blank"><img width="48" src="{AskerPortraitURL-48}" class="askerimg"></a></td>
  706. <td class="asker" style="padding:10px;"><font class="titleask"><b>{Asker}</b> asked:</font><div class="question">{Question}</div></td>
  707. </tr>
  708. </table>
  709. <div class="answer">{Answer}</div>
  710. {/block:Answer}
  711.  
  712.  
  713. <div id="cap">
  714. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  715. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  716. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  717.  
  718. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  719. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  720. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  721. {/block:ContentSource}</div></div>
  722. <br>
  723.  
  724.  
  725. <div id="xdate">
  726. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  727. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}, <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage}, <a href="{ReblogUrl}" target="_blank">→ reblog to <b>orgasms</b></a>{/block:IndexPage}
  728. {block:RebloggedFrom}<br>posted by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}, reblogged by: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  729. {/block:RebloggedFrom}
  730. </div>
  731. </div>{/block:Date}
  732.  
  733.  
  734. {/block:Posts}
  735. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  736.  
  737. </div>
  738. </div>
  739. </div>
  740. </div>
  741. </body>
  742. </html>
Advertisement
Add Comment
Please, Sign In to add comment