Eduarda

Theme 96

Dec 27th, 2012
1,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.14 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 & ilovethemes;
  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="#F8F8FF" />
  149. <meta name="color:link" content="#8B8682" />
  150. <meta name="color:text" content="#8B8682" />
  151. <meta name="color:post" content="#fff" />
  152. <meta name="color:sidebar" content="#fff" />
  153. <meta name="color:pag" content="#FFC0CB" />
  154. <meta name="color:text links" content="#8B8682" />
  155. <meta name="color:tags" content="#FFC0CB" />
  156. <meta name="color:frase" content="#8B8682" />
  157. <meta name="color:abc" content="#FFC0CB" />
  158. <meta name="color:italico" content="#8B8682" />
  159. <meta name="color:borda" content="#E6E6FA" />
  160. <meta name="color:borda2" content="#FFC0CB" />
  161. <meta name="color:bghover" content="#FFC0CB" />
  162. <meta name="color:sombra" content="#8B8682" />
  163. <meta name="color:textdesc" content="#8B8682" />
  164. <meta name="color:bgask" content="#CDC9C9" />
  165. <meta name="color:bgask2" content="#FFC0CB" />
  166. <meta name="color:bordaimg" content="#E6E6FA" />
  167. <meta name="color:scrollbar" content="#fff" />
  168. <meta name="color:links" content="#8B8989" />
  169. <meta name="color:chat" content="#F8F8FF" />
  170. <meta name="color:chat2" content="#FFC0CB" />
  171. <meta name="color:linkshover" content="#E6E6FA" />
  172. <meta name="color:coracao1" content="#FFC0CB" />
  173. <meta name="color:coracao2" content="#fff" />
  174.  
  175.  
  176.  
  177. <meta name="image:background" content="http://static.tumblr.com/31dd80532cf6167a108600e18c25bfd8/2bh9bxo/HFMmfodm6/tumblr_static_fundinhoprasid2.jpg" />
  178. <meta name="image:fotinha" content="http://static.tumblr.com/adba5afdc213c57edad855242b075d94/2bh9bxo/Lnmmfof61/tumblr_static_tumblr_mdyxgev2u01rcqbg3o1_500.jpg"/>
  179.  
  180.  
  181.  
  182. <meta name="text:frase2" content="Barbie Baby Doll's" />
  183.  
  184.  
  185.  
  186. <meta name="text:Link1" content="/" />
  187. <meta name="text:Link1 Title" content="link1" />
  188. <meta name="text:Link2" content="/" />
  189. <meta name="text:Link2 Title" content="link2" />
  190. <meta name="text:Link3" content="/" />
  191. <meta name="text:Link3 Title" content="link3" />
  192. <meta name="text:Link4" content="/" />
  193. <meta name="text:Link4 Title" content="link4" />
  194. <meta name="text:Link5" content="/" />
  195. <meta name="text:Link5 Title" content="link5" />
  196. <meta name="text:Link6" content="/" />
  197. <meta name="text:Link6 Title" content="link6" />
  198. <meta name="text:Link7" content="/" />
  199. <meta name="text:Link7 Title" content="link7" />
  200.  
  201. <!----------------FONTES--------------->
  202. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  203. <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'>
  204. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  205.  
  206. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  207.  
  208. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  209. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  210. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  211.  
  212. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  213.  
  214. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  215.  
  216. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  217.  
  218. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  219.  
  220. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  221.  
  222. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  223. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  224. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  225.  
  226. <script src="http://static.tumblr.com/n66cz1n/fDLm23be2/cantinhohtml_.js"></script><script src="http://static.tumblr.com/n66cz1n/6Aim23be8/cantinhohtml.js"></script>
  227.  
  228. <title>{Title}</title>
  229. <link rel="shortcut icon" href="{Favicon}">
  230. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  231. {block:Description}
  232. <meta name="description" content="{MetaDescription}" />
  233. {/block:Description}
  234.  
  235. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  236. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  237.  
  238.  
  239. <script type="text/javascript">
  240. // <![CDATA[
  241. var speed=100; //
  242. var height=3; //
  243. var alink="/"; // page to link text to (set to ="" for no link)
  244.  
  245. /****************************
  246. ****************************/
  247. var wobtxt, wobble, wobcnt=0;
  248. window.onload=function() { if (document.getElementById) {
  249. var i, wobli;
  250. wobble=document.getElementById("wobble");
  251. wobtxt=wobble.firstChild.nodeValue;
  252. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  253. for (i=0; i<wobtxt.length; i++) {
  254. wobli=document.createElement("span");
  255. wobli.setAttribute("id", "wobb"+i);
  256. wobli.style.position="relative";
  257. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  258. if (alink) {
  259. wobli.style.cursor="pointer";
  260. wobli.onclick=function() { top.location.href=alink; }
  261. }
  262. wobble.appendChild(wobli);
  263. }
  264. setInterval("wobbler()", speed);
  265. }}
  266.  
  267. function wobbler() {
  268. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  269. wobcnt++;
  270. }
  271. // ]]>
  272. </script>
  273.  
  274.  
  275.  
  276. <style type="text/css">
  277.  
  278. body {background-color: {color:background}; font-family: Muli; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  279.  
  280. a {color: {color:link}; text-decoration: none; text-transform: none;}
  281. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  282.  
  283. p {margin: 6px 0 0 0}
  284.  
  285. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  286. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  287. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  288. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  289.  
  290. blockquote img{max-width: 470px!important}
  291. blockquote blockquote img{max-width: 450px!important}
  292. blockquote blockquote blockquote img{max-width: 430px!important}
  293. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  294.  
  295.  
  296.  
  297.  
  298. /***------------POST'S------------♥---------***/
  299. #omdg {float: left; margin-left: 464px; margin-top: 8px;opacity:1; overflow: auto;border: 5px double {color:borda};}
  300.  
  301. .baseduh {width: 490px; background-color: {color:post};
  302. padding: 7px; margin-bottom: 1px; text-align:left;
  303. font-family: tahoma; font-size: 10.5px; position: relative;}
  304.  
  305. /***---------------TITULOS DO POST--------♥---------***/
  306. h1 {font-family: Poiret One; background:{color:background};text-align: center;font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;border-bottom: 1px dashed {color:borda2};-webkit-border-radius: 10px 10px 0px 0px; }
  307. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  308. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  309.  
  310. /***---------------BASE DUH 1 --------------♥-----------***/
  311. .baseduh1 {font-family: 'Muli'; text-align: center;
  312. font-size: 12px; line-height: 15px; padding: 4px;
  313. background:{color:background};text-transform:uppercase;}
  314. .baseduh2 {text-align: center; text-transform: none;
  315. margin-bottom: 5px;background:{color:background};}
  316. .baseduh2 a, a:hover{text-transform: none;}
  317.  
  318.  
  319. /* chat by joshdevines*/
  320. .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
  321. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
  322. .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
  323. .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
  324. .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
  325. .user_6 .label {color:{color:text}; font-weight:bold}
  326. ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
  327.  
  328. .player {background-color: #181818; text-align: justify; display:block;}
  329.  
  330. .image {text-align:center; border: 0px}
  331. .image img {max-width: 470px; margin-bottom: 2px }
  332.  
  333. .image img:hover {border: 2px solid {color:borda2};}
  334.  
  335. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  336. b, strong, bold {color:{color:abc};}
  337.  
  338. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  339.  
  340. i, em{color:{color:text};}
  341.  
  342.  
  343.  
  344.  
  345.  
  346. .quotetay {position:relative;top:14px;font-size:34px;opacity:1;filter: alpha(opacity = 20); }
  347. .qtay {font-family: georgia; text-align: center; font-size: 11px; line-height: 15px; padding: 3px; margin-top:-14px; margin-left: 0px;margin-bottom:5px;padding-top:5px;opacity:0.8; z-index:10000; background-color:{color:background};}
  348. .origtay {color:{color:sidebar};font-family: Muli; font-weight:italic;text-align: center;font-size: 11px; line-height:15px; padding: 0px; margin-top:-10px; ;opacity:0.8; border-bottom: 1px dashed {color:sidebar}; background-color: {color:borda2}; height:15px;;}
  349.  
  350.  
  351. /************Ask Por Simone (ilovethemes) (cerejadosundae)**************/
  352. .asker { background:{color:bgask2}; font-weight:normal; padding:8px; color:{color:text}; font-size: 10px;text-align:left;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;margin-top: 0px;}#000{border-bottom: 12px solid {color:ask};border-right:5px solid transparent;border-top: 12px solid transparent;border-left: 5px solid transparent;width: 0px;height: 0px;margin-top:20px;margin-left:100px; margin-left:90%; }.asksm{min-height:18px;font-family: 'Nunito', helvetica; text-transform: uppercase;font-size: 8px; font-style: normal; color: {color:text}; text-align: left;padding:2px;background:{color:bgask};float:right;}asksm {min-height:15px;background:{color:bgask};padding:2px;margin-bottom:0px;}.asksm a{background:{color:bgask}; color:{color:text};4;padding:0px;background-color:{color:bgask};line-height:18px;font-size: 8px; }.askborder {width:22px;float:right; }.resposta { font-size: 10px;background:{color:background};font-weight:normal; padding:10px; margin-top: -1px; -webkit-border-bottom-right-radius: 3px;color:{color:text};-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
  353.  
  354.  
  355. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  356.  
  357. #date {text-align: center;background:{color:background}; font-size: 9px;font-family: Sacramento, cursive; z-index: 11;color:{color:tags};}
  358. #date a {font-size: 9px;}
  359.  
  360. .tags {color: {color:link}; font-size: 9px; font-family: Sacramento, cursive; display: inline; list-style: none; text-transform: lowercase;}
  361. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  362.  
  363. #cap {width: 500px; margin-top: -2px;}
  364. .source {display: none;}
  365.  
  366.  
  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. /*----Efeito Push por Duda.R exclusive do revolutionhtml--♥--*/
  387.  
  388. .efeito2 {background:{color:sidebar};position: absolute;width:275px;height:255px;margin-left:130px;
  389. margin-top: 103px;position:fixed;border:9px solid {color:bordaimg}; }
  390. .efeito2 img {position:fixed; -webkit-transition: all 1s ease-in-out;
  391. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  392. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:255px;width: 275px;
  393. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;}
  394. .efeito2 img:hover {text-align: center; margin-top:10px; margin-left: 10px; overflow: hidden; position: fixed; padding: 0px; width:251px; -moz-transition: all 2s ease-out; height: 240px; letter-spacing: 0px; z-index:800000000000000000000000000000000000000000000000;opacity:0.0;
  395.  
  396. }
  397.  
  398. @-webkit-keyframes spaceboots {
  399.  
  400. 0% { margin-left:10px;}
  401.  
  402. 50% { opacity:0.0;}
  403.  
  404. 100% {margin-right:10px;}
  405.  
  406. }
  407. .plim:hover,
  408.  
  409. .plim:focus {
  410.  
  411. -webkit-animation-name: spaceboots;
  412.  
  413. -webkit-animation-duration: 0.5s;
  414.  
  415. -webkit-transform-origin:50% 50%;
  416.  
  417. -webkit-animation-iteration-count: infinite;
  418.  
  419. -webkit-animation-timing-function: linear;
  420.  
  421. -webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);}
  422.  
  423. .plim{padding: -3px -15px -15px -3px;display: inline-block;padding-top: 50px;}
  424.  
  425.  
  426.  
  427. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. /******----------------DESCRIÇÃO--------♥--------******/
  435. #notinholaduda {margin-left: 130px; margin-top: 423px; width:284px; font-size: 11px; height:50px; 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: 0px 0px 0px 0px;
  436. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;border: 0px solid {color:borda};}
  437.  
  438. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  439.  
  440. #estela1 {position: fixed; margin-left: 118px; width:308px; height: 383px; background-color:{color:sidebar}; margin-top: 60px; -webkit-transform: rotate(0deg);-webkit-border-radius: 5px 5px 5px 5px; -webkit-transform: rotate(0deg); border: 5px solid {color:borda}; background-image: url('{image:fudinho}');box-shadow: 5px 5px 9px {color:sombra};}
  441.  
  442.  
  443.  
  444. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  445.  
  446.  
  447. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  448. #duca {margin-top:61px;
  449. line-height:2px;
  450. background-color:duggs;
  451. margin-left: 128px;
  452. overflow: hidden;
  453. position: fixed;
  454. color: {color:coracao1};
  455. padding: 10px;
  456. background-attachment: fixed;
  457. width:1px;
  458. height: 0px;
  459. -webkit-transition: all .5s ease-out;
  460. -moz-transition: all .5s ease-out;
  461. text-transform: uppercase;
  462. -webkit-transform: rotate(-29deg); z-index: 8000000;}
  463.  
  464. #duca1 {font-size: 12px;
  465. font-family:sofia ;
  466. letter-spacing: -1px;
  467. text-transform: none;
  468. line-height: 3px;}
  469.  
  470.  
  471. #duca2 { margin-top:59px;
  472. line-height:2px;
  473. background-color:duggs;
  474. margin-left: 134px;
  475. overflow: hidden;
  476. position: fixed;
  477. color:{color:coracao2};
  478. padding: 10px;
  479. background-attachment: fixed;
  480. width:12px; height: 0px;
  481. -webkit-transition: all .5s ease-out;
  482. -moz-transition: all .5s ease-out;
  483. text-transform: uppercase;
  484. -webkit-transform: rotate(24deg); z-index: 8000000;
  485. }
  486.  
  487. #duca3 {font-size: 15px;
  488. font-family:sofia ;
  489. letter-spacing: -1px;
  490. text-transform: none;
  491. line-height: 3px;}
  492.  
  493. /***-------------- TITULOS------------------♥--------***/
  494. #duka {background:{color:sidebar};margin-left:282px;margin-top: 70px; height:24px; line-height:20px;float:left; position:fixed; width:128px; font-family:ilove; font-size:25px; text-align: center;
  495. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 10px 10px 0px;border: 1px solid {color:borda};}
  496.  
  497. #duka a:hover {color:{color:linha};}
  498.  
  499. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  500. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  501.  
  502.  
  503. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  504. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  505. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  506.  
  507. /*** SCROLLBAR***/
  508.  
  509. ::-webkit-scrollbar
  510. {width: 10px; height: 10px;}
  511. ::-webkit-scrollbar-track-piece
  512. {background-color: {color:scrollbar}; -webkit-border-radius: 3px;}
  513. ::-webkit-scrollbar-thumb:vertical
  514. {height: 6px; background-color: {color:borda2}; -webkit-border-radius: 3px;}
  515. ::-webkit-scrollbar-thumb:horizontal
  516. {width: 6px; background-color:{color:borda2}; -webkit-border-radius: 3px;}
  517. pre {text-align: justify;
  518. padding-left: 5px;
  519. line-height: 20px;
  520. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  521. font-family: tahoma;
  522. color:{color:text};
  523. overflow: scroll;
  524. margin-right: 1px;
  525. margin-bottom: 7px;}
  526.  
  527.  
  528.  
  529. #menu { float: left; margin-top: 79px; padding: 3px; text-align: center;margin-left:140px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  530.  
  531. #menu a {float: left; margin-right: 0px; display: block; width: 35px; letter-spacing: 0px; font-family: Rancho; font-size: 12px; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:11px;line-height:11px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 5px 5px 0px 0px;border-top: 1px dashed {color:borda2}; }
  532.  
  533. #menu a:hover{background:{color:bghover};-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; -webkit-transition: all 0.1s ease-out; -webkit-animation: ducca 3s alternate infinite linear;}
  534.  
  535.  
  536. @-webkit-keyframes ducca {
  537. 3% { -webkit-transform: rotate(0deg); }
  538. 80% {margin-left:-10px;}
  539. 100% { border-top-right-radius: 5px;-webkit-border-radius: 20px 20px 20px 20px;margin-left:10px;-webkit-transform: rotate(-10deg); -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);opacity:0.2;
  540. -webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7; }
  541. }
  542.  
  543.  
  544. #menu1 { float: left; margin-top: 372px; padding: 3px; text-align: center;margin-left:225px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  545.  
  546. #menu1 a {float: left; margin-right: 0px; display: block; width: 39px; letter-spacing: 0px; font-family: Rancho; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:linkshover}; color: {color:links}; text-decoration: none; height:21px;line-height:19px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; border-bottom: 1px dashed {color:borda2};-webkit-border-radius: 0px 0px 5px 5px;}
  547. #menu1 a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:links}; background:{color:bghover};box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
  548. }
  549.  
  550. /****** tumblr controls by ritamafalda */
  551.  
  552. 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;}
  553.  
  554. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  555.  
  556. /***-----------QUADRADINHO---------------♥----------------***/
  557.  
  558.  
  559. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 126px; margin-top: 53px; color:{color:sidebar}; font-size: 28px; -webkit-transform: rotate(3deg); z-index: 1000;}
  560.  
  561.  
  562.  
  563. /**---------PRA SID BB-----♥----**/
  564.  
  565. #marion1 {position: fixed;
  566. margin-left: 135px;
  567. width:285px;
  568. height: 25px;
  569. background-color:{color:borda};
  570. margin-top: 422px;
  571. -webkit-transform: rotate(0deg);
  572. -webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 5px 5px;border-bottom: 1px dashed {color:borda2};}
  573.  
  574. #marion2 {position: fixed;
  575. margin-left: 135px;
  576. width:285px;
  577. height: 14px;
  578. background-color:{color:borda};
  579. margin-top: 65px;
  580. -webkit-transform: rotate(0deg);
  581. -webkit-transform: rotate(180deg);-webkit-border-radius: 5px 5px 0px 0px;border-top: 1px dashed {color:borda2};}
  582.  
  583. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  584. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 5px 5px 5px 5px;border: 1px dashed {color:borda};}
  585. #paginal a:hover {background: {color:borda}; color: {color:text};}
  586. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 0px 0px 20px 20px;}
  587. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 82px; margin-top: 389px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595. /***BOXNOTES Simone (cerejadosundae)***/
  596. .baseduh .boxnotes {z-index: 11;
  597. margin-left:15px; width:auto;padding:1px;
  598. text-align: left; height:auto;border-radius:4px;
  599. position: absolute; margin-top: 5px; text-transform:uppercase;
  600. line-height: 25px; font-family:verdana;font-size:18px;opacity: 0;
  601. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  602. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  603. .baseduh .boxnotes img{width:18px;margin-top:5px;}
  604. .baseduh .boxnotes a{color:#333;}
  605. .baseduh:hover .boxnotes {opacity: 1; }
  606. .bor{margin:1px;}
  607. /***Class do primeiro note***/
  608. .baseduh .boxnotess {z-index: 11;display: inline-block;height:30px; width:30px; background: rgba(0,0,0,0.5);border-radius:30px;margin-left:-5px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  609. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  610. .baseduh:hover .boxnotesss {margin-left:2px; }
  611. /***Class do segundo note***/
  612. .baseduh .boxnotesss {z-index: 11;display: inline-block;height:30px; width:30px; background: rgba(255,255,255,0.8);border-radius:30px;margin-left:-50px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  613. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  614. .baseduh:hover .boxnotesss { margin-left:-2px; }
  615. </style>
  616. <body oncontextmenu="return false">
  617.  
  618.  
  619. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  620.  
  621.  
  622.  
  623. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  624.  
  625.  
  626. <div id="menu">
  627. <a href="{text:Link1}">{text:Link1 Title}</a>
  628. <a href="{text:Link2}">{text:Link2 Title}</a>
  629. <a href="{text:Link3}">{text:Link3 Title}</a>
  630. </a></div>
  631.  
  632. </div>
  633. </div>
  634.  
  635.  
  636. <div id="menu1">
  637. <a href="{text:Link4}">{text:Link4 Title}</a>
  638. <a href="{text:Link5}">{text:Link5 Title}</a>
  639. <a href="{text:Link6}">{text:Link6 Title}</a>
  640. <a href="{text:Link7}">{text:Link7 Title}</a>
  641. </a></div>
  642.  
  643. </div>
  644. </div>
  645.  
  646. <div id="estela1"></div>
  647.  
  648. <div class="efeito2" class="hover">
  649.  
  650. <img class="bottom shadow"class="plim" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  651. <img class="hover" src="{image:fotinha}" title=""></div></div>
  652. </div></div>
  653.  
  654. <div id="marion2"></div>
  655.  
  656. <div id="marion1"></div>
  657.  
  658. <div id="duka">{text:frase2}</div>
  659.  
  660.  
  661.  
  662. <div id="notinholaduda">{Description}</div>
  663.  
  664. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  665. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  666.  
  667.  
  668. <!-------------PAGINATION-----------♥---------->
  669.  
  670. <div class="ps"><div id="paginal">
  671. {block:JumpPagination length="3"}
  672. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  673. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  674. {/block:JumpPagination}
  675. </div></div>
  676. <!-------------CRÉDITOS-----------------♥------------->
  677. <div style="margin-left:80px;background:{color:sidebar};-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(-90deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 272px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + solucionar + Quote por superar-r + box notes por: cerejadosundae not copie plagio é crime"><small>THEME</a></a>
  678. <font color="{color:tags}">©</font> </a></div>
  679.  
  680.  
  681. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  682.  
  683. <div id="omdg">
  684.  
  685. {block:Posts}
  686.  
  687. <!------------------------BASE DUH---------------♥--------->
  688. <div class="baseduh">
  689.  
  690. {block:IndexPage}<div class="boxnotes"><center><div class="boxnotess"><a href="{ReblogURL}" target="_blank"><img src="http://cdn1.iconfinder.com/data/icons/TWG_Retina_Icons/64/arrow_circle_left.png"class="bor"></a></div>
  691. <div class="boxnotesss"><a class="notes" href="{Permalink}"><img src="http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/like_outline.png"class="bor"></a></center></div>{/block:IndexPage}
  692.  
  693.  
  694. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  695.  
  696. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  697.  
  698. {block:Photoset}{Photoset-500}{/block:Photoset}
  699.  
  700. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  701.  
  702. {block:Quote}
  703. <span class="quotetay">&#10077;</span><div class="qtay">{Quote}</div>
  704. {block:Source}<div class="origtay"><p>&#8212; {Source}</p></div>{/block:Source}<br>
  705. {/block:Source}
  706. {/block:Quote}
  707.  
  708. {block:Link}
  709. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  710. {block:Description}{Description}{/block:Description}
  711. {/block:Link}
  712.  
  713.  
  714. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  715.  
  716.  
  717. {block:Audio}
  718. <div class="player">{AudioPlayerBlack}</div>
  719. {block:Caption}{Caption}{/block:Caption}
  720. {/block:Audio}
  721.  
  722. {block:Video}{Video-500}{/block:Video}
  723.  
  724. {block:Answer}
  725.  
  726. <div class="asksm"><asksm><a href="{Permalink}">{TimeAgo}</a> · {Asker}</asksm> </div><img src="{AskerPortraitURL-64}"align="left" class="askborder"/><div id="tri"></div><div class="asker"> {Question}</div><div class="resposta">{Answer}</div>
  727.  
  728. {/block:Answer}
  729.  
  730.  
  731.  
  732.  
  733. <div id="cap">
  734. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  735. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  736. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  737.  
  738. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  739. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  740. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  741. {/block:ContentSource}</div></div>
  742. <br>
  743.  
  744.  
  745. <div id="date">
  746. {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>
  747. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank"></a>{/block:IndexPage}
  748. {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>
  749. {/block:RebloggedFrom}
  750. </div>
  751. </div>{/block:Date}
  752.  
  753.  
  754.  
  755. {block:PostNotes}
  756. <div class="caixa">
  757. <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>
  758. <div class="extra">
  759. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  760. </div>
  761. <div class="extra">
  762. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  763. <span style="width:auto;">
  764. {block:HasTags}
  765. {block:Tags}
  766. <a class="tag" href="{TagURL}">{Tag}</a>
  767. {/block:Tags}
  768. {/block:HasTags}</span>
  769. <br>
  770. </div>
  771. <div class="extra">
  772. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  773. </div>
  774. </div><br>
  775. <div class="caixa">
  776. {PostNotes}
  777. </div>
  778. {/block:PostNotes}
  779. {/block:Posts}
  780. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789. </div>
  790. </div>
  791. </div>
  792. </div>
  793.  
  794.  
  795.  
  796.  
  797.  
  798. </body>
  799. </html>
Advertisement
Add Comment
Please, Sign In to add comment