Eduarda

Theme 81

Nov 16th, 2012
1,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.58 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 making-themes
  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. <script>
  237.  
  238.  
  239.  
  240. $(document).ready(function() {
  241.  
  242. //
  243.  
  244.  
  245.  
  246. //When you click on a link with class of poplight and the href starts with a #
  247.  
  248. $('a.poplight[href^=#]').click(function() {
  249.  
  250. var popID = $(this).attr('rel'); //Get Popup Name
  251.  
  252. var popURL = $(this).attr('href'); //Get Popup href to define size
  253.  
  254.  
  255.  
  256. //Pull Query & Variables from href URL
  257.  
  258. var query= popURL.split('?');
  259.  
  260. var dim= query[1].split('&');
  261.  
  262. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  263.  
  264.  
  265.  
  266. //Fade in the Popup and add close button
  267.  
  268. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/iTXmdcocj/sbdb.gif" class="btn_close" title="theme by [omdg]" alt="Close" /></a>');
  269.  
  270.  
  271. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  272.  
  273. var popMargTop = ($('#' + popID).height() + 80) / 2;
  274.  
  275. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  276.  
  277.  
  278.  
  279. //Apply Margin to Popup
  280.  
  281. $('#' + popID).css({
  282.  
  283. 'margin-top' : -popMargTop,
  284.  
  285. 'margin-left' : -popMargLeft
  286.  
  287. });
  288.  
  289.  
  290.  
  291. //Fade in Background
  292.  
  293. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  294.  
  295. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  296.  
  297.  
  298.  
  299. return false;
  300.  
  301. });
  302.  
  303.  
  304.  
  305. //Close Popups and Fade Layer
  306.  
  307. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  308.  
  309. $('#fade , .popup_block').fadeOut(function() {
  310.  
  311. $('#fade, a.close').remove(); //fade them both out
  312.  
  313. });
  314.  
  315. return false;
  316.  
  317. });
  318.  
  319.  
  320.  
  321.  
  322.  
  323. });
  324.  
  325. </script>
  326.  
  327.  
  328. <head>
  329.  
  330.  
  331.  
  332. <!-- APPERENCE OMDG -->
  333.  
  334.  
  335. <meta name="color:background" content="#DCDCDC" />
  336. <meta name="color:link" content="#8B8989" />
  337. <meta name="color:link hover" content="#fff" />
  338. <meta name="color:text" content="#8B8989" />
  339. <meta name="color:post" content="#fff" />
  340. <meta name="color:sidebar" content="#fff" />
  341. <meta name="color:background links" content="#FFC0CB" />
  342. <meta name="color:text links" content="#363636" />
  343. <meta name="color:borda" content="#fff" />
  344. <meta name="color:tags" content="#FFC0CB" />
  345. <meta name="color:frase" content="#fff" />
  346. <meta name="color:linhadopost" content="#CDC9C9" />
  347. <meta name="color:abc" content="#FFC0CB" />
  348. <meta name="color:italico" content="#CDC9C9" />
  349. <meta name="color:borda" content="#fff" />
  350. <meta name="color:borda2" content="#FFC0CB" />
  351. <meta name="color:bghover" content="#FF6EB4" />
  352. <meta name="color:sombra" content="#363636" />
  353. <meta name="color:textdesc" content="#8B8989" />
  354. <meta name="color:bgask" content="#DCDCDC" />
  355. <meta name="color:bgask2" content="#fff" />
  356. <meta name="color:linha" content="#fff" />
  357. <meta name="color:linha2" content="#FFC0CB" />
  358. <meta name="color:bordaimg" content="#fff" />
  359. <meta name="color:scrollbar" content="#fff" />
  360.  
  361.  
  362. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/uMJmdkgv5/varios_bg.jpg" />
  363. <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/sfgmdkgt7/tumblr_mcscb5xlxn1qfa0zmo1_500.jpg"/>
  364. <meta name="image:fotinha2" content="http://static.tumblr.com/2bh9bxo/sfgmdkgt7/tumblr_mcscb5xlxn1qfa0zmo1_500.jpg"/>
  365. <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/33ymdkgvr/daduda1.jpg" />
  366. <meta name="image:fundofrase" content="http://static.tumblr.com/2bh9bxo/OPtmdkgwq/bgbolinhad.jpg" />
  367. <meta name="image:fundolink" content="http://static.tumblr.com/2bh9bxo/OPtmdkgwq/bgbolinhad.jpg" />
  368.  
  369. <meta name="text:frase1" content="Mais so a barbie dele" />
  370. <meta name="text:frase2" content="Heey love'm a Barbie" />
  371.  
  372.  
  373.  
  374. <meta name="text:Link1" content="/" />
  375. <meta name="text:Link1 Title" content="link1" />
  376. <meta name="text:Link2" content="/" />
  377. <meta name="text:Link2 Title" content="link2" />
  378. <meta name="text:Link3" content="/" />
  379. <meta name="text:Link3 Title" content="link3" />
  380. <meta name="text:Link4" content="/" />
  381. <meta name="text:Link4 Title" content="link4" />
  382. <meta name="text:Link5" content="/" />
  383. <meta name="text:Link5 Title" content="link5" />
  384. <meta name="text:Link6" content="/" />
  385. <meta name="text:Link6 Title" content="link6" />
  386. <meta name="text:Link7" content="/" />
  387. <meta name="text:Link7 Title" content="link7" />
  388.  
  389.  
  390. <!----------------FONTES--------------->
  391. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  392. <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'>
  393. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  394.  
  395. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  396.  
  397. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  398. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  399. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  400.  
  401. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  402.  
  403.  
  404. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  405.  
  406. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  407.  
  408. <title>{Title}</title>
  409. <link rel="shortcut icon" href="{Favicon}">
  410. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  411. {block:Description}
  412. <meta name="description" content="{MetaDescription}" />
  413. {/block:Description}
  414.  
  415.  
  416. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  417.  
  418. <style type="text/css">
  419.  
  420. 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; }
  421.  
  422. a {color: {color:link}; text-decoration: none; text-transform: none;}
  423. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  424.  
  425. p {margin: 6px 0 0 0}
  426.  
  427. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:linhadopost}; padding-left: 5px; }
  428. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  429. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  430. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  431.  
  432. blockquote img{max-width: 470px!important}
  433. blockquote blockquote img{max-width: 450px!important}
  434. blockquote blockquote blockquote img{max-width: 430px!important}
  435. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  436.  
  437.  
  438.  
  439.  
  440. /**************---------------------------posts*/
  441. #omdg {float: left; margin-left: 419px; margin-top: -2px;opacity:1; overflow: hidden; }
  442.  
  443. .baseduh {width: 480px; background-color: {color:post};
  444. padding: 7px; margin-bottom: 1px; text-align:left;
  445. font-family: tahoma; font-size: 10.5px; position: relative;}
  446.  
  447. /***---------------TITULOS DO POST-----------------***/
  448. h1 {font-family:Rochester ; text-align: center; font-size: 20px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  449. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  450. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  451.  
  452.  
  453. .baseduh1 {font-family: "tahoma"; text-align: center;
  454. font-size: 14px; line-height: 15px; padding: 4px;
  455. background:{color:background};}
  456. .baseduh2 {text-align: center; text-transform: none;
  457. margin-bottom: 5px;background:{color:background};}
  458. .baseduh2 a, a:hover{text-transform: none;}
  459.  
  460.  
  461. /* Chat por Anna (livelikeasuicide) *********/
  462. .chat {background:{color:posts}; margin: 0; font-size:
  463.  
  464. 10px; font-family: trebuchet ms;}
  465. .chat .chat1 {margin-left: 0px;font-size:
  466. 8px; }
  467. .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
  468. margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
  469. .chat .chat1 .chat2.even {background:{color:background};
  470. color:{color:text};font-size:
  471. 9px;font-weight: bold; } /* Segunda linha */
  472. .chat .chat1 .chat2 span{font-weight: bold; }
  473.  
  474.  
  475.  
  476. .chat {line-height: 13px; list-style: none }
  477. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  478. .person1 {color: {color:text}; padding: 2px; }
  479. .person1 .label {font-weight: bold; color:{color:text}}
  480. .person2 {color: {color:text}; padding: 2px; }
  481. .person2 .label {font-weight: bold; color:{color:text}}
  482.  
  483. .player {background-color: #181818; text-align: justify; display:block;}
  484.  
  485. .image {text-align:center; border: 0px}
  486. .image img {max-width: 470px; margin-bottom: 2px }
  487.  
  488. .image img:hover {border: 2px solid {color:borda2};}
  489.  
  490. /*NEGRITO ITALICO E SUBLINHADO*/
  491. b, strong, bold {color:{color:abc};}
  492.  
  493. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  494.  
  495. i, em{color:{color:text};}
  496.  
  497.  
  498.  
  499. /*** Stilo da Ask por TTHY ********/
  500. .pergunta {background: {color:bgask2}; padding: 6px;margin-top: 0px; border-bottom: 1px solid {color:linha2}; margin-top: 2px; border-right: 0px solid {color:borda}; margin-left: 0; margin-right: 0;overflow: hidden; }
  501. .perguntou {display: block; height: 24px; margin-left: 31px; background: {color:bgask}; border-left: 6px solid {color:linha2}; 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: 0px 1px 1px {color:sombra};}
  502. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  503. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  504. .oi {background: {color:post}; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: {color:text}; border-bottom: 0px solid {color:borda}; border-right: 1px solid {color:borda}; margin-left: 0; margin-right: 2px;overflow: hidden; }
  505.  
  506.  
  507. /****---NOTES,DATAS,REBLOG POR [OMDG]-------****/
  508.  
  509. #date {text-align: center; font-size: 10px;border-top: 1px solid {color:linhadopost}; border-bottom: 1px solid {color:linhadopost};font-family: Ubuntu Mono; text-transform: lowercase; z-index: 11;}
  510. #date a {font-size: 10px;}
  511.  
  512. .tags {color: {color:tags}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
  513. .tags a {font-size: 9px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  514.  
  515. #cap {width: 500px; margin-top: -2px;}
  516. .source {display: none;}
  517.  
  518. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
  519. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  520. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  521. .notes img{display: none; border:0px}
  522.  
  523.  
  524. /*** IMAGEM DA DUDA***/
  525.  
  526. .duhimag {position: absolute;
  527. width:280px;
  528. height:254px;
  529. margin-left:104px;
  530. margin-top: 115px;
  531. position:fixed;
  532. border:5px solid {color:bordaimg}; }
  533. .duhimag img {position:fixed;
  534. -webkit-transition: all 1s ease-in-out;
  535. -webkit-border-radius: 0px 0px 0px 0px;
  536. -moz-transition: all 1s ease-in-out;
  537. -o-transition: all 1s ease-in-out;
  538. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  539. display: block;
  540. height:254px;
  541. width: 280px;
  542. background-color: ;
  543. padding:0px;
  544. margin-left:0px;
  545. margin-top:0px;
  546. opacity:0.8;
  547. -webkit-transition-duration: 0.8s;
  548. opacity: 9.0}
  549. .duhimag img:hover{ -webkit-transform:scale(1.8);
  550. -moz-transform:scale(1.8);
  551. -o-transform:scale(1.7);
  552. opacity:0.2;
  553. -webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7;}
  554.  
  555. .duhimage img.top { opacity:1;}
  556. .duhimag:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  557.  
  558. .duhimag:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray;opacity:1.0;}
  559.  
  560. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  561.  
  562.  
  563. /******----------------DESCRIÇÃO----------------******/
  564. #notinholaduda {margin-left: 100px; margin-top: 384px; width:292px; font-size: 11px; height: 28px; text-align: center; background-color:{color:sidebar}; transparent; font-family:Ubuntu Mono; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  565. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;}
  566.  
  567. /*******-------------------PARTE DA SIDEBAR-------******/
  568.  
  569. #estela1 {position: fixed; margin-left: 95px; width:299px; height: 374px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 20px 20px; -webkit-transform: rotate(0deg);border: 5px solid {color:borda}; background-image: url('{image:fudinho}'); -webkit-border-radius: 0px 0px 0px 0px;box-shadow: 3px 3px 9px {color:sombra};}
  570.  
  571.  
  572.  
  573. /***LINKS BY DUDA.R***/
  574.  
  575. #nossadudex {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 0px 0px 20px 0px; margin-top: 50px; margin-left: 100px; z-index: 1; position: fixed; text-align: center; height: 25px; border-bottom:0px double {color:linha2} ; text-transform: none; }/*links o-mundo-de-uma-garota*/
  576. #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
  577.  
  578.  
  579. #marion {position: fixed;
  580. margin-left: 100px;
  581. width:299px;
  582. height: 36px;
  583. background-color:{color:sidebar};
  584. margin-top: 75px;
  585. -webkit-transform: rotate(0deg);
  586. -webkit-transform: rotate(180deg);
  587. background-image: url('{image:fundofrase}');}
  588.  
  589. #marion1 {position: fixed;
  590. margin-left: 100px;
  591. width:299px;
  592. height: 27px;
  593. background-color:{color:sidebar};
  594. margin-top: 79px;
  595. -webkit-transform: rotate(0deg);
  596. -webkit-transform: rotate(180deg);}
  597.  
  598.  
  599.  
  600. /*** TITULOS***/
  601. #duka {background-color:#omdg;margin-left:162px;margin-top: 50px; height:24px; line-height:25px;float:left; position:fixed; width:250px; font-family: 'Courgette'; font-size:22px; text-align: left;
  602. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};}
  603.  
  604.  
  605. .dukah1 {font-family:tinytots; font-size: 8px; font-style: none;
  606. height: 10px;color: {color:mytitle}; margin-left:238px;margin-top:84px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:174px;z-index:8000000000000000;line-height:17px; text-transform:uppercase;}
  607. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  608.  
  609. /**** -------------------LINKS AQUI POR OMDG------------------***/
  610.  
  611. #pink{width:578px; height: 40px; float: left; margin-left:131px; margin-top: 80px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  612. /***link by o-mundo-de-uma-garota***/
  613. #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: 20px; width: 40px; color:{color:text links};background-image: url('{image:fundolink}'); 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: 0px solid {color:linha1}; } /***link by o-mundo-de-uma-garota***/
  614. #pink a:hover{text-shadow: 0px -5px {color:background links}, 0px -5px {color:sombra}; } /***link by o-mundo-de-uma-garota***/
  615.  
  616.  
  617. /**** -------------------LINKS AQUI POR OMDG------------------***/
  618.  
  619.  
  620. #dolls{width:78px; height: 40px; float: left; margin-left:45px; margin-top: 208px; padding: 0px; text-align: center; position: fixed; z-index:80000000;}
  621. #dolls 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: 22px; width: 40px; color:{color:text links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:link hover}; }
  622.  
  623. #dolls a:hover{ border-radius:70px;border:4px solid {color:borda2};
  624. width:43px;margin-top:5px;
  625. -moz-transition-duration: .99s;filter:alpha(opacity=100);
  626. -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s;}
  627. .dolls:hover {
  628. margin-top:-15px;}
  629.  
  630. /*** *********************PAGINACAO***/
  631. #pagina{ margin-top: 442px; margin-left: 247px; width: 102px; float: right; background-color: transparent; position: fixed; height: 20px; line-height: 15px;-webkit-border-radius: 0px 0px 0px 0px; z-index:830;background:{color:sidebar}; }
  632.  
  633. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 17px;}
  634. #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;}
  635. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background:{color:sidebar} ; border: none;}
  636. #paginacaoml span.pagina_atual {background:{color:sidebar}; 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;}
  637.  
  638. /*** FAIXAS E LINHAS DA SIDEBAR***/
  639.  
  640. #faixa2 {margin-top: 178px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 132px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
  641.  
  642. #faixa3 {margin-top: 174px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 4px; width:35px;}/***detalhes by o-mundo-de-uma-garota***/
  643.  
  644.  
  645. #faixa4 {margin-top: 306px; margin-left: 62px; position: fixed; background-color: {color:linha}; height: 4px; width:35px;}/***detalhes by o-mundo-de-uma-garota***/
  646.  
  647.  
  648. #faixa5 {margin-top: 429px; margin-left: 128px; position: fixed; background-color: {color:linha}; height: 26px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
  649.  
  650.  
  651. #faixa6 {margin-top: 429px; margin-left: 368px; position: fixed; background-color: {color:linha}; height: 26px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
  652.  
  653. #faixa7 {margin-top: 442px; margin-left: 232px; position: fixed; background-color: {color:linha}; height: 20px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
  654.  
  655. #faixa8 {margin-top: 442px; margin-left: 237px; position: fixed; background-color: {color:linha}; height: 20px; width:2px;}/***detalhes by o-mundo-de-uma-garota***/
  656.  
  657. #faixa9 {margin-top: 442px; margin-left: 241px; position: fixed; background-color: {color:linha}; height: 20px; width:4px;}/***detalhes by o-mundo-de-uma-garota***/
  658.  
  659. #faixa10 {margin-top: 452px; margin-left: 130px; position: fixed; background-color: {color:linha}; height: 4px; width:25px;}/***detalhes by o-mundo-de-uma-garota***/
  660.  
  661. #faixa11 {margin-top: 452px; margin-left: 345px; position: fixed; background-color: {color:linha}; height: 4px; width:25px;}/***detalhes by o-mundo-de-uma-garota***/
  662.  
  663.  
  664. /*** SCROLLBAR***/
  665.  
  666. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  667.  
  668. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  669.  
  670.  
  671. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  672.  
  673.  
  674.  
  675.  
  676.  
  677. </style>
  678. <body oncontextmenu="return false">
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685. <!----------------EPA NÃO MEXA AQUI------------------->
  686.  
  687.  
  688. <div id="estela1"></div>
  689.  
  690. <div id="marion"></div>
  691. <div id="marion1"></div>
  692.  
  693.  
  694. <div id="faixa2"></div>
  695. <div id="faixa3"></div>
  696. <div id="faixa4"></div>
  697. <div id="faixa5"></div>
  698. <div id="faixa6"></div>
  699. <div id="faixa7"></div>
  700. <div id="faixa8"></div>
  701. <div id="faixa9"></div>
  702. <div id="faixa10"></div>
  703. <div id="faixa11"></div>
  704.  
  705. <div class="duhimag" class="hover">
  706. <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  707. <img class="top shadow" src="{image:fotinha2}" title="baby im sure duh"></div></div>
  708.  
  709. <div id="duka">{text:frase2}</div>
  710. <center><div class="dukah1">{text:frase1}</center></div></center>
  711.  
  712.  
  713. <div id="notinholaduda">{Description}</div>
  714.  
  715.  
  716. <div id="dolls">
  717. <a href="{text:Link5}">{text:Link5 Title}</a>
  718.  
  719. <a href="{text:Link6}">{text:Link6 Title}</a>
  720.  
  721. <a href="{text:Link7}">{text:Link7 Title}</a>
  722. </div class>
  723. </div></div>
  724. </div>
  725. </div>
  726.  
  727. <div id="pink">
  728.  
  729.  
  730. <a href="{text:Link2}">{text:Link2 Title}</a>
  731. <a href="{text:Link3}">{text:Link3 Title}</a>
  732. <a href="{text:Link4}">{text:Link4 Title}</a>
  733.  
  734.  
  735.  
  736.  
  737. </div class>
  738. </div></div>
  739. </div>
  740. </div>
  741. </div>
  742. <div id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="20"src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" width="25"class="home"title="{text:Link1 Title} "></div>
  743.  
  744. <!------------------PAGINAÇÃO--------------------->
  745.  
  746. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:source}">«</font></a>{/block:PreviousPage}{/block:Pagination}
  747. Page <b>{CurrentPage}</b> of <b>{TotalPages}</b>
  748. {block:JumpPagination length="0"}
  749. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  750. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  751. {/block:JumpPagination}
  752. {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:source}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div>
  753. </div></div>
  754.  
  755.  
  756. <!-------------CRÉDITOS------------------------------>
  757. <div style="margin-left:155px;-webkit-transform: rotate(0deg); width:75px;background:{color:sidebar};line-height: 17px; font-family:tahoma;font-size:11px; margin-top: 442px; height:20px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota + ispiração de links da minha cachorra [umabonecaciumenta] not copie"><small>Theme </small></a>
  758. <font color="{color:tags}">©</font> </a></div>
  759.  
  760. <!-----------------OMDG FALSO-IFRAME------------------>
  761.  
  762. <div id="omdg">
  763.  
  764. {block:Posts}
  765.  
  766. <!------------------------BASE DUH------------------------>
  767. <div class="baseduh">
  768.  
  769. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  770.  
  771. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  772.  
  773. {block:Photoset}{Photoset-500}{/block:Photoset}
  774.  
  775. <!-----------------BASE DUH 2 E 3 --------------------->
  776.  
  777. {block:Quote}
  778. <div class="baseduh1">“{Quote}”</div>
  779. {block:Source}<div class="baseduh2"> <font color="{color:tags}">~</font> {Source}</div>
  780. {/block:Source}
  781. {/block:Quote}
  782.  
  783. {block:Link}
  784. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  785. {block:Description}{Description}{/block:Description}
  786. {/block:Link}
  787.  
  788. {block:Chat}
  789. <div class="chat">
  790. <div class="chat1">
  791. {block:Lines}
  792. <div class="chat2 {Alt}">
  793. {block:Label}
  794. <span>{Label}</span>
  795. {/block:Label}
  796. {Line}</div>
  797. {/block:Lines}
  798. </div>
  799. </div>
  800. {/block:Chat}
  801.  
  802.  
  803. {block:Audio}
  804. <div class="player">{AudioPlayerBlack}</div>
  805. {block:Caption}{Caption}{/block:Caption}
  806. {/block:Audio}
  807.  
  808. {block:Video}{Video-500}{/block:Video}
  809.  
  810.  
  811. {block:Answer}
  812. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  813. <div class="pergunta">{Question}</div>
  814. <br>
  815. <div class="oi">{Answer}</div>
  816. {/block:Answer}
  817.  
  818.  
  819. <div id="cap">
  820. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  821. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  822. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  823.  
  824. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  825. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  826. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  827. {/block:ContentSource}</div></div>
  828. <br>
  829.  
  830.  
  831. <div id="date">
  832. {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>
  833. <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}
  834. {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>
  835. {/block:RebloggedFrom}
  836. </div>
  837. </div>{/block:Date}
  838.  
  839.  
  840.  
  841.  
  842. {/block:Posts}
  843. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852. </div>
  853. </div>
  854. </div>
  855. </div>
  856.  
  857. </body>
  858. </html>
Advertisement
Add Comment
Please, Sign In to add comment