Eduarda

Theme 99

Jan 5th, 2013
1,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.75 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="#fff" />
  160. <meta name="color:borda2" content="#FFC0CB" />
  161. <meta name="color:bghover" content="#fff" />
  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="#fff" />
  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="#B0E0E6" />
  172. <meta name="color:coracao1" content="#FFC0CB" />
  173. <meta name="color:coracao2" content="#B0E0E6" />
  174.  
  175.  
  176.  
  177. <meta name="image:background" content="http://static.tumblr.com/abe3499f69c50e20a644f3438dc4a8d3/2bh9bxo/RkUmg55ec/tumblr_static_ohbgdaduda.jpg" />
  178. <meta name="image:fotinha" content="http://static.tumblr.com/5c7d109483281f5619b59ee263d15c01/2bh9bxo/lCRmg578b/tumblr_static_tumblr_mfyt503ona1rwu2who1_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. <meta name="text:Link8" content="/" />
  201. <meta name="text:Link8 Title" content="link8" />
  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. <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'>
  217.  
  218. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  219.  
  220. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  221.  
  222. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  223.  
  224. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  225. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  226. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  227.  
  228. <script src="http://static.tumblr.com/n66cz1n/fDLm23be2/cantinhohtml_.js"></script><script src="http://static.tumblr.com/n66cz1n/6Aim23be8/cantinhohtml.js"></script>
  229.  
  230. <title>{Title}</title>
  231. <link rel="shortcut icon" href="{Favicon}">
  232. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  233. {block:Description}
  234. <meta name="description" content="{MetaDescription}" />
  235. {/block:Description}
  236.  
  237. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  238. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  239.  
  240.  
  241. <script type="text/javascript">
  242. // <![CDATA[
  243. var speed=100; //
  244. var height=3; //
  245. var alink="/"; // page to link text to (set to ="" for no link)
  246.  
  247. /****************************
  248. ****************************/
  249. var wobtxt, wobble, wobcnt=0;
  250. window.onload=function() { if (document.getElementById) {
  251. var i, wobli;
  252. wobble=document.getElementById("wobble");
  253. wobtxt=wobble.firstChild.nodeValue;
  254. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  255. for (i=0; i<wobtxt.length; i++) {
  256. wobli=document.createElement("span");
  257. wobli.setAttribute("id", "wobb"+i);
  258. wobli.style.position="relative";
  259. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  260. if (alink) {
  261. wobli.style.cursor="pointer";
  262. wobli.onclick=function() { top.location.href=alink; }
  263. }
  264. wobble.appendChild(wobli);
  265. }
  266. setInterval("wobbler()", speed);
  267. }}
  268.  
  269. function wobbler() {
  270. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  271. wobcnt++;
  272. }
  273. // ]]>
  274. </script>
  275.  
  276.  
  277.  
  278. <style type="text/css">
  279.  
  280. 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; }
  281.  
  282. a {color: {color:link}; text-decoration: none; text-transform: none;}
  283. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  284.  
  285. p {margin: 6px 0 0 0}
  286.  
  287. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  288. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  289. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  290. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  291.  
  292. blockquote img{max-width: 470px!important}
  293. blockquote blockquote img{max-width: 450px!important}
  294. blockquote blockquote blockquote img{max-width: 430px!important}
  295. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  296.  
  297.  
  298.  
  299.  
  300. /***------------POST'S------------♥---------***/
  301. #omdg {float: left; margin-left: 464px; margin-top: 8px;opacity:1; overflow: auto;border: 5px double {color:borda};}
  302.  
  303. .baseduh {width: 490px; background-color: {color:post};
  304. padding: 7px; margin-bottom: 1px; text-align:left;
  305. font-family: tahoma; font-size: 10.5px; position: relative;}
  306.  
  307. /***---------------TITULOS DO POST--------♥---------***/
  308. 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; }
  309. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  310. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  311.  
  312. /***---------------BASE DUH 1 --------------♥-----------***/
  313. .baseduh1 {font-family: 'Muli'; text-align: center;
  314. font-size: 12px; line-height: 15px; padding: 4px;
  315. background:{color:background};text-transform:uppercase;}
  316. .baseduh2 {text-align: center; text-transform: none;
  317. margin-bottom: 5px;background:{color:background};}
  318. .baseduh2 a, a:hover{text-transform: none;}
  319.  
  320.  
  321. /* chat by joshdevines*/
  322. .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
  323. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
  324. .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
  325. .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
  326. .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
  327. .user_6 .label {color:{color:text}; font-weight:bold}
  328. ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
  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.  
  345.  
  346.  
  347.  
  348. .quotetay {position:relative;top:14px;font-size:34px;opacity:1;filter: alpha(opacity = 20); }
  349. .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};}
  350. .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;;}
  351.  
  352.  
  353. /************Ask Por Simone (ilovethemes) (cerejadosundae)**************/
  354. .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;}
  355.  
  356.  
  357. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  358.  
  359. #date {text-align: center;background:{color:background}; font-size: 9px;font-family: Sacramento, cursive; z-index: 11;color:{color:tags};}
  360. #date a {font-size: 9px;}
  361.  
  362. .tags {color: {color:link}; font-size: 9px; font-family: Sacramento, cursive; display: inline; list-style: none; text-transform: lowercase;}
  363. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  364.  
  365. #cap {width: 500px; margin-top: -2px;}
  366. .source {display: none;}
  367.  
  368.  
  369.  
  370. /*** Notes enfeitados por things-to-help-you ******/
  371. 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;}
  372. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  373. ol.notes li.note img.avatar {display: none;}
  374. ol.notes li.note span.action {font-weight: none;}
  375. ol.notes li.note .answer_content {font-weight: normal;}
  376. ol.notes li.note blockquote {display: none;}
  377. ol.notes li.note blockquote a {text-decoration: none;}
  378. ful { list-style: none; }
  379. ol { list-style-position: inside; }
  380. * { margin: 0; padding: 0; outline: none; }
  381. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  382. font-family: Verdana, Geneva, sans-serif;
  383. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  384. .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;}
  385. .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;}
  386. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  387.  
  388. /*----Efeito Push por Duda.R exclusive do revolutionhtml--♥--*/
  389.  
  390. .efeito2 {position: absolute;width:245px;height:365px;margin-left:170px;
  391. margin-top: 203px;position:fixed;border:3px solid {color:bordaimg}; }
  392. .efeito2 img {position:fixed;border:2px solid {color:bordaimg}; -webkit-transition: all 1s ease-in-out;
  393. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  394. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:292px;width: 242px;
  395. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;}
  396. .efeito2 img:hover {text-align: center; margin-top:10px; margin-left: 10px; overflow: hidden; position: fixed; padding: 0px; width:241px; -moz-transition: all 2s ease-out; height: 292px; letter-spacing: 0px; z-index:800000000000000000000000000000000000000000000000;opacity:0.0;
  397.  
  398. }
  399.  
  400. @-webkit-keyframes spaceboots {
  401.  
  402. 0% { margin-left:10px;}
  403.  
  404. 50% { opacity:0.0;}
  405.  
  406. 100% {margin-right:10px;}
  407.  
  408. }
  409. .plim:hover,
  410.  
  411. .plim:focus {
  412.  
  413. -webkit-animation-name: spaceboots;
  414.  
  415. -webkit-animation-duration: 0.5s;
  416.  
  417. -webkit-transform-origin:50% 50%;
  418.  
  419. -webkit-animation-iteration-count: infinite;
  420.  
  421. -webkit-animation-timing-function: linear;
  422.  
  423. -webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);}
  424.  
  425. .plim{padding: -3px -15px -15px -3px;display: inline-block;padding-top: 50px;}
  426.  
  427.  
  428.  
  429. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. /******----------------DESCRIÇÃO--------♥--------******/
  437. #notinholaduda {margin-left: 150px; margin-top: 513px; width:284px; 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: 5px 5px 5px 5px;background:{color:sidebar};
  438. -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};}
  439.  
  440. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  441.  
  442. #estela1 {position: fixed; margin-left: 128px; width:308px; height: 383px; background-color:{color:sidebar}; margin-top: 260px; -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};}
  443.  
  444.  
  445.  
  446. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  447.  
  448.  
  449. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  450. #duca {margin-top:155px;
  451. line-height:2px;
  452. background-color:duggs;
  453. margin-left: 153px;
  454. overflow: hidden;
  455. position: fixed;
  456. color: {color:coracao1};
  457. padding: 10px;
  458. background-attachment: fixed;
  459. width:1px;
  460. height: 0px;
  461. -webkit-transition: all .5s ease-out;
  462. -moz-transition: all .5s ease-out;
  463. text-transform: uppercase;
  464. -webkit-transform: rotate(-29deg); z-index: 8000000;}
  465.  
  466. #duca1 {font-size: 12px;
  467. font-family:sofia ;
  468. letter-spacing: -1px;
  469. text-transform: none;
  470. line-height: 3px;}
  471.  
  472.  
  473. #duca2 { margin-top:153px;
  474. line-height:2px;
  475. background-color:duggs;
  476. margin-left: 159px;
  477. overflow: hidden;
  478. position: fixed;
  479. color:{color:coracao2};
  480. padding: 10px;
  481. background-attachment: fixed;
  482. width:12px; height: 0px;
  483. -webkit-transition: all .5s ease-out;
  484. -moz-transition: all .5s ease-out;
  485. text-transform: uppercase;
  486. -webkit-transform: rotate(24deg); z-index: 8000000;
  487. }
  488.  
  489. #duca3 {font-size: 15px;
  490. font-family:sofia ;
  491. letter-spacing: -1px;
  492. text-transform: none;
  493. line-height: 3px;}
  494.  
  495. /***-------------- TITULOS------------------♥--------***/
  496. #duka {margin-left:192px;margin-top: 153px; height:24px; line-height:20px;float:left; position:fixed; width:258px; font-family:Poiret One; font-size:15px; text-align: center;
  497. 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;}
  498.  
  499. #duka a:hover {color:{color:linha};}
  500.  
  501. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  502. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  503.  
  504.  
  505. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  506. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  507. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  508.  
  509. /*** SCROLLBAR***/
  510.  
  511. ::-webkit-scrollbar
  512. {width: 10px; height: 10px;}
  513. ::-webkit-scrollbar-track-piece
  514. {background-color: {color:scrollbar}; -webkit-border-radius: 3px;}
  515. ::-webkit-scrollbar-thumb:vertical
  516. {height: 6px; background-color: {color:borda2}; -webkit-border-radius: 3px;}
  517. ::-webkit-scrollbar-thumb:horizontal
  518. {width: 6px; background-color:{color:borda2}; -webkit-border-radius: 3px;}
  519. pre {text-align: justify;
  520. padding-left: 5px;
  521. line-height: 20px;
  522. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  523. font-family: tahoma;
  524. color:{color:text};
  525. overflow: scroll;
  526. margin-right: 1px;
  527. margin-bottom: 7px;}
  528.  
  529.  
  530.  
  531. #menu { float: left; margin-top: 174px; padding: 3px; text-align: center;margin-left:180px; 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; }
  532.  
  533. #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: 1px dashed {color:borda2}; }
  534.  
  535. #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;}
  536.  
  537.  
  538. @-webkit-keyframes ducca {
  539. 3% { -webkit-transform: rotate(0deg); }
  540. 80% {margin-left:-10px;}
  541. 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;
  542. -webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7; }
  543. }
  544.  
  545.  
  546.  
  547.  
  548. /****** tumblr controls by ritamafalda */
  549.  
  550. 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;}
  551.  
  552. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  553.  
  554. /***-----------QUADRADINHO---------------♥----------------***/
  555.  
  556.  
  557. #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;}
  558.  
  559.  
  560.  
  561. /**---------PRA SID BB-----♥----**/
  562.  
  563. #marion1 {position: fixed;
  564. margin-left: 155px;
  565. width:281px;
  566. height: 20px;
  567. background-color:{color:sidebar};
  568. margin-top: 582px;
  569. -webkit-transform: rotate(0deg);
  570. -webkit-transform: rotate(180deg);-webkit-border-radius: 5px 5px 5px 5px;border-bottom: 1px dashed {color:borda2};}
  571.  
  572. #marion2 {position: fixed;
  573. margin-left: 155px;
  574. width:281px;
  575. height: 14px;
  576. background-color:{color:sidebar};
  577. margin-top: 157px;
  578. -webkit-transform: rotate(0deg);
  579. -webkit-transform: rotate(180deg);-webkit-border-radius: 5px 5px 0px 0px;border-top: 1px dashed {color:borda2};}
  580.  
  581. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  582. #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};}
  583. #paginal a:hover {background: {color:borda}; color: {color:text};}
  584. #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;}
  585. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 282px; margin-top: 565px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
  586.  
  587.  
  588.  
  589.  
  590. #cr {text-align: center; font-size: 11px; position:fixed; top:70px;
  591. top:-55px; -webkit-transition: all .5s ease-in-out;
  592. -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; z-index:999;}
  593.  
  594. #cr:hover {top:13px;cursor: pointer;}
  595.  
  596. #crd {position: relative; height: 46px; width: 110%; z-index: 9999;
  597. top: 30px; text-align: center; color: #FFF;
  598. padding-top: 5px;padding-left: 1px; border-radius:5px 5px 5px 5px;}
  599.  
  600.  
  601.  
  602. #pink{width:578px; height: 40px; float: left; margin-left:-128px; margin-top: 110px; padding: 0px; text-align: center; position: fixed; z-index:9999;-webkit-transform: rotate(-90deg);}
  603. /***link by o-mundo-de-uma-garota***/
  604. #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: 24px; width: 40px; color:{color:links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;background:{color:sidebar};-webkit-border-radius: 10px 10px 0px 0px;border: 1px dashed {color:borda2};} /***link by o-mundo-de-uma-garota***/
  605. #pink a:hover{color: {color:linkshover}; background: {color:sidebar};-webkit-border-radius: 0px 10px 10px 10px;border: 1px dashed {color:borda2};} /***link by o-mundo-de-uma-garota***/
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612. /***BOXNOTES Simone (cerejadosundae)***/
  613. .baseduh .boxnotes {z-index: 11;
  614. margin-left:15px; width:auto;padding:1px;
  615. text-align: left; height:auto;border-radius:4px;
  616. position: absolute; margin-top: 5px; text-transform:uppercase;
  617. line-height: 25px; font-family:verdana;font-size:18px;opacity: 0;
  618. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  619. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  620. .baseduh .boxnotes img{width:18px;margin-top:5px;}
  621. .baseduh .boxnotes a{color:#333;}
  622. .baseduh:hover .boxnotes {opacity: 1; }
  623. .bor{margin:1px;}
  624. /***Class do primeiro note***/
  625. .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;
  626. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  627. .baseduh:hover .boxnotesss {margin-left:2px; }
  628. /***Class do segundo note***/
  629. .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;
  630. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  631. .baseduh:hover .boxnotesss { margin-left:-2px; }
  632. </style>
  633. <body oncontextmenu="return false">
  634.  
  635.  
  636. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  637.  
  638.  
  639.  
  640. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  641.  
  642.  
  643. <div id="menu">
  644. <a href="{text:Link1}">{text:Link1 Title}</a>
  645. <a href="{text:Link2}">{text:Link2 Title}</a>
  646. <a href="{text:Link3}">{text:Link3 Title}</a>
  647. <a href="{text:Link4}">{text:Link4 Title}</a>
  648. <a href="{text:Link5}">{text:Link5 Title}</a>
  649.  
  650. </a></div>
  651.  
  652. </div>
  653. </div>
  654.  
  655.  
  656. <div id="cr"><div id="crd">
  657. <img src="http://25.media.tumblr.com/tumblr_mekyplLsQF1rppi5fo1_250.gif" width="151px" margin-left"50px">
  658.  
  659.  
  660.  
  661. </div></div>
  662.  
  663.  
  664.  
  665.  
  666.  
  667. </div>
  668.  
  669. </div>
  670.  
  671. </div>
  672. </div>
  673.  
  674. <div id="pink">
  675. <a href="{text:link6}">{text:Link6 Title}</a>
  676. <a href="{text:link7}">{text:Link7 Title}</a>
  677. <a href="{text:link8}">{text:Link8 Title}</a>
  678. </div>
  679.  
  680.  
  681. <div class="efeito2" class="hover">
  682.  
  683. <img class="bottom shadow"class="plim" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  684. <img class="hover" src="{image:fotinha}" title=""></div></div>
  685. </div></div>
  686.  
  687. <div id="marion2"></div>
  688.  
  689.  
  690.  
  691. <div id="duka">{text:frase2}</div>
  692.  
  693.  
  694.  
  695. <div id="notinholaduda">{Description}</div>
  696.  
  697. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  698. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  699.  
  700.  
  701. <!-------------PAGINATION-----------♥---------->
  702.  
  703. <div class="ps"><div id="paginal">
  704. {block:JumpPagination length="3"}
  705. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  706. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  707. {/block:JumpPagination}
  708. </div></div>
  709. <!-------------CRÉDITOS-----------------♥------------->
  710. <div style="margin-left:145px;background:{color:sidebar};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:65px; font-family:Muli;font-size:11px; margin-top: 12px; height:15px;position:fixed; border: 1px dashed {color:borda2};"><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>
  711. <font color="{color:tags}">©</font> </a></div>
  712.  
  713.  
  714. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  715.  
  716. <div id="omdg">
  717.  
  718. {block:Posts}
  719.  
  720. <!------------------------BASE DUH---------------♥--------->
  721. <div class="baseduh">
  722.  
  723. {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>
  724. <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}
  725.  
  726.  
  727. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  728.  
  729. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  730.  
  731. {block:Photoset}{Photoset-500}{/block:Photoset}
  732.  
  733. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  734.  
  735. {block:Quote}
  736. <span class="quotetay">&#10077;</span><div class="qtay">{Quote}</div>
  737. {block:Source}<div class="origtay"><p>&#8212; {Source}</p></div>{/block:Source}<br>
  738. {/block:Source}
  739. {/block:Quote}
  740.  
  741. {block:Link}
  742. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  743. {block:Description}{Description}{/block:Description}
  744. {/block:Link}
  745.  
  746.  
  747. {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}
  748.  
  749.  
  750. {block:Audio}
  751. <div class="player">{AudioPlayerBlack}</div>
  752. {block:Caption}{Caption}{/block:Caption}
  753. {/block:Audio}
  754.  
  755. {block:Video}{Video-500}{/block:Video}
  756.  
  757. {block:Answer}
  758.  
  759. <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>
  760.  
  761. {/block:Answer}
  762.  
  763.  
  764.  
  765.  
  766. <div id="cap">
  767. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  768. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  769. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  770.  
  771. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  772. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  773. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  774. {/block:ContentSource}</div></div>
  775. <br>
  776.  
  777.  
  778. <div id="date">
  779. {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>
  780. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank"></a>{/block:IndexPage}
  781. {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>
  782. {/block:RebloggedFrom}
  783. </div>
  784. </div>{/block:Date}
  785.  
  786.  
  787.  
  788. {block:PostNotes}
  789. <div class="caixa">
  790. <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>
  791. <div class="extra">
  792. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  793. </div>
  794. <div class="extra">
  795. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  796. <span style="width:auto;">
  797. {block:HasTags}
  798. {block:Tags}
  799. <a class="tag" href="{TagURL}">{Tag}</a>
  800. {/block:Tags}
  801. {/block:HasTags}</span>
  802. <br>
  803. </div>
  804. <div class="extra">
  805. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  806. </div>
  807. </div><br>
  808. <div class="caixa">
  809. {PostNotes}
  810. </div>
  811. {/block:PostNotes}
  812. {/block:Posts}
  813. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822. </div>
  823. </div>
  824. </div>
  825. </div>
  826.  
  827.  
  828.  
  829.  
  830.  
  831. </body>
  832. </html>
Advertisement
Add Comment
Please, Sign In to add comment