Don't like ads? PRO users don't see any ads ;-)
Guest

Theme 4

By: Thelifeofagirlinlove on Jun 2nd, 2012  |  syntax: HTML  |  size: 23.28 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    
  3.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.      
  5.     <!  theme by Thelifeofagirlinlove !>
  6.     <!  Theme base by En-torpecente   !>
  7.      
  8.     <head>
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  56.  
  57. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  58. <script type="text/javascript">
  59. function slideSwitch() {
  60.     var $active = $('#slideshow2 img.active');
  61.    
  62.         $active.addClass('last-active');
  63.        
  64.         // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  65.     var $next =  $active.next().length ? $active.next() : $('#slideshow2 img:first');
  66.  
  67.     $next.css({opacity: 0.0})
  68.         .addClass('active')
  69.         .animate({opacity: 1.0}, 1000, function() {
  70.             $active.removeClass('active last-active');
  71.         });
  72. }
  73.  
  74. $(function() {
  75.         //Executa a função a cada 2 segundos
  76.         setInterval( "slideSwitch()", 2500 );
  77. });
  78. </script>
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <script type="text/javascript">
  87.  
  88.  
  89. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  90.  
  91.  
  92.  
  93.  
  94. function tb8_makeArray(n){
  95.  
  96.  
  97. this.length = n;
  98.  
  99.  
  100. return this.length;
  101.  
  102.  
  103. }
  104.  
  105.  
  106.  
  107.  
  108. tb8_messages = new tb8_makeArray(1);
  109.  
  110.  
  111.  
  112.  
  113. tb8_messages[0] = "{Title}";
  114.  
  115.  
  116.  
  117.  
  118. tb8_rptType = 'infinite';
  119.  
  120.  
  121.  
  122.  
  123. tb8_rptNbr = 5;
  124.  
  125.  
  126.  
  127.  
  128. tb8_speed = 100;
  129.  
  130.  
  131.  
  132.  
  133. tb8_delay = 2000;
  134.  
  135.  
  136.  
  137.  
  138. var tb8_counter=1;
  139.  
  140.  
  141.  
  142.  
  143. var tb8_currMsg=0;
  144.  
  145.  
  146.  
  147.  
  148. var tb8_tekst ="";
  149.  
  150.  
  151.  
  152.  
  153. var tb8_i=0;
  154.  
  155.  
  156.  
  157.  
  158. var tb8_TID = null;
  159.  
  160.  
  161.  
  162.  
  163. function tb8_pisi(){
  164.  
  165.  
  166.  
  167.  
  168. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  169.  
  170.  
  171.  
  172.  
  173. document.title = tb8_tekst;
  174.  
  175.  
  176.  
  177.  
  178. tb8_sp=tb8_speed;
  179.  
  180.  
  181.  
  182.  
  183. tb8_i++;
  184.  
  185.  
  186.  
  187.  
  188. if (tb8_i==tb8_messages[tb8_currMsg].length){
  189.  
  190.  
  191.  
  192.  
  193. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  194.  
  195.  
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. if (tb8_currMsg == tb8_messages.length){
  204.  
  205.  
  206.  
  207.  
  208. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  209.  
  210.  
  211.  
  212.  
  213. clearTimeout(tb8_TID);
  214.  
  215.  
  216.  
  217.  
  218. return;
  219.  
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. tb8_counter++;
  229.  
  230.  
  231.  
  232.  
  233. tb8_currMsg = 0;
  234.  
  235.  
  236. }
  237.  
  238.  
  239.  
  240.  
  241. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  242.  
  243.  
  244.  
  245.  
  246. }
  247.  
  248.  
  249.  
  250.  
  251. tb8_pisi()
  252.  
  253.  
  254.  
  255.  
  256. </script>
  257.  
  258.      
  259.      
  260.      <!-- DEFAULT VARIABLES -->
  261.     <meta name="color:background" content="#f8f8f8" />
  262.     <meta name="color:link" content="#000000" />
  263.     <meta name="color:linkhover" content="#696969" />
  264.     <meta name="color:text" content="#000000" />
  265.     <meta name="color:post" content="#ccc" />
  266.     <meta name="color:border" content="#ffffff" />
  267.  <meta name="color:fundinho" content="#ffffff" />
  268.      
  269.      
  270.     <meta name="color:scroll" content="#000000" />
  271.     <meta name="color:ask" content="#ebebeb" />
  272.      
  273.      
  274.      
  275.     <meta name="color:bgdescription" content="#ebebeb" />
  276.      
  277.     <meta name="color:textdescription" content="#000" />
  278.     <meta name="color:links" content="#000" />
  279.     <meta name="color:linkbg" content="#ffffff" />
  280.     <meta name="color:linktext" content="#000" />
  281.     <meta name="color:linkbghover" content="#000" />
  282.     <meta name="color:linktexthover" content="#fff" />
  283.     <meta name="color:bgpage" content="#EEEEEE" />
  284.     <meta name="color:coracao" content="#000" />
  285.  
  286.      
  287.      
  288.     <meta name="image:background" content="" />
  289.     <meta name="image:fotinha" content="http://static.tumblr.com/ylxfgce/UXem3k97f/hyhy.jpg"/>
  290.      
  291.     <meta name="font:text" content="verdana" />
  292.     <meta name="font:title" content="georgia" />
  293.    
  294.      <meta name="text:titulo" content="Maybe a addictive drug. " />
  295.      <meta name="text:Linkhome" content="/" />
  296.     <meta name="text:Link1" content="/" />
  297.     <meta name="text:Link1 Title" content="link" />
  298.     <meta name="text:Link2" content="/" />
  299.     <meta name="text:Link2 Title" content="link" />
  300.     <meta name="text:Link3" content="/" />
  301.     <meta name="text:Link3 Title" content="link" />
  302.     <meta name="text:Link4" content="/" />
  303.     <meta name="text:Link4 Title" content="link" />
  304.     <meta name="text:Link5" content="/" />
  305.     <meta name="text:Link5 Title" content="link" />
  306.     <meta name="text:Link6" content="/" />
  307.     <meta name="text:Link6 Title" content="link" />
  308.  <meta name="text:Link7" content="/" />
  309.     <meta name="text:Link7 Title" content="link" />
  310.      
  311.      
  312.      
  313.        
  314.      
  315.                         <title>{Title}</title>
  316.     <link rel="shortcut icon" href="{Favicon}">
  317.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  318.     {block:Description}
  319.     <meta name="description" content="{MetaDescription}" />
  320.     {/block:Description}
  321.  
  322.      
  323.         <style type="text/css">
  324.      
  325.      
  326.     body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  327.      
  328.     a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  329.      
  330.     p {margin: 6px 0 0 0}
  331.      
  332.     blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  333.     blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  334.     blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  335.     blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  336.      
  337.     blockquote img{max-width: 470px!important}
  338.     blockquote blockquote img{max-width: 450px!important}
  339.     blockquote blockquote blockquote img{max-width: 430px!important}
  340.     blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  341.      
  342.     #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  343.      
  344.     #entries{float: left; margin-left:435px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  345.      
  346.     #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  347.      
  348.      
  349.      
  350.     .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
  351.      
  352.     h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  353.     h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  354.     h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  355.      
  356.     .image {text-align: center; border: 0px}
  357.     .image img {max-width: 500px; margin-bottom: 2px }
  358.      
  359.     .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  360.     .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  361.     .oiqqtts a, a:hover{text-transform: none;}
  362.      
  363.     .chat {line-height: 13px; list-style: none }
  364.     .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  365.     .person1 {color: {color:text}; padding: 2px; }
  366.     .person1 .label {font-weight: bold;  color:{color:text}}
  367.     .person2 {color: {color:text}; padding: 2px;  }
  368.     .person2 .label {font-weight: bold;  color:{color:text}}
  369.      
  370.     .player {background-color: #000; text-align: left; display:block;}
  371.      
  372.     #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  373.     .answer {padding: 2px}
  374.     .answer img {max-width: 470px;}
  375.      
  376.      
  377.     #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  378.     #oidata a {font-size: 9px;}
  379.      
  380.     .tags {color: {color:text};  font-size: 9px; font-family: {font:text};  display: inline; list-style: none; text-transform: lowercase;}
  381.     .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  382.      
  383.     #cap {width: 500px; margin-top: -2px;}
  384.     .source {display: none;}
  385.      
  386.     .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  387.     ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  388.     ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  389.     .notes img{display: none; border:0px}
  390.      
  391.     .question {
  392.     color: {color:text};
  393.     font-size: 9px;
  394.     font-weight: normal;
  395.     font-family: {font:body};
  396.     line-height:95%;
  397.     background: {color:ask};
  398.     margin: 0 0 10px 0;
  399.     padding: 10px 15px;
  400.     position: relative;}
  401.      
  402.     .questionarrow {
  403.     width: 13px;
  404.     height: 7px;
  405.     font-size:30px;
  406.     font-family: verdana;
  407.     position: absolute;
  408.     color: {color:ask};
  409.     bottom: -3.5px;
  410.     left: 240px;}
  411.      
  412.      
  413.     .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  414.     .asker a {color: {color:text};}
  415.     .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  416.      
  417.     .answer {color: {color:text};}
  418.      
  419.      
  420.     .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15;-moz-opacity: 0.15; filter: alpha(opacity=15);}
  421.     .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  422.      
  423.     @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  424.      
  425.     #sideimg {display: block; margin-left: 296px; float: right; margin-top: 194px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  426.     .simg1 img {width: 130px; height: 180px; margin-bottom: 2px; border: 3px solid {color:fundinho};}
  427.      
  428.      #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  429.  
  430.  
  431.  
  432. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  433. #pgs a {background: {color:fundinho}; margin: 30 0px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  434. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  435. #pgs span.pagina_atual {background: {color:sidebar};  padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  436. .pg { position:fixed !important; clear: both; float: left; margin-top: 200px; margin-left: 240px; width: 207px; height: 15; font-size: 9px; padding: 2px;  background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  437.  
  438.      
  439.     .li {opacity: 1}
  440.     .li2 {opacity: 0.8}
  441.     .li3 {opacity: 0.6}
  442.     .li4 {opacity: 0.8}
  443.     .li5 {opacity: 1}
  444.      
  445.     #linkslindos {margin-top: 268px; margin-left: 34px; position:fixed; width: auto; z-index:100;}
  446.      
  447.     #linkslindos a{text-transform: uppercase; display: block;  font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition:  all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; text-shadow: 1px 1px 9px #000000; }
  448.      
  449.     #linkslindos a:hover{color: {color:linktexthover}; }
  450.  
  451. #linkslindos1 {margin-top: 140px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
  452.      
  453.     #linkslindos1 a{text-transform: uppercase; display: block;  font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition:  all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  454.      
  455.     #linkslindos1 a:hover{color: {color:linktexthover}; }
  456.      
  457.     #faixaawn {margin-top: 260px; margin-left: 50px; position: fixed; background-color: {color:fundinho}; height: 125px; width:382px;}
  458.      
  459.     #faixaawn2 {margin-top: 240px; margin-left: 1005px; position: fixed; background-color: {color:cruz}; height: 3px; width:40px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  460.  
  461. @font-face {
  462. font-family: 'Give You Glory';
  463. font-style: normal;
  464. font-weight: norAmal;
  465. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  466. }
  467.  
  468.  
  469. .titlemo {text-align: center; margin-top: 200px; margin-left: 70px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 6px; font-family: 'Give You Glory'; color:{color:text}; padding: 10px;  background-attachment: fixed; width:120px; height: 65px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:8; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: none; position: fixed; z-index:7777777; background-color: transparent;}
  470.  
  471. .titlemohihi{font-size: 17px; font-family: ; line-height: 20px;  letter-spacing: 1px; text-transform:  none; margin-top:30px; text-align: ;}
  472.  
  473. #core {position: fixed; margin: 200px 0px 0px 60px; }
  474.  
  475. #ocore {width: 39px; position: absolute;  margin-left: 150px; margin-top: 20px; color: {color:coracao}; font-size: 60px; -webkit-transform: rotate(20deg);}
  476. #ocore:hover { -webkit-transform: rotate(0deg);}
  477.  
  478.      
  479.  
  480. #description {position: fixed; margin-top: 267px; margin-left: 115px; width: 180px; height: 110px; background-color: {color:background}; z-index:2; font-family: Verdana}
  481. .opdescription{color: {color:textdescription}; clear: both; font-size:9px; height: 83px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
  482. .opdescription a{font-size:9px}
  483. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
  484.  
  485.  #credithihi{width: auto; height: auto; margin-left:430px; margin-top: 10px; position:fixed; overflow:hidden; background: {color:background}; height: 20px; width: 550px; -moz-border-radius-topleft: 20px; -webkit-border-left-radius: 20px; -moz-border-bottom-left-radius: 10px;}
  486.         .msubtitulo {font-family: verdana; font-size: 9px; padding: 4px}
  487.  
  488.  
  489.      
  490.      
  491.    .credit {
  492. position:fixed !important;
  493. margin-left: 1028px;
  494. margin-top: 1000px;
  495. margin-bottom: -5px;
  496. font-size: 9px;
  497. width: 49px;
  498. height: 15px;
  499. padding: 1px 3px 3px 2px;
  500. font-family: verdana;
  501. color: #000000;
  502. text-align: center;
  503. background-color: {color:sidebar};
  504. -webkit-transition: all 0.5s ease;
  505. }
  506.      
  507.     ::-webkit-scrollbar{width:5px;height:5px;}
  508.     ::-webkit-scrollbar-button:start:decrement
  509.     ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  510.     ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  511.     ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  512.     ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  513.      
  514.     #tumblr_controls{position: fixed!important}
  515.     #tumblr_controls{position: fixed!important}
  516.     #tumblr_controls{position: fixed!important}
  517.     #tumblr_controls{position: fixed!important}
  518.      
  519.      
  520.      
  521.      
  522.     </style>
  523.      
  524.     </head>
  525.      
  526.      
  527.     <body>
  528.      
  529. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  530. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  531. <script type="text/javascript">
  532. SCMMusicPlayer.init("{'skin':'http://static.tumblr.com/kwaqeuc/Qmblzys0s/skinplay.css','playback':{'autostart':'true','shuffle':'false','volume':'50'},'playlist':[{'title':'','url':'http://www.youtube.com/watch?v=-lLvtydTM78'},{'title':'','url':'http://www.youtube.com/watch?v=y0RB0f8tay4'},{'title':'','url':'http://www.youtube.com/watch?v=QnVOw-nECaw'},{'title':'','url':'http://www.youtube.com/watch?v=YUJP9Zt5ZaE'},{'title':'','url':'http://www.youtube.com/watch?v=Ij9NtI3xh8Y'},{'title':'','url':'http://www.youtube.com/watch?v=fEGI9NbH-mk'},{'title':'','url':'http://www.youtube.com/watch?v=ih56lpzMcdo'},{'title':'','url':'http://www.youtube.com/watch?v=Nba3Tr_GLZU'},{'title':'','url':'http://www.youtube.com/watch?v=EH6atHxFCtE'},{'title':'','url':'http://www.youtube.com/watch?v=uOIhzCCQIec'},{'title':'','url':'http://www.youtube.com/watch?v=itqya8YjIKA'},{'title':'','url':'http://www.youtube.com/watch?v=NqjfvD-qbmw'},{'title':'','url':'http://www.youtube.com/watch?v=cGs8vtjDxxY&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=Sg0CeRog-yQ'},{'title':'','url':'http://www.youtube.com/watch?v=xIOWD6svN6w'},{'title':'','url':'http://www.youtube.com/watch?v=wVL4rTcIib4'},{'title':'','url':'http://www.youtube.com/watch?v=I7u1A5V8NcU'},{'title':'','url':'http://www.youtube.com/watch?v=QCub4Vi-1KI'},{'title':'','url':'http://www.youtube.com/watch?v=Hexhm0rrv-o'},{'title':'','url':'http://www.youtube.com/watch?v=A0IIjG4-IcY'},{'title':'','url':'http://www.youtube.com/watch?v=Fd9yaC1ebU4'},{'title':'','url':'http://www.youtube.com/watch?v=AKfCG9tn3J0&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=St9YWSFe4Uo'},{'title':'','url':'http://www.youtube.com/watch?v=20Ov0cDPZy8'},{'title':'','url':'http://www.youtube.com/watch?v=EQi7n0ilOQg'},{'title':'','url':'http://www.youtube.com/watch?v=RKwIHfZcU9A'}],'placement':'bottom','showplaylist':'false'}");
  533. </script>
  534. <!--End of SCM Music Player script-->
  535.  
  536.     <div id="tudo">
  537.     <div id="msd">
  538.     </div>
  539.    
  540.     <div id="sideimg"><div class="simg1">
  541.     <img src="{image:fotinha}">
  542.     </div></div>
  543.     <div id="linkslindos">
  544.     <a href="{text:link1}">{text:link1 title}</a>
  545. <a href="{text:link2}">{text:link2 title}</a>
  546. <a href="{text:link3}">{text:link3 title}</a>
  547.     <a href="{text:link4}">{text:link4 title}</a>
  548.     <a href="{text:link5}">{text:link5 title}</a>
  549.     <a href="{text:link6}">{text:link6 title}</a>
  550. <a href="{text:link7}">{text:link7 title}</a>
  551.      
  552.     </div>
  553.  
  554.  <div id="faixaawn"></div>
  555.    
  556.  
  557.  
  558.  
  559.  
  560. <div id="description">
  561. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  562.  
  563.  </div>
  564.  
  565.  <div id="core">
  566. <div id="ocore"></div>
  567.  
  568. </div>
  569.  
  570. <div class="titlemo"><div class="titlemohihi">{text:titulo}</div></div>
  571.      
  572. <div class="pg"><div id="pgs"> <center>
  573. {block:JumpPagination length="6"}
  574. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  575. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  576. {/block:JumpPagination}
  577. </center></div></div>
  578.  
  579.      
  580.  
  581. </div>
  582.  
  583.    
  584.  
  585.  <div id="credithihi"><div class="msubtitulo"><center> theme by <b><a href="http://thelifeofagirlinlove.tumblr.com/"> Thelifeofagirlinlove</a></b> <b><a href="http://i-ngenuidade.tumblr.com"> </a></b> + <b><a href="http://en-torpecente.tumblr.com/">Base</a></b></center></div></div>
  586.  
  587.  
  588.     </a></div>
  589.     <div id="entries">
  590.      {block:Posts}
  591.     <div class="danpost">
  592.      
  593.     {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  594.      
  595.     {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  596.      
  597.     {block:Photoset}{Photoset-500}{/block:Photoset}
  598.      
  599.     {block:quote}
  600.      
  601.     <o class="fj"></o><div class="jf">{quote}</div><br>
  602.     <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  603.      
  604.     {/block:quote}
  605.      
  606.     {block:Link}
  607.     <h1><a href="{URL}" {Target}>{Name}</a></h1>
  608.     {block:Description}{Description}{/block:Description}
  609.     {/block:Link}
  610.      
  611.     {block:Chat}
  612.     {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  613.     <div class="chat"><ul>{block:Lines}
  614.     <li class="person{UserNumber}">{block:Label}
  615.     <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  616.     {/block:Chat}
  617.      
  618.     {block:Audio}
  619.     <div class="player">{AudioPlayerBlack}</div>
  620.     {block:Caption}{Caption}{/block:Caption}
  621.     {/block:Audio}
  622.      
  623.     {block:Video}{Video-500}{/block:Video}
  624.      
  625.      
  626.     {block:Answer}
  627.     <div class="question">
  628.     <div class="questionarrow">?</div>
  629.     {Question}
  630.     </div>
  631.     <div class="asker">{Asker}</div>
  632.     <div class="answer">{Answer}</div>
  633.     {/block:answer}
  634.      
  635.     <div id="cap">
  636.     {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  637.     {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  638.     {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  639.      
  640.     <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  641.           <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  642.             {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  643.     {/block:ContentSource}</div></div>
  644.     <br>
  645.      
  646.      
  647.     <div id="oidata">
  648.     {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  649.     <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> reblog baby </a>{/block:IndexPage}
  650.     {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  651.     {/block:RebloggedFrom}
  652.     </div>
  653.     </div>{/block:Date}
  654.      
  655.      
  656.      {/block:Posts}
  657.     {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  658.      
  659.      
  660.      
  661.      
  662.      
  663.      
  664.      
  665.      
  666.     </div>
  667.     </div>
  668.     </div>
  669.     </div>
  670.     </div>
  671.     </div>
  672.      
  673.     </body>
  674.     </html>