Eduarda

suavizado

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