Eduarda

Theme Skirt Girl

Mar 24th, 2013
1,907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.46 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/d2f90afef4973c11449e2136f4dfe2e4/2bh9bxo/A36mk53ob/tumblr_static_tumblr_lufz54yir81r0138io1_500_large.jpg" />
  137. <meta name="image:background" content="" />
  138.  
  139.  
  140.  
  141.  
  142. <meta name="color:background" content="#e4e4e4" />
  143. <meta name="color:link" content="#929191" />
  144. <meta name="color:text" content="#8B8682" />
  145. <meta name="color:links" content="#fff" />
  146. <meta name="color:text desc" content="#fff" />
  147. <meta name="color:borda" content="#ececec" />
  148. <meta name="color:borda2" content="#da5861" />
  149. <meta name="color:bordaimg" content="#da5861" />
  150. <meta name="color:abc" content="#c2576b" />
  151. <meta name="color:italico" content="#979797" />
  152. <meta name="color:linhadopost" content="#ececec" />
  153. <meta name="color:post" content="#d6d3d3" />
  154. <meta name="color:sidebar" content="#c4c2c2" />
  155. <meta name="color:scrollbar" content="#c4c2c2" />
  156. <meta name="color:frase" content="#fff" />
  157. <meta name="color:tags" content="#da5861" />
  158. <meta name="color:sombra" content="#000" />
  159. <meta name="color:bgask" content="#c4c2c2" />
  160. <meta name="color:pag" content="#8B8682" />
  161. <meta name="color:faixa1" content="#999696" />
  162. <meta name="color:linkshover" content="#da5861" />
  163. <meta name="color:bghover" content="#999696" />
  164.  
  165. <meta name="if:one columns" content="3"/>
  166.  
  167.  
  168. <meta name="text:Link1" content="/" />
  169. <meta name="text:Link1 Title" content="Home" />
  170. <meta name="text:Link2" content="/" />
  171. <meta name="text:Link2 Title" content="ask" />
  172. <meta name="text:Link3" content="/" />
  173. <meta name="text:Link3 Title" content="link" />
  174. <meta name="text:Link4" content="/" />
  175. <meta name="text:Link4 Title" content="link" />
  176. <meta name="text:Link5" content="/" />
  177. <meta name="text:Link5 Title" content="link " />
  178. <meta name="text:Link6" content="/" />
  179. <meta name="text:Link6 Title" content="link " />
  180. <meta name="text:Link7" content="/" />
  181. <meta name="text:Link7 Title" content="link " />
  182.  
  183.  
  184.  
  185. <meta name="text:frase1" content="Menina dos olhos de Deus" />
  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.  
  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.  
  236. <!------------------eita duh--------------------->
  237. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  238.  
  239. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  240. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  241. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  242. <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'>
  243. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
  244. <link href='http://fonts.googleapis.com/css?family=Sacramento' 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. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  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. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  344.  
  345.  
  346.  
  347. #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
  348.  
  349. #OMDG {margin-left: 420px; width: 900px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  350.  
  351. #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
  352.  
  353. .baseduh {-webkit-border-radius: 2px;
  354. -moz-border-radius: 2px;
  355. border-radius: 2px;border:1px solid {color:linhadopost}; width: 250px; background-color:{color:post} ; text-align: justify; padding: 3px; float: left; margin: 4px 0 0 6px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:438px;{/block:IfOneColumns} }
  356.  
  357. .baseduh:hover {opacity:2}
  358.  
  359. .baseduh img {-webkit-border-radius: 10px 10px 10px 10px;border: 3px solid {color:borda}; max-width: 240px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 405px;{/block:IfOneColumns};opacity:0.9;}
  360.  
  361. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  362.  
  363.  
  364. h1 {font-family: 'muli'; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; }
  365. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; }
  366. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:borda2}; font-weight: normal;padding: 4px;}
  367.  
  368.  
  369. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
  370.  
  371. .notes img{width:10px; position:relative; top:1px}
  372. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  373.  
  374. /*** Stilo da Ask por TTHY ********/
  375. .pergunta {background: {color:bgask2}; padding: 6px;margin-top: 0px; border-bottom: 1px solid {color:linha2}; margin-top: 2px; border-right: 0px solid {color:borda}; margin-left: 0; margin-right: 0;overflow: hidden; }
  376. .perguntou {display: block; height: 24px; margin-left: 31px; background: {color:bgask}; border-left: 6px solid {color:linha2}; line-height: 23px; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-style: italic; font-size: 10pt; color: {color:text}; padding: 3px; text-align: left; text-shadow: 0px 1px 1px {color:sombra};}
  377. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  378. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  379. .oi {background: {color:post}; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: 0px;color: {color:text}; border-bottom: 0px solid {color:borda}; border-right: 1px solid {color:borda}; margin-left: 0; margin-right: 2px;overflow: hidden; }
  380.  
  381.  
  382. /*******************************chat**************************************/
  383. .chat {background:#;margin:0;font-size:9px;font-family:Muli;}
  384. .chat .chat1 {margin-left:0px;}
  385. .chat .chat1 .chat2 {background:{color:borda};color:{color:text};margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  386. .chat .chat1 .chat2.even {background:{color:borda2};color: {color:text};} /* Segunda linha */
  387. .chat .chat1 .chat2 span{font-weight: bold;}
  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:0px dashed {color:linhadopost}; -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. .b-source {-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. .b-source 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:235px; height:465px; 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:260px; width: 234px;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.  
  449.  
  450.  
  451.  
  452.  
  453. .efeito2 {background:{color:sidebar};position: absolute;width:170px;height:165px;margin-left:109px; /**--OMDG---♥---**/
  454. margin-top: 144px;position:fixed;border:2px solid {color:bordaimg};-webkit-border-radius: 0px 0px 0px 0px; }
  455. .efeito2 img {border:1px solid {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  456. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  457. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:163px;width: 168px;
  458. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  459. .efeito2 img:hover { }
  460.  
  461.  
  462. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  463.  
  464. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  465. .imsureduh {width:319px;
  466. margin-top:134px;background:{color:sidebar};
  467. color:{color:frase};
  468. opacity:0.999;height:190px;line-height:28px;
  469. text-align:center;
  470. position:fixed;
  471. font-family:pacifico;
  472. font-size:21px;
  473. text-shadow: 1px 1px 1px {color:sombra};
  474. letter-spacing:1px; /**--OMDG---♥---**/
  475. margin-left:105px;-webkit-transform: rotate(0deg);-webkit-border-radius: 10px 15px 10px 10px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
  476.  
  477.  
  478. .imsureduh1 {width:265px;
  479. margin-top:105px;background:{color:sidebar};
  480. color:{color:frase};
  481. opacity:0.999;height:30px;line-height:28px;
  482. text-align:center;
  483. position:fixed;
  484. font-family:pacifico;
  485. font-size:19px;
  486. text-shadow: 1px 1px 1px {color:sombra};
  487. letter-spacing:1px; /**--OMDG---♥---**/
  488. margin-left:135px;-webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 0px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;border-top: 1px solid {color:borda2};}
  489.  
  490.  
  491. /**--OMDG---♥---**/
  492. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  493. /******----------------DESCRIÇÃO--------♥--------******/
  494. #notinholaduda {background:{color:faixa1};margin-left: 289px; margin-top: 150px; width:121px; font-size: 11px; height:150px; text-align: right; transparent; font-family:Ubuntu Mono;text-shadow: 1px 1px 1px {color:sombra} ;color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 13px;}
  495.  
  496.  
  497.  
  498. /***--Menu ícones down por Duda.R{OMDG}---exclusivo por: revolutionhtml---**/
  499. #uld { background:transparent;margin-top: 139px;margin-left: 88px;position: fixed;}
  500. .DLL { background:{color:linkshover};
  501. width: 23px;
  502. height: 23px;
  503. padding: 4px;
  504. text-align: center;
  505. font-size: 20px;
  506. margin-bottom: 6px;
  507. float: left;
  508. -webkit-transition: all 1s ease;
  509. -moz-transition: all 1s ease;
  510. -o-transition: all 1s ease;transition: all 1s ease;
  511. line-height: 20px;border-radius: 5px;}
  512.  
  513. .DLL img{width:16px;margin-top:2px; margin-left:-1px;
  514. -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  515.  
  516. #DLL1 {margin-left:85px;width: 50px;
  517. background: {color:bghover}; margin-top: -20px;
  518. color: {color:links};border-radius: 3px;
  519. font-family: Rancho; font-size: 16px; text-align: center;
  520. opacity: 0;-webkit-transition-duration: .99s;text-shadow: 0px 1px 1px {color:sombra};
  521. }
  522.  
  523. .DLL:hover #DLL1 {opacity:1;margin-left:-55px;-webkit-transform: rotate(-90deg);}
  524.  
  525. .DLL:hover #li{width: 0;height: 0;border-top: 10px solid transparent;border-left: 10px solid {color:bghover};border-bottom: 10px solid transparent;margin-top:-20px;margin-left:-20px;-webkit-transition-duration: .99s;}
  526.  
  527.  
  528.  
  529. /***-------------BORDAS -------------♥-----***/
  530.  
  531. #barra {position: fixed; margin-left: 209px; width:88px; height: 85px; background-color:{color:faixa1};margin-top: 190px; -webkit-transform: rotate(0deg);} /**--OMDG---♥---**/
  532.  
  533.  
  534.  
  535. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  536. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  537. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 0px 0px 10px 10px;border: 1px dashed {color:borda};} /**--OMDG---♥---**/
  538. #paginal a:hover {background: {color:borda2}; color: {color:text};}
  539. #paginal span.pagina_atual {background: {color:bordaimg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 0px 0px 10px 10px;} /**--OMDG---♥---**/
  540. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 142px; margin-top: 322px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 10px 10px; }
  541.  
  542.  
  543.  
  544.  
  545. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  546.  
  547. b {color: {color:abc};text-decoration: none;}
  548.  
  549. i {color:{color:italico};text-decoration: none;}
  550.  
  551. u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  552.  
  553.  
  554. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  555.  
  556. #estela1 {position: fixed; margin-left: 232px; width:273px; height: 60px; background-color:{color:faixa1}; margin-top: 250px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 20px 20px 20px; border: 0px solid {color:bordaimg};}
  557.  
  558. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  559.  
  560.  
  561. #faixa2 {margin-top: 99px; margin-left: 153px; position: fixed; background:{color:borda2}; height: 100px; width:10px;border-right: 1px dashed {color:faixa1};-webkit-border-radius: 20px 20px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
  562.  
  563.  
  564. #faixa3 {margin-top: 99px; margin-left: 183px; position: fixed; background:{color:borda2}; height: 100px; width:10px;border-right: 1px dashed {color:faixa1};-webkit-border-radius: 20px 20px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
  565.  
  566. /***--- SCROLLBAR---♥----***/
  567.  
  568. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  569.  
  570. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  571.  
  572.  
  573. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  574.  
  575. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  576. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  577. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  578.  
  579. /***--------TUMBLR CONTROLS---------♥------***/
  580.  
  581. #tumblr_controls{position: fixed!important}
  582.  
  583. #tumblr_controls{position: fixed!important}
  584.  
  585. #tumblr_controls{position: fixed!important}
  586.  
  587. #tumblr_controls{position: fixed!important}
  588.  
  589.  
  590. #badgirl {width: 192px; float: left; margin-left:315px; margin-top: 322px; padding: 1px; text-align: center; position: fixed; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  591. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height:120px; }
  592. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  593. #badgirl a {float: left; padding: 0px; margin-top:1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center; width: 35px; background-color: {color:faixa1}; color:{color:links}; text-decoration: none; text-transform: uppercase; height: 17px; overflow: hidden; border:0px solid {color:background}; margin-left: 3px; line-height: 17px;border: 1px solid {color:borda}; }
  594. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  595. #badgirl a:hover{text-align: center; background-color: {color:borda2}; color: {color:link}; }
  596. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  597. </style>
  598.  
  599.  
  600.  
  601.  
  602. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  603.  
  604. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  605. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  606. <script type="text/javascript">
  607. $(window).load(function () {
  608. $('#OMDG').masonry(),
  609. $('.masonryWrap').infinitescroll({
  610. navSelector : ".baseduh",
  611. nextSelector : "#page a#p",
  612. itemSelector : ".baseduh",
  613. bufferPx : 10000,
  614. extraScrollPx: 10000,
  615. loadingImg : "",
  616. loadingText : "",
  617. },
  618. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  619. );
  620. });
  621. </script>
  622.  
  623.  
  624. <body onkeydown="return false">
  625.  
  626.  
  627.  
  628. <div id="barbie-e">
  629.  
  630. <div id="badgirl">
  631.  
  632.  
  633. <a href="{text:Link6}" title="link6" >{text:Link6 Title}</a>
  634. <a href="{text:Link7}" title="link7" >{text:Link7 Title}</a>
  635. </div>
  636.  
  637. <div class="imsureduh"></div><div id="faixa2"></div><div id="faixa3"></div>
  638.  
  639. <div id="barra"></div>
  640.  
  641.  
  642. <div class="efeito2" class="hover">
  643.  
  644. <img class="bottom shadow" src="{image:fotodr}" >
  645. <img class="hover" src="{image:sidebar}" title=""></div></div>
  646. </div></div>
  647.  
  648. <div id="notinholaduda">{Description}</div>
  649.  
  650. <div class="imsureduh1">{text:frase1}</div>
  651. <div id="uld">
  652. <a href="{text:Link1}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/house_home.png"></a><div id="DLL1">{text:Link1 Title}</div><div id="li"></div></div><br>
  653.  
  654. <a href="{text:Link2}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/envelope_mail.png"></a><div id="DLL1">{text:Link2 Title}</div><div id="li"></div></div><br>
  655.  
  656. <a href="{text:Link3}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/users_group.png"></a><div id="DLL1">{text:Link3 Title}</div><div id="li"></div></div><br>
  657. <a href="{text:Link4}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/copy_documents.png"></a><div id="DLL1">{text:Link4 Title}</div><div id="li"></div></div><br>
  658. <a href="{text:Link5}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/pen_edit.png"></a><div id="DLL1">{text:Link5 Title}</div><div id="li"></div></div><br>
  659. </div></div>
  660.  
  661.  
  662.  
  663. <!-------------PAGINATION-----------♥---------->
  664.  
  665. <div class="ps"><div id="paginal">
  666. {block:JumpPagination length="4"}
  667. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  668. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  669. {/block:JumpPagination}
  670. </div></div>
  671.  
  672. <!-------------CRÉDITOS-----------------♥------------->
  673. <div style="margin-left:5px;background:{color:post};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 1px; 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 por botaodecerejeira not copie plagio é crime"><small>All Themes OMDG</a></a>
  674. <font color="{color:tags}">©</font> </a></div>
  675.  
  676. <div id="OMDG">
  677.  
  678. {block:Posts}
  679. <div class="baseduh">
  680.  
  681. {block:Answer}
  682. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  683. <div class="pergunta">{Question}</div>
  684. <br>
  685. <div class="oi">{Answer}</div>
  686. {/block:Answer}
  687.  
  688. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  689.  
  690. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  691. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  692.  
  693.  
  694. {block:Photoset}<center>{Photoset-250}</center>
  695. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  696.  
  697.  
  698. {block:Quote}
  699. <div class="quote">“{Quote}”</div>
  700. {block:Source}<div class="b-source"> — {Source}</div>
  701. {/block:Source}
  702. {/block:Quote}
  703.  
  704. {block:Link}
  705. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  706. {block:Description}{Description}{/block:Description}
  707. {/block:Link}
  708.  
  709. <div class="chat"><div class="chat1">{block:Lines}<div class="chat2 {Alt}">
  710. {block:Label}<b>{Label}</b>{/block:Label}{Line}</div>{/block:Lines}</div>
  711. </div><div class="OMDG"><div class="chat"><div class="chat1">{block:Lines}<div class="chat2 {Alt}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</div>{/block:Lines}</div></div></div>
  712.  
  713. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  714.  
  715. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  716.  
  717.  
  718. <div class="cred">
  719. {block:Date}<div id="baseduh1">
  720. <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}
  721. </div></center>{/block:IfShowTags}{/block:Date}</div>
  722. </div>
  723. {/block:Posts}
  724. {block:PostNotes}{PostNotes}{/block:PostNotes}
  725. </div></div>
  726.  
  727.  
  728.  
  729.  
  730. </div>
  731. </div>
  732. </div>
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740. </body>
  741. </html>
Advertisement
Add Comment
Please, Sign In to add comment