Eduarda

Theme 106

Jan 26th, 2013
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.36 KB | None | 0 0
  1. <!----------ALL THEMES POR DUDA.R (OMDG) POR FAVOR RESPEITE O MEU TRABALHO,NÃO USE COMO BASE NEM DISPONIBILIZE SE ADAPTAR.------->
  2.  
  3. <html>
  4.  
  5. <script type="text/javascript">
  6. $(window).load(function(){
  7. var $wall = $('#box');
  8. $wall.imagesLoaded(function(){
  9. $wall.masonry({
  10. itemSelector: '.post',
  11. isAnimated : true
  12. });
  13. });
  14. $wall.infinitescroll({
  15. navSelector : "div#navigation",
  16. nextSelector : "div#navigation a#nextPage",
  17. itemSelector : '.post',
  18. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  19. loadingText : " ",
  20. donetext : " ",
  21. extraScrollPx : 9000,
  22. bufferPx : 10000,
  23. debug : false,
  24. errorCallback: function() {
  25. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  26. }},
  27. function( newElements ) {
  28. var $newElems = $( newElements );
  29. $newElems.hide();
  30. $newElems.imagesLoaded(function(){
  31. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  32. });
  33. }); $('#box').show(500);
  34. });
  35. </script>
  36.  
  37.  
  38. <head>
  39.  
  40.  
  41. <script>
  42.  
  43.  
  44.  
  45. $(document).ready(function() {
  46.  
  47. //
  48.  
  49.  
  50.  
  51. //When you click on a link with class of poplight and the href starts with a #
  52.  
  53. $('a.poplight[href^=#]').click(function() {
  54.  
  55. var popID = $(this).attr('rel'); //Get Popup Name
  56.  
  57. var popURL = $(this).attr('href'); //Get Popup href to define size
  58.  
  59.  
  60.  
  61. //Pull Query & Variables from href URL
  62.  
  63. var query= popURL.split('?');
  64.  
  65. var dim= query[1].split('&');
  66.  
  67. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  68.  
  69.  
  70.  
  71. //Fade in the Popup and add close button
  72.  
  73. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/iTXmdcocj/sbdb.gif" class="btn_close" title="Volte My boo" alt="Close" /></a>');
  74.  
  75.  
  76. //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
  77.  
  78. var popMargTop = ($('#' + popID).height() + 80) / 2;
  79.  
  80. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  81.  
  82.  
  83.  
  84. //Apply Margin to Popup
  85.  
  86. $('#' + popID).css({
  87.  
  88. 'margin-top' : -popMargTop,
  89.  
  90. 'margin-left' : -popMargLeft
  91.  
  92. });
  93.  
  94.  
  95.  
  96. //Fade in Background
  97.  
  98. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  99.  
  100. $('#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
  101.  
  102.  
  103.  
  104. return false;
  105.  
  106. });
  107.  
  108.  
  109.  
  110. //Close Popups and Fade Layer
  111.  
  112. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  113.  
  114. $('#fade , .popup_block').fadeOut(function() {
  115.  
  116. $('#fade, a.close').remove(); //fade them both out
  117.  
  118. });
  119.  
  120. return false;
  121.  
  122. });
  123.  
  124.  
  125.  
  126.  
  127.  
  128. });
  129.  
  130. </script>
  131.  
  132.  
  133.  
  134.  
  135. <meta name="image:fotodr" content="http://static.tumblr.com/819025ee5ab290760238f8ce05d6e81c/2bh9bxo/FOHmh8y4x/tumblr_static_pretoebranco9.jpg" />
  136. <meta name="image:background" content="http://static.tumblr.com/abe3499f69c50e20a644f3438dc4a8d3/2bh9bxo/smvmh8xdg/tumblr_static_tumblr_m7tv6kcaui1rc52dzo2_400.jpg" />
  137.  
  138. <meta name="color:background" content="#F8F8FF" />
  139. <meta name="color:link" content="#8B898989" />
  140. <meta name="color:text" content="#CDC9C9" />
  141. <meta name="color:bghover" content="#FDB5CE" />
  142. <meta name="color:linkshover" content="#fff" />
  143. <meta name="color:links" content="#8B898989" />
  144. <meta name="color:text desc" content="#fff" />
  145. <meta name="color:borda" content="#CDC9C9" />
  146. <meta name="color:borda2" content="#FDB5CE" />
  147. <meta name="color:bordaimg" content="#CDC9C9" />
  148. <meta name="color:abc" content="#FDB5CE" />
  149. <meta name="color:italico" content="#8B8989" />
  150. <meta name="color:linhadopost" content="#CDC9C9" />
  151. <meta name="color:post" content="#fff" />
  152. <meta name="color:sidebar" content="#fff" />
  153. <meta name="color:scrollbar" content="#5F5F5F" />
  154. <meta name="color:frase" content="#fff" />
  155. <meta name="color:tags" content="#EE799F" />
  156. <meta name="color:sombra" content="#8B8989" />
  157. <meta name="color:bgask" content="#474646" />
  158. <meta name="color:pag" content="#8B8989" />
  159.  
  160.  
  161.  
  162. <meta name="if:one columns" content="2"/>
  163.  
  164.  
  165. <meta name="text:Link1" content="/" />
  166. <meta name="text:Link1 Title" content="link 1" />
  167. <meta name="text:Link2" content="/" />
  168. <meta name="text:Link2 Title" content="link 2" />
  169. <meta name="text:Link3" content="/" />
  170. <meta name="text:Link3 Title" content="link 3" />
  171. <meta name="text:Link4" content="/" />
  172. <meta name="text:Link4 Title" content="link 4" />
  173. <meta name="text:Link5" content="/" />
  174. <meta name="text:Link5 Title" content="link 5" />
  175. <meta name="text:Link6" content="/" />
  176. <meta name="text:Link6 Title" content="link 6" />
  177. <meta name="text:Link7" content="/" />
  178. <meta name="text:Link7 Title" content="link 7" />
  179. <meta name="text:frase" content="Barbie" />
  180. <meta name="text:frase2" content="Barbie Baby Doll's" />
  181.  
  182.  
  183.  
  184. <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}">
  185. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  186. {block:Description}
  187. <meta name="description" content="{MetaDescription}" />
  188. {/block:Description}
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. <!----------------FONTES-------♥-------->
  196. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  197. <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'>
  198. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  199.  
  200. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  201.  
  202. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  203. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  204. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  205.  
  206. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  207.  
  208.  
  209. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  210.  
  211. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  212.  
  213. <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'>
  214.  
  215. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  216. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  217. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
  218.  
  219. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  220. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  221.  
  222.  
  223. <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  224.  
  225. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  226. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  227. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  228. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  229.  
  230. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  231. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  232. <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'>
  233. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  234. <!------------------eita duh--------------------->
  235. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  236.  
  237. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  238. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  239. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  240. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
  241. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
  242. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  243. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  244. <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'>
  245.  
  246. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  247.  
  248.  
  249. <script type="text/javascript">
  250. // <![CDATA[
  251. var speed=100; //
  252. var height=3; //
  253. var alink="/"; // page to link text to (set to ="" for no link)
  254.  
  255. /****************************
  256. ****************************/
  257. var wobtxt, wobble, wobcnt=0;
  258. window.onload=function() { if (document.getElementById) {
  259. var i, wobli;
  260. wobble=document.getElementById("wobble");
  261. wobtxt=wobble.firstChild.nodeValue;
  262. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  263. for (i=0; i<wobtxt.length; i++) {
  264. wobli=document.createElement("span");
  265. wobli.setAttribute("id", "wobb"+i);
  266. wobli.style.position="relative";
  267. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  268. if (alink) {
  269. wobli.style.cursor="pointer";
  270. wobli.onclick=function() { top.location.href=alink; }
  271. }
  272. wobble.appendChild(wobli);
  273. }
  274. setInterval("wobbler()", speed);
  275. }}
  276.  
  277. function wobbler() {
  278. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  279. wobcnt++;
  280. }
  281. // ]]>
  282. </script>
  283.  
  284. </head>
  285.  
  286.  
  287. <style type="text/css">
  288.  
  289. ::-moz-selection
  290.  
  291. {color: #FFF;
  292.  
  293. background: #FFF;}
  294.  
  295.  
  296.  
  297. ::selection
  298.  
  299. {color: #fff ;
  300.  
  301. background: #aca7a7;
  302. text-shadow: #3a3939 1px 1px 5px ;}
  303.  
  304.  
  305.  
  306. @font-face {font-family: "pacifico";
  307. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  308.  
  309. iframe#tumblr_controls {
  310. top:0px !important;
  311. right:3px !important;
  312. position: fixed !important;
  313. -webkit-transition: opacity 0.6s linear;
  314. opacity: 0.3;
  315. -webkit-transition: all 0.8s ease-out;
  316. -moz-transition: all 0.8s ease-out;
  317. transition: all 0.8s ease-out;
  318. z-index:999999999999999999;}
  319.  
  320. iframe#tumblr_controls:hover{
  321. -webkit-transition: opacity 0.6s linear;
  322. opacity: 0.8;
  323. -webkit-transition: all 0.4s ease-out;
  324. -moz-transition: all 0.4s ease-out;
  325. transition: all 0.4s ease-out;
  326. z-index:999999999999999999999;}
  327.  
  328. #tumblr_controls{position: fixed!important}
  329. #tumblr_controls{position: fixed!important}
  330. #tumblr_controls{position: fixed!important}
  331. #tumblr_controls{position: fixed!important}
  332.  
  333. body {color:{color:text};background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:13px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
  334.  
  335. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  336.  
  337. a:hover{color:{color:lhover};text-shadow:0px 0px 9px ; }
  338.  
  339.  
  340.  
  341. 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.8; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
  342.  
  343.  
  344.  
  345. #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
  346.  
  347. #OMDG {margin-left: 450px; width: 700px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  348.  
  349. #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
  350.  
  351. .baseduh {-webkit-border-radius: 2px;
  352. -moz-border-radius: 2px;
  353. border-radius: 2px;border:2px solid {color:linhadopost}; width: 270px; background-color:{color:post} ; text-align: justify; padding: 1px; float: left; margin: 4px 0 0 4px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:360px;{/block:IfOneColumns} }
  354.  
  355. .baseduh:hover {opacity:2}
  356.  
  357. .baseduh img {border: 3px solid {color:borda}; max-width: 250px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 350px;{/block:IfOneColumns};opacity:0.9;}
  358.  
  359. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  360.  
  361.  
  362. h1 { border-bottom: 1px dashed {color:borda2};font-family: 'muli'; text-align: center; font-size: 16px; text-transform: none; color: {color:post text}; font-weight: normal; }
  363. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
  364. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; font-weight: normal;padding: 4px;}
  365.  
  366.  
  367. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
  368.  
  369. .notes img{width:10px; position:relative; top:1px}
  370. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  371.  
  372.  
  373. /*** Stilo da Ask por things-to-help-you **/
  374. .pergunta {background: {color:bgask}; padding: 8px; margin-top: 0px; border-bottom: 1px solid {color:borda}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:sombra};line-height:9px;}
  375. .perguntou {width: 415px;height:14px; background:{color:text}; font-weight:normal; padding:3px; margin-bottom:1px; color:{color:text};font-family: 'Play', sans-serif; font-size: 8px; text-align:left;line-height:16px;text-transform:uppercase;margin-left:-8px;} /**--OMDG---♥---**/
  376. .perguntou g {color:{color:borda2};} /**--OMDG---♥---**/
  377. .perguntou a {color: {color:borda2}; font-size:10px;}
  378. .askfoto {opacity: 0.7; border: 2px solid {color:borda};width: 40px;height: 40px;} /**--OMDG---♥---**/
  379. .askfoto:hover {opacity: 0.9;}
  380.  
  381.  
  382. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #888;margin-bottom:2px;}
  383. .chat .chat1 {margin-left: 0px;}
  384. .chat .chat1 .chat2 {background:rgba(238,238,238, 0.4); margin-bottom: 1px; padding: 0px 5px; font-family: 'calibri', sans-serif; line-height:21px;}
  385. .chat .chat1 .chat2.even {background: rgba(234,234,234, 0.6);}
  386. .chat b{color: #000; background: #f5f5f5; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase;}
  387. .chat1 a, .chat2 a{color: #d9e0e7;}
  388.  
  389.  
  390. .cred {opacity: 2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;font-size:10px;{block:IfOneColumns} border-top:0px solid #f2f2f2; {/block:IfOneColumns}}
  391. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  392.  
  393. b {color: {color:abc};text-decoration: none;}
  394.  
  395. i {color:{color:italico};text-decoration: none;}
  396.  
  397. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  398.  
  399.  
  400. #baseduh1 {background:{color:background};
  401. margin-top: 2px; text-align:right; font-size:16px; font-family:pacifico; z-index:11; padding:2px; color:{color:link} ; -webkit-transition: all 0.2s ease-out;border-top:1px solid {color:borda};border-bottom:1px dashed {color:borda2}; -moz-transition: all .4s ease-out;letter-spacing: 0.5px;{block:IfOneColumns} ; {/block:IfOneColumns}}
  402. #baseduh1 a {font-size: 10px; opacity:0.8; }
  403.  
  404. #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
  405. #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
  406.  
  407.  
  408. #cap {width: 500px; margin-top: -2px;}
  409. .source {display: none;}
  410.  
  411. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  412. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  413. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  414. .notes img{display: none; border:0px}
  415.  
  416.  
  417.  
  418.  
  419. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  420. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  421. .taysource {-webkit-transform: rotate(-3deg);font-family:'candara'; font-style:italic; font-size: 12px; text-transform: none; margin-bottom: 5px; margin-top:4px; padding-left:10px; background: {color:background}; padding:0px 10px 0px 0px; line-height:20px; height:22; border-top: 1px dashed {color:borda2}; font-weight:bold; text-align: right;}
  422. }
  423. .taysource a, a:hover{text-transform: none;}
  424.  
  425.  
  426.  
  427. ::-webkit-scrollbar-thumb:vertical {width:8px;background-color:{color:scrollbar};-webkit-border-radius: 30px;
  428. -moz-border-radius: 30px;
  429. border-radius: 30px;}
  430. ::-webkit-scrollbar {height:0px;width:8px;background-color:#fff; -webkit-border-radius: 50px;
  431. -moz-border-radius: 50px;
  432. border-radius: 50px;}
  433.  
  434.  
  435. .imagem {position: absolute; width:245px; height:495px; margin-left:5px; margin-top: 11px;position:fixed;border:7px solid {color:borda}; padding:5px; padding:8px; background-color:{color:borda};}
  436. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:270px; width: 244px;margin-left:0px; margin-top:40px; opacity:1;}
  437.  
  438.  
  439. .imagem img.top { opacity:1;}
  440. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  441.  
  442. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray; -webkit-border-radius: 30px;
  443. -moz-border-radius: 30px;
  444. border-radius: 30px;}
  445.  
  446. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  447.  
  448. #menu { float: left; margin-top: 75px; padding: 3px; text-align: center;margin-left:208px; 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; } /**--OMDG---♥---**/
  449. /**--OMDG---♥---**/
  450. #menu a {float: left; margin-right: 0px; display: block; width: 39px; letter-spacing: 0px; font-family: Poiret One; font-size: 12px; text-align: center; margin-bottom: 1px; background-color: ; color: {color:links}; text-decoration: none; height:19px;line-height:20px; 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: 0px 0px 0px 0px;border-bottom: 2px solid {color:borda2}; }
  451. /**--OMDG---♥---**/
  452. #menu a:hover{background:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; color:{color:frase};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px {color:sidebar};box-shadow: inset 0px 0px -200px 0px {color:links}; -webkit-border-radius: 10px 10px 10px 0px;opacity:0.6;}
  453. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  454.  
  455. #menuu {z-index:11;width:41px; height: 124px; float: left; margin-left:370px; margin-top: 230px; padding: 0px; text-align: center;position:fixed;; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda};border-right: 0px solid {color:borda}; border: 0px solid {color:borda2};background:; border-bottom: 0px solid {color:borda};}
  456. #menuu a {border-bottom: 2px solid {color:borda2};float: left; margin-left: 1px; font-family: Rochester; font-size: 14px; text-align: center; margin-top: 3px; height: 27px; width: 48px; color:{color:sidebar}; line-height: 31px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bghover}; text-transform: lowercase; background: url(http://static.tumblr.com/kwaqeuc/cbCm42wjc/bg.png); text-shadow:0px 0px 1px {color:sombra};-webkit-border-radius: 10px 0px 0px 10px;}
  457. #menuu a:hover{background:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; color:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px {color:sidebar};box-shadow: inset 0px 0px -200px 0px {color:links}; -webkit-border-radius: 10px 0px 0px 10px;opacity:0.6;}
  458.  
  459. /***-------------- TITULOS------------------♥--------***/
  460. #duka {background:{color:bordaimg};margin-left:192px;margin-top: 54px; height:27px; line-height:24px;float:left; position:fixed; width:226px; font-family:Cedarville Cursive; font-size:19px; text-align: center;
  461. 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;-webkit-transform: rotate(-3deg); border-left: 3px solid {color:borda2};border-right: 3px solid {color:borda2};} /**--OMDG---♥---**/
  462. /**--OMDG---♥---**/
  463. #duka a:hover {color:{color:linha};-webkit-transform: rotate(3deg);}
  464. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  465.  
  466.  
  467. /*----Efeito Push por Duda.R exclusive do revolutionhtml--♥--*/
  468.  
  469. .efeito2 {background:{color:sidebar};position: absolute;width:221px;height:300px;margin-left:193px; /**--OMDG---♥---**/
  470. margin-top: 108px;position:fixed;border:5px solid {color:bordaimg}; }
  471. .efeito2 img {position:fixed; -webkit-transition: all 1s ease-in-out;
  472. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  473. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:300px;width: 221px;
  474. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  475. .efeito2 img:hover {}
  476. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  477.  
  478. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  479. .imsureduh {width:180px;
  480. margin-top:435px;
  481. color:{color:borda2};
  482. opacity:0.999;
  483. text-align:center;
  484. position:fixed;
  485. font-family:basket;
  486. font-size:15px;
  487. text-shadow: 1px 1px 1px {color:sombra};
  488. letter-spacing:1px; /**--OMDG---♥---**/
  489. margin-left:125px;}
  490. /**--OMDG---♥---**/
  491. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  492. /******----------------DESCRIÇÃO--------♥--------******/
  493. #notinholaduda {margin-left: 210px; margin-top: 367px; width:194px; font-size: 11px; height:38px; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 0px 0px 0px 0px; /**--OMDG---♥---**/
  494. -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};text-shadow: 5px 5px 9px {color:sombra};}
  495. /***-------------BORDAS -------------♥-----***/
  496.  
  497. #barra {position: fixed; margin-left: 112px; width:301px; height: 36px; background-color:{color:borda2};margin-top: 126px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);} /**--OMDG---♥---**/
  498.  
  499. #barra1 {position: fixed; margin-left: 115px; width:285px; height: 24px; background-color:{color:borda};margin-top: 75px; -webkit-transform: rotate(-3deg);-webkit-border-radius: 5px 5px 0px 0px;border-top: 1px dashed {color:borda2};}
  500. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  501. #barra2 {position: fixed; margin-left: 90px; width:19px; height: 24px; background-color:{color:borda};margin-top: 49px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);background:{color:sidebar};-webkit-border-radius: 20px 0px 0px 20px;}
  502.  
  503. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  504. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  505. #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};} /**--OMDG---♥---**/
  506. #paginal a:hover {background: {color:borda}; color: {color:text};}
  507. #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;} /**--OMDG---♥---**/
  508. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 302px; margin-top: 435px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
  509. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  510.  
  511. b {color: {color:abc};text-decoration: none;}
  512.  
  513. i {color:{color:italico};text-decoration: none;}
  514.  
  515. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  516.  
  517.  
  518.  
  519. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  520.  
  521. #estela1 {position: fixed; margin-left: 98px; width:321px; height: 385px; background-color:{color:sidebar}; margin-top: 120px; -webkit-transform: rotate(0deg);-webkit-border-radius: 5px 5px 5px 5px; -webkit-transform: rotate(0deg); border: 5px solid {color:borda}; box-shadow: 5px 5px 9px {color:sombra};}
  522.  
  523. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  524.  
  525.  
  526. #faixa2 {margin-top: 142px; margin-left: 103px; position: fixed; background:{color:borda}; height: 3px; width:322px;}/***detalhes by o-mundo-de-uma-garota***/
  527. #faixa3 {margin-top: 160px; margin-left: 113px; position: fixed; background-color:{color:borda2};border-top: 1px dashed {color:sidebar}; height: 2px; width:298px;}/***detalhes by o-mundo-de-uma-garota***/
  528.  
  529. #faixa4 {margin-top: 148px; margin-left: 103px; position: fixed; background-color:{color:borda}; height: 3px; width:322px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);}/***detalhes by o-mundo-de-uma-garota***/
  530.  
  531. #faixa5 {margin-top: 415px; margin-left: 149px; position: fixed; background-color:{color:borda}; height: 4px; width:75px; -webkit-transform: rotate(90deg);}/***detalhes by o-mundo-de-uma-garota***/
  532.  
  533. #faixa6 {margin-top: 428px; margin-left: 180px; position: fixed; background-color:{color:borda}; height: 4px; width:65px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);}/***detalhes by o-mundo-de-uma-garota***/
  534.  
  535.  
  536.  
  537.  
  538.  
  539. /***--- SCROLLBAR---♥----***/
  540.  
  541. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  542.  
  543. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  544.  
  545.  
  546. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  547.  
  548. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  549. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  550. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  551.  
  552. /***--------TUMBLR CONTROLS---------♥------***/
  553.  
  554. #tumblr_controls{position: fixed!important}
  555.  
  556. #tumblr_controls{position: fixed!important}
  557.  
  558. #tumblr_controls{position: fixed!important}
  559.  
  560. #tumblr_controls{position: fixed!important}
  561.  
  562.  
  563.  
  564.  
  565. </style>
  566.  
  567.  
  568.  
  569.  
  570. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  571.  
  572. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  573. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  574. <script type="text/javascript">
  575. $(window).load(function () {
  576. $('#OMDG').masonry(),
  577. $('.masonryWrap').infinitescroll({
  578. navSelector : ".baseduh",
  579. nextSelector : "#page a#p",
  580. itemSelector : ".baseduh",
  581. bufferPx : 10000,
  582. extraScrollPx: 10000,
  583. loadingImg : "",
  584. loadingText : "",
  585. },
  586. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  587. );
  588. });
  589. </script>
  590.  
  591.  
  592. <body onkeydown="return false">
  593.  
  594.  
  595.  
  596. <div id="barbie-e">
  597.  
  598.  
  599. <div id="duka">{text:frase2}</div>
  600.  
  601. <div id="faixa5"></div> <div id="faixa6"></div><div class="imsureduh">{text:frase}</div>
  602. <div class="efeito2" class="hover">
  603.  
  604. <img class="bottom shadow" src="{image:fotodr}" >
  605. <img class="hover" src="{image:sidebar}" title=""></div></div>
  606. </div></div>
  607.  
  608. <div id="menuu">
  609. <a href="{text:Link5}">{text:Link5 Title}</a>
  610. <a href="{text:Link6}">{text:Link6 Title}</a>
  611. <a href="{text:Link7}">{text:Link7 Title}</a>
  612.  
  613. </div>
  614.  
  615.  
  616.  
  617.  
  618. <div id="menu">
  619. <a href="{text:Link1}">{text:Link1 Title}</a>
  620. <a href="{text:Link2}">{text:Link2 Title}</a>
  621. <a href="{text:Link3}">{text:Link3 Title}</a>
  622. <a href="{text:Link4}">{text:Link4 Title}</a>
  623.  
  624. </a></div>
  625.  
  626. </div>
  627. </div>
  628.  
  629. <div id="notinholaduda">{Description}</div>
  630.  
  631. <!-------------PAGINATION-----------♥---------->
  632.  
  633. <div class="ps"><div id="paginal">
  634. {block:JumpPagination length="3"}
  635. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  636. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  637. {/block:JumpPagination}
  638. </div></div>
  639.  
  640. <!-------------CRÉDITOS-----------------♥------------->
  641. <div style="margin-left:55px;background:{color:sidebar};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 5px; 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] + Dtlhs by: superar-r not copie plagio é crime"><small>All Themes OMDG</a></a>
  642. <font color="{color:tags}">©</font> </a></div>
  643.  
  644. <div id="OMDG">
  645.  
  646. {block:Posts}
  647. <div class="baseduh">
  648.  
  649. {block:Answer}
  650. <div class="caixa">
  651. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  652. <div class="pergunta">
  653. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  654. {Question}
  655. </div>
  656. {Answer}</div>
  657. {/block:Answer}
  658.  
  659. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  660.  
  661. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  662. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  663.  
  664.  
  665. {block:Photoset}<center>{Photoset-250}</center>
  666. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  667.  
  668.  
  669. {block:Quote}
  670. <div class="quote">“{Quote}”</div>
  671. {block:Source}<div class="taysource"> — {Source}</div>
  672. {/block:Source}
  673. {/block:Quote}
  674.  
  675. {block:Link}
  676. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  677. {block:Description}{Description}{/block:Description}
  678. {/block:Link}
  679.  
  680. {block:Chat}
  681. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  682. <div class="chat"><ul>{block:Lines}
  683. <li class="person{UserNumber}">{block:Label}
  684. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  685. {/block:Chat}
  686.  
  687. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  688.  
  689. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  690.  
  691.  
  692. <div class="cred">
  693. {block:Date}<div id="baseduh1">
  694. <a href="{Permalink}">{block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount} · </a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> Via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> · Source</font> + </a>{/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank"> reblog <font color="{color:tags}"> ♡</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  695. </div></center>{/block:IfShowTags}{/block:Date}</div>
  696. </div>
  697. {/block:Posts}
  698. {block:PostNotes}{PostNotes}{/block:PostNotes}
  699. </div></div>
  700.  
  701.  
  702.  
  703.  
  704. </div>
  705. </div>
  706. </div>
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714. </body>
  715. </html>
Advertisement
Add Comment
Please, Sign In to add comment