Eduarda

Theme 114

Feb 11th, 2013
2,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.17 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/96b7926c0b08d1bc161abc8a62ea00a2/2bh9bxo/UDhmi2dz9/tumblr_static_tumblr_m77v8ad1xv1qhqjopo1_500.jpg" />
  137. <meta name="image:background" content="http://static.tumblr.com/dd488b028cd7b19fcb1f2c9bb588f47f/2bh9bxo/xeMmi2e0p/tumblr_static_bgtthy.png" />
  138.  
  139. <meta name="image:linha" content="http://static.tumblr.com/0bc81641440e1881c433e33a779508a6/2p0ypws/2dmmi0wpm/tumblr_static_descri.png" />
  140. <meta name="image:fundo" content="http://static.tumblr.com/03aadf44b36e41ff61bfa8756a55ace3/2p0ypws/9Jemi17zq/tumblr_static_tumblr_mfpcjvacg71rs1jz6o7_250.png" />
  141.  
  142. <meta name="color:background" content="#1b1b1b" />
  143. <meta name="color:link" content="#929191" />
  144. <meta name="color:text" content="#8B8682" />
  145. <meta name="color:bghover" content="#090808" />
  146. <meta name="color:linkshover" content="#000" />
  147. <meta name="color:links" content="#fff" />
  148. <meta name="color:text desc" content="#999898" />
  149. <meta name="color:borda" content="#000" />
  150. <meta name="color:borda2" content="#fac0c6" />
  151. <meta name="color:bordaimg" content="#000" />
  152. <meta name="color:abc" content="#fac0c6" />
  153. <meta name="color:italico" content="#9c8ba5" />
  154. <meta name="color:linhadopost" content="#242424" />
  155. <meta name="color:post" content="#000" />
  156. <meta name="color:sidebar" content="#000" />
  157. <meta name="color:scrollbar" content="#000" />
  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="#1c1c1c" />
  162. <meta name="color:pag" content="#8B8682" />
  163. <meta name="color:faixa1" content="#cfcfcf" />
  164. <meta name="color:faixa2" content="#d0f8f8" />
  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.  
  182.  
  183. <meta name="text:minitexto" content="Uma frase aqui bem Duda Bitch" />
  184. <meta name="text:frase" content="Barbie" />
  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.  
  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: 533px; width: 700px; 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 dashed {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} }
  356.  
  357. .baseduh:hover {opacity:2}
  358.  
  359. .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;;-webkit-box-shadow: 0px 5px 6px -5px {color:sombra};box-shadow: 0px 5px 6px -5px {color:sombra};-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  360.  
  361. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  362.  
  363.  
  364. 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; }
  365. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
  366. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; 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. /* asker */
  375.  
  376. .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  377. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  378. .asker a {color:{color:text};}
  379.  
  380. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #888;margin-bottom:2px;}
  381. .chat .chat1 {margin-left: 0px;}
  382. .chat .chat1 .chat2 {background:rgba(238,238,238, 0.4); margin-bottom: 1px; padding: 0px 5px; font-family: 'calibri', sans-serif; line-height:21px;}
  383. .chat .chat1 .chat2.even {background: rgba(234,234,234, 0.6);}
  384. .chat b{color: #000; background: #f5f5f5; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase;}
  385. .chat1 a, .chat2 a{color: #d9e0e7;}
  386.  
  387.  
  388. .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}}
  389. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  390.  
  391. b {color: {color:abc};text-decoration: none;}
  392.  
  393. i {color:{color:italico};text-decoration: none;}
  394.  
  395. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  396.  
  397.  
  398. #baseduh1 {background:{color:background};
  399. 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}}
  400. #baseduh1 a {font-size: 10px; opacity:0.8; }
  401.  
  402. #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
  403. #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
  404.  
  405.  
  406. #cap {width: 500px; margin-top: -2px;}
  407. .source {display: none;}
  408.  
  409. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  410. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  411. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  412. .notes img{display: none; border:0px}
  413.  
  414.  
  415.  
  416.  
  417. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  418. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  419. .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;}
  420. }
  421. .b-source a, a:hover{text-transform: none;}
  422.  
  423.  
  424.  
  425. ::-webkit-scrollbar-thumb:vertical {width:8px;background-color:{color:scrollbar};-webkit-border-radius: 30px;
  426. -moz-border-radius: 30px;
  427. border-radius: 30px;}
  428. ::-webkit-scrollbar {height:0px;width:8px;background-color:#fff; -webkit-border-radius: 50px;
  429. -moz-border-radius: 50px;
  430. border-radius: 50px;}
  431.  
  432.  
  433. .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};}
  434. .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;}
  435.  
  436.  
  437. .imagem img.top { opacity:1;}
  438. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  439.  
  440. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray; -webkit-border-radius: 30px;
  441. -moz-border-radius: 30px;
  442. border-radius: 30px;}
  443.  
  444. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  445.  
  446.  
  447.  
  448. /***-------------- TITULOS------------------♥--------***/
  449. #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;
  450. 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---♥---**/
  451. /**--OMDG---♥---**/
  452. #duka a:hover {margin-top:55px;}
  453. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  454.  
  455.  
  456.  
  457. .efeito2 {background:{color:sidebar};position: absolute;width:210px;height:221px;margin-left:195px; /**--OMDG---♥---**/
  458. margin-top: 90px;position:fixed;border:11px solid {color:bordaimg}; }
  459. .efeito2 img {border:1px dashed {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  460. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  461. -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: 208px;
  462. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  463. .efeito2 img:hover {margin-left:-1px; margin-bottom: 2px;
  464. -webkit-transition: all 0.9s ease-out;
  465. -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 10px 10px 10px 10px;background-image: url('http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png');-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;text-transform:uppercase; border:2px dotted {color:borda};
  466. opacity:0.2;
  467. -webkit-transition-duration: .99s;opacity:0.5; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;-webkit-transform: rotate(0deg);box-shadow: inset -10px -10px -89px -65px {color:bordaimg};z-index:99999999999999999999999;
  468.  
  469. -webkit-transition: all 0.1s ease-out; -webkit-animation: ducca 3s alternate infinite linear;}
  470.  
  471.  
  472. @-webkit-keyframes ducca {
  473. 3% { -webkit-transform: rotate(0deg); }
  474. 80% {margin-left:-5px;margin-top:5px;box-shadow: inset 125px 149px -240px -35px {color:bordaimg};opacity:0.2;-webkit-border-radius: 120px 40px 190px 90px;}
  475. 100% { border-top-right-radius: 5px;-webkit-border-radius: 120px 40px 190px 90px;margin-left:5px;margin-top:-5px; -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);opacity:0.2;
  476. -webkit-transition-duration: .59s;opacity:0.2; #pattern opacity:0.2; }
  477. }
  478.  
  479. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  480.  
  481. #duu {z-index:11;width:41px; height: 124px; float: left; margin-left:427px; margin-top: 138px; padding: 0px; text-align: center;position:fixed;; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda};border-right: 0px solid {color:borda}; border: 0px solid {color:borda2};background:; border-bottom: 0px solid {color:borda};}
  482. #duu a {border-bottom: 2px solid {color:borda2};float: left; margin-left: 1px; font-family: Rochester; font-size: 14px; text-align: center; margin-top: 3px; height: 27px; width: 48px; color:{color:sidebar}; line-height: 31px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bghover}; text-transform: lowercase; background: url(http://static.tumblr.com/kwaqeuc/cbCm42wjc/bg.png); text-shadow:0px 0px 1px {color:sombra};-webkit-border-radius: 0px 10px 10px 0px;}
  483. #duu a:hover{background:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; color:{color:bghover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;text-shadow: 0 0 9px {color:sidebar};box-shadow: inset 0px 0px -200px 0px {color:links}; -webkit-border-radius: 0px 10px 10px 0px;opacity:0.6;}
  484.  
  485. .efeito3 {position: absolute;width:90px;height:90px;margin-left:373px; /**--OMDG---♥---**/
  486. margin-top: 240px;position:fixed;border:7px solid {color:bordaimg}; }
  487. .efeito3 img {border:1px dashed {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  488. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  489. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:89px;width: 88px;
  490. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  491. .efeito3 img:hover {margin-left:-1px; margin-bottom: 2px;
  492. -webkit-transition: all 0.9s ease-out;
  493. -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 10px 10px 10px 10px;background-image: url('http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png');-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;text-transform:uppercase; border:2px dotted {color:borda};
  494. opacity:0.2;
  495. -webkit-transition-duration: .99s;opacity:0.5; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;-webkit-transform: rotate(0deg);box-shadow: inset -10px -10px -89px -65px {color:bordaimg};z-index:99999999999999999999999;
  496.  
  497. -webkit-transition: all 0.1s ease-out; -webkit-animation: ducca 3s alternate infinite linear;}
  498.  
  499.  
  500. @-webkit-keyframes ducca {
  501. 3% { -webkit-transform: rotate(0deg); }
  502. 80% {margin-left:-5px;margin-top:5px;box-shadow: inset 125px 149px -240px -35px {color:bordaimg};opacity:0.2;-webkit-border-radius: 120px 40px 190px 90px;}
  503. 100% { border-top-right-radius: 5px;-webkit-border-radius: 120px 40px 190px 90px;margin-left:5px;margin-top:-5px; -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);opacity:0.2;
  504. -webkit-transition-duration: .59s;opacity:0.2; #pattern opacity:0.2; }
  505. }
  506.  
  507.  
  508. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  509.  
  510.  
  511. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  512.  
  513. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  514. .imsureduh {width:295px;
  515. margin-top:65px;background:;
  516. color:{color:frase};
  517. opacity:0.999;height:30px;line-height:28px;
  518. text-align:center;
  519. position:fixed;
  520. font-family:ilove;
  521. font-size:29px;
  522. letter-spacing:1px;
  523. /**OMDG---♥---**/
  524. margin-left:184px;-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;}
  525.  
  526. .imsureduh:hover{opacity:0.0;}
  527.  
  528. .imsureduh1 {width:425px;
  529. margin-top:118px;background:;
  530. color:{color:frase};
  531. opacity:0.999;height:30px;line-height:28px;
  532. text-align:right;
  533. position:fixed;
  534. font-family:pacifico;
  535. font-size:21px;
  536. text-shadow: 1px 1px 1px {color:sombra};
  537. letter-spacing:1px; /**--OMDG---♥---**/
  538. 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;}
  539.  
  540. .imsureduh1:hover{margin-top:168px;}
  541. /**--OMDG---♥---**/
  542. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  543. /******----------------DESCRIÇÃO--------♥--------******/
  544. #notinholaduda {margin-left: 212px; margin-top: 363px; 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---♥---**/
  545. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;border-top: 1px dashed {color:borda2};-webkit-transform: rotate(0deg);}
  546. /***-------------BORDAS -------------♥-----***/
  547.  
  548. #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---♥---**/
  549.  
  550. #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};}
  551. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  552. #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;}
  553.  
  554. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  555. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  556. #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:borda2};} /**--OMDG---♥---**/
  557. #paginal a:hover {background: {color:borda2}; color: {color:text};}
  558. #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---♥---**/
  559. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 342px; margin-top: 415px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
  560.  
  561.  
  562.  
  563.  
  564. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  565.  
  566. b {color: {color:abc};text-decoration: none;}
  567.  
  568. i {color:{color:italico};text-decoration: none;}
  569.  
  570. u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  571.  
  572.  
  573. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  574.  
  575. #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};}
  576.  
  577. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  578.  
  579.  
  580. #faixa2 {margin-top: 59px; margin-left: 173px; position: fixed; background-image: url('{image:fundo}'); height: 355px; width:342px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 0px 20px 0px;border-left: 5px double {color:borda};border-bottom: 5px outset {color:borda};}/***detalhes by o-mundo-de-uma-garota***/
  581.  
  582. #faixa4 {margin-top: 229px; margin-left: 150px; position: fixed; background-image: url('{image:linha}'); height: 30px; width:365px;-webkit-border-radius: 150px 0px 0px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  583.  
  584. #faixa5 {margin-top: 59px; margin-left: 190px; position: fixed; background-color:{color:borda2}; height: 2px; width:25px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  585.  
  586. #faixa6 {margin-top: 59px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 2px; width:25px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  587.  
  588. #faixa7 {margin-top: 59px; margin-left: 270px; position: fixed; background-color:{color:borda2}; height: 2px; width:25px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  589.  
  590. #faixa8 {margin-top: 59px; margin-left: 320px; position: fixed; background-color:{color:sidebar}; height: 2px; width:25px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  591.  
  592. #faixa9 {margin-top: 59px; margin-left: 363px; position: fixed; background-color:{color:borda2}; height: 2px; width:25px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  593.  
  594. #faixa10 {margin-top: 59px; margin-left: 403px; position: fixed; background-color:{color:sidebar}; height: 2px; width:25px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);border: 1px dashed {color:borda2};}/***detalhes by o-mundo-de-uma-garota***/
  595.  
  596. #faixa11 {margin-top: 59px; margin-left: 443px; position: fixed; background-color:{color:borda2}; height: 2px; width:25px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  597.  
  598. #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***/
  599.  
  600. #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***/
  601.  
  602. #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***/
  603.  
  604. #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***/
  605.  
  606. #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***/
  607.  
  608.  
  609.  
  610.  
  611.  
  612. #dolls {font-family: tinytots; background-color: {color:sidebar}; color: {color:borda2}; font-size: 14px; padding: 3px 5px 5px 5px; width: 13px;text-shadow: 0px 0px 9px {color:sombra};-webkit-border-radius: 20px 20px 20px 20px; margin-top: 233px; margin-left: 155px; z-index: 1; position: fixed; text-align: center; height: 13px; border-right:5px solid {color:borda2} ; text-transform: none; }
  613. #dolls a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:borda2}; }
  614.  
  615.  
  616. /***--- SCROLLBAR---♥----***/
  617.  
  618. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  619.  
  620. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  621.  
  622.  
  623. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  624.  
  625. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  626. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  627. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  628.  
  629. /***--------TUMBLR CONTROLS---------♥------***/
  630.  
  631. #tumblr_controls{position: fixed!important}
  632.  
  633. #tumblr_controls{position: fixed!important}
  634.  
  635. #tumblr_controls{position: fixed!important}
  636.  
  637. #tumblr_controls{position: fixed!important}
  638.  
  639. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 480px; margin-top: 49px; color:{color:linkshover}; font-size: 82px; -webkit-transform: rotate(92deg); z-index: 1000;}
  640.  
  641. #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;}
  642. #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');}
  643.  
  644.  
  645.  
  646.  
  647.  
  648. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  649. #duca {margin-top:58px;
  650. line-height:2px;
  651. background-color:duggs;
  652. margin-left: 485px;
  653. overflow: hidden;
  654. position: fixed;
  655. color: {color:faixa1};
  656. padding: 10px;
  657. background-attachment: fixed;
  658. width:12px;
  659. height: 0px;
  660. -webkit-transition: all .5s ease-out;
  661. -moz-transition: all .5s ease-out;
  662. text-transform: uppercase;
  663. -webkit-transform: rotate(-35deg); z-index: 8000000;}
  664.  
  665. #duca1 {font-size: 15px;
  666. font-family:sofia ;
  667. letter-spacing: -1px;
  668. text-transform: none;
  669. line-height: 3px;}
  670.  
  671.  
  672. #duca2 { margin-top:60px;
  673. line-height:2px;
  674. background-color:duggs;
  675. margin-left: 495px;
  676. overflow: hidden;
  677. position: fixed;
  678. color:{color:borda2};
  679. padding: 10px;
  680. background-attachment: fixed;
  681. width:12px; height: 0px;
  682. -webkit-transition: all .5s ease-out;
  683. -moz-transition: all .5s ease-out;
  684. text-transform: uppercase;
  685. -webkit-transform: rotate(34deg); z-index: 8000000;
  686. }
  687.  
  688. #duca3 {font-size: 20px;
  689. font-family:sofia ;
  690. letter-spacing: -1px;
  691. text-transform: none;
  692. line-height: 3px;}
  693.  
  694. #rafits {width:300px; height: auto; float: left; margin-left:260px; margin-top:300px; padding-left: 1px; text-align: center; background-color: transparent; position: fixed; opacity:1; border-left:0px solid {color:borda2};}
  695.  
  696.  
  697. .rafits1 { margin-left: -44px; margin-top:45px;}
  698. .rafits1 a {float: left; font-size:9px; font-family:calibri; text-align: center; height: 11px; margin-left:7px; width: 35px; background-color: {color:linkshover}; color:{color:links}; border-bottom:2px solid {color:borda};border-top:2px solid {color:borda};letter-spacing: 1px; opacity:1; text-transform:uppercase; padding-left: 2px; line-height: 11px;-webkit-transition-duration: 0.3s; -moz-transition-duration:0.3s;;}
  699.  
  700. .rafits1 a:hover{line-height: 0px; height: 0px;border-bottom:7px solid {color:borda};font-size:9px;border-top:7px solid {color:borda}; -webkit-transition-duration: 0.3s; -moz-transition-duration:0.3s;color:{color:bghover};}
  701.  
  702.  
  703. </style>
  704.  
  705.  
  706.  
  707.  
  708. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  709.  
  710. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  711. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  712. <script type="text/javascript">
  713. $(window).load(function () {
  714. $('#OMDG').masonry(),
  715. $('.masonryWrap').infinitescroll({
  716. navSelector : ".baseduh",
  717. nextSelector : "#page a#p",
  718. itemSelector : ".baseduh",
  719. bufferPx : 10000,
  720. extraScrollPx: 10000,
  721. loadingImg : "",
  722. loadingText : "",
  723. },
  724. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  725. );
  726. });
  727. </script>
  728.  
  729.  
  730. <body onkeydown="return false">
  731.  
  732.  
  733.  
  734. <div id="barbie-e">
  735.  
  736.  
  737.  
  738. <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>
  739.  
  740. <div class="imsureduh">{text:frase}</div>
  741. <div class="efeito2" class="hover">
  742.  
  743. <img class="bottom shadow" src="{image:fotodr}" >
  744. <img class="hover" src="{image:sidebar}" title=""><div class="tt">sua frase aqui</div></div></div>
  745. </div></div>
  746.  
  747. <div class="efeito3" class="hover">
  748.  
  749. <img class="bottom shadow" src="{image:fotodr}" >
  750. <img class="hover" src="{image:sidebar}" title=""><div class="tt">sua frase aqui</div></div></div>
  751. </div></div>
  752.  
  753.  
  754. <div id="dolls" title="{text:minitexto} "><a href="/"><big><big>♥</big></big> </a></div>
  755.  
  756. <div id="duu">
  757. <a href="{text:Link1}">{text:Link1 Title}</a>
  758. <a href="{text:Link2}">{text:Link2 Title}</a>
  759.  
  760.  
  761. </div>
  762.  
  763.  
  764. <div id="dj2">◤</div>
  765. <div id="notinholaduda">{Description}</div>
  766.  
  767.  
  768. <div id="rafits">
  769.  
  770.  
  771. <div class="rafits1">
  772. <a href="{text:link3}">{text:link3 title}</a>
  773. <a href="{text:link4}">{text:link4 title}</a>
  774. <a href="{text:link5}">{text:link5 title}</a>
  775. <a href="{text:link6}">{text:link6 title}</a>
  776. </div class>
  777. </div>
  778.  
  779. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  780. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  781. <!-------------PAGINATION-----------♥---------->
  782.  
  783. <div class="ps"><div id="paginal">
  784. {block:JumpPagination length="4"}
  785. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  786. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  787. {/block:JumpPagination}
  788. </div></div>
  789.  
  790. <!-------------CRÉDITOS-----------------♥------------->
  791. <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] + inspirado na gatinha marida-perfeit4 + dtlhs por: f-renetica not copie plagio é crime"><small>All Themes OMDG</a></a>
  792. <font color="{color:tags}">©</font> </a></div>
  793.  
  794. <div id="OMDG">
  795.  
  796. {block:Posts}
  797. <div class="baseduh">
  798.  
  799. {block:Answer}
  800.  
  801. <div style="padding: 4px;">
  802.  
  803. <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  804. </div>
  805.  
  806. {/block:Answer}
  807.  
  808. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  809.  
  810. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  811. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  812.  
  813.  
  814. {block:Photoset}<center>{Photoset-250}</center>
  815. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  816.  
  817.  
  818. {block:Quote}
  819. <div class="quote">“{Quote}”</div>
  820. {block:Source}<div class="b-source"> — {Source}</div>
  821. {/block:Source}
  822. {/block:Quote}
  823.  
  824. {block:Link}
  825. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  826. {block:Description}{Description}{/block:Description}
  827. {/block:Link}
  828.  
  829. {block:Chat}
  830. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  831. <div class="chat"><ul>{block:Lines}
  832. <li class="person{UserNumber}">{block:Label}
  833. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  834. {/block:Chat}
  835.  
  836. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  837.  
  838. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  839.  
  840.  
  841. <div class="cred">
  842. {block:Date}<div id="baseduh1">
  843. <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}
  844. </div></center>{/block:IfShowTags}{/block:Date}</div>
  845. </div>
  846. {/block:Posts}
  847. {block:PostNotes}{PostNotes}{/block:PostNotes}
  848. </div></div>
  849.  
  850.  
  851.  
  852.  
  853. </div>
  854. </div>
  855. </div>
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. </div>
  864.  
  865.  
  866.  
  867.  
  868. </body>
  869. </html>
Advertisement
Add Comment
Please, Sign In to add comment