Eduarda

theme1

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