Eduarda

Theme 57

Sep 26th, 2012
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.17 KB | None | 0 0
  1.  
  2. <!----
  3. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
  4.  
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ---->
  8.  
  9. <head>
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12.  
  13. <script>
  14. function bloqueio()
  15. {alert(mensagem);}
  16. document.onkeydown=bloqueio;
  17. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  18.  
  19.  
  20. <script type="text/javascript">
  21. //desabilita menu de opcoes ao clicar no botao direito
  22. function desabilitaMenu(e)
  23. {
  24. if (window.Event)
  25. {
  26. if (e.which == 2 || e.which == 3)
  27. return false;
  28. }
  29. else
  30. {
  31. event.cancelBubble = true
  32. event.returnValue = false;
  33. return false;
  34. }
  35. }
  36. document.oncontextmenu = desabilitaMenu;
  37. document.onmousedown = desabilitaBotaoDireito;
  38. document.onmouseup = desabilitaBotaoDireito;
  39. </script>
  40.  
  41.  
  42. <script language="JavaScript1.2">
  43. function disableselect(e){
  44. return false
  45. }
  46. function reEnable(){
  47. return true
  48. }
  49. //if IE4+
  50. document.onselectstart=new Function ("return false")
  51. //if NS6
  52. if (window.sidebar){
  53. document.onmousedown=disableselect
  54. document.onclick=reEnable
  55. }
  56. </script>
  57.  
  58.  
  59.  
  60. <script type="text/javascript">
  61.  
  62. $(window).load(function(){
  63.  
  64. var $wall = $('#contente');
  65.  
  66. $wall.imagesLoaded(function(){
  67.  
  68. $wall.masonry({
  69.  
  70. itemSelector: '.postdobru',
  71.  
  72. isAnimated : true
  73.  
  74. });
  75.  
  76. });
  77.  
  78. $wall.infinitescroll({
  79.  
  80. navSelector : "div#navigation",
  81.  
  82. nextSelector : "div#navigation a#nextPage",
  83.  
  84. itemSelector : '.',
  85.  
  86. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  87.  
  88. loadingText : " ",
  89.  
  90. donetext : " ",
  91.  
  92. extraScrollPx : 9000,
  93.  
  94. bufferPx : 10000,
  95.  
  96. debug : false,
  97.  
  98. errorCallback: function() {
  99.  
  100. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  101.  
  102. }},
  103.  
  104. function( newElements ) {
  105.  
  106. var $newElems = $( newElements );
  107.  
  108. $newElems.hide();
  109.  
  110. $newElems.imagesLoaded(function(){
  111.  
  112. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  113.  
  114. });
  115.  
  116. }); $('#contente').show(500);
  117.  
  118. });
  119.  
  120. </script>
  121.  
  122.  
  123. <meta name="color:background" content="#DCDCDC" />
  124. <meta name="color:link" content="#8B8989" />
  125. <meta name="color:text" content="#8B8989" />
  126. <meta name="color:post" content="#fff" />
  127. <meta name="color:descri" content="#CDC9C9" />
  128. <meta name="color:borda" content="#8B8989" />
  129. <meta name="color:titulo" content="#8B8989" />
  130. <meta name="color:bg frase" content="#fff" />
  131. <meta name="color:bgnotes" content="#CDC9C9" />
  132. <meta name="color:bglinks" content="#fff" />
  133. <meta name="color:tags" content="#FF69B4" />
  134.  
  135. <meta name="image:sidebar" content="http://static.tumblr.com/kbesbrd/DTlmaxs6i/tumblr_m7kcldi8q81qkoct2o1_500.jpg"/>
  136. <meta name="image:background" content="" />
  137. <meta name="text:titulo" content="only love is not enough" />
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. <meta name="text:Link1" content="/" />
  147. <meta name="text:Link1 Title" content="link1" />
  148. <meta name="text:Link2" content="/" />
  149. <meta name="text:Link2 Title" content="link2" />
  150. <meta name="text:Link3" content="/" />
  151. <meta name="text:Link3 Title" content="link3" />
  152. <meta name="text:Link4" content="/" />
  153. <meta name="text:Link4 Title" content="link4" />
  154. <meta name="text:Link5" content="/" />
  155. <meta name="text:Link5 Title" content="link5" />
  156. <meta name="text:Link6" content="/" />
  157. <meta name="text:Link6 Title" content="link7" />
  158.  
  159.  
  160. <title>{Title}</title>
  161. <link rel="shortcut icon" href="{Favicon}">
  162. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  163. {block:Description}
  164. <meta name="description" content="{MetaDescription}" />
  165. {/block:Description}
  166.  
  167.  
  168. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  169.  
  170. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  171.  
  172. <script src="http://static.tumblr.com/b1gnlwd/OX1m3bgeu/jquery-1.3.1.min.js"></script>
  173. <script src="http://static.tumblr.com/b1gnlwd/Gndm3bgdn/jquery.easing.1.3.js"></script>
  174. <script>
  175.  
  176. $(document).ready(function() {
  177.  
  178. //Custom settings
  179. var style_in = 'easeOutBounce';
  180. var style_out = 'jswing';
  181. var speed_in = 800;
  182. var speed_out = 300;
  183.  
  184. //Top and bottom
  185. var top = $('.qitem').height() * (-1);
  186. var bottom = $('.qitem').height();
  187.  
  188. $('.qitem').each(function () {
  189.  
  190. //retrieve all the details of the image before removing it
  191. url = $(this).find('a').attr('href');
  192. img = $(this).find('img').attr('src');
  193. alt = $(this).find('img').attr('img');
  194. width = $(this).width() / 4;
  195. height = $(this).height();
  196.  
  197. //remove the image and append 4 div into it
  198. $('img', this).remove();
  199. $(this).append('<div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div>');
  200.  
  201. //set the image as background image to all the bars
  202. $(this).children('div').css('background-image','url('+ img + ')');
  203.  
  204. //Divide the image into 4 bars and rebuild the image
  205. $(this).find('div.bar1').css({bottom:0, left:0, width:width, height:height, backgroundPosition:'0 0' });
  206. $(this).find('div.bar2').css({top:0, left:width, width:width, height:height, backgroundPosition:(width*-1) + 'px 0' });
  207. $(this).find('div.bar3').css({top:0, left:width*2, width:width, height:height, backgroundPosition:(width*-2) + 'px 0' });
  208. $(this).find('div.bar4').css({bottom:0, left:width*3, width:width , height:height, backgroundPosition:(width*-3) + 'px 0' });
  209.  
  210. }).hover(function () {
  211.  
  212. //Move those bar, 1st and 3rd move upward, 2nd and 4th move downward
  213. $(this).find('div.bar1').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
  214. $(this).find('div.bar2').stop(false, true).animate({top:bottom}, {duration:speed_out, easing:style_out});
  215. $(this).find('div.bar3').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
  216. $(this).find('div.bar4').stop(false, true).animate({top:top}, {duration:speed_out, easing:style_out});
  217.  
  218. },
  219.  
  220. function () {
  221.  
  222. //Back to default position
  223. $(this).find('div.bar1').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  224. $(this).find('div.bar2').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  225. $(this).find('div.bar3').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  226. $(this).find('div.bar4').stop(false, true).animate({top:0}, {duration:speed_in, easing:style_in});
  227.  
  228. }).click (function () {
  229.  
  230. //make the whole box clickable
  231. window.location = $(this).find('a').attr('href');
  232. });
  233.  
  234. });
  235.  
  236. </script>
  237.  
  238. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  239.  
  240. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  241.  
  242. <link href='http://fonts.googleapis.com/css?family=Creepster' rel='stylesheet' type='text/css'>
  243.  
  244. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  245.  
  246. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  247.  
  248. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
  249.  
  250.  
  251. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  252.  
  253. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  254.  
  255.  
  256. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  257.  
  258.  
  259.  
  260.  
  261.  
  262. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  263.  
  264.  
  265.  
  266. <style type="text/css">
  267.  
  268.  
  269.  
  270. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  271.  
  272. a {color: {color:link}; text-decoration: none; text-transform: none;}
  273. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  274.  
  275. p {margin: 6px 0 0 0}
  276.  
  277. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  278. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  279. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  280. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  281.  
  282. blockquote img{max-width: 400px!important}
  283. blockquote blockquote img{max-width: 400px!important}
  284. blockquote blockquote blockquote img{max-width: 400px!important}
  285. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  286.  
  287. /*post notes e box (omdg) */
  288. #omdg {float: left; margin-left:0px; margin-top: -100px;}
  289.  
  290. .omdg1 { position:relative; width:420px;
  291. text-align:justify; float:left ;margin:-7px;
  292. padding:5px; margin-left: 415px; margin-top:5px;
  293. background-color:{color:post};border:2px solid {color:borda};}
  294.  
  295.  
  296. .omdg1:hover .baseduh {opacity:0.9; margin-top:-90px;
  297. background-color: #FFF;}
  298.  
  299. .baseduh {position:absolute; opacity:0;
  300. -webkit-border-radius: 0px 10px 0px 10px;
  301. margin-left:-3px; color:{color:text};
  302. padding:2px 0px 2px 5px; font-family:calibri;
  303. text-transfo:uppercase; font-size:10px;
  304. margin-top: 10px; margin-left:200px;
  305. width: 200px; -webkit-transition: 0.3s linear;
  306. -webkit-transition: all 0.3s ease-in-out;
  307. -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; background-color: {color:bgnotes};; text-align: center; padding: 3px;font-weight:bold;z-index:10000 }
  308.  
  309. .omdg1:hover .baseduh {opacity:0.5;
  310. margin-top:0px;background-color:{color:bgnotes};}
  311.  
  312. .baseduh a {color:{color:text};
  313. background-color: #FFF; letter-spacing:0px;}
  314.  
  315. .baseduh a:hover {opacity:0.9;}
  316.  
  317.  
  318. .baseduh1 {position:absolute; opacity:0;
  319. margin-left:411px; color:{color:text};
  320. padding:2px 10px 2px 5px;
  321. font-family:calibri; font-size:9px; margin-top: -300px; width: 50px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; background-color: {color:post}; text-align: center; padding: 3px;}
  322.  
  323. .omdg1:hover .baseduh1 {opacity:1.0}
  324.  
  325. .baseduh1 a {text-transform: uppercase}
  326.  
  327. .baseduh1 a:hover {opacity:0.9; text-transform: uppercase}
  328.  
  329.  
  330. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  331. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  332. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  333.  
  334. .image {text-align: center; border: 0px}
  335. .image img {max-width: 500px;-webkit-border-radius: 10px 10px 10px 10px; margin-bottom: 2px }
  336.  
  337. .duhquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  338. .duhquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  339. .duhquotesource a, a:hover{text-transform: none;-webkit-border-radius: 10px 10px 10px 10px;}
  340.  
  341. .chat {line-height: 13px; list-style: none }
  342. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  343. .person1 {color: {color:text}; padding: 2px; }
  344. .person1 .label {font-weight: bold; color:{color:text}}
  345. .person2 {color: {color:text}; padding: 2px; }
  346. .person2 .label {font-weight: bold; color:{color:text}}
  347.  
  348. .player {background-color: #000; text-align: left; display:block;}
  349.  
  350.  
  351.  
  352. /* asker by o-mundo-de-uma-garota */
  353.  
  354. .asker {width: 400px; background-color: {color:background}; color:{color:text}; padding: 10px}
  355. .asker img{float: left;border: 2px double {color:borda}; margin: 0px 24px 12px 0; }
  356. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  357. .asker a:hover{font-size: 11px; color:{color:link}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  358. .answer {padding: 4px}
  359. .answer img {max-width: 470px;}
  360.  
  361. .credito {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  362. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  363.  
  364. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  365. #info a {font-size: 10px; text-transform: uppercase;}
  366.  
  367. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  368. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  369.  
  370. #cap {width: 400px; margin-top: 2px;}
  371. .source {display: none;}
  372.  
  373. .notes {width: 460px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  374. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  375. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  376. .notes img{display: none; border:0px}
  377.  
  378. /*FONTES*/
  379. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  380.  
  381. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  382.  
  383.  
  384. @font-face {font-family: 'Loved by the King'; font-style: normal; font-weight: normal; src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
  385.  
  386. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  387.  
  388. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  389. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  390.  
  391. @font-face {
  392. font-family: 'Droid Sans';
  393. font-style: normal;
  394. font-weight: 400;
  395. src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  396. }
  397.  
  398. /*Links by duda.r*/
  399. #pqpduds {position: fixed; width: 0px;float: left; margin-top:226px; margin-left: 85px; }
  400.  
  401. #pqpduds a {display: block; font-family: calibri; font-size: 9.5px; text-align: center; padding-top:5px; margin-left: 123px; margin-bottom: 2px; text-transform: lowercase; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; background-color: {color:bglinks}; color: {color:link}; height: 7px; line-height: 3px;width: 200px;}/*theme by omdg*/
  402. #pqpduds a:hover{background-color: {color:bglinks}; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  403.  
  404.  
  405.  
  406. #page {font-size:20px; color: {color:descricao e titulo}; text-align:center;margin-top:100px;margin-left:-800px;}
  407.  
  408.  
  409. #pagina{ margin-top: 3px; margin-left: 328px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  410.  
  411. /*** Paginação by madlyluv.com ***/
  412. #paginacaoml {font-size: 20px; font-family: tahoma; line-height: 24px;}
  413. #paginacaoml a {font-size: 20px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
  414. #paginacaoml a:hover {font-size: 20px; font-family: tahoma; background: transparent; border: none;}
  415. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  416.  
  417.  
  418. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  419.  
  420.  
  421.  
  422. ::-webkit-scrollbar{width:11px;height:0px;}
  423. ::-webkit-scrollbar-button:start:decrement
  424. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  425. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  426. ::-webkit-scrollbar-thumb:vertical{height:50px; border: 2px solid {color:post};background-color:{color:borda};-webkit-border-radius:px;}
  427. ::-webkit-scrollbar-thumb:horizontal{width:5px; background-color: {color:borda};-webkit-border-radius:px;}
  428.  
  429. #tumblr_controls{position: fixed!important}
  430. #tumblr_controls{position: fixed!important}
  431. #tumblr_controls{position: fixed!important}
  432. #tumblr_controls{position: fixed!important}
  433.  
  434.  
  435. /*ATENCAO DUDA* || imagemduh*/
  436. .duhimg {float: left; margin-top: 200px;
  437. left: 220px;padding: 0px; position: fixed;}
  438.  
  439. .duhimg img {display: inline;
  440. margin-left:100px; width: 180px;
  441. margin-left: 0px; margin-top: -170px;
  442. height: 180px; text-align:center;
  443. margin-bottom: 0px; border: 4px solid {color:borda};
  444. padding:5px;}
  445. /* ------------------------------------FIM-------------------*/
  446.  
  447.  
  448. #notinholaduh { margin-top: 165px; margin-left: 215px; height: auto; width:180px;text-align: center; background-color: transparent; font-family: tinytots; color: {color:descri};font-size: 8px; position: fixed;z-index:99;padding: 5px; -webkit-transition: 0.5s ease-in; line-height: 10px;
  449. -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; overflow: hidden; opacity: 1; }
  450.  
  451.  
  452.  
  453. #imsureduh {margin-top: 3px; margin-left: 212px; width:187px;height: 10px;text-align: left; background-color: {color:bg frase}; font-family:swagger; color: {color:titulo};border-top: 2px solid {color:borda};border-bottom: 2px solid {color:borda};font-size: 15px; position: fixed;z-index:99;padding: 5px; -webkit-transition: 0.5s ease-in; line-height: 10px;
  454. -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; overflow: hidden; opacity: 1;}
  455.  
  456.  
  457.  
  458.  
  459. </style>
  460.  
  461. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  462.  
  463. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  464. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  465. <script type="text/javascript">
  466. $(window).load(function () {
  467. $('#entries').masonry(),
  468. $('.masonryWrap').infinitescroll({
  469. navSelector : ".entry",
  470. nextSelector : "#page a#p",
  471. itemSelector : ".entry",
  472. bufferPx : 10000,
  473. extraScrollPx: 10000,
  474. loadingImg : "",
  475. loadingText : "",
  476. },
  477. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  478. );
  479. });
  480. </script>
  481.  
  482. <script src="http://tumbletricks.webs.com/maquina.js"></script>
  483.  
  484. <body onkeydown=”return false”>
  485.  
  486.  
  487.  
  488. <div class="duhimg"><img src="{image:sidebar}"alt="" title="baby im sure"/>
  489.  
  490. </div>
  491.  
  492.  
  493. <div id="pqpduds">
  494. <table><tr><td>
  495. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  496. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  497. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  498.  
  499. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  500. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  501. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  502. </td></tr></table>
  503. </div>
  504.  
  505. </div>
  506. </div>
  507. </div>
  508.  
  509. <div id="dudex"></div><div id="dudex1"></div><div id="imsureduh">{text:titulo}</div><div id="notinholaduh">{description}</div></div>
  510.  
  511. <!-------TAGS,BOX,CRÉDITOS TAGS---------D------>
  512. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous">«</a>{/block:PreviousPage}{/block:Pagination}
  513.  
  514. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  515.  
  516. </div>
  517.  
  518. <div id="page"></div>
  519.  
  520.  
  521.  
  522. </div>
  523.  
  524.  
  525.  
  526. <div style="margin-left:210px;-webkit-transform: rotate(0deg); width:200px; font-family:tinytots; margin-top: 315px;background:{color:bglinks};border-top: 2px solid {color:borda};border-bottom: 2px solid {color:borda}; font-size:8px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by <br>O-mundo-de-uma-garota</small></a> <br><font color="{color:tags}">+</font>Not copie bicth</a></div>
  527.  
  528. <div id="omdg">
  529. {block:Posts}
  530. <div class="omdg1">
  531.  
  532. <!--------BASE DUH NÃO MUDE NADA AQUI-------->
  533.  
  534. {block:Text}
  535. <span class="baseduh">
  536. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  537. </span>
  538.  
  539. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  540. {/block:Text}
  541.  
  542.  
  543. {block:Photo}
  544. <span class="baseduh">
  545. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  546. </span>
  547.  
  548. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  549. {block:Caption}{Caption}{/block:Caption}
  550. {/block:Photo}
  551.  
  552.  
  553.  
  554. {block:Photoset}
  555. <span class="baseduh">
  556. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  557. </span>
  558.  
  559. {Photoset-400}
  560. {block:Caption}{Caption}{/block:Caption}
  561. {/block:Photoset}
  562.  
  563.  
  564. {block:Quote}
  565. <span class="baseduh">
  566. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <font color="{color:tags}">+</font> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  567. </span>
  568. <div id="quote">&#10077;</div><div class="xquote">{Quote}</div>
  569. {block:Source}<div class="xquotesource"> — {Source}</div>
  570. {/block:Source}
  571. {/block:Quote}
  572.  
  573.  
  574.  
  575. {block:Link}
  576.  
  577.  
  578. <span class="baseduh">
  579. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
  580. </span>
  581. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  582. {block:Description}{Description}{/block:Description}
  583.  
  584.  
  585. {/block:Link}
  586.  
  587. {block:Chat}
  588.  
  589. <span class="baseduh">
  590. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
  591. </span>
  592.  
  593. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  594. <div class="chat"><ul>{block:Lines}
  595. <li class="person{UserNumber}">{block:Label}
  596. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  597.  
  598. {/block:Chat}
  599.  
  600.  
  601. {block:Audio}
  602.  
  603.  
  604. <span class="baseduh">
  605. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">+</font> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
  606. </span>
  607. <div class="player">{AudioPlayerGrey}</div>
  608.  
  609.  
  610.  
  611.  
  612. {/block:Audio}
  613.  
  614. {block:Video}
  615.  
  616.  
  617. <span class="baseduh">
  618. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date} <font color="{color:tags}">+</font><a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}">+</font> <a href="{Permalink}">{NoteCount}</a> + {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a> - <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> source </a>{/block:RebloggedFrom}
  619. </span>
  620. {Video-400}
  621. {block:Caption}{Caption}{/block:Caption}
  622.  
  623.  
  624. {/block:Video}
  625.  
  626.  
  627. {block:Answer}
  628. <div class="asker"><img src="{AskerPortraitURL-30}" class="baby im sure duh"><b>{Asker}</b> sussurou:<br>{Question}</div>
  629. <div class="answer"><br>{Answer}</div>
  630. {/block:Answer}
  631.  
  632.  
  633. </div>
  634.  
  635. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  636. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  637. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  638. {/block:ContentSource}</div>
  639.  
  640. {/block:Posts}
  641. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649. </div>
  650. </div>
  651. </div>
  652. </div>
  653.  
  654.  
  655.  
  656. </div>
  657.  
  658.  
  659. </body>
  660. </html>
Advertisement
Add Comment
Please, Sign In to add comment