Eduarda

theme 20

May 17th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.36 KB | None | 0 0
  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:O-MUNDO-DE-UMA-GAROTA|TUMBLR ... PORFAVOR NÃO USE COMO BASE, SE ADPTAR SERÁ PARA O SEU PRÓPRIO USO, SE PEGAR ALGUM DISPONIVÉL, NÃO DISPONIBILIZO MAIS NEHUM THEME MEU, NOT COPIE NEM ME PLAGEI, FAÇA TUDO DIREITINHO NÃO ME DER DOR DE CABEÇA :D [BOM USO DO THEME]!>
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. //desabilita menu de opcoes ao clicar no botao direito
  11. function desabilitaMenu(e)
  12. {
  13. if (window.Event)
  14. {
  15. if (e.which == 2 || e.which == 3)
  16. return false;
  17. }
  18. else
  19. {
  20. event.cancelBubble = true
  21. event.returnValue = false;
  22. return false;
  23. }
  24. }
  25.  
  26. //desabilita botao direito
  27. function desabilitaBotaoDireito(e)
  28. {
  29. if (window.Event)
  30. {
  31. if (e.which == 2 || e.which == 3)
  32. return false;
  33. }
  34. else
  35. if (event.button == 2 || event.button == 3)
  36. {
  37. event.cancelBubble = true
  38. event.returnValue = false;
  39. return false;
  40. }
  41. }
  42.  
  43. //desabilita botao direito do mouse
  44. if ( window.Event )
  45. document.captureEvents(Event.MOUSEUP);
  46. if ( document.layers )
  47. document.captureEvents(Event.MOUSEDOWN);
  48.  
  49. document.oncontextmenu = desabilitaMenu;
  50. document.onmousedown = desabilitaBotaoDireito;
  51. document.onmouseup = desabilitaBotaoDireito;
  52. </script>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  57. <script type="text/javascript">
  58. function slideSwitch() {
  59. var $active = $('#slideshow2 img.active');
  60.  
  61. $active.addClass('last-active');
  62.  
  63. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  64. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  65.  
  66. $next.css({opacity: 0.0})
  67. .addClass('active')
  68. .animate({opacity: 1.0}, 1000, function() {
  69. $active.removeClass('active last-active');
  70. });
  71. }
  72.  
  73. $(function() {
  74. //Executa a função a cada 2 segundos
  75. setInterval( "slideSwitch()", 2500 );
  76. });
  77. </script>
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <script type="text/javascript">
  86.  
  87.  
  88. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  89.  
  90.  
  91.  
  92.  
  93. function tb8_makeArray(n){
  94.  
  95.  
  96. this.length = n;
  97.  
  98.  
  99. return this.length;
  100.  
  101.  
  102. }
  103.  
  104.  
  105.  
  106.  
  107. tb8_messages = new tb8_makeArray(1);
  108.  
  109.  
  110.  
  111.  
  112. tb8_messages[0] = "{Title}";
  113.  
  114.  
  115.  
  116.  
  117. tb8_rptType = 'infinite';
  118.  
  119.  
  120.  
  121.  
  122. tb8_rptNbr = 5;
  123.  
  124.  
  125.  
  126.  
  127. tb8_speed = 100;
  128.  
  129.  
  130.  
  131.  
  132. tb8_delay = 2000;
  133.  
  134.  
  135.  
  136.  
  137. var tb8_counter=1;
  138.  
  139.  
  140.  
  141.  
  142. var tb8_currMsg=0;
  143.  
  144.  
  145.  
  146.  
  147. var tb8_tekst ="";
  148.  
  149.  
  150.  
  151.  
  152. var tb8_i=0;
  153.  
  154.  
  155.  
  156.  
  157. var tb8_TID = null;
  158.  
  159.  
  160.  
  161.  
  162. function tb8_pisi(){
  163.  
  164.  
  165.  
  166.  
  167. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  168.  
  169.  
  170.  
  171.  
  172. document.title = tb8_tekst;
  173.  
  174.  
  175.  
  176.  
  177. tb8_sp=tb8_speed;
  178.  
  179.  
  180.  
  181.  
  182. tb8_i++;
  183.  
  184.  
  185.  
  186.  
  187. if (tb8_i==tb8_messages[tb8_currMsg].length){
  188.  
  189.  
  190.  
  191.  
  192. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  193.  
  194.  
  195.  
  196.  
  197. }
  198.  
  199.  
  200.  
  201.  
  202. if (tb8_currMsg == tb8_messages.length){
  203.  
  204.  
  205.  
  206.  
  207. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  208.  
  209.  
  210.  
  211.  
  212. clearTimeout(tb8_TID);
  213.  
  214.  
  215.  
  216.  
  217. return;
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226.  
  227. tb8_counter++;
  228.  
  229.  
  230.  
  231.  
  232. tb8_currMsg = 0;
  233.  
  234.  
  235. }
  236.  
  237.  
  238.  
  239.  
  240. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  241.  
  242.  
  243.  
  244.  
  245. }
  246.  
  247.  
  248.  
  249.  
  250. tb8_pisi()
  251.  
  252.  
  253.  
  254.  
  255. </script>
  256.  
  257.  
  258.  
  259. <!-- DEFAULT VARIABLES -->
  260. <meta name="color:background" content="#FFFFFF" />
  261. <meta name="color:link" content="#000000" />
  262. <meta name="color:linkhover" content="#696969" />
  263. <meta name="color:text" content="#000000" />
  264. <meta name="color:post" content="#FFFFFF" />
  265. <meta name="color:border" content="#4F4F4F" />
  266. <meta name="color:barra2" content="#4F4F4F" />
  267.  
  268.  
  269. <meta name="color:scroll" content="#000000" />
  270. <meta name="color:ask" content="#FFFFFF" />
  271.  
  272.  
  273.  
  274. <meta name="color:bgdescription" content="#FFFFFF" />
  275.  
  276. <meta name="color:textdescription" content="#000000" />
  277. <meta name="color:links" content="#000000" />
  278. <meta name="color:cruz" content="#FF69B4" />
  279. <meta name="color:linkbg" content="#4F4F4F" />
  280. <meta name="color:linktext" content="#FF69B4" />
  281. <meta name="color:linkbghover" content="#000000" />
  282. <meta name="color:linktexthover" content="#000000" />
  283. <meta name="color:bgpage" content="#000000" />
  284.  
  285.  
  286.  
  287. <meta name="image:background" content="" />
  288. <meta name="image:fotinha" content=""/>
  289.  
  290. <meta name="font:text" content="verdana" />
  291. <meta name="font:title" content="georgia" />
  292.  
  293.  
  294. <meta name="text:titulo" content="Escreva um titulo" />
  295. <meta name="frase:barra2" content="Escreva um titulo" />
  296. <meta name="text:Linkhome" content="/" />
  297. <meta name="text:Linkmessage" content="/" />
  298. <meta name="text:Linktwitter" content="/" />
  299. <meta name="text:Linkautoria" content="/" />
  300. <meta name="text:Linkfqa" content="/" />
  301. <meta name="text:Link1" content="/" />
  302. <meta name="text:Link1 Title" content="link" />
  303. <meta name="text:Link2" content="/" />
  304. <meta name="text:Link2 Title" content="link" />
  305. <meta name="text:Link3" content="/" />
  306. <meta name="text:Link3 Title" content="link" />
  307. <meta name="text:Link4" content="/" />
  308. <meta name="text:Link4 Title" content="link" />
  309. <meta name="text:Link5" content="/" />
  310. <meta name="text:Link5 Title" content="link" />
  311. <meta name="text:Link6" content="/" />
  312. <meta name="text:Link6 Title" content="link" />
  313. <meta name="text:Link7" content="/" />
  314. <meta name="text:Link7 Title" content="link" />
  315.  
  316.  
  317.  
  318.  
  319.  
  320. <title>{Title}</title>
  321. <link rel="shortcut icon" href="{Favicon}">
  322. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  323. {block:Description}
  324. <meta name="description" content="{MetaDescription}" />
  325. {/block:Description}
  326.  
  327.  
  328.  
  329.  
  330.  
  331. <style type="text/css">
  332.  
  333.  
  334. 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; }
  335.  
  336. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  337.  
  338. p {margin: 6px 0 0 0}
  339.  
  340. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  341. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  342. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  343. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  344.  
  345. blockquote img{max-width: 470px!important}
  346. blockquote blockquote img{max-width: 450px!important}
  347. blockquote blockquote blockquote img{max-width: 430px!important}
  348. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  349.  
  350. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  351.  
  352. #entries{float: left; margin-left:380px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  353.  
  354. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  355.  
  356.  
  357.  
  358. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
  359.  
  360. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  361. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  362. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  363.  
  364. .image {text-align: center; border: 0px}
  365. .image img {max-width: 500px; margin-bottom: 2px }
  366.  
  367. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  368. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  369. .oiqqtts a, a:hover{text-transform: none;}
  370.  
  371. .chat {line-height: 13px; list-style: none }
  372. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  373. .person1 {color: {color:text}; padding: 2px; }
  374. .person1 .label {font-weight: bold; color:{color:text}}
  375. .person2 {color: {color:text}; padding: 2px; }
  376. .person2 .label {font-weight: bold; color:{color:text}}
  377.  
  378. .player {background-color: #000; text-align: left; display:block;}
  379.  
  380. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  381. .answer {padding: 2px}
  382. .answer img {max-width: 470px;}
  383.  
  384.  
  385. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  386. #oidata a {font-size: 9px;}
  387.  
  388. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  389. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  390.  
  391. #cap {width: 500px; margin-top: -2px;}
  392. .source {display: none;}
  393.  
  394. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  395. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  396. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  397. .notes img{display: none; border:0px}
  398.  
  399. .question {
  400. color: {color:text};
  401. font-size: 9px;
  402. font-weight: normal;
  403. font-family: {font:body};
  404. line-height:95%;
  405. background: {color:ask};
  406. margin: 0 0 10px 0;
  407. padding: 10px 15px;
  408. position: relative;}
  409.  
  410. .questionarrow {
  411. width: 13px;
  412. height: 7px;
  413. font-size:30px;
  414. font-family: verdana;
  415. position: absolute;
  416. color: {color:ask};
  417. bottom: -3.5px;
  418. left: 240px;}
  419.  
  420.  
  421. .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  422. .asker a {color: {color:text};}
  423. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  424.  
  425. .answer {color: {color:text};}
  426.  
  427.  
  428. .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);}
  429. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  430.  
  431. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  432.  
  433. #sideimg {display: block; margin-left: 110px; float: right; margin-top: 60px; width: auto; height: auto; background-color: transparent; position: fixed;}
  434. .simg1 img {width: 228px; height: 230px; margin-bottom: 2px; border: 3px solid {color:border};}
  435.  
  436. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  437.  
  438. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  439.  
  440. #acruz {width: 39px; pohttp://www.tumblr.com/customize-classic/ing-16#sition: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  441. #acruz:hover { -webkit-transform: rotate(0deg);}
  442.  
  443. #home {width: 24px; position: fixed; float: left; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 134px; rotation: 10px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: 205px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; margin-top: 20px; opacity:0.8;}
  444.  
  445. #twitter{width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 279px; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px; z-index: 1; margin-top: 0px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1; margin-top: 20px; opacity:0,6;}
  446.  
  447.  
  448.  
  449.  
  450.  
  451. #autoria {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 244px; -moz-border-top-left-radius: 0px; border-top-left-radius: 0px; z-index: 1; margin-top: 20px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; opacity:0.8;}
  452.  
  453. #faq {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 208px; -moz-border-top-left-radius: 0px; border-top-left-radius: 0px; z-index: 1; margin-top: 20px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; opacity:0.8;}
  454.  
  455. #message {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 172px; -moz-border-top-left-radius: 0px; border-top-left-radius: 0px; z-index: 1; margin-top: 20px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; opacity:0.8;}
  456.  
  457. #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}
  458. #pgs a {background: {color:background}; margin: 30 0px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  459. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  460. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  461. .pg { position:fixed !important; clear: both; float: left; margin-top: 490px; margin-left: 110px; 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;}
  462.  
  463.  
  464. .li {opacity: 1}
  465. .li2 {opacity: 0.8}
  466. .li3 {opacity: 0.6}
  467. .li4 {opacity: 0.8}
  468. .li5 {opacity: 1}
  469.  
  470. #linkslindos {margin-top: 240px; margin-left: 950px; position:fixed; width: auto;}
  471.  
  472. #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: 150px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; background-color:{color:linkbg}; color:{color:linktext}; margin-left: 3px; line-height:10px;}
  473.  
  474. #linkslindos a:hover{color: {color:linktexthover}; background-color: {color:linkbghover}; letter-spacing: 5px; width:200px; }
  475.  
  476. #faixa {margin-top: 10px; margin-left: 105px; position: fixed; background-color: {color:cruz}; height: 500px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  477.  
  478. #faixa2 {margin-top: 20px; margin-left: 85px; position: fixed; background-color: {color:cruz}; height: 3px; width:265px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  479.  
  480. #faixa3 {margin-top: 90px; margin-left: 90px; position: fixed; background-color: {color:cruz}; height: 300px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  481.  
  482. #faixa4 {margin-top: 10px; margin-left: 1030px; position: fixed; background-color: {color:cruz}; height: 230px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  483.  
  484. #faixa5 {margin-top: 354px; margin-left: 1030px; position: fixed; background-color: {color:cruz}; height: 230px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  485.  
  486. @font-face {
  487. font-family: 'Give You Glory';
  488. font-style: normal;
  489. font-weight: norAmal;
  490. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  491. }
  492.  
  493.  
  494. #title {width: 215px; height: 55px; position: fixed; background-color:transparent; margin-left: 120px; margin-top: 55px; }
  495. .optitle{font-family: Give You Glory; font-size: 15px; font-style: none;
  496. line-height: 15px; font-weight: none; color: #777777; margin-top: 10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
  497.  
  498.  
  499.  
  500. #description {position: fixed; margin-top: 300px; margin-left: 112px; width: 230px; height: 135px; background-color: {color:bgdescription}; z-index:2; font-family: Verdana}
  501. .opdescription{color: {color:textdescription}; clear: both; font-size:9px; height: 70px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
  502. .opdescription a{font-size:9px}
  503. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
  504.  
  505. #sdbarsi {font-family: verdana; background-color: {color:background}; color: {color:text}; font-size:7px; padding: 3px 3px 4px 3px; width: 650px; height: 8px; margin-top: 5px; margin-left: 290px; z-index: 1; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  506. #sdbarsi a{font-family: verdana; font-size: 8px; text-transform: uppercase; letter-spacing: 1px}
  507.  
  508. #barra2 {width:217px; height: 11px; margin-top:260px; margin-left: 115px; background-color: #696969; position:fixed; padding:4px; font-size: 10px; font-family: georgia; text-transform: uppercase; color: #fdfcfc}opacity:0.3
  509.  
  510.  
  511.  
  512.  
  513. .credit {
  514. position:fixed !important;
  515. margin-left: 1028px;
  516. margin-top: 1000px;
  517. margin-bottom: -5px;
  518. font-size: 9px;
  519. width: 49px;
  520. height: 15px;
  521. padding: 1px 3px 3px 2px;
  522. font-family: verdana;
  523. color: #000000;
  524. text-align: center;
  525. background-color: {color:sidebar};
  526. -webkit-transition: all 0.5s ease;
  527. }
  528.  
  529. .faixa {
  530. position:fixed !important;
  531. margin-left: 1028px;
  532. margin-top: 1000px;
  533. margin-bottom: -5px;
  534. font-size: 9px;
  535. width: 49px;
  536. height: 15px;
  537. padding: 1px 3px 3px 2px;
  538. font-family: verdana;
  539. color: #000000;
  540. text-align: center;
  541. background-color: {color:sidebar};
  542. -webkit-transition: all 0.5s ease;
  543. }
  544.  
  545. ::-webkit-scrollbar{width:5px;height:5px;}
  546. ::-webkit-scrollbar-button:start:decrement
  547. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  548. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  549. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  550. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  551.  
  552. #tumblr_controls{position: fixed!important}
  553. #tumblr_controls{position: fixed!important}
  554. #tumblr_controls{position: fixed!important}
  555. #tumblr_controls{position: fixed!important}
  556.  
  557.  
  558.  
  559.  
  560. </style>
  561.  
  562. </head>
  563.  
  564.  
  565. <body>
  566.  
  567.  
  568.  
  569.  
  570.  
  571. <div id="tudo">
  572. <div id="msd">
  573. </div>
  574.  
  575. <div id="sideimg"><div class="simg1">
  576. <img src="{image:fotinha}">
  577. </div></div>
  578.  
  579. <div id="linkslindos">
  580. <a href="{text:link1}">{text:link1 title}</a>
  581. <a href="{text:link2}">{text:link2 title}</a>
  582. <a href="{text:link3}">{text:link3 title}</a>
  583. <a href="{text:link4}">{text:link4 title}</a>
  584. <a href="{text:link5}">{text:link5 title}</a>
  585. <a href="{text:link6}">{text:link6 title}</a>
  586. <a href="{text:link7}">{text:link7 title}</a>
  587.  
  588. </div>
  589.  
  590.  
  591.  
  592. <div id="faixa"></div>
  593. <div id="faixa2"></div>
  594. <div id="faixa3"></div>
  595. <div id="faixa4"></div>
  596. <div id="faixa5"></div>
  597.  
  598.  
  599. <div id="home"><a href="/"><img src="http://static.tumblr.com/ejm8w78/lhflz2pxj/home.png" width=15px">home</a></div>
  600.  
  601. <div id="message">
  602. <a href="/ask"><img src="http://static.tumblr.com/ejm8w78/w3Qlz2pzs/email.png" width=15px">ask</a></div>
  603.  
  604.  
  605. <div id="twitter"><a href="/"><img src="http://cdn1.iconfinder.com/data/icons/social/16/picons03.png">twitter</a></div>
  606.  
  607.  
  608.  
  609. <div id="autoria"><a href="/"><img src="http://static.tumblr.com/ejm8w78/onElz2rsp/folder.png" width=15px">autoria</a></div>
  610.  
  611. <div id="faq">
  612. <a href="/"><img src="http://static.tumblr.com/ejm8w78/EVjlz2rwa/comment.png" width=15px">faq</a></div>
  613.  
  614.  
  615. <div id="description">
  616. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  617.  
  618.  
  619.  
  620. <div class="pg"><div id="pgs"> <center>
  621. {block:JumpPagination length="6"}
  622. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  623. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  624. {/block:JumpPagination}
  625. </center></div></div>
  626.  
  627.  
  628. <div id="cruz">
  629. <div id="acruz">†</div>
  630.  
  631. </div>
  632.  
  633.  
  634. <div id="sdbarsi"> theme by <a href="http://o-mundo-de-uma-garota.tumblr.com"><b>o-mundo-de-uma-garota</b></a> ℘.s. <a>Base </a><a href="http://i-ngenuidade.tumblr.com"></div>
  635.  
  636. <div id="barra2"><font color="#FF69B4">♛</font> Frase legal aqui </div>
  637.  
  638.  
  639.  
  640.  
  641. </a></div>
  642. <div id="entries">
  643. {block:Posts}
  644. <div class="danpost">
  645.  
  646. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  647.  
  648. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  649.  
  650. {block:Photoset}{Photoset-500}{/block:Photoset}
  651.  
  652. {block:quote}
  653.  
  654. <o class="fj">“</o><div class="jf">{quote}</div><br>
  655. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  656.  
  657. {/block:quote}
  658.  
  659. {block:Link}
  660. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  661. {block:Description}{Description}{/block:Description}
  662. {/block:Link}
  663.  
  664. {block:Chat}
  665. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  666. <div class="chat"><ul>{block:Lines}
  667. <li class="person{UserNumber}">{block:Label}
  668. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  669. {/block:Chat}
  670.  
  671. {block:Audio}
  672. <div class="player">{AudioPlayerBlack}</div>
  673. {block:Caption}{Caption}{/block:Caption}
  674. {/block:Audio}
  675.  
  676. {block:Video}{Video-500}{/block:Video}
  677.  
  678.  
  679. {block:Answer}
  680. <div class="question">
  681. <div class="questionarrow">▼</div>
  682. {Question}
  683. </div>
  684. <div class="asker">{Asker}</div>
  685. <div class="answer">{Answer}</div>
  686. {/block:answer}
  687.  
  688. <div id="cap">
  689. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  690. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  691. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  692.  
  693. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  694. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  695. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  696. {/block:ContentSource}</div></div>
  697. <br>
  698.  
  699.  
  700. <div id="oidata">
  701. {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>
  702. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> with love</a>{/block:IndexPage}
  703. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  704. {/block:RebloggedFrom}
  705. </div>
  706. </div>{/block:Date}
  707.  
  708.  
  709. {/block:Posts}
  710. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. </div>
  720. </div>
  721. </div>
  722. </div>
  723. </div>
  724. </div>
  725.  
  726. </body>
  727. </html>
Advertisement
Add Comment
Please, Sign In to add comment