Eduarda

Theme 79

Nov 15th, 2012
679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.43 KB | None | 0 0
  1. <!----
  2. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
  3.  
  4. Tutoriais por htmluv
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ---->
  8.  
  9. <html>
  10.  
  11.  
  12. <script type="text/javascript">
  13. //desabilita menu de opcoes ao clicar no botao direito
  14. function desabilitaMenu(e)
  15. {
  16. if (window.Event)
  17. {
  18. if (e.which == 2 || e.which == 3)
  19. return false;
  20. }
  21. else
  22. {
  23. event.cancelBubble = true
  24. event.returnValue = false;
  25. return false;
  26. }
  27. }
  28.  
  29. //desabilita botao direito
  30. function desabilitaBotaoDireito(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. if (event.button == 2 || event.button == 3)
  39. {
  40. event.cancelBubble = true
  41. event.returnValue = false;
  42. return false;
  43. }
  44. }
  45.  
  46. //desabilita botao direito do mouse
  47. if ( window.Event )
  48. document.captureEvents(Event.MOUSEUP);
  49. if ( document.layers )
  50. document.captureEvents(Event.MOUSEDOWN);
  51.  
  52. document.oncontextmenu = desabilitaMenu;
  53. document.onmousedown = desabilitaBotaoDireito;
  54. document.onmouseup = desabilitaBotaoDireito;
  55. </script>
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <script type="text/javascript">
  64.  
  65.  
  66. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  67.  
  68.  
  69.  
  70.  
  71. function tb8_makeArray(n){
  72.  
  73.  
  74. this.length = n;
  75.  
  76.  
  77. return this.length;
  78.  
  79.  
  80. }
  81.  
  82.  
  83.  
  84.  
  85. tb8_messages = new tb8_makeArray(1);
  86.  
  87.  
  88.  
  89.  
  90. tb8_messages[0] = "{Title}";
  91.  
  92.  
  93.  
  94.  
  95. tb8_rptType = 'infinite';
  96.  
  97.  
  98.  
  99.  
  100. tb8_rptNbr = 5;
  101.  
  102.  
  103.  
  104.  
  105. tb8_speed = 100;
  106.  
  107.  
  108.  
  109.  
  110. tb8_delay = 2000;
  111.  
  112.  
  113.  
  114.  
  115. var tb8_counter=1;
  116.  
  117.  
  118.  
  119.  
  120. var tb8_currMsg=0;
  121.  
  122.  
  123.  
  124.  
  125. var tb8_tekst ="";
  126.  
  127.  
  128.  
  129.  
  130. var tb8_i=0;
  131.  
  132.  
  133.  
  134.  
  135. var tb8_TID = null;
  136.  
  137.  
  138.  
  139.  
  140. function tb8_pisi(){
  141.  
  142.  
  143.  
  144.  
  145. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  146.  
  147.  
  148.  
  149.  
  150. document.title = tb8_tekst;
  151.  
  152.  
  153.  
  154.  
  155. tb8_sp=tb8_speed;
  156.  
  157.  
  158.  
  159.  
  160. tb8_i++;
  161.  
  162.  
  163.  
  164.  
  165. if (tb8_i==tb8_messages[tb8_currMsg].length){
  166.  
  167.  
  168.  
  169.  
  170. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  171.  
  172.  
  173.  
  174.  
  175. }
  176.  
  177.  
  178.  
  179.  
  180. if (tb8_currMsg == tb8_messages.length){
  181.  
  182.  
  183.  
  184.  
  185. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  186.  
  187.  
  188.  
  189.  
  190. clearTimeout(tb8_TID);
  191.  
  192.  
  193.  
  194.  
  195. return;
  196.  
  197.  
  198.  
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. tb8_counter++;
  206.  
  207.  
  208.  
  209.  
  210. tb8_currMsg = 0;
  211.  
  212.  
  213. }
  214.  
  215.  
  216.  
  217.  
  218. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  219.  
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. tb8_pisi()
  229.  
  230.  
  231.  
  232.  
  233. </script>
  234.  
  235.  
  236.  
  237.  
  238. <head>
  239.  
  240.  
  241.  
  242. <!-- APPERENCE OMDG -->
  243. <meta name="color:background" content="#F8F8FF" />
  244. <meta name="color:link" content="#8B8682" />
  245. <meta name="color:text" content="#8B8989" />
  246. <meta name="color:post" content="#FFFFFF" />
  247. <meta name="color:sidebar" content="#FFFFFF" />
  248. <meta name="color:sombra" content="#696969" />
  249. <meta name="color:text links" content="#8B8989" />
  250. <meta name="color:borda" content="#DCDCDC" />
  251. <meta name="color:tags" content="#FFC0CB" />
  252. <meta name="color:frase" content="#FFC0CB" />
  253. <meta name="color:linhadopost" content="#DCDCDC" />
  254. <meta name="color:bordaimg" content="#DCDCDC" />
  255. <meta name="color:borda2" content="#FFC0CB" />
  256. <meta name="color:textdescription" content="#fff" />
  257. <meta name="color:bghover" content="#FFC0CB" />
  258. <meta name="color:linha" content="#fff" />
  259. <meta name="color:linha1" content="#FFC0CB" />
  260. <meta name="color:abc" content="#FFC0CB" />
  261. <meta name="color:scrollbar" content="#fff" />
  262. <meta name="color:bgask" content="#F8F8FF" />
  263. <meta name="color:linkshover" content="#fff" />
  264.  
  265. <meta name="text:frase1" content="World Of Barbie"/>
  266. <meta name="text:frase2" content="Não chores mais, menina."/>
  267.  
  268. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/NoKmdjldb/tumblr_m7tv6kcaui1rc52dzo2_400.jpg">
  269. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/uaImdimp2/tumblr_m52oamlnn11rqqxhwo1_1280.jpg" />
  270. <meta name="image:fundinho" content="http://static.tumblr.com/2bh9bxo/Jccmdijsx/duggs.png">
  271.  
  272.  
  273.  
  274.  
  275.  
  276. <meta name="text:Link1" content="/" />
  277. <meta name="text:Link1 Title" content="link1" />
  278. <meta name="text:Link2" content="/" />
  279. <meta name="text:Link2 Title" content="link2" />
  280. <meta name="text:Link3" content="/" />
  281. <meta name="text:Link3 Title" content="link3" />
  282. <meta name="text:Link4" content="/" />
  283. <meta name="text:Link4 Title" content="link4" />
  284. <meta name="text:Link5" content="/" />
  285. <meta name="text:Link5 Title" content="link5" />
  286. <meta name="text:Link6" content="/" />
  287. <meta name="text:Link6 Title" content="link6" />
  288. <meta name="text:Link7" content="/" />
  289. <meta name="text:Link7 Title" content="link7" />
  290.  
  291.  
  292. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  293. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  294.  
  295. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  296.  
  297. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  298. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  299. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  300.  
  301. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  302.  
  303.  
  304.  
  305. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  306.  
  307. <title>{Title}</title>
  308. <link rel="shortcut icon" href="{Favicon}">
  309. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  310. {block:Description}
  311. <meta name="description" content="{MetaDescription}" />
  312. {/block:Description}
  313.  
  314.  
  315. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  316.  
  317. <style type="text/css">
  318.  
  319. body {background-color: {color:background}; font-family: tahoma; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  320.  
  321. a {color: {color:link}; text-decoration: none; text-transform: none;}
  322. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  323.  
  324. p {margin: 6px 0 0 0}
  325.  
  326. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  327. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  328. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  329. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  330.  
  331. blockquote img{max-width: 470px!important}
  332. blockquote blockquote img{max-width: 450px!important}
  333. blockquote blockquote blockquote img{max-width: 430px!important}
  334. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  335.  
  336.  
  337. /*posts*/
  338. #omdg {float: left; margin-left: 419px; margin-top: -2px;opacity:1; overflow: hidden; }
  339.  
  340. .baseduh {width: 480px; background-color: {color:post};
  341. padding: 7px; margin-bottom: 1px; text-align:left;
  342. font-family: tahoma; font-size: 10.5px; position: relative;}
  343.  
  344. h1 {font-family:Rochester ; text-align: center; font-size: 20px; color: {color:text}; font-weight: normal; line-height: 18px;}
  345. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  346. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  347.  
  348.  
  349. .baseduh1 {font-family: "tahoma"; text-align: center;
  350. font-size: 14px; line-height: 15px; padding: 4px;}
  351. .baseduh2 {text-align: center; text-transform: none;
  352. margin-bottom: 5px;}
  353. .baseduh2 a, a:hover{text-transform: none;}
  354.  
  355.  
  356. /* Chat por Anna (livelikeasuicide) *********/
  357. .chat {background:{color:posts}; margin: 0; font-size:
  358.  
  359. 10px; font-family: trebuchet ms;}
  360. .chat .chat1 {margin-left: 0px;font-size:
  361. 8px; }
  362. .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
  363. margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
  364. .chat .chat1 .chat2.even {background:{color:background};
  365. color:{color:text};font-size:
  366. 9px;font-weight: bold; } /* Segunda linha */
  367. .chat .chat1 .chat2 span{font-weight: bold; }
  368.  
  369.  
  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: #181818; text-align: justify; display:block;}
  379.  
  380. .image {text-align:center; border: 0px}
  381. .image img {max-width: 470px; margin-bottom: 2px }
  382.  
  383. .image img:hover {border: 2px solid {color:borda2};}
  384.  
  385. /*NEGRITO ITALICO E SUBLINHADO*/
  386. b, strong, bold {color:{color:abc};}
  387.  
  388. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  389.  
  390. i, em{color:{color:text};}
  391.  
  392.  
  393.  
  394. /*** Stilo da Ask por TTHY ********/
  395. .pergunta {background: {color:background}; padding: 6px;margin-top: 0px; border-bottom: 1px solid #; margin-top: 2px; border-right: 0px solid #; margin-left: 0; margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  396. .perguntou {display: block; height: 24px; margin-left: 31px; background: {color:bgask}; border-left: 6px solid {color:borda}; line-height: 23px; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-style: italic; font-size: 10pt; color: {color:text}; padding: 3px; text-align: left; text-shadow: 1px 1px 1px #;}
  397. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  398. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  399. .oi {background: {color:post}; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: {color:text}; border-bottom: 1px solid #; border-right: 1px solid #; margin-left: 0; margin-right: 2px;overflow: hidden; text-shadow: 0px 1px 1px #;}
  400.  
  401.  
  402.  
  403.  
  404.  
  405. #date {text-align: right; font-size: 10px;background:{color:background}; font-family: Muli; text-transform: lowercase; z-index: 11;}
  406. #date a {font-size: 10px;border-top: 1px solid{color:linhadopost};}
  407.  
  408. .tags {color: {color:tags}; font-size: 9px; font-family: Muli; display: inline; list-style: none; text-transform: lowercase;}
  409. .tags a {font-size: 9px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  410.  
  411. #cap {width: 500px; margin-top: -2px;}
  412. .source {display: none;}
  413.  
  414. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
  415. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  416. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  417. .notes img{display: none; border:0px}
  418.  
  419.  
  420. /********IMAGEM DA DUDA*******/
  421.  
  422. #sidebarimg {left: 130px;
  423. top: 105px;
  424. position:fixed;
  425. overflow:hidden;
  426. background-color: ;
  427. height:265px;
  428. width: 260px;
  429. border:5px solid {color:bordaimg} ;
  430. padding:3px;
  431. padding-bottom: 3px;
  432. -webkit-border-radius: 0px 0px 0px 0px;}
  433.  
  434.  
  435.  
  436.  
  437. /* ****************** TITULOOO*/
  438.  
  439. #imsureduh1{
  440. padding: 0px;
  441. height:25px;
  442. line-height:23px;
  443. float:left;
  444. position:fixed;
  445. margin-left:167px;
  446. margin-top: 31px;
  447. width:193px;
  448. font-family: 'Edo';
  449. font-size:22px;
  450. letter-spacing:0px;
  451. text-align: left;
  452. color:{color:frase}; letter-spacing:-1px;
  453. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;text-transform: none;
  454. opacity:0.8;text-shadow: 0px -3px {color:linha}, 0px -5px {color:sombra};}
  455. #imsureduh1 a:hover {text-shadow: 0px 8px {color:sombra};}
  456.  
  457. #barra {position: fixed; margin-left: 115px; width:290px; height: 45px; background-color:{color:bordaimg}; background-image: url('{image:fundinho}'); margin-top: 25px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);}
  458.  
  459. #imsureduh2{
  460. background-color:transparent;
  461. padding: 0px;
  462. height:18px;
  463. line-height:16px;
  464. float:left;
  465. position:fixed;
  466. margin-left:180px;
  467. margin-top: 339px;
  468. width:236px;
  469. font-family:'Rochester' ;
  470. font-size:22px;
  471. letter-spacing:0px;
  472. text-align: left;
  473. color: {color:frase}; letter-spacing:-1px;
  474. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
  475. text-shadow: 0px 1px 1px {color:sombra};}
  476.  
  477. /*****************FONTES AQUI **************/
  478.  
  479. @font-face{font-family:'Cursive standard.ttf'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  480.  
  481.  
  482.  
  483. @font-face {
  484.  
  485. font-family: 'LavanderiaRegular';
  486.  
  487. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  488.  
  489.  
  490. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  491.  
  492.  
  493. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  494.  
  495.  
  496. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  497.  
  498.  
  499. font-weight: normal;
  500.  
  501.  
  502. font-style: normal;}
  503.  
  504. @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  505.  
  506. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  507.  
  508.  
  509. @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  510.  
  511. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  512. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  513.  
  514. @-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
  515. @-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}
  516.  
  517. /* ============================FIM==========================*/
  518.  
  519.  
  520.  
  521. /***DESCRIÇÃO ***/
  522. #notinholaduda {margin-left: 128px;
  523. margin-top: 300px;
  524. width:245px;
  525. font-size: 11px;
  526. height: 28px;
  527. text-align: center;
  528. font-family:Ubuntu Mono;
  529. color: {color:textdescription};
  530. position: fixed;
  531. z-index:99;padding: 5px;
  532. -webkit-transition: 1s ease-in;
  533. line-height: 10px;
  534. -moz-transition: 1s ease-in;
  535. transition: 1s ease-in;
  536. overflow: hidden;
  537. border-top: 3px dotted transparent;
  538. text-shadow: 0px 1px 1px {color:sombra};}
  539.  
  540.  
  541.  
  542. /*** BARRINHA ***/
  543. #estela1 {position: fixed; margin-left: 115px; width:290px; height: 380px; background-color:{color:sidebar}; margin-top: 25px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(180deg);border-top: 2px solid {color:sidebar};}
  544.  
  545.  
  546.  
  547. /*** PAGINACAO***/
  548. #pagina{ margin-top: 409px; margin-left: 285px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
  549.  
  550. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 24px;}
  551. #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; margin: 0 1px 0 0; padding: 2px 2px; color: {color:link}; text-decoration: none;}
  552. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; border: none;}
  553. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  554.  
  555.  
  556.  
  557. #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
  558.  
  559. #credito a:hover {opacity: 0.7; border-left: 0px;}
  560.  
  561.  
  562. .creditosaduh img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
  563.  
  564.  
  565.  
  566.  
  567. #pinkd {position:fixed; margin-left:158px; margin-top:63px; padding: 0px; text-align: center;z-index:10000000000; }
  568.  
  569. #pinkd a {float: left; border-radius: 0px 0px 0px 0px; display: block; letter-spacing:1px; font-size:8px; font-family:tahoma; text-align: center; margin-right: 1px; margin-bottom:1px; width: 38px; height: 20px; background-color:{color:linkshover}; color:{color:link}; text-decoration: none; text-transform:uppercase; line-height: 10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;opacity:1; border-top: 2px solid {color:linkshover}; border-bottom: 2px solid {color:linha1}; line-height: 20px; }
  570.  
  571. #pinkd a:hover{ -webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;box-shadow: 0 0 40px rgba{color:sombra} inset;
  572. -webkit-transition-duration: 0.6s; opacity:0.8;background:{color:bghover};}
  573.  
  574.  
  575.  
  576. /**LINKS LINKS LINKS***/
  577.  
  578. #pink{width:578px; height: 40px; float: left; margin-left:168px; margin-top: 380px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  579. /***link by o-mundo-de-uma-garota***/
  580. #pink a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 24px; width: 180px; color:{color:links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;text-shadow: 5px 5px 9px {color:sombra};border-bottom: 2px solid {color:linha1}; } /***link by o-mundo-de-uma-garota***/
  581. #pink a:hover{text-shadow: 0px -5px {color:linha1}, 0px -5px {color:sombra}; } /***link by o-mundo-de-uma-garota***/
  582.  
  583.  
  584.  
  585. /***FAIXINHAS***/
  586. #faixa2 {margin-top: 58px; margin-left: 156px; position: fixed; background-color:{color:linha}; height: 3px; width:197px;}/***detalhes by o-mundo-de-uma-garota***/
  587.  
  588. #faixa3 {margin-top: 20px; margin-left: 115px; position: fixed; background-color:{color:linha}; height: 4px; width:290px;}/***detalhes by o-mundo-de-uma-garota***/
  589.  
  590. #faixa4 {margin-top: 58px; margin-left: 154px; position: fixed; background-color:{color:linha}; height: 11px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
  591.  
  592. #faixa5 {margin-top: 58px; margin-left: 353px; position: fixed; background-color:{color:linha}; height: 11px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
  593.  
  594. #faixa6 {margin-top: 408px; margin-left: 115px; position: fixed; background-color:{color:linha}; height: 4px; width:290px;}/***detalhes by o-mundo-de-uma-garota***/
  595. /*** SCROLLBAR***/
  596.  
  597. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  598.  
  599. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  600.  
  601.  
  602. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  603.  
  604.  
  605.  
  606.  
  607.  
  608. </style>
  609. <body oncontextmenu="return false">
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616. <!----------------EPA NÃO MEXA AQUI------------------->
  617.  
  618.  
  619. <div id="estela1"></div>
  620. <div id="barra"></div>
  621. <div id="faixa3"></div>
  622.  
  623. <div id="faixa2"></div>
  624. <div id="faixa4"></div>
  625. <div id="faixa5"></div>
  626. <div id="faixa6"></div>
  627. <div id="sidebarimg">
  628.  
  629. <img src="{image:sidebar}" height= "265px;" width= "260px;">
  630. </div>
  631.  
  632.  
  633. <div id="notinholaduda">{Description}</div>
  634.  
  635. <div id="pinkd">
  636. <a href="{text:Link1}">{text:Link1 Title}</a>
  637. <a href="{text:Link2}">{text:Link2 Title}</a>
  638. <a href="{text:Link3}">{text:Link3 Title}</a>
  639. <a href="{text:Link4}">{text:Link4 Title}</a>
  640. <a href="{text:Link5}">{text:Link5 Title}</a>
  641. </div></div>
  642.  
  643. <div id="pink">
  644.  
  645.  
  646. <a href="{text:Link6}">{text:Link6 Title}</a>
  647.  
  648.  
  649.  
  650.  
  651. </div class>
  652. </div></div>
  653. </div>
  654. </div>
  655. </div>
  656.  
  657. <div id="imsureduh2">{text:frase2}</div>
  658. </div>
  659.  
  660. <div id="imsureduh1">{text:frase1}</div>
  661. </div>
  662.  
  663.  
  664.  
  665. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:source}">«</font></a>{/block:PreviousPage}{/block:Pagination}
  666. Page <b>{CurrentPage}</b> of <b>{TotalPages}</b>
  667. {block:JumpPagination length="0"}
  668. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  669. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  670. {/block:JumpPagination}
  671. {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:source}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div>
  672. </div></div>
  673. <!-------------CRÉDITOS------------------------------>
  674. <div style="margin-left:5px;-webkit-transform: rotate(-90deg); width:205px;background:{color:sidebar}; font-family:tahoma;font-size:11px; margin-top: 215px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a>
  675. <font color="{color:tags}">©</font> </a></div>
  676.  
  677. <!-----------------OMDG FALSO-IFRAME------------------>
  678.  
  679. <div id="omdg">
  680.  
  681. {block:Posts}
  682.  
  683. <!------------------------BASE DUH------------------------>
  684. <div class="baseduh">
  685.  
  686. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  687.  
  688. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  689.  
  690. {block:Photoset}{Photoset-500}{/block:Photoset}
  691.  
  692. <!-----------------BASE DUH 2 E 3 --------------------->
  693.  
  694. {block:Quote}
  695. <div class="baseduh1">“{Quote}”</div>
  696. {block:Source}<div class="baseduh2"> — {Source}</div>
  697. {/block:Source}
  698. {/block:Quote}
  699.  
  700. {block:Link}
  701. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  702. {block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}
  706. <div class="chat">
  707. <div class="chat1">
  708. {block:Lines}
  709. <div class="chat2 {Alt}">
  710. {block:Label}
  711. <span>{Label}</span>
  712. {/block:Label}
  713. {Line}</div>
  714. {/block:Lines}
  715. </div>
  716. </div>
  717. {/block:Chat}
  718.  
  719.  
  720. {block:Audio}
  721. <div class="player">{AudioPlayerBlack}</div>
  722. {block:Caption}{Caption}{/block:Caption}
  723. {/block:Audio}
  724.  
  725. {block:Video}{Video-500}{/block:Video}
  726.  
  727.  
  728. {block:Answer}
  729. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  730. <div class="pergunta">{Question}</div>
  731. <br>
  732. <div class="oi">{Answer}</div>
  733. {/block:Answer}
  734.  
  735.  
  736. <div id="cap">
  737. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  738. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  739. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  740.  
  741. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  742. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  743. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  744. {/block:ContentSource}</div></div>
  745. <br>
  746.  
  747.  
  748. <div id="date">
  749. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  750. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b><font color="{color:tags}">Reblog</font></b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  751. {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  752. {/block:RebloggedFrom}
  753. </div>
  754. </div>{/block:Date}
  755.  
  756.  
  757. {/block:Posts}
  758. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767. </div>
  768. </div>
  769. </div>
  770. </div>
  771.  
  772. </body>
  773. </html>
Advertisement
Add Comment
Please, Sign In to add comment