Eduarda

Theme 86

Dec 3rd, 2012
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.16 KB | None | 0 0
  1. <!----
  2. Theme por o-mundo-de-uma-garota,não use como base e não plágei para a nossa alegria
  3. - - - - - - - - - - - - - -
  4. - THEME FEITO POR DUDA.R [OMDG] -
  5. - - - - - - - - - - - - - - ---->
  6.  
  7. <html>
  8.  
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <script type="text/javascript">
  62.  
  63.  
  64. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  65.  
  66.  
  67.  
  68.  
  69. function tb8_makeArray(n){
  70.  
  71.  
  72. this.length = n;
  73.  
  74.  
  75. return this.length;
  76.  
  77.  
  78. }
  79.  
  80.  
  81.  
  82.  
  83. tb8_messages = new tb8_makeArray(1);
  84.  
  85.  
  86.  
  87.  
  88. tb8_messages[0] = "{Title}";
  89.  
  90.  
  91.  
  92.  
  93. tb8_rptType = 'infinite';
  94.  
  95.  
  96.  
  97.  
  98. tb8_rptNbr = 5;
  99.  
  100.  
  101.  
  102.  
  103. tb8_speed = 100;
  104.  
  105.  
  106.  
  107.  
  108. tb8_delay = 2000;
  109.  
  110.  
  111.  
  112.  
  113. var tb8_counter=1;
  114.  
  115.  
  116.  
  117.  
  118. var tb8_currMsg=0;
  119.  
  120.  
  121.  
  122.  
  123. var tb8_tekst ="";
  124.  
  125.  
  126.  
  127.  
  128. var tb8_i=0;
  129.  
  130.  
  131.  
  132.  
  133. var tb8_TID = null;
  134.  
  135.  
  136.  
  137.  
  138. function tb8_pisi(){
  139.  
  140.  
  141.  
  142.  
  143. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  144.  
  145.  
  146.  
  147.  
  148. document.title = tb8_tekst;
  149.  
  150.  
  151.  
  152.  
  153. tb8_sp=tb8_speed;
  154.  
  155.  
  156.  
  157.  
  158. tb8_i++;
  159.  
  160.  
  161.  
  162.  
  163. if (tb8_i==tb8_messages[tb8_currMsg].length){
  164.  
  165.  
  166.  
  167.  
  168. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  169.  
  170.  
  171.  
  172.  
  173. }
  174.  
  175.  
  176.  
  177.  
  178. if (tb8_currMsg == tb8_messages.length){
  179.  
  180.  
  181.  
  182.  
  183. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  184.  
  185.  
  186.  
  187.  
  188. clearTimeout(tb8_TID);
  189.  
  190.  
  191.  
  192.  
  193. return;
  194.  
  195.  
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. tb8_counter++;
  204.  
  205.  
  206.  
  207.  
  208. tb8_currMsg = 0;
  209.  
  210.  
  211. }
  212.  
  213.  
  214.  
  215.  
  216. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  217.  
  218.  
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225.  
  226. tb8_pisi()
  227.  
  228.  
  229.  
  230.  
  231. </script>
  232.  
  233.  
  234. <script>
  235.  
  236.  
  237.  
  238. $(document).ready(function() {
  239.  
  240. //
  241.  
  242.  
  243.  
  244. //When you click on a link with class of poplight and the href starts with a #
  245.  
  246. $('a.poplight[href^=#]').click(function() {
  247.  
  248. var popID = $(this).attr('rel'); //Get Popup Name
  249.  
  250. var popURL = $(this).attr('href'); //Get Popup href to define size
  251.  
  252.  
  253.  
  254. //Pull Query & Variables from href URL
  255.  
  256. var query= popURL.split('?');
  257.  
  258. var dim= query[1].split('&');
  259.  
  260. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  261.  
  262.  
  263.  
  264. //Fade in the Popup and add close button
  265.  
  266. $('#' + 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>');
  267.  
  268.  
  269. //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
  270.  
  271. var popMargTop = ($('#' + popID).height() + 80) / 2;
  272.  
  273. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  274.  
  275.  
  276.  
  277. //Apply Margin to Popup
  278.  
  279. $('#' + popID).css({
  280.  
  281. 'margin-top' : -popMargTop,
  282.  
  283. 'margin-left' : -popMargLeft
  284.  
  285. });
  286.  
  287.  
  288.  
  289. //Fade in Background
  290.  
  291. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  292.  
  293. $('#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
  294.  
  295.  
  296.  
  297. return false;
  298.  
  299. });
  300.  
  301.  
  302.  
  303. //Close Popups and Fade Layer
  304.  
  305. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  306.  
  307. $('#fade , .popup_block').fadeOut(function() {
  308.  
  309. $('#fade, a.close').remove(); //fade them both out
  310.  
  311. });
  312.  
  313. return false;
  314.  
  315. });
  316.  
  317.  
  318.  
  319.  
  320.  
  321. });
  322.  
  323. </script>
  324.  
  325.  
  326. <head>
  327.  
  328.  
  329.  
  330. <!-- APPERENCE OMDG -->
  331.  
  332.  
  333. <meta name="color:background" content="#DCDCDC" />
  334. <meta name="color:link" content="#8B8989" />
  335. <meta name="color:link hover" content="#fff" />
  336. <meta name="color:text" content="#8B8989" />
  337. <meta name="color:post" content="#fff" />
  338. <meta name="color:sidebar" content="#fff" />
  339. <meta name="color:background links" content="#000" />
  340. <meta name="color:text links" content="#8B8989" />
  341. <meta name="color:tags" content="#FF69B4" />
  342. <meta name="color:frase" content="#696969" />
  343. <meta name="color:abc" content="#FF69B4" />
  344. <meta name="color:italico" content="#363636" />
  345. <meta name="color:borda" content="#CDC9C9" />
  346. <meta name="color:borda2" content="#FFC0CB" />
  347. <meta name="color:bghover" content="#FFFFFF" />
  348. <meta name="color:sombra" content="#8B8989" />
  349. <meta name="color:textdesc" content="#696969" />
  350. <meta name="color:bgask" content="#363636" />
  351. <meta name="color:bgask2" content="#FFF0F5" />
  352. <meta name="color:linha" content="#FFC0CB" />
  353. <meta name="color:linha2" content="#CDC9C9" />
  354. <meta name="color:bordaimg" content="#ADD8E6" />
  355. <meta name="color:scrollbar" content="#fff" />
  356. <meta name="color:bgfrase" content="#fff" />
  357.  
  358.  
  359. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/UJgmehdsm/ohbgdaduda.jpg" />
  360. <meta name="image:fotinha" content="http://static.tumblr.com/ojgbxd6/lcAmefeg5/duhlinha.png"/>
  361.  
  362.  
  363.  
  364. <meta name="text:frase2" content="A Pequena Menina dos olhos de Deus" />
  365.  
  366.  
  367.  
  368. <meta name="text:Link1" content="/" />
  369. <meta name="text:Link1 Title" content="link1" />
  370. <meta name="text:Link2" content="/" />
  371. <meta name="text:Link2 Title" content="link2" />
  372. <meta name="text:Link3" content="/" />
  373. <meta name="text:Link3 Title" content="link3" />
  374. <meta name="text:Link4" content="/" />
  375. <meta name="text:Link4 Title" content="link4" />
  376. <meta name="text:Link5" content="/" />
  377. <meta name="text:Link5 Title" content="link5" />
  378. <meta name="text:Link6" content="/" />
  379. <meta name="text:Link6 Title" content="link6" />
  380.  
  381.  
  382. <!----------------FONTES--------------->
  383. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  384. <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'>
  385. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  386.  
  387. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  388.  
  389. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  390. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  391. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  392.  
  393. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  394.  
  395.  
  396. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  397.  
  398. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  399.  
  400.  
  401.  
  402.  
  403. <title>{Title}</title>
  404. <link rel="shortcut icon" href="{Favicon}">
  405. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  406. {block:Description}
  407. <meta name="description" content="{MetaDescription}" />
  408. {/block:Description}
  409.  
  410.  
  411. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  412.  
  413. <style type="text/css">
  414.  
  415. body {background-color: {color:background}; font-family: Century Gothic; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  416.  
  417. a {color: {color:link}; text-decoration: none; text-transform: none;}
  418. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  419.  
  420. p {margin: 6px 0 0 0}
  421.  
  422. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  423. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  424. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  425. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  426.  
  427. blockquote img{max-width: 470px!important}
  428. blockquote blockquote img{max-width: 450px!important}
  429. blockquote blockquote blockquote img{max-width: 430px!important}
  430. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  431.  
  432.  
  433.  
  434.  
  435. /**************---------------------------posts*/
  436. #omdg {float: left; margin-left: 475px; margin-top: -2px;opacity:1; overflow: hidden; }
  437.  
  438. .baseduh {width: 480px; background-color: {color:post};
  439. padding: 7px; margin-bottom: 1px; text-align:left;
  440. font-family: tahoma; font-size: 10.5px; position: relative;}
  441.  
  442. /***---------------TITULOS DO POST-----------------***/
  443. h1 {font-family:Century Gothic ; text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  444. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  445. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  446.  
  447.  
  448. .baseduh1 {font-family: "tahoma"; text-align: center;
  449. font-size: 14px; line-height: 15px; padding: 4px;
  450. background:{color:background};}
  451. .baseduh2 {text-align: center; text-transform: none;
  452. margin-bottom: 5px;background:{color:background};}
  453. .baseduh2 a, a:hover{text-transform: none;}
  454.  
  455.  
  456. /* Chat por Anna (livelikeasuicide) *********/
  457. .chat {background:{color:posts}; margin: 0; font-size:
  458.  
  459. 10px; font-family: trebuchet ms;}
  460. .chat .chat1 {margin-left: 0px;font-size:
  461. 8px; }
  462. .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
  463. margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
  464. .chat .chat1 .chat2.even {background:{color:background};
  465. color:{color:text};font-size:
  466. 9px;font-weight: bold; } /* Segunda linha */
  467. .chat .chat1 .chat2 span{font-weight: bold; }
  468.  
  469.  
  470.  
  471. .chat {line-height: 13px; list-style: none }
  472. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  473. .person1 {color: {color:text}; padding: 2px; }
  474. .person1 .label {font-weight: bold; color:{color:text}}
  475. .person2 {color: {color:text}; padding: 2px; }
  476. .person2 .label {font-weight: bold; color:{color:text}}
  477.  
  478. .player {background-color: #181818; text-align: justify; display:block;}
  479.  
  480. .image {text-align:center; border: 0px}
  481. .image img {max-width: 470px; margin-bottom: 2px }
  482.  
  483. .image img:hover {border: 2px solid {color:borda2};}
  484.  
  485. /*NEGRITO ITALICO E SUBLINHADO*/
  486. b, strong, bold {color:{color:abc};}
  487.  
  488. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  489.  
  490. i, em{color:{color:text};}
  491.  
  492.  
  493.  
  494. /*** Stilo da Ask por TTHY ********/
  495. .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; }
  496. .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};}
  497. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  498. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  499. .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; }
  500.  
  501.  
  502. /****---NOTES,DATAS,REBLOG POR [OMDG]-------****/
  503.  
  504. #date {text-align: right; font-size: 10px;font-family: Ubuntu Mono; text-transform: lowercase; z-index: 11;}
  505. #date a {font-size: 10px;}
  506.  
  507. .tags {color: {color:tags}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
  508. .tags a {font-size: 9px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  509.  
  510. #cap {width: 500px; margin-top: -2px;}
  511. .source {display: none;}
  512.  
  513. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: right}
  514. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  515. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  516. .notes img{display: none; border:0px}
  517.  
  518.  
  519. /*** IMAGEM DA DUDA***/
  520.  
  521. .duhimag {position: absolute;
  522. width:257px;
  523. height:249px;
  524. margin-left:185px;
  525. margin-top: 102px;
  526. position:fixed;
  527. border:2px solid {color:borda2}; }
  528. .duhimag img {position:fixed; border:5px solid {color:bordaimg};
  529. -webkit-transition: all 1s ease-in-out;
  530. -webkit-border-radius: 0px 0px 0px 0px;
  531. -moz-transition: all 1s ease-in-out;
  532. -o-transition: all 1s ease-in-out;
  533. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  534. display: block;
  535. height:239px;
  536. width: 247px;
  537. background-color: ;
  538. padding:0px;
  539. margin-left:0px;
  540. margin-top:0px;
  541. opacity:0.8;
  542. -webkit-transition-duration: 0.8s;
  543. opacity: 9.0}
  544.  
  545.  
  546. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  547.  
  548.  
  549.  
  550. /******----------------DESCRIÇÃO----------------******/
  551. #notinholaduda {margin-left: 162px; margin-top: 366px; width:300px; font-size: 11px; height: 38px; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:textdesc};background:{color:sidebar} ;position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  552. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;text-shadow: 1px 1px 4px {color:sombra};}
  553.  
  554. /*******-------------------PARTE DA SIDEBAR-------******/
  555.  
  556. #estela1 {position: fixed; margin-left: 175px; width:280px; height: 289px; background-color:{color:sidebar}; margin-top: 75px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); background-image: url('{image:fudinho}'); }
  557.  
  558.  
  559.  
  560. #marion1 {position: fixed;
  561. margin-left: 97px;
  562. width:95px;
  563. height: 27px;
  564. background-color:{color:borda};
  565. margin-top: 385px;
  566. -webkit-transform: rotate(0deg);
  567. -webkit-transform: rotate(180deg);}
  568.  
  569.  
  570.  
  571. /*** TITULOS***/
  572. #duka {background-color:{color:bgfrase};margin-left:200px;margin-top: 62px; height:24px; line-height:25px;float:left; position:fixed; width:218px; font-family: Rochester; font-size:19px; text-align: left;
  573. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};border: 4px double {color:borda};-webkit-border-radius: 0px 0px 0px 0px;}
  574.  
  575.  
  576.  
  577.  
  578. /***—-Menu perfect shadow por o-mundo-de-uma-garota—-♥—***/
  579. #menu1{width:198px; height: 40px; float: left; margin-left:235px; margin-top: 305px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  580. #menu1 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: 19px; width: 55px; color:{color:link};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; line-height: 19px; 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};opacity:0.8; }
  581. #menu1 a:hover{text-shadow: 0px -5px {color:borda2};, 0px -5px {color:borda2}; border-radius: 25px 10px / 10px 25px;-moz-border-radius: 25px 10px / 10px 25px;background: {color:background links};padding: 10px;-webkit-transform:scale(1.8);-moz-transform:scale(1.8);-o-transform:scale(1.7);opacity:0.2;-webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7;}
  582. .efeito img.top { opacity:1;}
  583. .efeito:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  584. .efeito:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray;opacity:1.0;}
  585.  
  586.  
  587. /***--------------SELEÇÃO COLORIDA------------------***/
  588. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  589. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  590.  
  591. /*** SCROLLBAR***/
  592.  
  593. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  594.  
  595. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  596.  
  597.  
  598. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  599. pre {text-align: justify;
  600. padding-left: 5px;
  601. line-height: 20px;
  602. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  603. font-family: tahoma;
  604. color:{color:text};
  605. overflow: scroll;
  606. margin-right: 1px;
  607. margin-bottom: 7px;}
  608.  
  609. /****** tumblr controls by ritamafalda */
  610.  
  611. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  612.  
  613. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  614.  
  615. /***-----------QUADRADINHO-------------------------------***/
  616.  
  617.  
  618. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 145px; margin-top: 237px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
  619.  
  620.  
  621. /***----------------- FAIXAS E LINHAS DA SIDEBAR-----------***/
  622.  
  623. #faixa2 {margin-top: 218px; margin-left: 27px; position: fixed; background-color: {color:sidebar}; height: 4px; width:289px;-webkit-transform: rotate(-90deg);-webkit-border-radius: 90px 0px 0px 0px}/***detalhes by o-mundo-de-uma-garota***/
  624.  
  625. #faixa3 {margin-top: 218px; margin-left: 314px; position: fixed; background-color: {color:sidebar}; height: 4px; width:289px;-webkit-transform: rotate(-90deg);-webkit-border-radius: 90px 0px 0px 0px}/***detalhes by o-mundo-de-uma-garota***/
  626.  
  627. /*** ASPINHA***/
  628. #aspa {font-size:49px;
  629. font-style: normal;
  630. text-transform:none;
  631. text-align:center;
  632. font-family:arial;
  633. background-color: #omdg;
  634. color: {color:aspa};
  635. font-style:none;
  636. line-height:8px;
  637. text-transform:none;
  638. padding: 5px;
  639. width:217px;
  640. height: 5px;
  641. line-height: 3px;
  642. padding-top: 7px;
  643. letter-spacing:0px;
  644. margin-top:195px;
  645. text-transform:none;
  646. position:fixed;
  647. margin-left:-56px;
  648. background-color: omdg;
  649. border-bottom: 0px dotted {color:text};
  650. -webkit-transform: rotate(0deg);opacity:0.3;}
  651.  
  652.  
  653.  
  654. #page {position: fixed; margin-left:77px; margin-top: 250px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;z-index:100}
  655. #page a {color:{color:link}}
  656. #page a:hover {color:{color:linha2};}
  657.  
  658. #pag {position: fixed; margin-left: 77px; margin-top: 270px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;}
  659. #pag a {color:{color:link}}
  660. #pag a:hover {color:{color:linha2};}
  661.  
  662.  
  663. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 175px; margin-top: 49px; color:{color:sidebar}; font-size: 19px; -webkit-transform: rotate(89deg); z-index: 1000;}
  664.  
  665. #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 405px; margin-top: 49px; color:{color:sidebar}; font-size: 19px; -webkit-transform: rotate(-89deg); z-index: 1000;}
  666.  
  667. </style>
  668. <body oncontextmenu="return false">
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675. <!----------------EPA NÃO MEXA AQUI------------------->
  676.  
  677.  
  678. <div id="estela1"></div>
  679.  
  680.  
  681.  
  682. <div id="dj2">◥</div>
  683. <div id="dj3">◤</div>
  684.  
  685. <div id="faixa2"></div>
  686. <div id="faixa3"></div>
  687.  
  688. <div class="duhimag" class="hover">
  689. <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  690. <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"></div></div>
  691.  
  692. <div id="duka">{text:frase2}</div>
  693.  
  694.  
  695.  
  696. <div id="notinholaduda">{Description}</div>
  697.  
  698.  
  699. <div id="menu1">
  700. <a href="{text:Link1}">{text:Link1 Title}</a>
  701. <a href="{text:Link2}">{text:Link2 Title}</a>
  702. <a href="{text:Link3}">{text:Link3 Title}</a>
  703. <a href="{text:Link4}">{text:Link4 Title}</a>
  704. <a href="{text:Link5}">{text:Link5 Title}</a>
  705. <a href="{text:Link6}">{text:Link6 Title}</a>
  706.  
  707. </div class>
  708. </div></div>
  709. </div>
  710. </div>
  711. </div>
  712.  
  713. <!-------------PAGINATION--------------------->
  714. <div id="pag">{block:NextPage}<a href="{NextPage}">⇢ </a>{/block:NextPage}</div>
  715.  
  716. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">⇠</a>{/block:PreviousPage}</div></div>
  717. </div>
  718. </div>
  719.  
  720.  
  721. <!-------------CRÉDITOS------------------------------>
  722. <div style="margin-left:20px;background:{color:sidebar};-webkit-border-radius: 20px 0px 20px 0px;-webkit-transform: rotate(0deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 8px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme feito por o-mundo-de-uma-garota,não copie plagio é crime"><small>THEME</small></a>
  723. <font color="{color:tags}">©</font> </a></div>
  724.  
  725.  
  726. <!-----------------OMDG FALSO-IFRAME------------------>
  727.  
  728. <div id="omdg">
  729.  
  730. {block:Posts}
  731.  
  732. <!------------------------BASE DUH------------------------>
  733. <div class="baseduh">
  734.  
  735. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  736.  
  737. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  738.  
  739. {block:Photoset}{Photoset-500}{/block:Photoset}
  740.  
  741. <!-----------------BASE DUH 2 E 3 --------------------->
  742.  
  743. {block:Quote}
  744. <div class="baseduh1">“{Quote}”</div>
  745. {block:Source}<div class="baseduh2"> <font color="{color:tags}">~</font> {Source}</div>
  746. {/block:Source}
  747. {/block:Quote}
  748.  
  749. {block:Link}
  750. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  751. {block:Description}{Description}{/block:Description}
  752. {/block:Link}
  753.  
  754. {block:Chat}
  755. <div class="chat">
  756. <div class="chat1">
  757. {block:Lines}
  758. <div class="chat2 {Alt}">
  759. {block:Label}
  760. <span>{Label}</span>
  761. {/block:Label}
  762. {Line}</div>
  763. {/block:Lines}
  764. </div>
  765. </div>
  766. {/block:Chat}
  767.  
  768.  
  769. {block:Audio}
  770. <div class="player">{AudioPlayerBlack}</div>
  771. {block:Caption}{Caption}{/block:Caption}
  772. {/block:Audio}
  773.  
  774. {block:Video}{Video-500}{/block:Video}
  775.  
  776. {block:Answer}
  777. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  778. <div class="pergunta">{Question}</div>
  779. <br>
  780. <div class="oi">{Answer}</div>
  781. {/block:Answer}
  782.  
  783.  
  784. <div id="cap">
  785. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  786. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  787. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  788.  
  789. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  790. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  791. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  792. {/block:ContentSource}</div></div>
  793. <br>
  794.  
  795.  
  796. <div id="date">
  797. {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>
  798. <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}
  799. {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>
  800. {/block:RebloggedFrom}
  801. </div>
  802. </div>{/block:Date}
  803.  
  804.  
  805.  
  806.  
  807. {/block:Posts}
  808. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817. </div>
  818. </div>
  819. </div>
  820. </div>
  821.  
  822. </body>
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment