Eduarda

Theme 88

Dec 6th, 2012
944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.39 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 Revolutionhtml & Html-and-materiai,alguns códigos por ana :],TTHY singlethemes and sweet-help;
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ------------♥ ---->
  8.  
  9. <html>
  10.  
  11.  
  12. <script type="text/javascript">
  13. $(window).load(function(){
  14. var $wall = $('#box');
  15. $wall.imagesLoaded(function(){
  16. $wall.masonry({
  17. itemSelector: '.post',
  18. isAnimated : true
  19. });
  20. });
  21. $wall.infinitescroll({
  22. navSelector : "div#navigation",
  23. nextSelector : "div#navigation a#nextPage",
  24. itemSelector : '.post',
  25. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  26. loadingText : " ",
  27. donetext : " ",
  28. extraScrollPx : 9000,
  29. bufferPx : 10000,
  30. debug : false,
  31. errorCallback: function() {
  32. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  33. }},
  34. function( newElements ) {
  35. var $newElems = $( newElements );
  36. $newElems.hide();
  37. $newElems.imagesLoaded(function(){
  38. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  39. });
  40. }); $('#box').show(500);
  41. });
  42. </script>
  43.  
  44.  
  45. <head>
  46.  
  47.  
  48. <script>
  49.  
  50.  
  51.  
  52. $(document).ready(function() {
  53.  
  54. //
  55.  
  56.  
  57.  
  58. //When you click on a link with class of poplight and the href starts with a #
  59.  
  60. $('a.poplight[href^=#]').click(function() {
  61.  
  62. var popID = $(this).attr('rel'); //Get Popup Name
  63.  
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65.  
  66.  
  67.  
  68. //Pull Query & Variables from href URL
  69.  
  70. var query= popURL.split('?');
  71.  
  72. var dim= query[1].split('&');
  73.  
  74. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  75.  
  76.  
  77.  
  78. //Fade in the Popup and add close button
  79.  
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" title="OMDG" alt="Close" /></a>');
  81.  
  82.  
  83. //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
  84.  
  85. var popMargTop = ($('#' + popID).height() + 80) / 2;
  86.  
  87. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  88.  
  89.  
  90.  
  91. //Apply Margin to Popup
  92.  
  93. $('#' + popID).css({
  94.  
  95. 'margin-top' : -popMargTop,
  96.  
  97. 'margin-left' : -popMargLeft
  98.  
  99. });
  100.  
  101.  
  102.  
  103. //Fade in Background
  104.  
  105. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  106.  
  107. $('#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
  108.  
  109.  
  110.  
  111. return false;
  112.  
  113. });
  114.  
  115.  
  116.  
  117. //Close Popups and Fade Layer
  118.  
  119. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  120.  
  121. $('#fade , .popup_block').fadeOut(function() {
  122.  
  123. $('#fade, a.close').remove(); //fade them both out
  124.  
  125. });
  126.  
  127. return false;
  128.  
  129. });
  130.  
  131.  
  132.  
  133.  
  134.  
  135. });
  136.  
  137. </script>
  138.  
  139.  
  140.  
  141. <head>
  142.  
  143.  
  144.  
  145. <!-- APPERENCE OMDG -->
  146.  
  147.  
  148. <meta name="color:background" content="#1C1C1C" />
  149. <meta name="color:link" content="#8B8989" />
  150. <meta name="color:link hover" content="#8B8989" />
  151. <meta name="color:text" content="#8B8989" />
  152. <meta name="color:post" content="#000" />
  153. <meta name="color:sidebar" content="#000" />
  154. <meta name="color:background links" content="#FFC0CB" />
  155. <meta name="color:text links" content="#FFFFFF" />
  156. <meta name="color:tags" content="#FFC0CB" />
  157. <meta name="color:frase" content="#8B8989" />
  158. <meta name="color:abc" content="#FFC0CB" />
  159. <meta name="color:italico" content="#FFFFFF" />
  160. <meta name="color:borda" content="#8B8989" />
  161. <meta name="color:borda2" content="#1C1C1C" />
  162. <meta name="color:bghover" content="#FFC0CB" />
  163. <meta name="color:sombra" content="#000" />
  164. <meta name="color:textdesc" content="#8B8989" />
  165. <meta name="color:bgask" content="#1c1c1c" />
  166. <meta name="color:bgask2" content="#FFC0CB" />
  167. <meta name="color:linha" content="#FFC0CB" />
  168. <meta name="color:linha2" content="#1C1C1C" />
  169. <meta name="color:bordaimg" content="#1c1c1c" />
  170. <meta name="color:scrollbar" content="#000" />
  171. <meta name="color:aspaquote" content="#FFC0CB" />
  172. <meta name="color:links" content="#FFFFFF" />
  173. <meta name="color:chat" content="#1C1C1C" />
  174. <meta name="color:chat2" content="#FFC0CB" />
  175. <meta name="color:coracao1" content="#FFC0CB" />
  176. <meta name="color:coracao2" content="#8B8989" />
  177.  
  178.  
  179. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/qEImemjrz/tumblr_m524nz3toe1qkzf0fback.png" />
  180. <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/Pk7memk4w/tumblr_mem9rmociq1r0edy6o1_1280.jpg"/>
  181. <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/2Ommemkto/fundinhoduh.png" />
  182.  
  183.  
  184. <meta name="text:frase2" content="só a barbie dele" />
  185. <meta name="text:frase1" content="só a barbie dele" />
  186.  
  187.  
  188. <meta name="text:Link1" content="/" />
  189. <meta name="text:Link1 Title" content="link1" />
  190. <meta name="text:Link2" content="/" />
  191. <meta name="text:Link2 Title" content="link2" />
  192. <meta name="text:Link3" content="/" />
  193. <meta name="text:Link3 Title" content="link3" />
  194. <meta name="text:Link4" content="/" />
  195. <meta name="text:Link4 Title" content="link4" />
  196. <meta name="text:Link5" content="/" />
  197. <meta name="text:Link5 Title" content="link5" />
  198. <meta name="text:Link6" content="/" />
  199. <meta name="text:Link6 Title" content="link6" />
  200. <meta name="text:Link7" content="/" />
  201. <meta name="text:Link7 Title" content="link7" />
  202.  
  203. <!----------------FONTES--------------->
  204. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  205. <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'>
  206. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  207.  
  208. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  209.  
  210. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  211. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  212. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  213.  
  214. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  215.  
  216.  
  217. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  218.  
  219. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  220.  
  221. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  222.  
  223.  
  224. <title>{Title}</title>
  225. <link rel="shortcut icon" href="{Favicon}">
  226. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  227. {block:Description}
  228. <meta name="description" content="{MetaDescription}" />
  229. {/block:Description}
  230.  
  231. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  232. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  233.  
  234.  
  235. <script type="text/javascript">
  236. // <![CDATA[
  237. var speed=100; //
  238. var height=3; //
  239. var alink="/"; // page to link text to (set to ="" for no link)
  240.  
  241. /****************************
  242. ****************************/
  243. var wobtxt, wobble, wobcnt=0;
  244. window.onload=function() { if (document.getElementById) {
  245. var i, wobli;
  246. wobble=document.getElementById("wobble");
  247. wobtxt=wobble.firstChild.nodeValue;
  248. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  249. for (i=0; i<wobtxt.length; i++) {
  250. wobli=document.createElement("span");
  251. wobli.setAttribute("id", "wobb"+i);
  252. wobli.style.position="relative";
  253. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  254. if (alink) {
  255. wobli.style.cursor="pointer";
  256. wobli.onclick=function() { top.location.href=alink; }
  257. }
  258. wobble.appendChild(wobli);
  259. }
  260. setInterval("wobbler()", speed);
  261. }}
  262.  
  263. function wobbler() {
  264. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  265. wobcnt++;
  266. }
  267. // ]]>
  268. </script>
  269.  
  270.  
  271.  
  272. <style type="text/css">
  273.  
  274. 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; }
  275.  
  276. a {color: {color:link}; text-decoration: none; text-transform: none;}
  277. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  278.  
  279. p {margin: 6px 0 0 0}
  280.  
  281. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  282. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  283. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  284. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  285.  
  286. blockquote img{max-width: 470px!important}
  287. blockquote blockquote img{max-width: 450px!important}
  288. blockquote blockquote blockquote img{max-width: 430px!important}
  289. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  290.  
  291.  
  292.  
  293.  
  294. /***------------POST'S------------♥---------***/
  295. #omdg {float: left; margin-left: 484px; margin-top: 8px;opacity:1; overflow: auto;}
  296.  
  297. .baseduh {width: 490px; background-color: {color:post};
  298. padding: 7px; margin-bottom: 1px; text-align:left;
  299. font-family: tahoma; font-size: 10.5px; position: relative;}
  300.  
  301. /***---------------TITULOS DO POST--------♥---------***/
  302. h1 {font-family: Swanky and Moo Moo; text-align: center; background:{color:background};font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  303. h1 a {text-align: center; font-size: 11px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  304. h1 a:hover {text-align: center; font-size: 11px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  305.  
  306. /***---------------BASE DUH 1 --------------♥-----------***/
  307. .baseduh1 {font-family: "tahoma"; text-align: center;
  308. font-size: 12px; line-height: 15px; padding: 4px;
  309. background:{color:background};text-transform:uppercase;}
  310. .baseduh2 {text-align: center; text-transform: none;
  311. margin-bottom: 5px;background:{color:background};}
  312. .baseduh2 a, a:hover{text-transform: none;}
  313.  
  314.  
  315. /*—-Chat por Duda.R [OMDG] exclusive por revolutionhtml—*/
  316.  
  317. .chat {font-family: calibri;background:#000;
  318.  
  319. font-size:12px; }
  320.  
  321. .chat .RH { -webkit-border-radius: 20px 20px 20px 20px;border-right: 3px solid {color:borda};margin-bottom: 1px; background-color: {color:chat};padding: 4px 5px 4px 5px;-webkit-border-radius: 20px 20px 20px 20px;border-right: 3px solid {color:borda2};color:
  322.  
  323. {color:text};}
  324.  
  325. .chat .RH span{margin-left:-4px;font-size:13px;border-right: 3px solid {color:linha2};background-color: {color:chat2};padding: 4px 4px 4px 4px;-webkit-border-radius: 20px 20px 0px 20px;font-family:Courgette;}
  326.  
  327. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  328. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  329.  
  330. .player {background-color: #181818; text-align: justify; display:block;}
  331.  
  332. .image {text-align:center; border: 0px}
  333. .image img {max-width: 470px; margin-bottom: 2px }
  334.  
  335. .image img:hover {border: 2px solid {color:borda2};}
  336.  
  337. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  338. b, strong, bold {color:{color:abc};}
  339.  
  340. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  341.  
  342. i, em{color:{color:text};}
  343.  
  344. /* QUOTE (sweet-help) */
  345. .quote {font: normal 16px 'Tahoma'; color:{color:text}; text-align: justify; margin-left: 45px; color: #aaa;}
  346. .aspa {font-size: 60px; font-family: Georgia; color: {color:aspaquote}; text-align: left; float: left; line-height: 75px;}
  347. .qsource {padding-top: 5px;; text-align: right; text-transform: none; color: {color:text};}
  348.  
  349. /*** Stilo da Ask por TTHY ********/
  350. .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; }
  351. .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};}
  352. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  353. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  354. .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; }
  355.  
  356.  
  357. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  358.  
  359. #date {text-align: right; font-size: 10px;font-family: calibri; z-index: 11;text-transform:uppercase;color:{color:tags};}
  360. #date a {font-size: 10px;}
  361.  
  362. .tags {color: {color:links}; font-size: 8px; font-family: "calibri"; display: inline; list-style: none; text-transform: lowercase;}
  363. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  364.  
  365. #cap {width: 500px; margin-top: -2px;}
  366. .source {display: none;}
  367.  
  368. /*** Notes enfeitados por things-to-help-you ******/
  369. 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;}
  370. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  371. ol.notes li.note img.avatar {display: none;}
  372. ol.notes li.note span.action {font-weight: none;}
  373. ol.notes li.note .answer_content {font-weight: normal;}
  374. ol.notes li.note blockquote {display: none;}
  375. ol.notes li.note blockquote a {text-decoration: none;}
  376. ful { list-style: none; }
  377. ol { list-style-position: inside; }
  378. * { margin: 0; padding: 0; outline: none; }
  379. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  380. font-family: Verdana, Geneva, sans-serif;
  381. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  382. .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;}
  383. .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;}
  384. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  385.  
  386.  
  387. /***---------- IMAGEM DA DUDA-------♥--------***/
  388.  
  389. .duhimag {position: absolute;
  390. width:277px;
  391. height:249px;
  392. margin-left:165px;
  393. margin-top: 98px;
  394. position:fixed;
  395. border:2px solid {color:borda2}; }
  396. .duhimag img {position:fixed; border:5px solid {color:bordaimg};
  397. -webkit-transition: all 1s ease-in-out;
  398. -webkit-border-radius: 0px 0px 0px 0px;
  399. -moz-transition: all 1s ease-in-out;
  400. -o-transition: all 1s ease-in-out;
  401. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  402. display: block;
  403. height:239px;
  404. width: 267px;
  405. background-color: ;
  406. padding:0px;
  407. margin-left:0px;
  408. margin-top:0px;
  409. opacity:1.0;
  410. -webkit-transition-duration: 0.8s;
  411. opacity: 1}
  412.  
  413.  
  414. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421. /******----------------DESCRIÇÃO--------♥--------******/
  422. #notinholaduda {margin-left: 155px; margin-top: 359px; width:290px; font-size: 11px; height:auto; text-align: center; 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;
  423. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
  424.  
  425. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  426.  
  427. #estela1 {position: fixed; margin-left: 155px; width:300px; height: 396px; background-color:{color:sidebar}; margin-top: 52px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); border:2px solid {color:borda}; box-shadow: 3px 3px 9px {color:sombra}; }
  428.  
  429.  
  430.  
  431. #marion1 {position: fixed;
  432. margin-left: 97px;
  433. width:95px;
  434. height: 27px;
  435. background-color:{color:borda};
  436. margin-top: 385px;
  437. -webkit-transform: rotate(0deg);
  438. -webkit-transform: rotate(180deg);}
  439.  
  440.  
  441. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  442. #duca {margin-top:55px;
  443. line-height:2px;
  444. background-color:duggs;
  445. margin-left: 325px;
  446. overflow: hidden;
  447. position: fixed;
  448. color: {color:coracao1};
  449. padding: 10px;
  450. background-attachment: fixed;
  451. width:12px;
  452. height: 0px;
  453. -webkit-transition: all .5s ease-out;
  454. -moz-transition: all .5s ease-out;
  455. text-transform: uppercase;
  456. -webkit-transform: rotate(90deg); z-index: 8000000;}
  457.  
  458. #duca1 {font-size: 25px;
  459. font-family:sofia ;
  460. letter-spacing: -1px;
  461. text-transform: none;
  462. line-height: 3px;}
  463.  
  464.  
  465. #duca2 { margin-top:63px;
  466. line-height:2px;
  467. background-color:duggs;
  468. margin-left: 349px;
  469. overflow: hidden;
  470. position: fixed;
  471. color:{color:coracao2};
  472. padding: 10px;
  473. background-attachment: fixed;
  474. width:12px; height: 0px;
  475. -webkit-transition: all .5s ease-out;
  476. -moz-transition: all .5s ease-out;
  477. text-transform: uppercase;
  478. -webkit-transform: rotate(90deg); z-index: 8000000;
  479. }
  480.  
  481. #duca3 {font-size: 16px;
  482. font-family:sofia ;
  483. letter-spacing: -1px;
  484. text-transform: none;
  485. line-height: 3px;}
  486. /***-------------- TITULOS------------------♥--------***/
  487. #duka {margin-left:315px;margin-top: 75px; height:24px; line-height:25px;float:left; position:fixed; width:300px; font-family:Swanky and Moo Moo; font-size:22px; text-align: left;
  488. 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;}
  489.  
  490. #duka a:hover {color:{color:linha};}
  491.  
  492. #duka1 {margin-left:385px;margin-top: 55px; height:24px; line-height:25px;float:left; position:fixed; width:300px; font-family:Wire One; font-size:39px; text-align: left;
  493. 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;}
  494.  
  495. #duka1 a:hover {color:{color:linha};}
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  503. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  504. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  505.  
  506. /*** SCROLLBAR***/
  507.  
  508. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  509.  
  510. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  511.  
  512.  
  513. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  514. pre {text-align: justify;
  515. padding-left: 5px;
  516. line-height: 20px;
  517. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  518. font-family: tahoma;
  519. color:{color:text};
  520. overflow: scroll;
  521. margin-right: 1px;
  522. margin-bottom: 7px;}
  523.  
  524.  
  525.  
  526. #pink{width:578px; height: 40px; float: left; margin-left:170px; margin-top: 63px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  527. /***link by o-mundo-de-uma-garota***/
  528. #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: 49px; color:{color:text links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;border-bottom: 0px solid {color:linha1};-webkit-border-radius: 10px 10px 10px 10px; } /***link by o-mundo-de-uma-garota***/
  529. #pink a:hover{-webkit-transform: scale(0.7) rotate(-10deg); -moz-transform: scale(0.7) rotate(-10deg); -o-transform: scale(0.7) rotate(-10deg); -ms-transform: scale(0.7) rotate(-10deg); transform: scale(0.7) rotate(-10deg); background:{color:bghover};} /***link by o-mundo-de-uma-garota***/
  530. #pink1{width:578px; height: 40px; float: left; margin-left:270px; margin-top: 323px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  531. /***link by o-mundo-de-uma-garota***/
  532. #pink1 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:text links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:link hover}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;border-bottom: 0px solid {color:linha1};-webkit-border-radius: 20px 20px 0px 0px; } /***link by o-mundo-de-uma-garota***/
  533. #pink1 a:hover{background:{color:bghover}; }
  534.  
  535.  
  536. #pink2{width:98px; height: 40px; float: left; margin-left:338px; margin-top: 419px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  537. /***link by o-mundo-de-uma-garota***/
  538. #pink2 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: 12px; width: 39px; color:{color:text link};-webkit-border-radius: 0px 0px 0px 0px; line-height: 12px; 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}; } /***link by o-mundo-de-uma-garota***/
  539. #pink2 a:hover{text-shadow: 0px -5px {color:background links}, 0px -5px {color:sombra}; } /***link by o-mundo-de-uma-garota***/
  540.  
  541. /****** tumblr controls by ritamafalda */
  542.  
  543. 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;}
  544.  
  545. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  546.  
  547. /***-----------QUADRADINHO---------------♥----------------***/
  548.  
  549.  
  550. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 145px; margin-top: 537px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
  551.  
  552.  
  553.  
  554. /*** ASPINHA***/
  555. #aspa {font-size:49px;
  556. font-style: normal;
  557. text-transform:none;
  558. text-align:center;
  559. font-family:arial;
  560. background-color: #omdg;
  561. color: {color:aspa};
  562. font-style:none;
  563. line-height:8px;
  564. text-transform:none;
  565. padding: 5px;
  566. width:217px;
  567. height: 5px;
  568. line-height: 3px;
  569. padding-top: 7px;
  570. letter-spacing:0px;
  571. margin-top:195px;
  572. text-transform:none;
  573. position:fixed;
  574. margin-left:-56px;
  575. background-color: omdg;
  576. border-bottom: 0px dotted {color:text};
  577. -webkit-transform: rotate(0deg);opacity:0.3;}
  578.  
  579.  
  580. #marion1 {position: fixed;
  581. margin-left: 159px;
  582. width:298px;
  583. height: 43px;
  584. background-color:{color:sidebar};
  585. margin-top: 360px;
  586. -webkit-transform: rotate(0deg);
  587. -webkit-transform: rotate(180deg);
  588. background-image: url('{image:fudinho}');}
  589.  
  590. #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}
  591. #page a {color:{color:link}}
  592. #page a:hover {color:{color:linha2};}
  593.  
  594. #pag {position: fixed; margin-left: 377px; margin-top: 470px; font-size: 36px; font-family: verdana; z-index:100; border-bottom:1px ;text-shadow: 1px 1px 1px #828282;font-style:none;}
  595. #pag a {color:{color:link}}
  596. #pag a:hover {color:{color:linha2};}
  597.  
  598.  
  599.  
  600. #faixa { margin-left: 151px; margin-top: 55px; width: 1px; font-size: 20px; height:396px; text-align: justify; background-color:{color:linha}; line-height: 5px; position: fixed;}
  601. #faixa2 { margin-left: 148px; margin-top: 55px; width: 5px; font-size: 20px; height:396px; text-align: justify; background-color:{color:sidebar}; line-height: 5px;position: fixed;}
  602.  
  603.  
  604. </style>
  605. <body oncontextmenu="return false">
  606.  
  607.  
  608. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  609.  
  610.  
  611.  
  612. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  613.  
  614.  
  615. <div id="estela1"></div>
  616.  
  617.  
  618. <div id="duca"><div id="duca1">❥</div></div></div></div></div>
  619. <div id="duca2"><div id="duca3">❥</div></div></div></div></div>
  620. <div id= "faixa2"></div>
  621. <div id= "faixa"></div>
  622.  
  623.  
  624. <div id="marion1"></div>
  625. <div class="duhimag" class="hover">
  626. <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  627. <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"></div></div>
  628.  
  629. <div id="duka">{text:frase2}</div>
  630. <div id="duka1">{text:frase1}</div>
  631.  
  632.  
  633. <div id="notinholaduda">{Description}</div>
  634.  
  635.  
  636.  
  637. <div id="pink">
  638.  
  639.  
  640. <a href="{text:Link1}">{text:Link1 Title}</a>
  641.  
  642. <a href="{text:Link2}">{text:Link2 Title}</a>
  643.  
  644.  
  645. </div class>
  646. </div></div>
  647. </div>
  648. </div>
  649. </div>
  650.  
  651.  
  652. <div id="pink1">
  653.  
  654.  
  655. <a href="{text:Link3}">{text:Link3 Title}</a>
  656.  
  657. <a href="{text:Link4}">{text:Link4 Title}</a>
  658. <a href="{text:Link5}">{text:Link5 Title}</a>
  659.  
  660. </div class>
  661. </div></div>
  662. </div>
  663. </div>
  664. </div>
  665.  
  666.  
  667. <div id="pink2">
  668.  
  669. <a href="{text:Link6}">{text:Link6 Title}</a>
  670. <a href="{text:Link7}">{text:Link7 Title}</a>
  671.  
  672.  
  673. </div class>
  674. </div></div>
  675. </div>
  676. </div>
  677. </div>
  678. <!-------------PAGINATION-----------♥---------->
  679. <div id="pag">{block:NextPage}<a href="{NextPage}">⇢ </a>{/block:NextPage}</div>
  680.  
  681. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">⇠</a>{/block:PreviousPage}</div></div>
  682. </div>
  683. </div>
  684.  
  685.  
  686. <!-------------CRÉDITOS-----------------♥------------->
  687. <div style="margin-left:160px;background:{color:bordaimg};-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(0deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 432px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] plagio é crime"><small>THEME</a></a>
  688. <font color="{color:tags}">©</font> </a></div>
  689.  
  690.  
  691. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  692.  
  693. <div id="omdg">
  694.  
  695. {block:Posts}
  696.  
  697. <!------------------------BASE DUH---------------♥--------->
  698. <div class="baseduh">
  699.  
  700. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  701.  
  702. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  703.  
  704. {block:Photoset}{Photoset-500}{/block:Photoset}
  705.  
  706. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  707.  
  708. {block:Quote}
  709. <b class="aspa">“</b>
  710. <div class="quote">{Quote}</div>
  711. {block:Source}<div class="qsource"> — {Source} </div>{/block:Source}
  712. {/block:Quote}
  713.  
  714. {block:Link}
  715. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  716. {block:Description}{Description}{/block:Description}
  717. {/block:Link}
  718.  
  719. {block:Chat}<div class="caixa">
  720. {block:Lines}
  721. <div class="chat">
  722. <div class="RH">{block:Label}
  723. <span>{Label}</span>
  724. {/block:Label}
  725. {Line}</div></div>
  726. {/block:Lines}
  727. {block:IndexPage}
  728. <center><div class="OMDG">
  729. </div></center>
  730. {/block:IndexPage}
  731. </div>{block:Chat}
  732.  
  733.  
  734. {block:Audio}
  735. <div class="player">{AudioPlayerBlack}</div>
  736. {block:Caption}{Caption}{/block:Caption}
  737. {/block:Audio}
  738.  
  739. {block:Video}{Video-500}{/block:Video}
  740.  
  741. {block:Answer}
  742. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  743. <div class="pergunta">{Question}</div>
  744. <br>
  745. <div class="oi">{Answer}</div>
  746. {/block:Answer}
  747.  
  748.  
  749. <div id="cap">
  750. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  751. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  752. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  753.  
  754. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  755. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  756. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  757. {/block:ContentSource}</div></div>
  758. <br>
  759.  
  760.  
  761. <div id="date">
  762. {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>
  763. <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}
  764. {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>
  765. {/block:RebloggedFrom}
  766. </div>
  767. </div>{/block:Date}
  768.  
  769.  
  770.  
  771. {block:PostNotes}
  772. <div class="caixa">
  773. <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>
  774. <div class="extra">
  775. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  776. </div>
  777. <div class="extra">
  778. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  779. <span style="width:auto;">
  780. {block:HasTags}
  781. {block:Tags}
  782. <a class="tag" href="{TagURL}">{Tag}</a>
  783. {/block:Tags}
  784. {/block:HasTags}</span>
  785. <br>
  786. </div>
  787. <div class="extra">
  788. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  789. </div>
  790. </div><br>
  791. <div class="caixa">
  792. {PostNotes}
  793. </div>
  794. {/block:PostNotes}
  795. {/block:Posts}
  796. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. </div>
  806. </div>
  807. </div>
  808. </div>
  809.  
  810.  
  811.  
  812.  
  813.  
  814. </body>
  815. </html>
Advertisement
Add Comment
Please, Sign In to add comment