pamellabellegarde

Theme: Pink is so fashion

Oct 7th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!---------------------------------------------------------
  6.  
  7.  
  8. THEME POR SECRET-DIALOGUES.TUMBLR.COM
  9. NÃO COPIE N U N C A NEM RETIRE OS CRÉDITOS
  10. A UNICA PESSOA QUE PODE DISPONIBILIZAR
  11. ESSA THEME É A AUTORA !
  12. THEME FEITA PARA USO PESSOAL
  13.  
  14. ---------------------------------------------------------!>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}"><link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25.  
  26. <!---- CÓDIGO POP UP ---->
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30. <script>
  31.  
  32. $(document).ready(function() {
  33.  
  34. //
  35.  
  36. //When you click on a link with class of poplight and the href starts with a #
  37.  
  38. $('a.poplight[href^=#]').click(function() {
  39.  
  40. var popID = $(this).attr('rel'); //Get Popup Name
  41.  
  42. var popURL = $(this).attr('href'); //Get Popup href to define size
  43.  
  44. //Pull Query & Variables from href URL
  45.  
  46. var query= popURL.split('?');
  47.  
  48. var dim= query[1].split('&');
  49.  
  50. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  51.  
  52. //Fade in the Popup and add close button
  53.  
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img
  55.  
  56. src="http://static.tumblr.com/y9ykbvf/Pmnlsnp14/untitled-2.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  57.  
  58.  
  59. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in
  60.  
  61. the css
  62.  
  63. var popMargTop = ($('#' + popID).height() + 80) / 2;
  64.  
  65. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  66.  
  67. //Apply Margin to Popup
  68.  
  69. $('#' + popID).css({
  70.  
  71. 'margin-top' : -popMargTop,
  72.  
  73. 'margin-left' : -popMargLeft
  74.  
  75. });
  76.  
  77. //Fade in Background
  78.  
  79. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  80.  
  81. $('#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
  82.  
  83. transparencies
  84. return false;
  85. });
  86. //Close Popups and Fade Layer
  87. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  88.  
  89. $('#fade , .popup_block').fadeOut(function() {
  90.  
  91. $('#fade, a.close').remove(); //fade them both out
  92. });
  93. return false;
  94.  
  95. });
  96. });
  97.  
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. <style type="text/css">
  106.  
  107.  
  108.  
  109. /*** BALÃO ASK POR BIIBS ***/
  110. .bubble {align:right;background: #ddd; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-
  111.  
  112. radius:5px;border-radius:5px;}
  113. .bubble p {margin:1px 0px;}
  114. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid
  115.  
  116. transparent;border-bottom:7px solid transparent;border-right:10px solid #ddd;}
  117.  
  118.  
  119.  
  120. /** TÍTULO DOS POSTS **/
  121. .titulo {font-family: 'The Girl Next Door', cursive; font-size: 24px; color: #f3a4b5;}
  122.  
  123.  
  124.  
  125. /** CAIXA DOS POSTS **/
  126. .caixa {background: #fff; font-family: verdana; font-size: 11px; width: 530px; margin-bottom: 15px; padding: 7px; border: 1px solid #eee; -moz-box-
  127.  
  128. shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; border-radius: 10px;
  129. }
  130.  
  131.  
  132. /** SIDEBAR **/
  133. .caixasidebar {background: #fff; font-family: verdana; font-size: 11px; width: 300px; margin-bottom: 15px; padding: 7px; border: 1px solid #eee; margin-
  134.  
  135. left: 40px; -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee; box-shadow: 0 0 1em #eee; position: fixed; top:10px; padding-
  136.  
  137. top:3px; border-radius: 10px;
  138. }
  139.  
  140.  
  141. /** FORMATAÇÕES **/
  142. b, strong, bold {color: #fa5e78;}
  143. u {color: #a2b1ce;}
  144. i, em{color: #b7a171;}
  145. s {color: #fac7cc;}
  146.  
  147. /** POSIÇÃO THEME **/
  148. .esquerda {width: 400px; float: left; text-align: justy;}
  149. .direita {width: 500px; float: right; text-align: justy;}
  150. .central {width: 900px; text-align: justify;}
  151.  
  152. /** APARENCIA LINKS **/
  153. a:link, a:visited, a:active {color: #f6a9b6; text-decoration: none;}
  154. a:hover {color: #f4889a; cursor: crosshair; }
  155.  
  156.  
  157.  
  158. /** APARENCIA POP UP **/
  159.  
  160. #fade { /*--Transparent background layer--*/
  161. display: none; /*--hidden by default--*/
  162. background: #000;
  163. position: fixed; left: 0; top: 0;
  164. width: 100%; height: 100%;
  165. opacity: .80;
  166. z-index: 9999;
  167. }
  168. .popup_block{
  169. display: none; /*--hidden by default--*/
  170. background: #fff;
  171. padding: 20px;
  172. border: 2px dashed #f0c5c9;
  173. float: left;
  174. font-size: 1.2em;
  175. position: fixed;
  176. top: 50%; left: 50%;
  177. z-index: 99999;
  178. /*--CSS3 Box Shadows--*/
  179. -webkit-box-shadow: 0px 0px 20px #000;
  180. -moz-box-shadow: 0px 0px 20px #000;
  181. box-shadow: 0px 0px 20px #000;
  182. /*--CSS3 Rounded Corners--*/
  183. -webkit-border-radius: 10px;
  184. -moz-border-radius: 10px;
  185. border-radius: 10px;
  186. }
  187. img.btn_close {
  188. float: right;
  189. margin: -55px -55px 0 0;
  190. }
  191. /*--Making IE6 Understand Fixed Positioning--*/
  192. *html #fade {
  193. position: absolute;
  194. }
  195. *html .popup_block {
  196. position: absolute;
  197. }
  198.  
  199.  
  200.  
  201.  
  202. /** TAGS **/
  203. .tag2 {border-bottom: 1px dashed #f3bfc8; margin: 7px 0px 7px 0px;}
  204.  
  205.  
  206.  
  207. /** PERSONALIZAÇÃO MENU **/
  208. .nav1 {display: inline-block; background:#e4e4e4; color:#555; padding: 5px; margin:1px; text-align:center; font-size:12px; font-family:verdana;
  209.  
  210. widht:70px; float: center; padding: 2px; }
  211.  
  212. .nav1:hover {cursor:hand; background: url(http://static.tumblr.com/y9ykbvf/ijOlsnm9s/bombando_seu_pfs__-_anny_belli__23_.png); font-size: 15px; color:
  213.  
  214. #000;
  215. }
  216.  
  217. /** FUNDO **/
  218. body {background: #fff url(http://static.tumblr.com/y9ykbvf/z0Zlsnm3q/bg.bmp); font-family: verdana; font-size: 11px; color: #6d6d6d; text-align: justify;}
  219.  
  220. /** APARENCIA BLOCKQUOTE **/
  221. blockquote {border-left: 4px solid #fac7cc;
  222. padding: 3px;}
  223.  
  224.  
  225. /** CRÉDITOS **/
  226.  
  227. .creditos{background: #eee; background-repeat: no-repeat; padding: 5px; margin-bottom: 0px;border-radius:50px;height:16px;font-style:italic;font-
  228.  
  229. family:georgia;font-size:13;
  230. color:#9e8d74; }
  231.  
  232.  
  233. /** OPACIDADE IMAGENS **/
  234.  
  235. .opacidade {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;} .opacidade:hover {filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
  236.  
  237.  
  238.  
  239.  
  240. /** BARRA ROLAGEM **/
  241.  
  242. html::-webkit-scrollbar {width:22; height:auto;background: #FFF;}
  243.  
  244. html::-webkit-scrollbar-corner { background: #FFF;}
  245.  
  246. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  247.  
  248. html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  249.  
  250. html::-webkit-scrollbar-thumb:vertical {background-image: url(http://static.tumblr.com/y9ykbvf/ijOlsnm9s/bombando_seu_pfs__-
  251.  
  252. _anny_belli__23_.png);border: 1px solid #A2A2A2;border-right:none;-webkit-border-radius: 8px;}
  253.  
  254. html::-webkit-scrollbar-thumb:horizontal {background-image: url(http://static.tumblr.com/y9ykbvf/ijOlsnm9s/bombando_seu_pfs__-
  255.  
  256. _anny_belli__23_.png);border: 1px solid #A2A2A2;border-bottom;}
  257.  
  258. html::-webkit-scrollbar-thumb {background-image: url(http://static.tumblr.com/y9ykbvf/ijOlsnm9s/bombando_seu_pfs__-_anny_belli__23_.png);}
  259.  
  260. html::-webkit-scrollbar-thumb:hover {background-image: url(http://static.tumblr.com/y9ykbvf/ijOlsnm9s/bombando_seu_pfs__-
  261.  
  262. _anny_belli__23_.png);border: 1px solid #A2A2A2;}
  263.  
  264. html::-webkit-scrollbar-track-piece {background: none;}
  265.  
  266. html::-webkit-scrollbar:vertical {border-left: 1px solid #A2A2A2;}
  267.  
  268. html::-webkit-scrollbar:horizontal {border-top: 1px solid #A2A2A2;}
  269.  
  270.  
  271.  
  272.  
  273. /** SELEÇÃO COLORIDA **/
  274. ::-moz-selection
  275. {
  276. background: #fff;
  277. color: #f0c5c9;
  278. }
  279. ::selection
  280. {
  281. background: #fff;
  282. color:#f0c5c9;
  283. }
  284.  
  285.  
  286. .bordaht {
  287. -webkit-border-radius: 20px;
  288. -moz-border-radius: 20px;
  289. border-radius: 20px;
  290. }
  291.  
  292.  
  293. </style>
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. <!-- FIM DO CSS -->
  301.  
  302.  
  303. <!-- BLOQUEIO BOTÃO DIREITO DO MOUSE -->
  304. <script>
  305. function click() {
  306. if (event.button==2||event.button==3) {
  307. oncontextmenu='return false';
  308. }
  309. }
  310. document.onmousedown=click
  311. document.oncontextmenu = new Function("return false;")
  312. </script>
  313.  
  314. </head>
  315.  
  316. <body>
  317.  
  318. <!-- BLOQUEIO CÓDIGO FONTE -->
  319. <body onkeydown="return false">
  320.  
  321. <div class="central">
  322.  
  323. <div class="esquerda">
  324.  
  325. <div class="caixasidebar"><div class="titulo"><small>Welcome to...</div></small>
  326. <center><div class="titulo">{title}</div></center>
  327. <img src="http://static.tumblr.com/y9ykbvf/a3Qlsnmog/tumblr_lsck7lulhy1r1fhc1o1_500_large.png" width="300px" class="bordaht">
  328. {block:Description} {Description} {/block:Description}
  329.  
  330.  
  331. <br><br>
  332.  
  333. <center>
  334. <a href="/"><div class="nav1"><font color="#f6a9b6">Home</font></div></a>
  335.  
  336.  
  337. <a href="#?w=600"rel="02" class=" poplight ; nav1" >Ask me</a>
  338.  
  339. <a href="#?w=600"rel="03" class=" poplight ; nav1" >About Me</a>
  340.  
  341. <a href="/tagged/SUATAG" ><div class="nav1">Texts</a></div>
  342.  
  343. <a href="#?w=600"rel="04" class=" poplight ; nav1" >My Tumblr</a>
  344.  
  345.  
  346. <br>
  347.  
  348. <br>
  349.  
  350. <!-- PAGINAÇÃO DO THEME -->
  351. <big><big><big>
  352. <div align="center">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> / {/block:PreviousPage}{/block:Pagination}
  353.  
  354. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></big></big></big>
  355.  
  356. <!-- FIM DA PAGINAÇÃO DO THEME -->
  357. </center>
  358.  
  359. </div>
  360.  
  361. </div>
  362.  
  363. <div class="direita">
  364.  
  365. <!-- INÍCIO DAS TAGS DOS POSTS -->
  366.  
  367. {block:Posts}
  368.  
  369.  
  370.  
  371. <!-- TEXT -->
  372.  
  373. {block:Text}
  374.  
  375. <div class="caixa">
  376.  
  377. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  378.  
  379. {Body}
  380.  
  381. <div class="tag2"></div>
  382.  
  383. <a href="{Permalink}"><b>Texto</b></a> postado em
  384. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  385.  
  386. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  387.  
  388. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  389.  
  390. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged:
  391.  
  392. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  393.  
  394. </div>
  395.  
  396. {/block:Text}
  397.  
  398. <!-- PHOTO -->
  399.  
  400. {block:Photo}
  401.  
  402. <div class="caixa">
  403.  
  404. <div align="center"><img src="{PhotoURL-500}" alt="{PhotoAlt}" class=" opacidade ; bordaht" width="500x" /></div>
  405.  
  406. {block:Caption}{Caption}{/block:Caption}
  407.  
  408. <div class="tag2"></div>
  409.  
  410. <a href="{Permalink}"><b>Photo</b></a> postada em
  411. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  412.  
  413. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  414.  
  415. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  416.  
  417. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a><br>Tagged:
  418.  
  419. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  420.  
  421.  
  422. </div>
  423.  
  424. {/block:Photo}
  425.  
  426.  
  427. <!-- PHOTOSET -->
  428.  
  429. {block:Photoset}
  430.  
  431. <div class="caixa">
  432.  
  433. <div align="center">{Photoset-500}</div>
  434.  
  435. {block:Caption}{Caption}{/block:Caption}
  436.  
  437. <div class="tag2"></div>
  438.  
  439. <a href="{Permalink}"><b>Photoset</b></a> postado em
  440. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  441.  
  442. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  443.  
  444. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  445.  
  446. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged:
  447.  
  448. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  449.  
  450.  
  451. </div>
  452.  
  453. {/block:Photoset}
  454.  
  455.  
  456. <!-- QUOTE -->
  457.  
  458. {block:Quote}
  459.  
  460. <div class="caixa">
  461.  
  462. <div class="titulo">"{Quote}"</div><br>
  463.  
  464. {block:Source}— <b>{Source}</b>{/block:Source}
  465.  
  466. <div class="tag2"></div>
  467.  
  468. <a href="{Permalink}"><b>Quote</b></a> postado em
  469. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  470.  
  471. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  472.  
  473. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  474.  
  475. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged:
  476.  
  477. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  478.  
  479. </div>
  480.  
  481. {/block:Quote}
  482.  
  483.  
  484. <!-- LINK -->
  485.  
  486. {block:Link}
  487.  
  488. <div class="caixa">
  489.  
  490. <div class="titulo"><a href="{URL}" {Target}>{Name}</a></div>
  491.  
  492. {block:Description}{Description}{/block:Description}
  493.  
  494. <div class="tag2"></div>
  495.  
  496. <a href="{Permalink}"><b>Link</b></a> postado em
  497. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} às {24Hour}:{Minutes}{AmPm} | <a
  498.  
  499. href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img
  500.  
  501. src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source
  502.  
  503. {/block:NoSourceLogo}</a>{/block:ContentSource} | <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a
  504.  
  505. href="{ReblogURL}" target="_blank">Reblogue this!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}
  506.  
  507. {/block:HasTags}
  508.  
  509.  
  510. </div>
  511.  
  512. {/block:Link}
  513.  
  514.  
  515. <!-- CHAT -->
  516.  
  517. {block:Chat}
  518.  
  519. <div class="caixa">
  520.  
  521. <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  522.  
  523. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  524.  
  525. {Line}<p>
  526.  
  527. {/block:Lines}
  528.  
  529. <div class="tag2"></div>
  530.  
  531. <a href="{Permalink}"><b>Chat</b></a> postada em
  532. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} às {24Hour}:{Minutes}{AmPm} | <a
  533.  
  534. href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img
  535.  
  536. src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source
  537.  
  538. {/block:NoSourceLogo}</a>{/block:ContentSource} | <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a
  539.  
  540. href="{ReblogURL}" target="_blank">Reblogue this!</a> <br>Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}
  541.  
  542. {/block:HasTags}
  543.  
  544. </div>
  545.  
  546. {/block:Chat}
  547.  
  548.  
  549. <!-- VIDEO -->
  550.  
  551. {block:Video}
  552.  
  553. <div class="caixa">
  554.  
  555. {Video-500}
  556.  
  557. {block:Caption}{Caption}{/block:Caption}
  558.  
  559. <div class="tag2"></div>
  560.  
  561. <a href="{Permalink}"><b>Video</b></a> postado em
  562. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  563.  
  564. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  565.  
  566. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  567.  
  568. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged:
  569.  
  570. Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  571.  
  572. </div>
  573.  
  574. {/block:Video}
  575.  
  576.  
  577. <!-- AUDIO -->
  578.  
  579. {block:Audio}
  580.  
  581. <div class="caixa">
  582.  
  583. {AudioPlayerBlack}
  584.  
  585. {block:Caption}{Caption}{/block:Caption}
  586.  
  587. <div class="tag2"></div>
  588.  
  589. <a href="{Permalink}"><b>Audio</b></a> postado em
  590. {block:Date} {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}{/block:Date} | <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  591.  
  592. {block:ContentSource} | <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  593.  
  594. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} | <a
  595.  
  596. href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes</a> | <a href="{ReblogURL}" target="_blank">Reblog!</a> <br>Tagged:
  597.  
  598. Tagged: {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  599.  
  600.  
  601. </div>
  602.  
  603. {/block:Audio}
  604.  
  605.  
  606. <!-- ASK -->
  607.  
  608. {block:Answer}
  609.  
  610. <div class="caixa">
  611.  
  612. <img src="{AskerPortraitURL-40}" align="left" class="borda" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
  613.  
  614. {Answer}
  615.  
  616. <div class="tag2"></div>
  617.  
  618. <a href="{Permalink}"><b>Ask</b></a> respondida em {block:Date}{TimeAgo}{/block:Date}
  619. </div>
  620.  
  621. {/block:Answer}
  622.  
  623.  
  624. {/block:Posts}
  625.  
  626.  
  627.  
  628. <center>
  629.  
  630. <div class="creditos"><center>Theme by <a href="http://secret-dialogues.tumblr.com/">Pamella Bellegarde</a> - powered by Tumblr. </center></div>
  631.  
  632. <!-- FIM DAS TAGS DOS POSTS -->
  633.  
  634.  
  635. </div>
  636.  
  637. </div>
  638.  
  639.  
  640.  
  641. <div id="02" class="popup_block">
  642.  
  643. <div class="titulo">Pergunte, elogie, critique... converse comigo!</div>
  644. <iframe src="http://www.tumblr.com/ask_form/SEUTUMBLR.tumblr.com" style="background-color: transparent; overflow: hidden;" id="ask_form"
  645.  
  646. frameborder="0" height="149" scrolling="no" width="100%"></iframe>
  647. </div>
  648.  
  649.  
  650.  
  651.  
  652. <div id="03" class="popup_block">
  653.  
  654. <div class="titulo">Sobre Mim</div>
  655. <img src="{PortraitURL-64}" align="right" class="bordaht" />Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva
  656.  
  657. sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :)
  658.  
  659. Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce
  660.  
  661. aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva sobre voce aqui :) Escreva
  662.  
  663. sobre voce aqui :) <br><br>
  664.  
  665. <div class="titulo">Recomendo</div><br>
  666. Os melhores tumblrs, recomendo:
  667. <br><a href="http://secret-dialogues.tumblr.com/">Mind Power</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a>
  668.  
  669. + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> +<a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO
  670.  
  671. TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a
  672.  
  673. href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO TUMBLR DA PESSOA</a> + <a href="http://TUMBLRDAPESSOA.tumblr.com/">TITULO DO
  674.  
  675. TUMBLR DA PESSOA</a>
  676. </div>
  677.  
  678.  
  679. <div id="04" class="popup_block">
  680.  
  681. <div class="titulo">Sobre Meu tumblr...</div>
  682. Fale sobre seu tumblr, criação, do que fala etc.
  683. <br>
  684.  
  685. <div class="titulo">Créditos</div>
  686.  
  687. <img height="7" width="11" src="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif" />&nbsp;<strong>Theme por</strong>: <a
  688.  
  689. href="http://secret-dialogues.tumblr.com/">Pamella Bellegarde</a></p>
  690. <p><img height="7" width="11" src="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif" />&nbsp;<strong>Ajuda com tutoriais</strong>: <a
  691.  
  692. href="http://havingthemes.tumblr.com/">Having Themes</a></p>
  693. <p><img height="7" width="11" src="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif" />&nbsp;<strong>Menu Pop Up</strong>: <a
  694.  
  695. href="http://www.dicastumblr.com/">Dicas Tumblr</a></p>
  696.  
  697. <p><img height="7" width="11" src="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif" />&nbsp;<strong>Balão ask</strong>: <a
  698.  
  699. href="http://biibis.tumblr.com/">Biibs</a></p>
  700.  
  701.  
  702. <p><img height="7" width="11" src="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif" />&nbsp;<strong>Pagina&ccedil;&atilde;o</strong>: <a
  703.  
  704. href="http://madlyluv.com/">Madly Luv</a></p>
  705. <p>&nbsp;</p>
  706. <p><img src="http://static.tumblr.com/y9ykbvf/mDTlrxtib/___________53_.gif" /> &Eacute; proibida qualquer c&oacute;pia parcial ou total dessa theme!
  707.  
  708. <strong>Pl&aacute;gio &eacute; crime</strong>! A Lei que rege o direito autoral no Brasil &eacute; a Lei 9610/98. Voc&ecirc; pode ser processado!</p>
  709. <p><strong>&nbsp;</strong><strong><center>Copyright </strong>&copy;<strong> 2011</strong></p>
  710. </div>
  711.  
  712.  
  713.  
  714. </body>
  715.  
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment