Eduarda

theme 48

Sep 9th, 2012
1,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.10 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu proprio uso e sem retirar os créditos,aliás não foi você que fez okey? {NOT COPIE} plágio é crime não esqueça que denuncias existem.
  4.  
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - - -->
  8.  
  9. <head>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}" />
  15.  
  16. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  17. <script type="text/javascript">
  18. function slideSwitch() {
  19. var $active = $('#slideshow img.active');
  20.  
  21. $active.addClass('last-active');
  22.  
  23. // verifica se existe um próximo objeto na div #slideshow, caso ele nao exista, retorna para o primeiro
  24. var $next = $active.next().length ? $active.next() : $('#slideshow img:first');
  25.  
  26. $next.css({opacity: 0.0})
  27. .addClass('active')
  28. .animate({opacity: 1.0}, 1000, function() {
  29. $active.removeClass('active last-active');
  30. });
  31. }
  32.  
  33. $(function() {
  34. //Executa a função a cada 2 segundos
  35. setInterval( "slideSwitch()", 2500 );
  36. });
  37. </script>
  38.  
  39.  
  40. <script type="text/javascript">
  41.  
  42.  
  43.  
  44.  
  45.  
  46. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. function tb8_makeArray(n){
  57.  
  58.  
  59.  
  60.  
  61.  
  62. this.length = n;
  63.  
  64.  
  65.  
  66.  
  67.  
  68. return this.length;
  69.  
  70.  
  71.  
  72.  
  73.  
  74. }
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. tb8_messages = new tb8_makeArray(1);
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. tb8_messages[0] = "{Title}";
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. tb8_rptType = 'infinite';
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. tb8_rptNbr = 5;
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. tb8_speed = 100;
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. tb8_delay = 2000;
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. var tb8_counter=1;
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. var tb8_currMsg=0;
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. var tb8_tekst ="";
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. var tb8_i=0;
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. var tb8_TID = null;
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. function tb8_pisi(){
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. document.title = tb8_tekst;
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. tb8_sp=tb8_speed;
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234. tb8_i++;
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. if (tb8_i==tb8_messages[tb8_currMsg].length){
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. }
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. if (tb8_currMsg == tb8_messages.length){
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. clearTimeout(tb8_TID);
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. return;
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. }
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. tb8_counter++;
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. tb8_currMsg = 0;
  335.  
  336.  
  337.  
  338.  
  339.  
  340. }
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. }
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. tb8_pisi()
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. </script>
  381.  
  382. <script type="text/javascript">
  383.  
  384. //desabilita menu de opcoes ao clicar no botao direito
  385.  
  386. function desabilitaMenu(e)
  387.  
  388. {
  389.  
  390. if (window.Event)
  391.  
  392. {
  393.  
  394. if (e.which == 2 || e.which == 3)
  395.  
  396. return false;
  397.  
  398. }
  399.  
  400. else
  401.  
  402. {
  403.  
  404. event.cancelBubble = true
  405.  
  406. event.returnValue = false;
  407.  
  408. return false;
  409.  
  410. }
  411.  
  412. }
  413.  
  414.  
  415.  
  416. //desabilita botao direito
  417.  
  418. function desabilitaBotaoDireito(e)
  419.  
  420. {
  421.  
  422. if (window.Event)
  423.  
  424. {
  425.  
  426. if (e.which == 2 || e.which == 3)
  427.  
  428. return false;
  429.  
  430. }
  431.  
  432. else
  433.  
  434. if (event.button == 2 || event.button == 3)
  435.  
  436. {
  437.  
  438. event.cancelBubble = true
  439.  
  440. event.returnValue = false;
  441.  
  442. return false;
  443.  
  444. }
  445.  
  446. }
  447.  
  448.  
  449.  
  450. //desabilita botao direito do mouse
  451.  
  452. if ( window.Event )
  453.  
  454. document.captureEvents(Event.MOUSEUP);
  455.  
  456. if ( document.layers )
  457.  
  458. document.captureEvents(Event.MOUSEDOWN);
  459.  
  460.  
  461.  
  462. document.oncontextmenu = desabilitaMenu;
  463.  
  464. document.onmousedown = desabilitaBotaoDireito;
  465.  
  466. document.onmouseup = desabilitaBotaoDireito;
  467.  
  468. </script>
  469.  
  470. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  471.  
  472. <!-- DEFAULT VARIABLES -->
  473.  
  474.  
  475.  
  476. <meta name="color:background" content="#E6E6FA" />
  477. <meta name="color:links" content="#696969" />
  478. <meta name="color:bglinks" content="#CDC9C9" />
  479. <meta name="color:entry" content="#fff" />
  480. <meta name="color:linkhover" content="#BEBEBE" />
  481. <meta name="color:text" content="#696969" />
  482. <meta name="color:riscado" content="#696969" />
  483. <meta name="color:italico" content="#696969" />
  484. <meta name="color:negrito" content="#696969" />
  485. <meta name="color:sublinhado" content="#696969" />
  486. <meta name="color:sid" content="#fff" />
  487. <meta name="color:borda" content="#BEBEBE" />
  488. <meta name="color:bglinks2" content="#FF69B4" />
  489. <meta name="color:textdesc" content="#696969" />
  490. <meta name="color:frase" content="#696969" />
  491. <meta name="color:tags" content="#FF69B4" />
  492. <meta name="color:dcruz" content="#FF69B4" />
  493. <meta name="color:linha" content="#fff" />
  494. <meta name="color:faixa" content="#fff" />
  495.  
  496.  
  497. <meta name="image:background" content=""/>
  498. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/Atlma0kz0/tumblr_m4nf77wwvo1rx3e11o5_250.png"/>
  499.  
  500. <meta name="text:frase" content="Baby I'm sure" />
  501. <meta name="font:fonte" content="verdana" />
  502.  
  503.  
  504. <meta name="text:Link1" content="/" />
  505. <meta name="text:Link1 Title" content="link" />
  506. <meta name="text:Link2" content="/" />
  507. <meta name="text:Link2 Title" content="link" />
  508. <meta name="text:Link3" content="/" />
  509. <meta name="text:Link3 Title" content="link" />
  510. <meta name="text:Link4" content="/" />
  511. <meta name="text:Link4 Title" content="link" />
  512. <meta name="text:Link5" content="/" />
  513. <meta name="text:Link5 Title" content="link" />
  514. <meta name="text:Link6" content="/" />
  515. <meta name="text:Link6 Title" content="link" />
  516.  
  517.  
  518.  
  519.  
  520.  
  521. <script type="text/javascript">
  522. function changeNavigation(id) {document.getElementById('liuc').innerHTML=document.getElementById(id).innerHTML}
  523. </script>
  524. <title>{title}</title>
  525. <link rel="shortcut icon" href="{favicon}" />
  526.  
  527.  
  528.  
  529. <style>
  530.  
  531.  
  532.  
  533.  
  534. ::-webkit-scrollbar {width:6px;height:auto;background:#F5F5F5;border-bottom:none;}
  535. ::-webkit-scrollbar-button:vertical {height:6px;display:block;}
  536. ::-webkit-scrollbar-thumb:vertical {background-color: #fff; border-radius: 20px;}
  537.  
  538. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  539.  
  540.  
  541. @font-face {font-family: "Handlee";src: url('http://fonts.googleapis.com/css?family=Handlee');}
  542.  
  543.  
  544. @font-face {font-family:"basket"; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  545.  
  546.  
  547. @font-face {font-family: "mi"; src: url("http://static.tumblr.com/ubiuxyg/wcAm5nz1j/pf_arma_five.ttf");}
  548. /*** base feita by:Duda.R| base feita by: Duda.R***/
  549. body {background:{color:background} url('{image:background}'); font: 11px {font:fonte}; text-align:justify; color:{color:text};background-attachment:fixed; background-repeat: repeat;}
  550.  
  551. #page {width: 876px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
  552.  
  553.  
  554. #omdg {top: 20px; left: 385px; width:520px;background:{color:linha}; position: absolute;}
  555.  
  556. .player {background-color:#000000;text-align:left;display:block;}
  557.  
  558. #notinholaduda {margin-left: 198px; margin-top: 375px; width:149px; font-size: 10px; height: 45px; text-align: center; background-color:{color:sidebar}; transparent; font-family: Century Gothic; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  559. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;}
  560.  
  561.  
  562. .baseduh {background:{color:entry}; margin-bottom: 2px; padding: 3px; text-align: justify; border: 3px solid #fff;}
  563.  
  564.  
  565. .omdg1 .hov {margin-left: 600px; width:80px; position: absolute; font-family: mi; font-size: 8px; line-height: 12px; text-align: center; overflow:hidden; opacity: 0.0; background-color:{color:entry}; color:{color:links}; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; }
  566.  
  567. .omdg1:hover .hov {overflow:visible; -webkit-transition: opacity 0.5s linear; opacity: 0.8; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 580px; }
  568.  
  569. /*** Não mude nada aqui barra divisória by: Duda.R ***/
  570. .baseduh2 {color: {color:text}; font-family:'georgia'; font-size:14px; line-height:20px; font-weight:normal; margin:0px; padding:2px; margin-bottom:-0px; text-align:center; letter-spacing:px; border-bottom: px solid #CFCFCF;}
  571.  
  572.  
  573. /*** Stilo da Ask por things-to-help-you **/
  574. .pergunta {background:{color:sid}; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
  575. .perguntou {display: inline-block; letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif; font-size: 11px; background: {color:sid}; padding-left: 20px; padding-right: 5px; margin-top: -0px; border-bottom: 1px solid #; margin-left: 20px;margin-right: -11px; text-shadow: 0px 1px 1px #;color: {color:text}; margin-bottom: 7px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
  576. .perguntou g {color: {color:text};}
  577. .perguntou a {color: {color:text}; }
  578. .askfoto {position: absolute; z-index: 1000; display: inline-block; margin-top: -10px; margin-left: 2px; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px;}
  579. .askfoto:hover {opacity: 0.9;}
  580. .linha {border-bottom: dotted 1px #f1e6df; margin-left: 20px; margin-right: 20px; margin-top: 5px; margin-bottom: 5px;}
  581.  
  582.  
  583. .aspas{ position:relative; top:-10px; font-size:80px; opacity:0.1; filter: alpha(opacity = 10);color: #386F6D;}
  584. .quote{ margin-left:20px; margin-top:-85px; line-height:25px; letter-spacing:-1px;}
  585. .baseduh3{background: #fff; margin: 0; font-size:
  586. 11px; font-family: verdana;}
  587. .baseduh3 .baseduh4 {margin-left: 0; background:#F5F5F5 ; color:
  588. #4F4F4F; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
  589. .baseduh3 .baseduh4 span{font-weight: bold;}
  590. blockquote {border-left: 5px solid #F5F5F5; padding: 2px 2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  591. blockquote blockquote {border-left: 5px solid #F5F5F5; padding: 2px 2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  592. blockquote blockquote blockquote {border-left: 5px solid #F5F5F5; padding: 2px 2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  593. blockquote blockquote blockquote blockquote {border-left: 5px solid #F5F5F5; padding: 2px 2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  594. notes {display:block; background:#f8f8f8; font-size:10px; letter-spacing:1px; padding:1px 4px 1px 4px; margin-top: 3px; font-weight:strong;}
  595.  
  596.  
  597.  
  598.  
  599. a { color: {color:links}; text-decoration: none; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; transition: color 0.5s ease-out;}
  600. a:hover { color: {color:linkhover}; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
  601. s {color: {color:riscado};}
  602. i {color: {color:italico};}
  603. b {color: {color:negrito}; }
  604. strong {color: {color:strong} }
  605. u, span.sublinha {cursor: nw-resize; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  606. ul {list-style: circle; }
  607.  
  608.  
  609.  
  610.  
  611. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  612. #paginal a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color:;opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35)}
  613. #paginal a:hover {background:{color:sidebar} ; color: {color:links};}
  614. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; font-weight: bold; text-decoration: none;}
  615. .ps {position: fixed; padding: 2px; width: 151px;border: 3px double {color:faixa}; margin-left: 191px; margin-top: 440px; height: auto; background-color:{color:sidebar} ; color: {color:links};opacity:1; box-shadow: 0px 1px 0px rgba(0,0,0,0.35)}
  616.  
  617.  
  618. /*imagem duh */
  619.  
  620. #atencaoduda {margin-left:180px; margin-top:110px; height:400px; width:208px; position:fixed; background-color: {color:sid}; border: 5px double {color:borda};}
  621. #duda1 {width:233px; margin-top:170px;
  622. margin-left:220px;
  623. position:fixed;}
  624.  
  625. #duda1 img {width:153px;
  626. height:150px; margin-left:-27px; margin-top:2px;
  627. border: 6px double {color:faixa};}
  628.  
  629. /*** Links aqui por amor-compulsivo***/
  630. #blabla {position: fixed; float: left; margin-top:268px; margin-left: 311px; z-index: 999999999999999999999999999999999999999999999999999999;}
  631.  
  632. #blabla a {display: block; font-family: calibri; font-size: 8px; text-align: center;margin-bottom: 1px; text-transform: uppercase; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; background-color: {color:bglinks}; color:{color:links}; height: 12px; width: 37px; opacity: 1.0;}
  633.  
  634. #blabla a:hover{background-color: {color:bglinks}; color: {color:links}; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;opacity: 0.5;}
  635. /***links aqui por hugm-e***/
  636. .ninhalink5 {position: fixed; width: 81px; -webkit-transform: rotate(-5deg);margin-left:203px; margin-top:345px; padding: 0px; text-align: center; z-index:3;}
  637. .ninhalink5 a {float: left; display: block;height:18px; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 90px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform:uppercase;line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  638. .ninhalink5 a:hover { color:{color:textlinkshover}; letter-spacing: 0px; height:0px; z-index:3;text-shadow: 4px 4px 9px #000000;}
  639.  
  640.  
  641. .ninhalink6 {position: fixed; width: 57px;-webkit-transform: rotate(5deg); margin-left:255px; margin-top:360px; padding: 0px; text-align: center; z-index:3;}
  642. .ninhalink6 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center;height:18px; margin-right: 1px; margin-bottom:0px; width: 90px; height:18px;background-color: {color:bglinks2}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-shadow: 4px 4px 9px #000000;}
  643.  
  644. .ninhalink6 a:hover { color:{color:textlinkshover}; letter-spacing: 0px; height:0px; z-index:3;text-shadow: 4px 4px 9px #000000;}
  645.  
  646. #avaduda{
  647.  
  648. padding: 0px;
  649. height:10px;
  650. float:center;
  651. position:fixed;
  652. margin-left:140px;
  653. margin-top: 137px;
  654. width:270px;
  655. font-family: luv;
  656. font-size:18px;
  657. letter-spacing:0px;
  658. text-align: center;
  659. color:{color:frase};
  660. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
  661. }
  662.  
  663.  
  664. @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  665.  
  666.  
  667.  
  668. #babyimsureduh3 {text-align: justify; margin-top:128px; margin-left: 180px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: sofia; position: fixed; color: {color:dcruz}; padding: 10px; background-attachment: fixed; width:80px; height: 20px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; z-index: 9000000000000000000000000;-webkit-transform: rotate(-20deg);}
  669.  
  670. #babyimsureduh2{font-size: 12px; font-family: Sofia; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  671.  
  672.  
  673. .duhfa {text-align: center; margin-top:180px; margin-left: 120px; overflow: hidden; font-size: 188px; font-family:Megrim; position: fixed; background-color: {color:sid}; color:{color:tags}; padding: 0px; width:160px; -moz-transition: all 2s ease-out; height: 160px; letter-spacing: 0px; line-height: 195px;z-index:800000000000000000000000000000000000000000000000;text-transform: uppercase;opacity:0.0;}
  674.  
  675.  
  676.  
  677. .duhfa:hover {margin-left:197px;margin-top:170px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100;}
  678.  
  679.  
  680. #faixa2 {margin-top: 135px; margin-left: 180px; position: fixed; background-color: {color:linha}; height: 2px; width:195px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  681.  
  682. #faixa3 {margin-top: 135px; margin-left: 179px; position: fixed; background-color: {color:linha}; height: 300px; width:2px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  683.  
  684. #faixa4 {margin-top: 433px; margin-left: 180px; position: fixed; background-color:{color:linha}; height: 2px; width:195px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  685.  
  686. .credit{background-color:{color:sid}; font-size: 8px; color: {color:links}; text-align: center; width: 50px; height: 10px; position: fixed; margin-left: 308px; font-family: tinytots; margin-top: 335px; overflow: hidden; text-transform: none; line-height: 10px;-moz-transform: rotate(deg);
  687. -webkit-transform: rotate(0deg);
  688. -moz-transform: rotate(0deg);
  689. -o-transform: rotate(0deg);}
  690. </style>
  691. </head>
  692. <body onkeydown=”return false”>
  693. <!---se mudar alguma coisa aqui vai desconfigurar,então não mexa--->
  694.  
  695. <div id="faixa2"></div>
  696. <div id="faixa3"></div>
  697. <div id="faixa4"></div>
  698.  
  699. <div id="duda1"><img src="{image:sidebar}"></div>
  700.  
  701.  
  702. <div class="duhfa">♥</div>
  703.  
  704. <div id="babyimsureduh3"><div id="babyimsureduh2">┼</div></div></div>
  705.  
  706.  
  707. <div id="avaduda"><center>{text:frase}</center></div>
  708.  
  709.  
  710. <div id="blabla">
  711. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  712. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  713. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  714. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  715. </div>
  716.  
  717. <div class="ninhalink5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  718. <div class="ninhalink6"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  719.  
  720. <div id="notinholaduda">{Description}</div>
  721.  
  722.  
  723. <div class="ps"><div id="paginal">
  724. {block:JumpPagination length="4"}
  725. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  726. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  727. {/block:JumpPagination}
  728. </div></div>
  729.  
  730.  
  731. <center><div class="credit"><a href="http://o-mundo-de-uma-garota.tumblr.com/"> theme</a><font color="{color:tags}">♥</font><a href="http://amor-compulsivo.tumblr.com/" > dtlhs</a></a><a href="http://hugm-e.tumblr.com/" ><font color="{color:tags}"> +</font></a>
  732. </center></div></div>
  733.  
  734.  
  735. <!--isso feito by:Duda.R porfavor não mude nada aqui-->
  736.  
  737. <div id="omdg">
  738. {block:Posts}
  739. <div class="baseduh">
  740. <br>
  741. <div class="omdg1"><div class="hov"> <a class="notes" href="{Permalink}">Texto</a> <br><img src="http://media.tumblr.com/tumblr_m0nim0AMma1qe5v0r.png" width="10px" class="" title=""> <a class="notes">{NoteCountWithLabel}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} | {block:ContentSource}<a href="{SourceURL}" target=blank>source</a>{/block:ContentSource}<br> <img src="http://media.tumblr.com/tumblr_m0nj16ZpbH1qe5v0r.png" width="10px" class="" title=""> <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog</a> </div>
  742.  
  743.  
  744. {block:Quote}<div class="baseduh2"><center>"{Quote}"</div>
  745. {/block:Quote}
  746.  
  747. {block:Title}<div class="baseduh2"><a href="{Permalink}"class="fontht">{Title}</a></div>{/block:Title}
  748. {block:Link}
  749. <a class="baseduh2" href="{URL}" {Target}>{Name}</a>
  750. {block:Description}
  751. {Description}
  752. {/block:Description}
  753. {/block:Link}
  754.  
  755. {block:Text}{Body}{/block:Text}
  756.  
  757. {block:Photo}
  758. {LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px" class="border">{LinkCloseTag}</center>
  759. {block:Caption}{Caption}{/block:Caption}
  760. {/block:Photo}
  761. {block:Photoset}<center><div class="box3"><center>{Photoset-500}</center></div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  762. {block:Quote}
  763.  
  764.  
  765. {block:Quote}{block:Source}<center><P> <b><font color="#828282">~</b></font> {Source}</p></center>{/block:Source}{/block:Quote}
  766.  
  767. {/block:Source}
  768. {/block:Quote}
  769.  
  770. {block:Chat}
  771. <a class="title" href="{Permalink}">{Title}</a>
  772. <div class="baseduh3">
  773. {block:Lines}
  774. <div class="baseduh3">
  775. <div class="baseduh4">{block:Label}
  776. <span>{Label}</span>
  777. {/block:Label}
  778. {Line}</div></div>
  779. {/block:Lines}
  780. </div>
  781. {/block:Chat}
  782. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  783.  
  784. {block:Answer}
  785. <div class="caixa">
  786. <div class="pergunta">
  787. {Question}
  788. </div>
  789. <img src="{AskerPortraitURL-30}" align="left" class="askfoto">
  790. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  791. <div class="linha"></div>
  792. {Answer}
  793. </div>
  794. {/block:Answer}
  795.  
  796. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  797. <br>
  798.  
  799.  
  800. </div>
  801. </div>
  802. {/block:Posts}
  803. <br>
  804. <br>
  805. <br>
  806. </div>
  807. </div>
  808. </div>
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818. </body>
  819. </html>
Advertisement
Add Comment
Please, Sign In to add comment