Eduarda

Untitled

Nov 26th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.50 KB | None | 0 0
  1.  
  2.  
  3. <!------------------------♥---------------------------------
  4. 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.
  5.  
  6. Tutoriais por TGD + GD
  7. - - - - - - - - - - - - - -
  8. - THEME FEITO POR DUDA.R -
  9. - - - - - - - - - - - - - - ------------♥ ---->
  10.  
  11. <html xmlns="http://www.w3.org/19a99/xhtml">
  12.  
  13.  
  14. <script type="text/javascript">
  15. //desabilita menu de opcoes ao clicar no botao direito
  16. function desabilitaMenu(e)
  17. {
  18. if (window.Event)
  19. {
  20. if (e.which == 2 || e.which == 3)
  21. return false;
  22. }
  23. else
  24. {
  25. event.cancelBubble = true
  26. event.returnValue = false;
  27. return false;
  28. }
  29. }
  30.  
  31. //desabilita botao direito
  32. function desabilitaBotaoDireito(e)
  33. {
  34. if (window.Event)
  35. {
  36. if (e.which == 2 || e.which == 3)
  37. return false;
  38. }
  39. else
  40. if (event.button == 2 || event.button == 3)
  41. {
  42. event.cancelBubble = true
  43. event.returnValue = false;
  44. return false;
  45. }
  46. }
  47.  
  48. //desabilita botao direito do mouse
  49. if ( window.Event )
  50. document.captureEvents(Event.MOUSEUP);
  51. if ( document.layers )
  52. document.captureEvents(Event.MOUSEDOWN);
  53.  
  54. document.oncontextmenu = desabilitaMenu;
  55. document.onmousedown = desabilitaBotaoDireito;
  56. document.onmouseup = desabilitaBotaoDireito;
  57. </script>
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <script type="text/javascript">
  66.  
  67.  
  68. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  69.  
  70.  
  71.  
  72.  
  73. function tb8_makeArray(n){
  74.  
  75.  
  76. this.length = n;
  77.  
  78.  
  79. return this.length;
  80.  
  81.  
  82. }
  83.  
  84.  
  85.  
  86.  
  87. tb8_messages = new tb8_makeArray(1);
  88.  
  89.  
  90.  
  91.  
  92. tb8_messages[0] = "{Title}";
  93.  
  94.  
  95.  
  96.  
  97. tb8_rptType = 'infinite';
  98.  
  99.  
  100.  
  101.  
  102. tb8_rptNbr = 5;
  103.  
  104.  
  105.  
  106.  
  107. tb8_speed = 100;
  108.  
  109.  
  110.  
  111.  
  112. tb8_delay = 2000;
  113.  
  114.  
  115.  
  116.  
  117. var tb8_counter=1;
  118.  
  119.  
  120.  
  121.  
  122. var tb8_currMsg=0;
  123.  
  124.  
  125.  
  126.  
  127. var tb8_tekst ="";
  128.  
  129.  
  130.  
  131.  
  132. var tb8_i=0;
  133.  
  134.  
  135.  
  136.  
  137. var tb8_TID = null;
  138.  
  139.  
  140.  
  141.  
  142. function tb8_pisi(){
  143.  
  144.  
  145.  
  146.  
  147. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  148.  
  149.  
  150.  
  151.  
  152. document.title = tb8_tekst;
  153.  
  154.  
  155.  
  156.  
  157. tb8_sp=tb8_speed;
  158.  
  159.  
  160.  
  161.  
  162. tb8_i++;
  163.  
  164.  
  165.  
  166.  
  167. if (tb8_i==tb8_messages[tb8_currMsg].length){
  168.  
  169.  
  170.  
  171.  
  172. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  173.  
  174.  
  175.  
  176.  
  177. }
  178.  
  179.  
  180.  
  181.  
  182. if (tb8_currMsg == tb8_messages.length){
  183.  
  184.  
  185.  
  186.  
  187. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  188.  
  189.  
  190.  
  191.  
  192. clearTimeout(tb8_TID);
  193.  
  194.  
  195.  
  196.  
  197. return;
  198.  
  199.  
  200.  
  201.  
  202. }
  203.  
  204.  
  205.  
  206.  
  207. tb8_counter++;
  208.  
  209.  
  210.  
  211.  
  212. tb8_currMsg = 0;
  213.  
  214.  
  215. }
  216.  
  217.  
  218.  
  219.  
  220. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  221.  
  222.  
  223.  
  224.  
  225. }
  226.  
  227.  
  228.  
  229.  
  230. tb8_pisi()
  231.  
  232.  
  233.  
  234.  
  235. </script>
  236.  
  237.  
  238. <script>
  239.  
  240.  
  241.  
  242. $(document).ready(function() {
  243.  
  244. //
  245.  
  246.  
  247.  
  248. //When you click on a link with class of poplight and the href starts with a #
  249.  
  250. $('a.poplight[href^=#]').click(function() {
  251.  
  252. var popID = $(this).attr('rel'); //Get Popup Name
  253.  
  254. var popURL = $(this).attr('href'); //Get Popup href to define size
  255.  
  256.  
  257.  
  258. //Pull Query & Variables from href URL
  259.  
  260. var query= popURL.split('?');
  261.  
  262. var dim= query[1].split('&');
  263.  
  264. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  265.  
  266.  
  267.  
  268. //Fade in the Popup and add close button
  269.  
  270. $('#' + 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="theme by [omdg]" alt="Close" /></a>');
  271.  
  272.  
  273. //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
  274.  
  275. var popMargTop = ($('#' + popID).height() + 80) / 2;
  276.  
  277. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  278.  
  279.  
  280.  
  281. //Apply Margin to Popup
  282.  
  283. $('#' + popID).css({
  284.  
  285. 'margin-top' : -popMargTop,
  286.  
  287. 'margin-left' : -popMargLeft
  288.  
  289. });
  290.  
  291.  
  292.  
  293. //Fade in Background
  294.  
  295. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  296.  
  297. $('#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
  298.  
  299.  
  300.  
  301. return false;
  302.  
  303. });
  304.  
  305.  
  306.  
  307. //Close Popups and Fade Layer
  308.  
  309. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  310.  
  311. $('#fade , .popup_block').fadeOut(function() {
  312.  
  313. $('#fade, a.close').remove(); //fade them both out
  314.  
  315. });
  316.  
  317. return false;
  318.  
  319. });
  320.  
  321.  
  322.  
  323.  
  324.  
  325. });
  326.  
  327. </script>
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. <head profile="http://gmpg.org/xfn/11">
  335.  
  336. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  337. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  338. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
  339. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  340. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  341. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  342. <script type="text/javascript"
  343. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  344.  
  345. <!-- APPERENCE OMDG -->
  346. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/8Kdme0itm/bgdaddus.jpg" />
  347. <meta name="image:fotodr" content="http://static.tumblr.com/2bh9bxo/5Fdme3vmw/tumblr_mdytxhgdbp1rhcy3ro1_500.jpg" />
  348.  
  349. <meta name="text:frase1" content="Sou sua pequena" />
  350. <meta name="text:frase2" content="sua pequena menina" />
  351.  
  352. <meta name="color:background" content="#1C1C1C" />
  353. <meta name="color:link" content="#CDC9C9" />
  354. <meta name="color:text" content="#CDC9C9" />
  355. <meta name="color:bghover" content="#fff" />
  356. <meta name="color:linkshover" content="#CDC9C9" />
  357. <meta name="color:linkshover2" content="#363636" />
  358. <meta name="color:links" content="#363636" />
  359. <meta name="color:text desc" content="#fff" />
  360. <meta name="color:borda" content="#363636" />
  361. <meta name="color:borda2" content="#FFC0CB" />
  362. <meta name="color:bordaimg" content="#363636" />
  363. <meta name="color:abc" content="#FFC0CB" />
  364. <meta name="color:italico" content="#CDC9C9" />
  365. <meta name="color:linhadopost" content="#CDC9C9" />
  366. <meta name="color:post" content="#000" />
  367. <meta name="color:sidebar" content="#000" />
  368. <meta name="color:scrollbar" content="#000" />
  369. <meta name="color:frase" content="#CDC9C9" />
  370. <meta name="color:tags" content="#FFC0CB" />
  371. <meta name="color:sombra" content="#CDC9C9" />
  372. <meta name="color:coracao1" content="#FF69B4" />
  373. <meta name="color:coracao2" content="#CDC9C9" />
  374. <meta name="color:bgask" content="#FFFFFF" />
  375. <meta name="color:bgask2" content="#1c1c1c" />
  376. <meta name="color:notes" content="#363636" />
  377. <meta name="color:bgnotes" content="#1C1C1C" />
  378. <meta name="color:linha" content="#FF69B4" />
  379. <meta name="color:linha2" content="#000" />
  380.  
  381. <meta name="if:Show tags" content="1"/>
  382.  
  383. <meta name="text:Link1" content="/" />
  384. <meta name="text:Link1 Title" content="Home" />
  385. <meta name="text:Link2" content="/ask" />
  386. <meta name="text:Link2 Title" content="ask" />
  387. <meta name="text:Link3" content="/" />
  388. <meta name="text:Link3 Title" content="link3" />
  389. <meta name="text:Link4" content="/" />
  390. <meta name="text:Link4 Title" content="link4" />
  391. <meta name="text:Link5" content="/" />
  392. <meta name="text:Link5 Title" content="link5" />
  393. <meta name="text:Link6" content="/" />
  394. <meta name="text:Link6 Title" content="link6" />
  395. <meta name="text:Link7" content="/" />
  396. <meta name="text:Link7 Title" content="link7" />
  397.  
  398.  
  399.  
  400. <!-------------FONTES-----♥ ----->
  401. <link href='http://fonts.googleapis.com/css?family=Oregano' rel='stylesheet' type='text/css'>
  402. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  403. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  404. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  405. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  406. <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'>
  407.  
  408. <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'>
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  415. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}
  416. {/block:SearchPage}{block:PostSummary}, {PostSummary}
  417. {/block:PostSummary}</title>
  418. {block:Description}
  419. <meta name="description" content="{MetaDescription}" />
  420. {/block:Description}
  421. <link rel="shortcut icon" href="{favicon}" />
  422. <link rel="alternate" type="application/rss+xml" href="{rss}" />
  423. <style type="text/css">
  424.  
  425. body {background-color:{color:background}; font-family:calibri; color:{color:text}; text-align: justify; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  426.  
  427. a:link, a:visited, a:active {color:{color:link}; text-decoration: none;}
  428. a:hover {color:{color:linkshover}; -webkit-transition-duration: .99s;}
  429.  
  430. ::-moz-selection{background:{color:borda}; color:{color:text};}
  431.  
  432. ::selection{background:{color:borda}; color:{color:text};}
  433.  
  434.  
  435.  
  436.  
  437. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 0px; right: 0px;}
  438.  
  439. #omdg {width: 750px; margin-top:10px;padding: 5px;margin-left:380px;}
  440.  
  441. .baseduh {width:290px;text-align: justify;float:center; margin-bottom:2px; margin-left:2px;padding:4px;background-color:{color:post}; font-family:calibri; font-size: 11px; color:{color:text};opacity:0.6;}
  442. .baseduh:hover {opacity:1};}
  443.  
  444.  
  445. .baseduh2 { width: 505px;background:{color:post};padding:2px;}
  446.  
  447.  
  448. h1{color:{color:text}!important;font-family:Delius Swash Caps;font-size:15px;font-weight:normal;}
  449.  
  450. .quote {font-size:13px; font-family:tahoma; color:{color:text}; text-align: justify; margin-left: 5px; margin-top:5px; margin-bottom:15px;}
  451.  
  452. #aspas{
  453. position:absolute;
  454. margin-left:3px;
  455. margin-top:-10px;
  456. font-size:60px;
  457. opacity:0.3;
  458. filter: alpha(opacity = 90);
  459. color:{color:text};
  460.  
  461. }
  462.  
  463. .csource {text-align:right; padding: 3px; font-size:10px; color:{color:text};border-top:1px solid {color:text};}
  464.  
  465. .image {text-align: center;border: 0px}
  466.  
  467. .image img {max-width: 500px; opacity:.8;-moz-opacity: 1;-webkit-transition-duration: .90s;}
  468.  
  469. .image img:hover {opacity:.9;}
  470.  
  471. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  472.  
  473. #question{ padding:15px; background-color:{color:bgask}; color:{color:text};border: 1px solid {color:borda};}
  474.  
  475. #asker{text-align: left; vertical-align:bottom; margin-top:2px; margin-left:20px; font-size:12px; font-family:tahoma;}
  476.  
  477. #asker a{color:{color:text};font-size:9px; font-family:verdana;margin-top:-9px;}
  478. #asker a:hover {color:{color:linkshover};}
  479.  
  480. #asker img{vertical-align:center; float:left; margin-top:-12px;max-height:46px; margin-left: 26px; margin-right: 5px;border-right:3px solid {color:borda2};border-left:3px solid {color:borda2};}
  481.  
  482. #arrow{width: 13px; height: 7px; font-size:32px; margin-top:-15px; margin-left:18px; font-family:'trebuchet ms'; color:{color:frase};}
  483.  
  484. .asker{margin-bottom:15px;}
  485.  
  486. .aska {text-transform: uppercase; font-family: tahoma; font-size: 8px; text-align: right;background:{color:bgask2}; }
  487.  
  488.  
  489. /* Chat por Anna (livelikeasuicide) *********/
  490. .chat {background:{color:post}; margin: 0; font-size:
  491. 9px; font-family: trebuchet ms;}
  492. .chat .chat1 {margin-left: 0px;}
  493. .chat .chat1 .chat2 {background:{color:post}; color:{color:text}; border:1px solid {color:background};
  494. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  495. .chat .chat1 .chat2.even {background: {color:background};
  496. color:{color:text};} /* Segunda linha */
  497. .chat .chat1 .chat2 span{font-weight: bold;}
  498.  
  499. .player {padding: 6px; background: transp; color:{color:text}; margin-top: 1px; margin-left: 1px; margin-right: 1px;}
  500.  
  501. .borda {border:2px solid transparent;width:285px; -webkit-transition-duration: .99s; }
  502. .borda:hover{border:2px solid {color:borda};}
  503.  
  504.  
  505. .html_photoset {
  506. -webkit-filter: grayscale(80%);
  507.  
  508. -webkit-transition-duration: .80s;}
  509. .html_photoset:hover {
  510. -webkit-filter: none;
  511. -webkit-transition:all .3s linear;
  512. -moz-transition:all .3s linear;transition:all .3s linear;
  513. -webkit-transition-duration: .80s;}
  514.  
  515. .baseduh:hover .baseduh1 {opacity:0.7; margin-top:0px}
  516.  
  517. .baseduh1 {position:absolute; opacity:0; margin-left:54px; color:{color:post}; padding:2px 0px 2px 5px; font-family:Oregano; font-size:13px; margin-top: 5px; width: auto; -webkit-transition: 0.3s linear;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.3s ease-in-out; background-color:{color:notes}; text-align: center; padding: 3px;font-weight:normal;z-index:9 }
  518.  
  519. .baseduh:hover .baseduh1 {opacity:1;margin-top:0px;margin-left:10px;}
  520.  
  521. .baseduh1 a {color:{color:link}; background-color: {color:bgnotes}; letter-spacing:0px;}
  522.  
  523. .baseduh1 a:hover {opacity:0.9;}
  524.  
  525. .baseduh3{margin-top: 4px; margin-left: 200px; position: absolute; opacity: 0;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; z-index:300;}
  526. .baseduh:hover .baseduh3{opacity: 1; margin-left: 104px; margin-top:150px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; z-index:300;}
  527.  
  528. .baseduh4 a:hover {background-position: 0px 0px;}
  529. .baseduh4 a {background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat; background-position: 0px 0px; z-index: 9999999; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear; margin-top: -23px; margin-left: 28px; display: inline-block; position: absolute;}
  530. .baseduh4 img {width: 21px; height: 20px; webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; z-index:300;}
  531. #likeiframe {display: none;}
  532.  
  533. .notas{margin-top: 5px; margin-left: 55px; position: absolute; opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  534. .baseduh:hover .notas{opacity: 1; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; margin-left: 34px; z-index:300;}
  535. .notas a{background: rgba(0,0,0,0.5); padding: 3px 4px 2px 4px; font-family: Trebuchet MS; font-weight: bold; text-align: center; display: inline-block; color: #fff; -webkit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px; font-size: 10px;}
  536. .lupa{margin-left: 55px; position: absolute; opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; margin-top: 5px;}
  537. .baseduh:hover .lupa{opacity: 1; margin-left: 5px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; z-index:300;}
  538.  
  539. .extras {width: 99%; font-family:tahoma; font-size:8px; padding:3px; margin-bottom: 1px; text-align:center; text-transform:uppercase;}
  540.  
  541.  
  542. /*** Pre por Débs (27euevoce.tumblr.com) ******/
  543. pre {text-align: justify;
  544. padding-left: 5px;
  545. line-height: 20px;
  546. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  547. font-family: tahoma;
  548. color:{color:text};
  549. overflow: scroll;
  550. margin-right: 1px;
  551. margin-bottom: 7px;}
  552.  
  553. .caixa {overflow: hidden;background:{color:post}; padding: 7px;
  554. font-family: Verdana, Geneva, sans-serif;width:495px;
  555. color:{color:text};text-align: justify;outline: 0px solid #omdg; margin-bottom: 0px; margin-left:348px;}
  556.  
  557. ol.notes {display : block;margin-bottom : 1px; list-style-type: none; text-align: left;width: 490px;margin-left:-35px;}
  558.  
  559. ol.notes li.note { padding: 1px;background:{color:post};margin-bottom:1px;}
  560. ol.notes li.note img.avatar {display: inline; width: 15px;border: 2px solid {color:borda};}
  561. ol.notes li.note span.action {font-weight: none;}
  562. ol.notes li.note .answer_content {font-weight: normal;}
  563. ol.notes li.note blockquote {display: none;}
  564. ol.notes li.note blockquote a {text-decoration: none;}
  565.  
  566.  
  567.  
  568. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  569. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  570. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  571.  
  572. /***--- SCROLLBAR---♥----***/
  573.  
  574. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  575.  
  576. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  577.  
  578.  
  579. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  580.  
  581.  
  582. /****** tumblr controls by ritamafalda */
  583.  
  584. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  585.  
  586. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  587.  
  588.  
  589. /***-----------NEGRITO ITALICO E SUBLINHADO-----♥---***/
  590. b, strong, bold {color:{color:abc};}
  591.  
  592. u,underline {color:{color:text}; border-bottom: 1px dotted {color:italico}; text-decoration:none; }
  593.  
  594. i, em{color:{color:text};}
  595.  
  596. /***------------- DUH IMAGEM-------------♥---------***/
  597. #duhimg {margin-left: 113px;
  598. margin-top: 110px;
  599. position:fixed;
  600. overflow:hidden;
  601. opacity: 0.9;}
  602.  
  603. #duhimg img{ border:4px solid {color:bordaimg};
  604. opacity: 1;padding:5px;
  605. width: 243px;
  606. height:235px;-webkit-transition: all 0.4s ease-out;
  607. -moz-transition: all 0.4s ease-out;}
  608. #duhimg img:hover { margin-bottom: 2px;
  609. -webkit-transition: all 0.9s ease-out;
  610. -moz-transition: all 0.9s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 160px 160px 160px 160px;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.8);
  611. -moz-transform:scale(1.8);
  612. -o-transform:scale(1.7);
  613. opacity:0.2;
  614. -webkit-transition-duration: .99s;opacity:0.7; #pattern opacity:0.7;-webkit-transition-duration: 0.8s;}
  615.  
  616. /***----------- A PARTE DA SID---------♥------***/
  617.  
  618. #estela1 {position: fixed; margin-left: 102px; width:276px; height: 400px; background-color:{color:sidebar}; margin-top: 60px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg);opacity:0.6; border:4px solid {color:borda};}
  619.  
  620. #marion1 {position: fixed;
  621. margin-left: 108px;
  622. width:272px;
  623. height: 30px;
  624. background-color:{color:borda};
  625. margin-top: 67px;
  626. -webkit-transform: rotate(0deg);
  627. -webkit-transform: rotate(180deg);
  628. border-top:4px solid {color:linha};}
  629.  
  630. /***-------------TITULOS---------------♥---------***/
  631. #duka {background-color:#;margin-left:110px;margin-top: 434px; height:24px; line-height:25px;float:left; position:fixed; width:230px; font-family: 'Wire One'; font-size:34px; text-align: left;
  632. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none;text-shadow: 3px 3px 9px {color:sombra};}
  633. .dukah1 {font-family:'Dancing Script'; font-size: 15px; font-style: none;
  634. height: 10px;color: {color:frase}; margin-left:102px;margin-top:71px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:174px;z-index:8000000000000000;line-height:17px;}
  635.  
  636. /***--------- FAIXAS E LINHAS DA SIDEBAR-----♥------***/
  637.  
  638. #faixa2 {margin-top: 98px; margin-left: 108px; position: fixed; background-color: {color:linha2}; height: 2px; width:272px;}/***detalhes by o-mundo-de-uma-garota***/
  639.  
  640. /******----------------DESCRIÇÃO-------♥---------******/
  641. #notinholaduda {margin-left: 185px; margin-top: 368px; width:185px; font-size: 11px; height: 28px; text-align: right; transparent; font-family:Ubuntu Mono; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  642. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted #omdg}
  643.  
  644.  
  645. /***----------CORAÇÃOZINHO OWNT [OMDG]--------♥-----***/
  646. #duca {margin-top:66px;
  647. line-height:2px;
  648. background-color:duggs;
  649. margin-left: 105px;
  650. overflow: hidden;
  651. position: fixed;
  652. color: {color:coracao1};
  653. padding: 10px;
  654. background-attachment: fixed;
  655. width:1px;
  656. height: 0px;
  657. -webkit-transition: all .5s ease-out;
  658. -moz-transition: all .5s ease-out;
  659. text-transform: uppercase;
  660. -webkit-transform: rotate(-16deg); z-index: 8000000;}
  661.  
  662. #duca1 {font-size: 14px;
  663. font-family:sofia ;
  664. letter-spacing: -1px;
  665. text-transform: none;
  666. line-height: 3px;}
  667.  
  668.  
  669. #duca2 { margin-top:70px;
  670. line-height:2px;
  671. background-color:duggs;
  672. margin-left: 113px;
  673. overflow: hidden;
  674. position: fixed;
  675. color:{color:coracao2};
  676. padding: 10px;
  677. background-attachment: fixed;
  678. width:12px; height: 0px;
  679. -webkit-transition: all .5s ease-out;
  680. -moz-transition: all .5s ease-out;
  681. text-transform: uppercase;
  682. -webkit-transform: rotate(24deg); z-index: 8000000;
  683. }
  684.  
  685. #duca3 {font-size: 16px;
  686. font-family:sofia ;
  687. letter-spacing: -1px;
  688. text-transform: none;
  689. line-height: 3px;}
  690. /******--------------VARIABLES OUR LINK'S---------------♥------------***/
  691. #pqpduh{width:198px; height: 40px; float: left; margin-left:260px; margin-top: 73px; padding: 0px; text-align: center; position: fixed; z-index:9999; }
  692. /***link by o-mundo-de-uma-garota***/
  693. #pqpduh a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px;text-align: center; margin-top: 2px; height: 20px; width: 49px; color:{color:links};-webkit-border-radius: 0px 0px 0px 0px;background:{color:linkshover}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;text-shadow: 5px 5px 9px {color:sombra};border-bottom: 0px solid {color:linha1};overflow: hidden; margin-right:2px; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; } /***link by o-mundo-de-uma-garota***/
  694. #pqpduh a:hover{border: 1px solid {color:linha};-webkit-animation-name: bounce; -moz-animation-name: bounce; -o-animation-name: bounce; animation-name: bounce -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s;}
  695.  
  696. @-webkit-keyframes bounce {
  697. 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  698. 40% {-webkit-transform: translateY(-30px);}
  699. 60% {-webkit-transform: translateY(-15px);}} /***link by o-mundo-de-uma-garota***/
  700.  
  701.  
  702. #dolls{width:138px; height: 40px; float: left; margin-left:113px; margin-top: 374px; padding: 0px; text-align: center; position: fixed; z-index:80000000;}
  703. #dolls a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 22px; width: 40px; color:{color:link}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:borda}; }
  704.  
  705. #dolls a:hover{ border-radius:70px;border:4px solid {color:borda2};
  706. width:43px;margin-top:5px;
  707. -moz-transition-duration: .99s;filter:alpha(opacity=100);
  708. -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s;}
  709. .dolls:hover {
  710. margin-top:-15px;}
  711.  
  712. #dolls2{width:138px; height: 40px; float: left; margin-left:288px; margin-top: 434px; padding: 0px; text-align: center; position: fixed; z-index:80000000;}
  713. #dolls2 a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 22px; width: 40px; color:{color:link}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:borda}; }
  714.  
  715. #dolls2 a:hover{ border-radius:70px;border:4px solid {color:borda2};
  716. width:43px;margin-top:5px;
  717. -moz-transition-duration: .99s;filter:alpha(opacity=100);
  718. -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s;}
  719. .dolls2:hover {
  720. margin-top:-15px;}
  721.  
  722.  
  723.  
  724. #duh1 {width:270px; height: 23px; float: left; margin-left:108px; margin-top: 408px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:linha}; border-right: 1px solid {color:linha}; border-left: 1px solid {color:linha}; background-color:{color:linkshover2} ;}
  725. #duh1 a {float: left; margin-left: 0px; font-family: Ubuntu Mono; font-size: 13px; text-align: center; margin-top: 3px; height: 18px; width: 209px; color:{color:link}; line-height: 15px; letter-spacing: -1px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:linkshover}; text-transform: lowercase; border-top: 0px solid {color:linha}; border-bottom: 0px solid {color:linha};}/*theme by o-mundo-de-uma-garota*/
  726. #duh1 a:hover{text-align: center; color:{color:links}; font-style: bold; background-color: ; letter-spacing: -1px;padding-left:30px;border-right:25px solid {color:linha};border-left:2px solid {color:bghover};background:{color:bghover} url(http://static.tumblr.com/ssvjggv/OWambushj/ilove.png) no-repeat left;}
  727.  
  728.  
  729. </style>
  730. {block:IndexPage}
  731.  
  732. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  733.  
  734. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  735.  
  736. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  737.  
  738. <script type="text/javascript">
  739. $(window).load(function(){
  740. var $wall = $('#omdg');
  741. $wall.imagesLoaded(function(){
  742. $wall.masonry({
  743. itemSelector: '.baseduh',
  744. isAnimated : true
  745. });
  746. });
  747. $wall.infinitescroll({
  748. navSelector : "div#navigation",
  749. nextSelector : "div#navigation a#nextPage",
  750. itemSelector : '.baseduh',
  751. loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif",
  752. loadingText : "",
  753. donetext : " ",
  754. extraScrollPx : 1000,
  755. bufferPx : 10100,
  756. debug : false,
  757. errorCallback: function() {
  758. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  759. }},
  760. function( newElements ) {
  761. var $newElems = $( newElements );
  762. $newElems.hide();
  763. $newElems.imagesLoaded(function(){
  764. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 125, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  765. });
  766. }); $('#omdg').show(500);
  767. });
  768. </script>
  769.  
  770. {/block:IndexPage}
  771.  
  772. <body>
  773.  
  774. <div id="estela1"></div>
  775. <div id="marion1"></div>
  776.  
  777. <div id="faixa2"></div>
  778. <div id="duhimg" ><img src="{image:fotodr}"></div>
  779.  
  780. </div></div>
  781.  
  782.  
  783. </div></div>
  784. </div></div></div></div>
  785.  
  786. </div></div>
  787. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  788. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  789.  
  790.  
  791. <div id="duka">{text:frase2}</div>
  792. <center><div class="dukah1">{text:frase1}</center></div></center>
  793.  
  794. <div id="pqpduh">
  795.  
  796.  
  797. <a href="{text:Link1}">{text:Link1 Title}</a>
  798.  
  799. <a href="{text:Link2}">{text:Link2 Title}</a>
  800.  
  801.  
  802. </div class>
  803. </div></div>
  804. </div>
  805. </div>
  806.  
  807.  
  808. <div id="dolls">
  809. <a href="{text:Link3}">{text:Link3 Title}</a>
  810.  
  811. <a href="{text:Link4}">{text:Link4 Title}</a>
  812.  
  813.  
  814. </div class>
  815. </div></div>
  816. </div>
  817. </div>
  818.  
  819. <div id="duh1">
  820. <a href="{text:Link5}">{text:Link5 Title}</a>
  821. </div>
  822.  
  823. </div>
  824.  
  825.  
  826. <div id="dolls2">
  827. <a href="{text:Link6}">{text:Link6 Title}</a>
  828.  
  829. <a href="{text:Link7}">{text:Link7 Title}</a>
  830.  
  831.  
  832. </div class>
  833. </div></div>
  834. </div>
  835. </div>
  836.  
  837. <div id="notinholaduda">{Description}</div>
  838.  
  839.  
  840. <!-------------CRÉDITOS-----------------♥------------->
  841. <div style="margin-left:42px;-webkit-border-radius: 20px 0px 20px 0px;-webkit-transform: rotate(0deg); width:80px;background:{color:sidebar};font-family:tahoma;font-size:11px; margin-top: 5px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota Not copie baby"><small>THEME </small></a>
  842. <font color="{color:tags}">©</font> </a></div>
  843.  
  844. <!-----------------´POST AND TITULOS-----♥----------------------->
  845. <div id="omdg">
  846.  
  847. {block:Posts}
  848. <!-----BASE DUH 1 2 3 --------------♥---------------->
  849. {block:Text}
  850. {block:IndexPage}
  851. <div class="baseduh">
  852. <span class="baseduh1">
  853. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  854. </span>
  855.  
  856. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:IndexPage}
  857. {block:PermalinkPage}<div class="baseduh2">{block:Title}<h1>{Title}</h1>
  858. {/block:Title}{Body}</div>{/block:PermalinkPage}
  859.  
  860. <!----------EXTRAS DO REBLOG---------♥--------->
  861. {block:IndexPage}
  862. <div class="extras">
  863. {block:RebloggedFrom}<a href="{ReblogParentURL}"target="_blank"> via</a>{/block:RebloggedFrom} {block:ContentSource} <font color="{color:tags}">•</font> <a href="{SourceURL}"target="_blank">source
  864. </a>{/block:ContentSource} <font color="{color:tags}">•</font> </a>
  865. <a href="{Permalink}">{TimeAgo}</a> </div>{/block:IndexPage}
  866. </div>
  867. {/block:Text}
  868.  
  869. <!------------BASE DUH------------♥------->
  870.  
  871. {block:Photo}
  872. {block:IndexPage}
  873. <div class="baseduh">
  874. {block:HighRes}<div class="lupa"><a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a></div>{/block:HighRes}
  875. {block:NoteCount}<div class="notas">
  876. <a href="{Permalink}">{NoteCount}</a>
  877. </div>{/block:NoteCount}
  878. <div class="baseduh3">
  879. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  880. <div class="baseduh4"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a>
  881. </div>
  882. </div>
  883.  
  884. <center><img src="{PhotoURL-500}" width="310px"class="borda"></center>
  885. {block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  886.  
  887. {block:PermalinkPage}<div class="baseduh2"><div class="image"><img src="{PhotoURL-500}"></div>
  888. {block:Caption}{Caption}{/block:Caption}</div>
  889. {/block:PermalinkPage}
  890. {/block:Photo}
  891.  
  892. {block:Photoset}
  893. {block:IndexPage}
  894. <div class="baseduh">
  895. {block:HighRes}<div class="lupa"><a href="{PhotoURL-HighRes}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/Hnjm5q2kf/lupa.png"></a></div>{/block:HighRes}
  896. {block:NoteCount}<div class="notas">
  897. <a href="{Permalink}">{NoteCount}</a>
  898. </div>{/block:NoteCount}
  899. <div class="baseduh3">
  900. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  901. <div class="baseduh4"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a>
  902. </div>
  903. </div>
  904. <center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}
  905. {/block:IndexPage}
  906. {block:PermalinkPage}<div class="baseduh2">{Photoset-500}
  907. {block:Caption}{Caption}{/block:Caption}</div><br/>
  908. {/block:PermalinkPage}
  909. </div>
  910. {/block:Photoset}
  911.  
  912. <!----------BASE DUH 1----------♥-------->
  913.  
  914. {block:Quote}
  915. {block:IndexPage}
  916. <div class="baseduh">
  917. <span class="baseduh1">
  918. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  919. </span>
  920.  
  921. <div id="aspas">❝</div>
  922. <div class="quote">{Quote}</div>
  923. {block:Source}<div class="csource"> {Source}</div>{/block:Source}
  924. {/block:IndexPage}
  925. {block:PermalinkPage}<center><div class="baseduh2"><div class="aspas">❝</div>
  926. <div class="quote">{Quote}</div>
  927. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  928. </center></div>{block:PermalinkPage}
  929. {block:IndexPage}
  930. <!----------------------EXTRAS DO REBLOG--------♥---->
  931. <div class="extras">
  932. {block:RebloggedFrom}<a href="{ReblogParentURL}"target="_blank">via</a>{/block:RebloggedFrom} {block:ContentSource} <font color="{color:tags}">•</font> <a href="{SourceURL}"target="_blank">source
  933. </a>{/block:ContentSource} <font color="{color:tags}">•</font></a>
  934. <a href="{Permalink}">{TimeAgo}</a> </div></div>{/block:IndexPage}
  935. {/block:Quote}
  936.  
  937. {block:Link}
  938. {block:IndexPage}
  939. <div class="baseduh">
  940. <span class="baseduh1">
  941. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  942. </span>
  943.  
  944. <h1><a href="{URL}">{Name}</a></h1>
  945. {block:Description}{Description}{/block:Description}
  946. {/block:IndexPage}
  947.  
  948. {block:PermalinkPage}<div class="baseduh2"><h1><a href="{URL}">{Name}</a></h1>
  949. {block:Description}{Description}{/block:Description}</div>{/block:PermalinkPage}
  950.  
  951. {block:IndexPage}
  952.  
  953. <!-----------EXTRAS DO REBLOG----♥-------->
  954. <div class="extras">
  955. {block:RebloggedFrom}<a href="{ReblogParentURL}"target="_blank"> via</a>{/block:RebloggedFrom} {block:ContentSource} <font color="{color:tags}">•</font> <a href="{SourceURL}"target="_blank">source</a>{/block:ContentSource} <font color="{color:tags}">•</font> </a>
  956. <a href="{Permalink}">{TimeAgo}</a> </div></div>{/block:IndexPage}
  957.  
  958. {/block:Link}
  959.  
  960. {block:Chat}
  961. {block:IndexPage}
  962. <div class="baseduh">
  963. <span class="baseduh1">
  964. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  965. </span>
  966.  
  967. <div class="chat">
  968. <div class="chat1">
  969. {block:Lines}
  970. <div class="chat2 {Alt}">
  971. {block:Label}
  972. <b>{Label}</b>
  973. {/block:Label}
  974. {Line}</div>
  975. {/block:Lines}
  976. </div>
  977. </div>{/block:IndexPage}
  978.  
  979. {block:PermalinkPage}<div class="baseduh2">
  980.  
  981. <div class="chat">
  982. <div class="chat1">
  983. {block:Lines}
  984. <div class="chat2 {Alt}">
  985. {block:Label}
  986. <b>{Label}</b>
  987. {/block:Label}
  988. {Line}</div>
  989. {/block:Lines}
  990. </div>
  991. </div></div>{/block:PermalinkPage}
  992.  
  993. {block:IndexPage}
  994. <!-----------EXTRAS DO REBLOG------♥-------->
  995. <div class="extras">
  996. {block:RebloggedFrom}<a href="{ReblogParentURL}"target="_blank"> via</a>{/block:RebloggedFrom} {block:ContentSource} <font color="{color:tags}">•</font> <a href="{SourceURL}"target="_blank">source</a>{/block:ContentSource} <font color="{color:tags}">•</font> </a>
  997. <a href="{Permalink}">{TimeAgo}</a> </div>{/block:IndexPage}
  998. </div>
  999. {/block:Chat}
  1000.  
  1001. <!-----------BASE DUH1--------------♥----->
  1002.  
  1003. {block:Audio}{block:IndexPage}
  1004. <div class="baseduh">
  1005. <span class="baseduh1">
  1006. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  1007. </span>
  1008.  
  1009. <div class="player">{AudioPlayerBlack}</div>
  1010. {block:Caption}{Caption}{/block:Caption}
  1011. {/block:IndexPage}
  1012.  
  1013. {block:PermalinkPage}<center><div class="baseduh2">
  1014.  
  1015. <div class="player">{AudioPlayerBlack}</div>
  1016. {block:Caption}{Caption}{/block:Caption}
  1017. {/block:PermalinkPage}
  1018. {block:IndexPage}
  1019.  
  1020. <!----------EXTRAS DO REBLOG-----♥---------------->
  1021.  
  1022. <div class="extras">
  1023. {block:RebloggedFrom}<a href="{ReblogParentURL}"target="_blank"> via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target="_blank">source</a>{/block:ContentSource} <font color="{color:tags}">•</font> </a>
  1024. <a href="{Permalink}">{TimeAgo}</a> </div>{/block:IndexPage}
  1025.  
  1026. </div>
  1027. {/block:Audio}
  1028.  
  1029. {block:Video}{block:IndexPage}
  1030. <div class="baseduh">
  1031. <span class="baseduh1">
  1032. <a href="{ReblogURL}" target="_blank">reblog <font color="{color:tags}">+</font> </a><a href="{Permalink}">{NoteCountWithLabel} <font color="{color:tags}">+</font></a> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  1033. </span>
  1034.  
  1035. <!--------------BASE DUH2----------♥------------->
  1036.  
  1037. {block:IndexPage}<center>{Video-250}</center>
  1038. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  1039. {block:PermalinkPage}<div class="baseduh2">{Video-250}
  1040.  
  1041. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  1042. {block:IndexPage}
  1043.  
  1044. <div class="extras">
  1045. <a href="{Permalink}">{TimeAgo}</a> </div>{/block:IndexPage}
  1046. </div>
  1047. {/block:Video}
  1048.  
  1049.  
  1050.  
  1051. {block:Answer}{block:IndexPage}
  1052. <div class="baseduh">
  1053. <div id="question">{Question}</div>
  1054. <div id="arrow"></div>
  1055. <br>
  1056. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  1057. {Answer}
  1058. {/block:IndexPage}{block:PermalinkPage}<center><div class="box"><div id="question">{Question}</div>
  1059. <div id="arrow">◥</div>
  1060. <br>
  1061. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  1062. {Answer}
  1063. {/block:PermalinkPage}
  1064. <div class="aska"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a href="/ask">Me manda uma ask? </a></a> </div>
  1065. </div>
  1066. {/block:Answer}
  1067.  
  1068. {block:PostNotes}
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074. <div class="caixa">
  1075. {PostNotes}
  1076. </div>
  1077. {/block:PostNotes}
  1078. {/block:Posts}
  1079.  
  1080. {block:IndexPage}
  1081. <div class="column navigation" id="navigation">
  1082. {block:Pagination}
  1083. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1084. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  1085. </div>
  1086. {/block:IndexPage}
  1087. </div></div></div></div>
  1088.  
  1089. <br></center></div></div></div></div></div></div>
  1090. </div></div>
  1091.  
  1092. </body>
  1093. </head>
  1094. </html>
Advertisement
Add Comment
Please, Sign In to add comment