Eduarda

RH Theme fly

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