Eduarda

RH Theme cute

Dec 4th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.54 KB | None | 0 0
  1. <!------------------------♥---------------------------------
  2. Theme by: revolutionhtml|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 Revolutionhtml & Html-and-materiai,alguns códigos por ana :],aproximar-te,TTHY and sweet-help;
  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="#696969" />
  336. <meta name="color:link" content="#EEE9E9" />
  337. <meta name="color:link hover" content="#1c1c1c" />
  338. <meta name="color:text" content="#EEE9E9" />
  339. <meta name="color:post" content="#8B8989" />
  340. <meta name="color:sidebar" content="#8B8989" />
  341. <meta name="color:background links" content="#FF83FA" />
  342. <meta name="color:text links" content="#8B8989" />
  343. <meta name="color:tags" content="#FF83FA" />
  344. <meta name="color:frase" content="#EEE9E9" />
  345. <meta name="color:abc" content="#FF83FA" />
  346. <meta name="color:italico" content="#363636" />
  347. <meta name="color:borda" content="#696969" />
  348. <meta name="color:borda2" content="#1c1c1c" />
  349. <meta name="color:bghover" content="#FFB5C5" />
  350. <meta name="color:sombra" content="#8B8989" />
  351. <meta name="color:textdesc" content="#EEE9E9" />
  352. <meta name="color:bgask" content="#CDCDC1" />
  353. <meta name="color:bgask2" content="#FF83FA" />
  354. <meta name="color:linha" content="#FF83FA" />
  355. <meta name="color:linha2" content="#FF83FA" />
  356. <meta name="color:bordaimg" content="#FF83FA" />
  357. <meta name="color:scrollbar" content="#EEE9E9" />
  358. <meta name="color:aspaquote" content="#FF83FA" />
  359. <meta name="color:links" content="#fff" />
  360. <meta name="color:chat" content="#EEE9E9" />
  361. <meta name="color:chat2" content="#FF83FA" />
  362.  
  363. <meta name="image:background" content="" />
  364. <meta name="image:fotinha" content="http://25.media.tumblr.com/tumblr_mebjyrOg111rwgebfo3_250.png"/>
  365. <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/yIfmeiyvy/blu.png" />
  366. <meta name="image:icon" content="http://4.bp.blogspot.com/_CvJVXzM3cn8/TFpBZTg-B2I/AAAAAAAAdrs/alDc-SoDbkc/s400/sgdoodlebug4-797068.gif" />
  367.  
  368. <meta name="text:frase2" content="A Pequena Menina dos olhos de Deus" />
  369.  
  370.  
  371.  
  372. <meta name="text:Link1" content="/" />
  373. <meta name="text:Link1 Title" content="link1" />
  374. <meta name="text:Link2" content="/" />
  375. <meta name="text:Link2 Title" content="link2" />
  376. <meta name="text:Link3" content="/" />
  377. <meta name="text:Link3 Title" content="link3" />
  378. <meta name="text:Link4" content="/" />
  379. <meta name="text:Link4 Title" content="link4" />
  380. <meta name="text:Link5" content="/" />
  381. <meta name="text:Link5 Title" content="link5" />
  382. <meta name="text:Link6" content="/" />
  383. <meta name="text:Link6 Title" content="link6" />
  384. <meta name="text:Link7" content="/" />
  385. <meta name="text:Link7 Title" content="link7" />
  386.  
  387. <!----------------FONTES--------------->
  388. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  389. <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'>
  390. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  391.  
  392. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  393.  
  394. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  395. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  396. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  397.  
  398. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  399.  
  400.  
  401. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  402.  
  403. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  404.  
  405. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  406.  
  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. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  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: Century Gothic; 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: 4px 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. /***------------POST'S------------♥---------***/
  441. #omdg {float: left; margin-left: 484px; margin-top: 8px;opacity:1; overflow: hidden; border: 2px dotted {color:borda};}
  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: Swanky and Moo Moo; text-align: center; background:{color:background};font-size: 28px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  449. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  450. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  451.  
  452. /***---------------BASE DUH 1 --------------♥-----------***/
  453. .baseduh1 {font-family: "tahoma"; text-align: center;
  454. font-size: 14px; line-height: 15px; padding: 4px;
  455. background:{color:background};text-transform:uppercase;}
  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. /***-----------CHAT---------------♥--------------***/
  461.  
  462. .chat {background:transp; margin: 0; font-size:
  463. 11px; font-family: arial;}
  464. .chat .lines {margin-left: 0; background: {color:chat}; color:
  465. {color:text}; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
  466. .chat .lines span{font-family:lobster;font-size:13px;background-color:{color:chat2};padding: 4px 4px 4px 4px;margin-left:-5px;}
  467.  
  468. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  469. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  470.  
  471. .player {background-color: #181818; text-align: justify; display:block;}
  472.  
  473. .image {text-align:center; border: 0px}
  474. .image img {max-width: 470px; margin-bottom: 2px }
  475.  
  476. .image img:hover {border: 2px solid {color:borda2};}
  477.  
  478. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  479. b, strong, bold {color:{color:abc};}
  480.  
  481. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  482.  
  483. i, em{color:{color:text};}
  484.  
  485. /* QUOTE (sweet-help) */
  486. .quote {font: normal 16px 'Tahoma'; color:{color:text}; text-align: justify; margin-left: 45px; color: #aaa;}
  487. .aspa {font-size: 60px; font-family: Georgia; color: {color:aspaquote}; text-align: left; float: left; line-height: 75px;}
  488. .qsource {padding-top: 5px;; text-align: right; text-transform: none; color: {color:text};}
  489.  
  490. /*** Stilo da Ask por TTHY ********/
  491. .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; }
  492. .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};}
  493. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  494. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  495. .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; }
  496.  
  497.  
  498. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  499.  
  500. #date {text-align: right; font-size: 10px;font-family: calibri; z-index: 11;text-transform:uppercase;color:{color:tags};}
  501. #date a {font-size: 10px;}
  502.  
  503. .tags {color: {color:links}; font-size: 8px; font-family: "calibri"; display: inline; list-style: none; text-transform: lowercase;}
  504. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  505.  
  506. #cap {width: 500px; margin-top: -2px;}
  507. .source {display: none;}
  508.  
  509. /*** Notes enfeitados por things-to-help-you ******/
  510. ol.notes { display : block;border-left : 1px solid {color:linha};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; list-style-type: none; font-size: 10px;}
  511. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  512. ol.notes li.note img.avatar {display: none;}
  513. ol.notes li.note span.action {font-weight: none;}
  514. ol.notes li.note .answer_content {font-weight: normal;}
  515. ol.notes li.note blockquote {display: none;}
  516. ol.notes li.note blockquote a {text-decoration: none;}
  517. ful { list-style: none; }
  518. ol { list-style-position: inside; }
  519. * { margin: 0; padding: 0; outline: none; }
  520. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  521. font-family: Verdana, Geneva, sans-serif;
  522. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  523. .extra {border-left: 4px solid {color:linha}; display : block;border-bottom : 0px solid {color:post};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  524. .extrass {border-left: 4px solid {color:linha}; display : block;border-bottom : 1px solid {color:linha};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  525. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  526.  
  527.  
  528. /***---------- IMAGEM DA DUDA-------♥--------***/
  529.  
  530. .duhimag {position: absolute;
  531. width:277px;
  532. height:249px;
  533. margin-left:165px;
  534. margin-top: 102px;
  535. position:fixed;
  536. border:2px dotted {color:borda2}; }
  537. .duhimag img {position:fixed; border:5px solid {color:bordaimg};
  538. -webkit-transition: all 1s ease-in-out;
  539. -webkit-border-radius: 0px 0px 0px 0px;
  540. -moz-transition: all 1s ease-in-out;
  541. -o-transition: all 1s ease-in-out;
  542. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  543. display: block;
  544. height:239px;
  545. width: 267px;
  546. background-color: ;
  547. padding:0px;
  548. margin-left:0px;
  549. margin-top:0px;
  550. opacity:1.0;
  551. -webkit-transition-duration: 0.8s;
  552. opacity: 1}
  553.  
  554.  
  555. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  556.  
  557.  
  558.  
  559. /******----------------DESCRIÇÃO--------♥--------******/
  560. #notinholaduda {margin-left: 135px; margin-top: 393px; width:338px; font-size: 11px; height:auto; text-align: center; background:{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;-webkit-border-radius: 20px 20px 20px 20px;
  561. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
  562.  
  563. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  564.  
  565. #estela1 {position: fixed; margin-left: 155px; width:300px; height: 296px; background-color:{color:sidebar}; margin-top: 95px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); }
  566.  
  567.  
  568.  
  569. #marion1 {position: fixed;
  570. margin-left: 97px;
  571. width:95px;
  572. height: 27px;
  573. background-color:{color:borda};
  574. margin-top: 385px;
  575. -webkit-transform: rotate(0deg);
  576. -webkit-transform: rotate(180deg);}
  577.  
  578.  
  579.  
  580. /***-------------- TITULOS------------------♥--------***/
  581. #duka {margin-left:155px;margin-top: 69px; height:24px; line-height:25px;float:left; position:fixed; width:300px; font-family:Swanky and Moo Moo; font-size:22px; text-align: left;background:{color:sidebar};
  582. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 0px 0px 0px;}
  583.  
  584. #duka a:hover {color:{color:linha};}
  585.  
  586. /*—Menu Ownt por:Duda.R [o-mundo-de-uma-garota] exclusive do Revolutionhtml—*/
  587. #menurh{width:498px; height: 40px; float: left; margin-left:202px; margin-top: 358px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  588. #menurh 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: 49px; color:{color:link};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; border-bottom: 2px solid {color:linha2};border-top: 3px solid {color:linha2};line-height: 20px; 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}; }
  589. #menurh a:hover{-webkit-transform-origin:padding: 5px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;background: #FFC0CB url('http://static.tumblr.com/ywlup7y/P4tm242r5/coracao2.png') no-repeat right;filter: hue-rotate(190deg); -webkit-filter: hue-rotate(360deg);-moz-filter: hue-rotate(360deg);-o-filter: hue-rotate(360deg);
  590. -ms-filter: hue-rotate(360deg);-webkit-transition-duration: 2.0s;-webkit-border-radius: 0px;-moz-border-radius: 0px;color:{color:link}; border-radius: 0px; }
  591.  
  592.  
  593.  
  594. .menu {position:fixed; margin-left: 145px; margin-top: 185px;}
  595. .menu a {overflow: hidden; font-family:arial; display: block; font-family:"04b03", small fonts; font-size:8px; text-transform: uppercase; color:{color:link}; width: 0px; border-left: 8px solid ;border-color: {color:background links}; text-align: center; margin-bottom: 1px; height: 30px;}
  596. .menu a:hover {overflow: hidden;margin-right: 3px; background: url('http://static.tumblr.com/ifqwhnb/QcQm4x9v4/menu.png'); font-family:"04b03", small fonts; font-size:10px; text-transform: uppercase; display: block; color: {color:links}; width: 290px; border-left: 8px solid border-color: {color:bghover}; padding: 5px; text-align: center; margin-bottom: 1px;height: 30px; -line-height: 30px;letter-spacing: 3px;}
  597.  
  598.  
  599. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  600. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  601. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  602.  
  603. /*** SCROLLBAR***/
  604.  
  605. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  606.  
  607. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  608.  
  609.  
  610. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  611. pre {text-align: justify;
  612. padding-left: 5px;
  613. line-height: 20px;
  614. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  615. font-family: tahoma;
  616. color:{color:text};
  617. overflow: scroll;
  618. margin-right: 1px;
  619. margin-bottom: 7px;}
  620.  
  621. /****** tumblr controls by ritamafalda */
  622.  
  623. 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;}
  624.  
  625. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  626.  
  627. /***-----------QUADRADINHO---------------♥----------------***/
  628.  
  629.  
  630. #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;}
  631.  
  632.  
  633. /***----------------- FAIXAS E LINHAS DA SIDEBAR----♥-------***/
  634.  
  635. #faixa2 {margin-top: 176px; margin-left: 135px; position: fixed; background-color: {color:sidebar}; height: 109px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
  636.  
  637. #faixa3 {margin-top: 176px; margin-left: 137px; position: fixed; background-color: {color:sidebar}; height: 3px; width:20px;}/***detalhes by o-mundo-de-uma-garota***/
  638.  
  639. #faixa4 {margin-top: 282px; margin-left: 137px; position: fixed; background-color: {color:sidebar}; height: 3px; width:20px;}/***detalhes by o-mundo-de-uma-garota***/
  640.  
  641. /*** ASPINHA***/
  642. #aspa {font-size:49px;
  643. font-style: normal;
  644. text-transform:none;
  645. text-align:center;
  646. font-family:arial;
  647. background-color: #omdg;
  648. color: {color:aspa};
  649. font-style:none;
  650. line-height:8px;
  651. text-transform:none;
  652. padding: 5px;
  653. width:217px;
  654. height: 5px;
  655. line-height: 3px;
  656. padding-top: 7px;
  657. letter-spacing:0px;
  658. margin-top:195px;
  659. text-transform:none;
  660. position:fixed;
  661. margin-left:-56px;
  662. background-color: omdg;
  663. border-bottom: 0px dotted {color:text};
  664. -webkit-transform: rotate(0deg);opacity:0.3;}
  665.  
  666.  
  667. #marion1 {position: fixed;
  668. margin-left: 155px;
  669. width:300px;
  670. height: 13px;
  671. background-color:{color:sidebar};
  672. margin-top: 366px;
  673. -webkit-transform: rotate(0deg);
  674. -webkit-transform: rotate(180deg);
  675. background-image: url('{image:fudinho}');}
  676.  
  677. #page {position: fixed; margin-left:377px; margin-top: 450px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;z-index:100}
  678. #page a {color:{color:link}}
  679. #page a:hover {color:{color:linha2};}
  680.  
  681. #pag {position: fixed; margin-left: 377px; margin-top: 460px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;}
  682. #pag a {color:{color:link}}
  683. #pag a:hover {color:{color:linha2};}
  684.  
  685.  
  686.  
  687. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 405px; margin-top: 49px; color:{color:sidebar}; font-size: 19px; -webkit-transform: rotate(0deg); z-index: 1000;-moz-animation: 9s ease 0s normal none ana;
  688. -moz-transform-origin: center top;
  689. -webkit-animation:ana 9s ease-in-out;
  690. -webkit-transform-origin:top;-moz-animation: 5s ease 0s normal none ana;
  691. -moz-transform-origin: center top;
  692. -webkit-animation:ana 5s ease-in-out;
  693. -webkit-transform-origin:top;opacity:1;}
  694.  
  695. </style>
  696. <body oncontextmenu="return false">
  697.  
  698.  
  699. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  700.  
  701.  
  702.  
  703. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  704.  
  705.  
  706. <div id="estela1"></div>
  707.  
  708. <div id="dj2"><img src="{image:icon}"></div>
  709.  
  710. <div id="faixa2"></div>
  711. <div id="faixa3"></div>
  712. <div id="faixa4"></div>
  713. <div id="marion1"></div>
  714. <div class="duhimag" class="hover">
  715. <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  716. <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"></div></div>
  717.  
  718. <div id="duka">{text:frase2}</div>
  719.  
  720.  
  721.  
  722. <div id="notinholaduda">{Description}</div>
  723.  
  724.  
  725. <div id="menurh">
  726.  
  727. <a href="{text:Link4}">{text:Link4 Title}</a>
  728. <a href="{text:Link5}">{text:Link5 Title}</a>
  729. <a href="{text:Link6}">{text:Link6 Title}</a>
  730. <a href="{text:Link7}">{text:Link7 Title}</a>
  731.  
  732. </div class>
  733. </div></div>
  734. </div>
  735. </div>
  736. </div>
  737.  
  738.  
  739. <div class="menu">
  740. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  741. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  742. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  743.  
  744.  
  745. </div>
  746.  
  747. <!-------------PAGINATION-----------♥---------->
  748. <div id="pag">{block:NextPage}<a href="{NextPage}">⇢ </a>{/block:NextPage}</div>
  749.  
  750. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">⇠</a>{/block:PreviousPage}</div></div>
  751. </div>
  752. </div>
  753.  
  754.  
  755. <!-------------CRÉDITOS-----------------♥------------->
  756. <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://revolutionhtml.tumblr.com/"title="Theme por revolutionhtml feito por Duda.R [OMDG] + dtlhs por: aproximar-te plagio é crime"><small>THEME</small></a>
  757. <font color="{color:tags}">©</font> </a></div>
  758.  
  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. <b class="aspa">“</b>
  779. <div class="quote">{Quote}</div>
  780. {block:Source}<div class="qsource"> — {Source} </div>{/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. <!---------------CHAT--♥---------------->
  788. {block:Chat}<div class="caixa">
  789. {block:Lines}
  790. <div class="chat">
  791. <div class="lines">{block:Label}
  792. <span>{Label}</span>
  793. {/block:Label}
  794. {Line}</div></div>
  795. {/block:Lines}
  796. {block:IndexPage}
  797. <center><div class="pp">
  798. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  799. <a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">{NoteCount} notes </a>· <a href="{ReblogURL}" target="_blank">Reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a></div></center>
  800. {/block:IndexPage}
  801. </div>{block:Chat}
  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. {block:Answer}
  811. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  812. <div class="pergunta">{Question}</div>
  813. <br>
  814. <div class="oi">{Answer}</div>
  815. {/block:Answer}
  816.  
  817.  
  818. <div id="cap">
  819. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  820. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  821. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  822.  
  823. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  824. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  825. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  826. {/block:ContentSource}</div></div>
  827. <br>
  828.  
  829.  
  830. <div id="date">
  831. {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>
  832. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank">REBLOG <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  833. {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>
  834. {/block:RebloggedFrom}
  835. </div>
  836. </div>{/block:Date}
  837.  
  838.  
  839.  
  840. {block:PostNotes}
  841. <div class="caixa">
  842. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
  843. <div class="extra">
  844. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  845. </div>
  846. <div class="extra">
  847. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  848. <span style="width:auto;">
  849. {block:HasTags}
  850. {block:Tags}
  851. <a class="tag" href="{TagURL}">{Tag}</a>
  852. {/block:Tags}
  853. {/block:HasTags}</span>
  854. <br>
  855. </div>
  856. <div class="extra">
  857. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  858. </div>
  859. </div><br>
  860. <div class="caixa">
  861. {PostNotes}
  862. </div>
  863. {/block:PostNotes}
  864. {/block:Posts}
  865. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874. </div>
  875. </div>
  876. </div>
  877. </div>
  878.  
  879. </body>
  880. </html>
Advertisement
Add Comment
Please, Sign In to add comment