Eduarda

Theme 113

Feb 8th, 2013
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.73 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 tranalho
  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/d9e853a4984c43e9e55e7cf75b31403d/2bh9bxo/PSFmhwykn/tumblr_static_tumblr_static_c0b3f846187311e2b1d222000a1fb859_7_large.jpg" />
  137. <meta name="image:background" content="http://static.tumblr.com/abe3499f69c50e20a644f3438dc4a8d3/2bh9bxo/14Xmhwql8/tumblr_static_ohbgdaduda.jpg" />
  138.  
  139.  
  140.  
  141.  
  142. <meta name="color:background" content="#eeecec" />
  143. <meta name="color:link" content="#929191" />
  144. <meta name="color:text" content="#8B8682" />
  145. <meta name="color:bghover" content="#fafafa" />
  146. <meta name="color:linkshover" content="#fff" />
  147. <meta name="color:links" content="#fff" />
  148. <meta name="color:text desc" content="#999898" />
  149. <meta name="color:borda" content="#fafafa" />
  150. <meta name="color:borda2" content="#f79fac" />
  151. <meta name="color:bordaimg" content="#fffcfc" />
  152. <meta name="color:abc" content="#FDB5CE" />
  153. <meta name="color:italico" content="#9c8ba5" />
  154. <meta name="color:linhadopost" content="#dddcdc" />
  155. <meta name="color:post" content="#fff" />
  156. <meta name="color:sidebar" content="#fff" />
  157. <meta name="color:scrollbar" content="#fff" />
  158. <meta name="color:frase" content="#fdf8f8" />
  159. <meta name="color:tags" content="#FDB5CE" />
  160. <meta name="color:sombra" content="#000" />
  161. <meta name="color:bgask" content="#dcdcdc" />
  162. <meta name="color:pag" content="#8B8682" />
  163. <meta name="color:faixa1" content="#cfcfcf" />
  164. <meta name="color:faixa2" content="#f79fac" />
  165.  
  166. <meta name="if:one columns" content="1"/>
  167.  
  168.  
  169. <meta name="text:Link1" content="/" />
  170. <meta name="text:Link1 Title" content="Home" />
  171. <meta name="text:Link2" content="/" />
  172. <meta name="text:Link2 Title" content="Questinoes?" />
  173. <meta name="text:Link3" content="/" />
  174. <meta name="text:Link3 Title" content="ask" />
  175. <meta name="text:Link4" content="/" />
  176. <meta name="text:Link4 Title" content="submit" />
  177. <meta name="text:Link5" content="/" />
  178. <meta name="text:Link5 Title" content="link 5" />
  179. <meta name="text:Link6" content="/" />
  180. <meta name="text:Link6 Title" content="link 6 " />
  181. <meta name="text:Link7" content="/" />
  182. <meta name="text:Link7 Title" content="link 7 " />
  183. <meta name="text:Link8" content="/" />
  184. <meta name="text:Link8 Title" content="link 8 " />
  185. <meta name="text:Link9" content="/" />
  186. <meta name="text:Link9 Title" content="link 9 " />
  187. <meta name="text:Link10" content="/" />
  188. <meta name="text:Link10 Title" content="link 10 " />
  189. <meta name="text:Link11" content="/" />
  190. <meta name="text:Link11 Title" content="link 11 " />
  191.  
  192.  
  193. <meta name="text:frase" content="Barbie" />
  194.  
  195.  
  196.  
  197. <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}">
  198. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  199. {block:Description}
  200. <meta name="description" content="{MetaDescription}" />
  201. {/block:Description}
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. <!----------------FONTES-------♥-------->
  209. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  210. <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'>
  211. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  212.  
  213. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  214.  
  215. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  216. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  217. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  218.  
  219. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  220.  
  221.  
  222. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  223.  
  224. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  225.  
  226. <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'>
  227.  
  228. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  229. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  230. <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'>
  231.  
  232. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  233. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  234.  
  235.  
  236. <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  237.  
  238. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  239. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  240. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  241. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  242.  
  243. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  244.  
  245. <!------------------eita duh--------------------->
  246. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  247.  
  248. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  249. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  250. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  251. <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'>
  252. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
  253. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  254.  
  255. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  256. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  257.  
  258. <script type="text/javascript">
  259. // <![CDATA[
  260. var speed=100; //
  261. var height=3; //
  262. var alink="/"; // page to link text to (set to ="" for no link)
  263.  
  264. /****************************
  265. ****************************/
  266. var wobtxt, wobble, wobcnt=0;
  267. window.onload=function() { if (document.getElementById) {
  268. var i, wobli;
  269. wobble=document.getElementById("wobble");
  270. wobtxt=wobble.firstChild.nodeValue;
  271. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  272. for (i=0; i<wobtxt.length; i++) {
  273. wobli=document.createElement("span");
  274. wobli.setAttribute("id", "wobb"+i);
  275. wobli.style.position="relative";
  276. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  277. if (alink) {
  278. wobli.style.cursor="pointer";
  279. wobli.onclick=function() { top.location.href=alink; }
  280. }
  281. wobble.appendChild(wobli);
  282. }
  283. setInterval("wobbler()", speed);
  284. }}
  285.  
  286. function wobbler() {
  287. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  288. wobcnt++;
  289. }
  290. // ]]>
  291. </script>
  292.  
  293. </head>
  294.  
  295.  
  296. <style type="text/css">
  297.  
  298. ::-moz-selection
  299.  
  300. {color: #FFF;
  301.  
  302. background: #FFF;}
  303.  
  304.  
  305.  
  306. ::selection
  307.  
  308. {color: #fff ;
  309.  
  310. background: #aca7a7;
  311. text-shadow: #3a3939 1px 1px 5px ;}
  312.  
  313.  
  314.  
  315. @font-face {font-family: "pacifico";
  316. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  317.  
  318. iframe#tumblr_controls {
  319. top:0px !important;
  320. right:3px !important;
  321. position: fixed !important;
  322. -webkit-transition: opacity 0.6s linear;
  323. opacity: 0.3;
  324. -webkit-transition: all 0.8s ease-out;
  325. -moz-transition: all 0.8s ease-out;
  326. transition: all 0.8s ease-out;
  327. z-index:999999999999999999;}
  328.  
  329. iframe#tumblr_controls:hover{
  330. -webkit-transition: opacity 0.6s linear;
  331. opacity: 0.8;
  332. -webkit-transition: all 0.4s ease-out;
  333. -moz-transition: all 0.4s ease-out;
  334. transition: all 0.4s ease-out;
  335. z-index:999999999999999999999;}
  336.  
  337. #tumblr_controls{position: fixed!important}
  338. #tumblr_controls{position: fixed!important}
  339. #tumblr_controls{position: fixed!important}
  340. #tumblr_controls{position: fixed!important}
  341.  
  342. 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; }
  343.  
  344. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  345.  
  346. a:hover{color:{color:lhover};text-shadow:0px 0px 9px ; }
  347.  
  348.  
  349.  
  350. 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}
  351.  
  352. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  353.  
  354.  
  355.  
  356. #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
  357.  
  358. #OMDG {margin-left: 530px; width: 700px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  359.  
  360. #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
  361.  
  362. .baseduh {-webkit-border-radius: 2px;
  363. -moz-border-radius: 2px;
  364. border-radius: 2px;border:1px solid {color:linhadopost}; width: 290px; background-color:{color:post} ; text-align: justify; padding: 1px; float: left; margin: 2px 0 0 4px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:438px;{/block:IfOneColumns} }
  365.  
  366. .baseduh:hover {opacity:2}
  367.  
  368. .baseduh img {border: 3px solid {color:borda}; max-width: 280px; 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;}
  369.  
  370. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  371.  
  372.  
  373. 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; }
  374. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
  375. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; font-weight: normal;padding: 4px;}
  376.  
  377.  
  378. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
  379.  
  380. .notes img{width:10px; position:relative; top:1px}
  381. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  382.  
  383. /*** Stilo da Ask por TTHY ********/
  384. .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; }
  385. .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};}
  386. .perguntou a {color: {color:text}; border-bottom: dotted 1px {color:borda2};}
  387. .fotoask {float: left; margin-top: 0px; margin-left: 0; margin-right: 4px; display: inline; margin-bottom: 0;}
  388. .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; }
  389.  
  390.  
  391. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #888;margin-bottom:2px;}
  392. .chat .chat1 {margin-left: 0px;}
  393. .chat .chat1 .chat2 {background:rgba(238,238,238, 0.4); margin-bottom: 1px; padding: 0px 5px; font-family: 'calibri', sans-serif; line-height:21px;}
  394. .chat .chat1 .chat2.even {background: rgba(234,234,234, 0.6);}
  395. .chat b{color: #000; background: #f5f5f5; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase;}
  396. .chat1 a, .chat2 a{color: #d9e0e7;}
  397.  
  398.  
  399. .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}}
  400. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  401.  
  402. b {color: {color:abc};text-decoration: none;}
  403.  
  404. i {color:{color:italico};text-decoration: none;}
  405.  
  406. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  407.  
  408.  
  409. #baseduh1 {background:{color:background};
  410. 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:linhadopost}; -moz-transition: all .4s ease-out;letter-spacing: 0.5px;{block:IfOneColumns} ; {/block:IfOneColumns}}
  411. #baseduh1 a {font-size: 10px; opacity:0.8; }
  412.  
  413. #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
  414. #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
  415.  
  416.  
  417. #cap {width: 500px; margin-top: -2px;}
  418. .source {display: none;}
  419.  
  420. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  421. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  422. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  423. .notes img{display: none; border:0px}
  424.  
  425.  
  426.  
  427.  
  428. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  429. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  430. .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;}
  431. }
  432. .b-source a, a:hover{text-transform: none;}
  433.  
  434.  
  435.  
  436. ::-webkit-scrollbar-thumb:vertical {width:8px;background-color:{color:scrollbar};-webkit-border-radius: 30px;
  437. -moz-border-radius: 30px;
  438. border-radius: 30px;}
  439. ::-webkit-scrollbar {height:0px;width:8px;background-color:#fff; -webkit-border-radius: 50px;
  440. -moz-border-radius: 50px;
  441. border-radius: 50px;}
  442.  
  443.  
  444. .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};}
  445. .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;}
  446.  
  447.  
  448. .imagem img.top { opacity:1;}
  449. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  450.  
  451. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray; -webkit-border-radius: 30px;
  452. -moz-border-radius: 30px;
  453. border-radius: 30px;}
  454.  
  455. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  456.  
  457.  
  458.  
  459. /***-------------- TITULOS------------------♥--------***/
  460. #duka {margin-left:358px;margin-top: 179px; height:30px; line-height:28px;float:left; position:fixed; width:94px; font-family:Akronim; font-size:30px; text-align: center;
  461. color:{color:bordaimg} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 4px rgba(148, 150, 150, 0.79);-webkit-border-radius: 10px 10px 10px 10px;-webkit-transform: rotate(0deg);border: 1px dashed {color:frase}; -webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;} /**--OMDG---♥---**/
  462. /**--OMDG---♥---**/
  463. #duka a:hover {margin-top:55px;}
  464. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  465.  
  466.  
  467.  
  468. .efeito2 {background:{color:sidebar};position: absolute;width:180px;height:221px;margin-left:315px; /**--OMDG---♥---**/
  469. margin-top: 150px;position:fixed;border:11px solid {color:bordaimg}; }
  470. .efeito2 img {border:1px solid {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  471. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  472. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:219px;width: 178px;
  473. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  474. .efeito2 img:hover { margin-bottom: 2px;
  475. -webkit-transition: all 0.9s ease-out;
  476. -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 10px 10px 10px 10px;background:{color:borda2};-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;text-transform:uppercase; border:2px dotted {color:borda};-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(350deg);-webkit-transform: rotate(360deg);-o-transform: rotate(350deg);-ms-transform: rotate(360deg);transform: rotate(360deg);opacity:0.8; -webkit-transform:scale(1.1);
  477. -moz-transform:scale(1.1);
  478. -o-transform:scale(1.1);
  479. opacity:0.2;
  480. -webkit-transition-duration: .99s;opacity:0.7; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;}
  481. .efeito2 img: #tt{ text-align: center; margin-top:280px; margin-left: 110px; overflow: hidden; font-size: 10px; font-family:'Stalemate', cursive; position: fixed; color:#000;border-left: 3px solid #A2B5CD;border-right: 3px solid #A2B5CD; padding: 0px; width:140px; -moz-transition: all 2s ease-out; height: 28px; letter-spacing: 0px; line-height: 29px;z-index:800000000000000000000000000000000000000000000000; text-shadow: 1px 1px 1px #000;-webkit-border-radius: 20px 20px 20px 20px;text-align:center;}
  482.  
  483. .efeito2 img:hover #tt{margin-left:190px;margin-top:286px;background:#fff;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100; margin-bottom: 2px;
  484.  
  485. -webkit-transition: all 0.9s ease-out;
  486.  
  487. -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 160px 160px 160px 160px;-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(350deg);-webkit-transform: rotate(360deg);-o-transform: rotate(350deg);-ms-transform: rotate(360deg);transform: rotate(360deg);opacity:0.8; -webkit-transform:scale(1.8);
  488.  
  489. -moz-transform:scale(1.8);
  490.  
  491. -o-transform:scale(1.7);
  492.  
  493. opacity:0.2;
  494.  
  495. -webkit-transition-duration: .99s;opacity:0.7; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;}
  496.  
  497.  
  498.  
  499. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  500.  
  501. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  502. .imsureduh {width:165px;
  503. margin-top:390px;background:{color:faixa2};
  504. color:{color:frase};
  505. opacity:0.999;height:30px;line-height:28px;
  506. text-align:center;
  507. position:fixed;
  508. font-family:Rochester;
  509. font-size:18px;
  510. text-shadow: 1px 1px 1px {color:sombra};
  511. letter-spacing:1px; /**--OMDG---♥---**/
  512. margin-left:334px;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
  513.  
  514. .imsureduh:hover{opacity:0.0;}
  515.  
  516. .imsureduh1 {width:425px;
  517. margin-top:118px;background:;
  518. color:{color:frase};
  519. opacity:0.999;height:30px;line-height:28px;
  520. text-align:right;
  521. position:fixed;
  522. font-family:pacifico;
  523. font-size:21px;
  524. text-shadow: 1px 1px 1px {color:sombra};
  525. letter-spacing:1px; /**--OMDG---♥---**/
  526. margin-left:50px;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 15px 15px 0px;-webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in;}
  527.  
  528. .imsureduh1:hover{margin-top:168px;}
  529. /**--OMDG---♥---**/
  530. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  531. /******----------------DESCRIÇÃO--------♥--------******/
  532. #notinholaduda {background:{color:sidebar};margin-left: 316px; margin-top: 416px; width:197px; font-size: 11px; height:60px; 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: 13px; /**--OMDG---♥---**/
  533. -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 dashed {color:borda2};-webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 10px 10px;}
  534. /***-------------BORDAS -------------♥-----***/
  535.  
  536. #barra {position: fixed; margin-left: 215px; width:129px; height: 35px; background-color:{color:sidebar};margin-top: 320px; -webkit-transform: rotate(90deg);-webkit-border-radius: 0px 15px 15px 0px;border: 0px double {color:borda};} /**--OMDG---♥---**/
  537.  
  538. #barra1 {position: fixed; margin-left: 115px; width:285px; height: 24px; background-color:{color:sidebar};margin-top: 75px; -webkit-transform: rotate(-3deg);-webkit-border-radius: 0px 0px 0px 0px;border-top: 1px dashed {color:borda2};}
  539. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  540. #barra2 {position: fixed; margin-left: 90px; width:19px; height: 24px; background-color:{color:sidebar};margin-top: 49px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);-webkit-border-radius: 20px 0px 0px 20px;}
  541.  
  542. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  543. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  544. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:bordaimg};color: {color:pag};opacity:1; -webkit-border-radius: 0px 0px 20px 20px;border: 1px dashed {color:borda};} /**--OMDG---♥---**/
  545. #paginal a:hover {background: {color:borda2}; color: {color:text};}
  546. #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 20px 20px;} /**--OMDG---♥---**/
  547. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 342px; margin-top: 485px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
  548.  
  549.  
  550.  
  551.  
  552. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  553.  
  554. b {color: {color:abc};text-decoration: none;}
  555.  
  556. i {color:{color:italico};text-decoration: none;}
  557.  
  558. u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  559.  
  560.  
  561. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  562.  
  563. #estela1 {position: fixed; margin-left: -175px; width:1301px; height: 26px; background-color:{color:faixa1}; margin-top: 310px; -webkit-transform: rotate(90deg);-webkit-border-radius: 0px 0px 0px 0px; border: 0px solid {color:bordaimg};}
  564.  
  565. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  566.  
  567.  
  568. #faixa2 {margin-top: 219px; margin-left: 283px; position: fixed; background:{color:faixa2}; height: 95px; width:42px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 0px 0px 10px;border-left: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  569. #faixa3 {margin-top: 160px; margin-left: 5px; position: fixed; background-color:{color:borda2};border-top: 1px dashed {color:sidebar}; height: 5px; width:5px;}/***detalhes by o-mundo-de-uma-garota***/
  570.  
  571. #faixa4 {margin-top: 39px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  572.  
  573. #faixa5 {margin-top: -15px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  574.  
  575. #faixa6 {margin-top: 93px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  576.  
  577. #faixa7 {margin-top: 142px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  578.  
  579. #faixa8 {margin-top: 199px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  580.  
  581. #faixa9 {margin-top: 250px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  582.  
  583. #faixa10 {margin-top: 303px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  584.  
  585. #faixa11 {margin-top: 355px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  586.  
  587. #faixa12 {margin-top: 410px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  588.  
  589. #faixa13 {margin-top: 468px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  590.  
  591. #faixa14 {margin-top: 523px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  592.  
  593. #faixa15 {margin-top: 575px; margin-left: 520px; position: fixed; background-color:{color:sidebar}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  594.  
  595. #faixa16 {margin-top: 630px; margin-left: 520px; position: fixed; background-color:{color:borda2}; height: 35px; width:5px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602. #dolls {font-family: tinytots; background-color: {color:sidebar}; color: {color:coracao}; font-size: 14px; padding: 3px 5px 5px 5px; width: 13px;text-shadow: 0px 0px 9px {color:sombra};-webkit-border-radius: 0px 20px 20px 0px; margin-top: 270px; margin-left: 362px; z-index: 1; position: fixed; text-align: center; height: 13px; border-right:5px solid {color:borda2} ; text-transform: none; }
  603. #dolls a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:coracao}; }
  604.  
  605. /***--- SCROLLBAR---♥----***/
  606.  
  607. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  608.  
  609. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  610.  
  611.  
  612. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  613.  
  614. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  615. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  616. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  617.  
  618. /***--------TUMBLR CONTROLS---------♥------***/
  619.  
  620. #tumblr_controls{position: fixed!important}
  621.  
  622. #tumblr_controls{position: fixed!important}
  623.  
  624. #tumblr_controls{position: fixed!important}
  625.  
  626. #tumblr_controls{position: fixed!important}
  627.  
  628. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 468px; margin-top: 365px; color:{color:linkshover}; font-size: 32px; -webkit-transform: rotate(272deg); z-index: 1000;}
  629.  
  630. #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 238px; margin-top: 365px; color:{color:linkshover}; font-size: 32px; -webkit-transform: rotate(-184deg); z-index: 1000;}
  631. #dj4 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 29px; margin-top: 237px; color:{color:sidebar}; font-size: 219px; -webkit-transform: rotate(-225deg); z-index: 1000;background:image: url('http://static.tumblr.com/a29b555b8eb7a66c625eeb0bc1f2cec2/2bh9bxo/bfvmgq34j/tumblr_static_fundinhoduh.png');}
  632.  
  633.  
  634. /*-------- Links - CÓDIGOS DE CONJUNTAR, NÃO COPIE! --------*/
  635. #links {position:fixed;width:26px; height:82px; margin-left:287px; margin-top:222px; padding-top:5px; background:{color:linkshover}; border-top-left-radius:10px; border-bottom-left-radius:10px;}
  636. #ll {padding:5px; height:16px; margin-bottom:1px;}
  637. #ll img {opacity:0.6; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  638. #ll img:hover {opacity:0.9; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
  639. .lk {width:26px; height:auto;}
  640. .lj {opacity:0; width:65px; padding:2px 0; font-family:calibri; font-size:10px; text-transform:uppercase; letter-spacing:1px; margin-top:-21px; margin-left:15px; position: absolute; float:right; text-align:left;}
  641. .lk:hover .lj {opacity: 1.0; margin-left:33px; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;background:{color:linkshover};border-right: 3px solid {color:borda2};}
  642.  
  643.  
  644.  
  645. .ok1 {position: fixed; width: 20px; margin-left:315px; margin-top:134px; padding: 0px; text-align: center; z-index:3;}
  646. .ok1 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 36px; height:14px ; background-color:{color:linkshover}; color: {color:borda2}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  647. .ok1 a:hover{text-align: center; color:{color:bghover};background-color: {color:borda2} ; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  648.  
  649.  
  650.  
  651. .ok2 {position: fixed; width: 20px; margin-left:353px; margin-top:134px; padding: 0px; text-align: center; z-index:3;}
  652. .ok2 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 36px; height:14px ; background-color: {color:borda2}; color: {color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  653. .ok2 a:hover{text-align: center; color:{color:bghover}; background-color: {color:links}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  654.  
  655.  
  656. .ok3 {position:fixed; width: 20px; margin-left:391px; margin-top:134px; padding: 0px; text-align: center; z-index:3;}
  657. .ok3 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; height:14px ; text-align: center; margin-right: 1px; margin-bottom:1px; width: 36px; background-color: {color:linkshover}; color: {color:borda2}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  658. .ok3 a:hover{text-align: center;color:{color:bghover}; background-color: {color:links} ;letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  659.  
  660.  
  661. .ok4 {position: fixed; width: 20px; margin-left:428px; margin-top:134px; padding: 0px; text-align: center; z-index:3;}
  662. .ok4 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 36px; height:14px ; background-color: {color:borda2}; color: {color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  663. .ok4 a:hover{text-align: center; background-color: {color:bghover} ;color:{color:links}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  664.  
  665.  
  666. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  667. #duca {margin-top:132px;
  668. line-height:2px;
  669. background-color:duggs;
  670. margin-left: 466px;
  671. overflow: hidden;
  672. position: fixed;
  673. color: {color:sidebar};
  674. padding: 10px;
  675. background-attachment: fixed;
  676. width:12px;
  677. height: 0px;
  678. -webkit-transition: all .5s ease-out;
  679. -moz-transition: all .5s ease-out;
  680. text-transform: uppercase;
  681. -webkit-transform: rotate(-35deg); z-index: 8000000;}
  682.  
  683. #duca1 {font-size: 29px;
  684. font-family:sofia ;
  685. letter-spacing: -1px;
  686. text-transform: none;
  687. line-height: 3px;}
  688.  
  689.  
  690. #duca2 { margin-top:125px;
  691. line-height:2px;
  692. background-color:duggs;
  693. margin-left: 479px;
  694. overflow: hidden;
  695. position: fixed;
  696. color:{color:borda2};
  697. padding: 10px;
  698. background-attachment: fixed;
  699. width:12px; height: 0px;
  700. -webkit-transition: all .5s ease-out;
  701. -moz-transition: all .5s ease-out;
  702. text-transform: uppercase;
  703. -webkit-transform: rotate(24deg); z-index: 8000000;
  704. }
  705.  
  706. #duca3 {font-size: 27px;
  707. font-family:sofia ;
  708. letter-spacing: -1px;
  709. text-transform: none;
  710. line-height: 3px;}
  711.  
  712.  
  713. </style>
  714.  
  715.  
  716.  
  717.  
  718. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  719.  
  720. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  721. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  722. <script type="text/javascript">
  723. $(window).load(function () {
  724. $('#OMDG').masonry(),
  725. $('.masonryWrap').infinitescroll({
  726. navSelector : ".baseduh",
  727. nextSelector : "#page a#p",
  728. itemSelector : ".baseduh",
  729. bufferPx : 10000,
  730. extraScrollPx: 10000,
  731. loadingImg : "",
  732. loadingText : "",
  733. },
  734. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  735. );
  736. });
  737. </script>
  738.  
  739.  
  740. <body onkeydown="return false">
  741.  
  742.  
  743.  
  744. <div id="barbie-e">
  745.  
  746.  
  747.  
  748. <div id="faixa2"></div><div id="faixa4"></div><div id="faixa5"></div><div id="faixa6"></div><div id="faixa7"></div><div id="faixa8"></div><div id="faixa9"></div><div id="faixa10"></div><div id="faixa11"></div><div id="faixa12"></div><div id="faixa13"></div><div id="faixa14"></div><div id="faixa15"></div><div id="faixa16"></div>
  749.  
  750. <div class="imsureduh">{text:frase}</div>
  751. <div class="efeito2" class="hover">
  752.  
  753. <img class="bottom shadow" src="{image:fotodr}" >
  754. <img class="hover" src="{image:sidebar}" title=""><div class="tt">sua frase aqui</div></div></div>
  755. </div></div>
  756.  
  757.  
  758.  
  759. <div id="links">
  760. <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/M3dmheqlg/1.png"></div>
  761. <div class="lj">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div></div>
  762. <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/kI4mheqly/2.png"></a></div>
  763. <div class="lj">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></div>
  764. <div class="lk"><div id="ll"><img src="http://static.tumblr.com/qzpui9z/UKKmheqn0/5.png"></div>
  765. <div class="lj">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div></div>
  766. </div></div>
  767.  
  768.  
  769.  
  770. <div id="notinholaduda">{Description}</div>
  771. <div class="ok1"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  772. <div class="ok2"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  773. <div class="ok3"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  774. <div class="ok4"><a href="{text:Link7}">{text:Link7 Title}</a></div>
  775.  
  776.  
  777. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  778. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  779. <!-------------PAGINATION-----------♥---------->
  780.  
  781. <div class="ps"><div id="paginal">
  782. {block:JumpPagination length="4"}
  783. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  784. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  785. {/block:JumpPagination}
  786. </div></div>
  787.  
  788. <!-------------CRÉDITOS-----------------♥------------->
  789. <div style="margin-left:110px;background:{color:post};-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 por: conjuntar not copie plagio é crime"><small>All Themes OMDG</a></a>
  790. <font color="{color:tags}">©</font> </a></div>
  791.  
  792. <div id="OMDG">
  793.  
  794. {block:Posts}
  795. <div class="baseduh">
  796.  
  797. {block:Answer}
  798. <img src="{AskerPortraitURL-30}" align="left" class="fotoask"> <div class="perguntou">Pergunta feita por: {Asker} </div>
  799. <div class="pergunta">{Question}</div>
  800. <br>
  801. <div class="oi">{Answer}</div>
  802. {/block:Answer}
  803.  
  804. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  805.  
  806. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  807. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  808.  
  809.  
  810. {block:Photoset}<center>{Photoset-250}</center>
  811. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  812.  
  813.  
  814. {block:Quote}
  815. <div class="quote">“{Quote}”</div>
  816. {block:Source}<div class="b-source"> — {Source}</div>
  817. {/block:Source}
  818. {/block:Quote}
  819.  
  820. {block:Link}
  821. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  822. {block:Description}{Description}{/block:Description}
  823. {/block:Link}
  824.  
  825. {block:Chat}
  826. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  827. <div class="chat"><ul>{block:Lines}
  828. <li class="person{UserNumber}">{block:Label}
  829. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  830. {/block:Chat}
  831.  
  832. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  833.  
  834. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  835.  
  836.  
  837. <div class="cred">
  838. {block:Date}<div id="baseduh1">
  839. <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}
  840. </div></center>{/block:IfShowTags}{/block:Date}</div>
  841. </div>
  842. {/block:Posts}
  843. {block:PostNotes}{PostNotes}{/block:PostNotes}
  844. </div></div>
  845.  
  846.  
  847.  
  848.  
  849. </div>
  850. </div>
  851. </div>
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859. </div>
  860.  
  861.  
  862.  
  863.  
  864. </body>
  865. </html>
Advertisement
Add Comment
Please, Sign In to add comment