htmlparavoces

Theme duble loved

Feb 3rd, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.70 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{title}</title>
  5.  
  6.  
  7.                 <!----------------------------------------*
  8.                * THEME DESENVOLVIDO POR FERNANDA MEOTTI  *
  9.                * (http://fe-meotti.tumblr.com/)          *
  10.                * USE, SE INSPIRE, APRENDA, COPIE...      *
  11.                * PORÉM NÃO ESQUEÇA DE COLOCAR OS DEVIDOS *
  12.                * CRÉDITOS! OBRIGADA!!!!                  *    
  13.                *----------------------------------------->
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  17.  
  18. <!-- ANIMATED COLLAPSE -->
  19.  
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/2wl9p6g/G70lj5t0q/animatedcollapse.js"></script>
  23.  
  24. <script type="text/javascript">
  25.  
  26. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  27. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  28. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  29. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  30. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  31. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  32.  
  33. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  34.  
  35.     //$: Access to jQuery
  36.     //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  37.     //state: "block" or "none", depending on state
  38.  
  39. }
  40.  
  41. animatedcollapse.init()
  42.  
  43. </script>
  44.  
  45. <script type="text/javascript">
  46.  
  47. animatedcollapse.addDiv('jason', 'optional_attribute_string')
  48. //additional addDiv() call...
  49. //additional addDiv() call...
  50. animatedcollapse.init()
  51.  
  52. </script>
  53.  
  54. <META name="text:NomedoTumblr" content="Nome do seu Tumblr"/>
  55. <META name="image:Icon" content="http://26.media.tumblr.com/avatar_fd4c899c6d8d_128.png">
  56. <META name="if:MostrarFollowing" />
  57.  
  58. <style type="text/css">
  59.  
  60. #navbar-iframe { display: none; }
  61.  
  62. body { background-color: #efefdb;}
  63.  
  64. a { font:9px verdana; color: #aaa; text-decoration: none; -webkit-transition-duration: .50s; }
  65. a:hover { color: #AFC9C7; }
  66.  
  67. img { filter: alpha(opacity=80); opacity: .8; -webkit-transition-duration: .50s; }
  68. img:hover { filter: alpha(100); opacity: 1.0; }
  69.  
  70. b, strong { color: #E6A388;}
  71. i, em { color: #999; }
  72. u, underline { color: #95BBBD; border-bottom: 1px solid #D5EAEB; }
  73. s, strike { color: #fff; }
  74.  
  75. td { font: 8pt arial; color: #777; }
  76.  
  77. .top {
  78. left:0px; top:0px;
  79. position:absolute;
  80. width:100%;
  81. height: 80px;
  82. background: url('http://2.bp.blogspot.com/-pstPqsOm4F4/TmQhTXeEWXI/AAAAAAAAHpQ/L4enTEdUre8/s200/24.png');
  83. position: fixed !important;
  84. z-index: 99;
  85. }
  86.  
  87. .tumblrname {
  88. font-family:'Dancing Script';
  89. font-size:37px;
  90. color: #FFF;
  91. text-align: right;
  92. margin-top:10px;
  93. font-weight:normal;
  94. }
  95.  
  96. .colun { width: 250px; margin-left: 1px; margin-top: 70px; position: fixed; }
  97.  
  98. .boxdescri { text-align: justify; font:9px verdana; line-height:17px;}
  99.  
  100. .boxmenu {
  101. padding: 10x;
  102. display: inline-block;  
  103. text-align: left;
  104. color: #000;
  105. text-shadow: 0 1px 1px #FFF;
  106. float: center;
  107. font-family:'Dancing Script';
  108. font-size:30px;
  109. background: url('');
  110. width: 100%;
  111. height: 28px;
  112. }
  113.  
  114. .navmenu { background: url('http://colourlovers.com.s3.amazonaws.com/images/patterns/2166/2166254.png');
  115.  text-align:center; float:center; padding: 5px; padding-top: 7px; width: 100%px; }
  116.  
  117. .menutag ul {width: 227px; float: center; margin-left: -36px;}
  118.  
  119. .menutag li{
  120. width:100px;
  121. float:center;
  122. height:auto;
  123. margin-left:3px;
  124. margin-right:3px;
  125. margin-bottom:8px;
  126. padding-top:5px;
  127. padding-bottom:5px;
  128. background-color:#fff;
  129. display:inline-block;
  130. color:#777;
  131. font-family:Verdana;
  132. font-size:10px;
  133. letter-spacing:1px;
  134. text-align:center;
  135. cursor: hand;
  136. border-radius: 4px;
  137. -webkit-border-radius: 4px;
  138. -moz-border-radius: 4px;
  139. }
  140.  
  141. .menutag li a{ color: #777; }
  142.  
  143. .clear{ clear: both; float: none !important; }
  144.  
  145. un {font-size: 11px; background: #CAE2E0; list-style-type: none; float: left; margin-right: 3px; margin-bottom: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; text-decoration: none; display: inline; padding: 2px 3px; float: left; text-transform: lowercase;}
  146.  
  147. .post { width: 550px; margin-left: 270px; margin-top: 70px; }
  148.  
  149. .box {overflow:hidden; text-align: justify; color: #666; font: 11px verdana; line-height: 17px; background-color: #fff; padding:6px; -webkit-box-shadow:0 0 1em #dbdbc6; margin-bottom:18px; }
  150.  
  151. .title { color: #8B7E5C; font-family:'Dancing Script';  font-size:29px; line-height:25px; font-weight:normal; text-transform: lowercase; text-align: justify; }
  152.  
  153. blockquote {border-left: 5px solid #dbdbc6; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; }
  154.  
  155. .bubble {align:right;background: #E4E4D6; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  156. .bubble p {margin:1px 0px;}
  157. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #E4E4D6;}
  158.  
  159. .barra1 {border-bottom: 2px dashed #E4E4E4; margin-bottom: 4px; padding:2px}
  160. .barra2 {border-bottom: 1px solid #eee; margin-bottom: 2px; padding:2px;}
  161. .barra3 {border-bottom: 1px dashed #D4D4D4; margin-bottom: 2px; padding:2px;}
  162.  
  163. .date {font-family: verdana; font-size:7pt; text-align:right; color:#888}
  164.  
  165. a.tag{font-family: verdana; font-size: 7pt; color:#BFCF62; letter-sapacing:1px; padding:2px;}
  166.  
  167. #paginacao { line-height: 21px; text-shadow: 0 1px 1px #FFF; padding: 12px; }
  168. #paginacao a { margin: 0 1px 0 0; padding: 2px 4px; color: #8B7E5C; font-size: 45px; text-decoration: none; font-weight:normal;}
  169. #paginacao a:hover { border: none; color:#BFCF62;}
  170.  
  171. h3 { color: #8B7E5C; font-family:'Dancing Script';  font-size:29px; font-weight:normal; text-transform: lowercase; text-align: left; margin:1px; }
  172.  
  173. /*** Nuvem Tags Madlyluv.com ***/
  174. .tagcloud a     {line-height: 18px; list-style:none;}
  175. .tagcloud ul        {width: 100%; margin-left: -40px; line-height: 18px; list-style:none;}
  176. .tagcloud ul a      {line-height: 18px; list-style:none;}
  177. .tagcloud ul li     {width: 100%; list-style-type:none; line-height: 18px; list-style:none;}
  178. .tagcloud ul li a   {line-height: 18px; list-style:none;}
  179.  
  180.  
  181. </style>
  182.  
  183. <script>function changeNavigation(id)
  184. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
  185. </head>
  186.  
  187. <body>
  188.  
  189. <div class="top">
  190.  
  191. <table width="840" border="0" align="center">
  192.   <tr>     <th scope="col"><div class="tumblrname"> {text:NomedoTumblr} </div></th>   </tr>
  193. </table>
  194.  
  195. </div>
  196.  
  197. <table cellpadding="10" cellspacing="10" align="center">
  198. <tr>
  199. <td valign="top">
  200.  
  201. <div class="colun">
  202.  
  203. <div class="boxdescri">
  204.  
  205. <img src="http://26.media.tumblr.com/avatar_fd4c899c6d8d_128.png"  height="60px" align="left"  style="border-radius: 0px 30px 30px 30px; -webkit-border-radius: 0px 30px 30px 30px; -moz-border-radius: 0px 30px 30px 30px; ">
  206.  
  207. A vida pode se tornar agradável se você parar de cobrar tanto dos outros, exigir demais dos momentos, criar grandes expectativas em cima de coisas. Busque equilíbrio, mas não tenha medo de errar em certos momentos. Talvez o certo na vida seja cometer erros de vez enquanto. Errado é procurar uma perfeição inexistente nisso tudo.
  208.  
  209. </div>
  210. <br>
  211.  
  212. <div id="dog" style="display:none"> <div class="navmenu">
  213.  
  214. <div id="sidebar" href="#top"> <div class="menutag">
  215.  
  216. <ul>
  217. <li><a href="/" >Home</a></li>
  218. <li href="#top" onClick="changeNavigation('profile');" >About Me</li>
  219. <li href="#top" onClick="changeNavigation('here');" >About Here</li>
  220. <li href="#top" onClick="changeNavigation('ask');" >Ask Me</li>
  221. <li href="#top" onClick="changeNavigation('tags');" >Minhas Tags</li>
  222. <li><a href="/" >Meus Textos</a></li> <br>
  223. </ul>
  224.  
  225. <div class="clear"></div>
  226.  
  227. </div> </div>
  228.  
  229. </div> </div>
  230.  
  231. <a href="javascript:animatedcollapse.toggle('dog')"><div class="boxmenu"> <div style="margin-top: -9px; margin-left: 5px; "> Navegue </div></div></a> <br><br>
  232.  
  233. <br>
  234.  
  235. </div>
  236. </td>
  237.  
  238. <td id="main" valign="top">
  239. <div class="post">
  240.  
  241. <Blogger>
  242.  
  243. {block:Posts}
  244. <div class="box">
  245.  
  246.     {block:Text}
  247.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  248.         <div align="justify">{Body}</div>
  249.         {/block:Text}
  250.  
  251.     {block:Link}
  252.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  253.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  254.  
  255.     {/block:Link}
  256.  
  257.    
  258.  
  259.  
  260.     {block:Photo}
  261.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
  262.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  263.  
  264.     {/block:Photo}
  265.  
  266.  
  267.  
  268.     {block:Answer}
  269.  
  270.                <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /> <div class="bubble"><span></span> {asker}: {Question} </div><br> {Answer}
  271.  
  272.     {/block:Answer}
  273.    
  274.  
  275.     {block:quote}
  276.         <div class="title">"{quote}"</div><br>
  277.         <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  278.     {/block:quote}
  279.  
  280.    
  281.  
  282.     {block:Chat}
  283.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  284.         <table>
  285.             {block:Lines}
  286.             <tr>
  287.                 {block:Label}<td class="name">{Label}</td>{block:Label}
  288.                 <td class="words">{Line}</td>
  289.             </tr>
  290.             {/block:Lines}
  291.         </table>
  292.     {/block:Chat}
  293.    
  294.  
  295.  
  296.     {block:Audio}
  297.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  298.         {AudioPlayerGrey}
  299.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  300.     {/block:Audio}
  301.  
  302.  
  303.    
  304.     {block:Video}
  305.         <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  306.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  307.     {/block:Video}
  308.  
  309.  
  310. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  311. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  312. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}</span> <br>
  313.  
  314.  
  315. <div class="barra1"></div> <div class="date" >
  316.  
  317. {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b>  às {24Hour}:{Minutes} {/block:Date}
  318.  
  319. |{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  320.  
  321. {block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">(Reblog this!)</a>{/block:IndexPage} <br>
  322.  
  323. {block:HasTags} <div class="barra2"></div> Tags: {block:Tags}# <a class="tag" href="{TagURL}">{Tag} </a>{/block:Tags}  {/block:HasTags}
  324.  
  325. </div>
  326.  
  327. </div>
  328.         {/block:Posts}
  329.  
  330.  
  331. <div align="left"> <div id="paginacao">
  332.  
  333. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  334.  
  335. <div style="float:right;">
  336. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  337. </div>
  338.  
  339. </div> </div>
  340.  
  341. </Blogger>
  342.  
  343. </div>
  344. </td>
  345.  
  346. <td id="rec" valign="top" style="display: none;">
  347. <div class="post">
  348.  
  349. <Blogger>
  350.  
  351. {block:Posts}
  352. <div class="box">
  353.  
  354.     {block:Text}
  355.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  356.         <div align="justify">{Body}</div>
  357.         {/block:Text}
  358.  
  359.     {block:Link}
  360.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  361.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  362.  
  363.     {/block:Link}
  364.  
  365.    
  366.  
  367.  
  368.     {block:Photo}
  369.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
  370.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  371.  
  372.     {/block:Photo}
  373.  
  374.  
  375.  
  376.     {block:Answer}
  377.  
  378.  <div align="right"><div class="asker"><img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="right" style="margin:3px" />{asker}: <br><br>{Question}<br><br></div></div><br>
  379. <div align="left"><img src="{PortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /><a href="/">{title}</a>: {Answer}</div><BR>
  380.  
  381. {/block:Answer}
  382.    
  383.  
  384.     {block:quote}
  385.         <div class="title">"{quote}"</div><br>
  386.         <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  387.     {/block:quote}
  388.  
  389.    
  390.  
  391.     {block:Chat}
  392.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  393.         <table>
  394.             {block:Lines}
  395.             <tr>
  396.                 {block:Label}<td class="name">{Label}</td>{block:Label}
  397.                 <td class="words">{Line}</td>
  398.             </tr>
  399.             {/block:Lines}
  400.         </table>
  401.     {/block:Chat}
  402.    
  403.  
  404.  
  405.     {block:Audio}
  406.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  407.         {AudioPlayerGrey}
  408.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  409.     {/block:Audio}
  410.  
  411.  
  412.    
  413.     {block:Video}
  414.         <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  415.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  416.     {/block:Video}
  417.  
  418.  
  419. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  420. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  421. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}</span> <br>
  422.  
  423.  
  424. <div class="barra1"></div> <div class="datee" >
  425.  
  426. {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b>  às {24Hour}:{Minutes} {/block:Date}
  427.  
  428. |{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  429.  
  430. {block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">(Reblog this!)</a>{/block:IndexPage} <br>
  431.  
  432. {block:HasTags} <div class="barra2"></div> Tags: {block:Tags}# <a class="tag" href="{TagURL}">{Tag} </a>{/block:Tags}  {/block:HasTags}
  433.  
  434. </div>
  435.  
  436. </div>
  437.         {/block:Posts}
  438.  
  439.  
  440. <div align="left"> <div id="paginacao">
  441.  
  442. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  443.  
  444. <div style="float:right;">
  445. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  446. </div>
  447.  
  448. </div> </div>
  449.  
  450. </Blogger>
  451.  
  452. </div>
  453. </td>
  454.  
  455.  
  456. <td id="profile" valign="top" style="display: none;">
  457. <div class="post">
  458.  
  459. <div class="box"> <h3>About me </h3> <div class="barra2"></div> <br>
  460. AbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthereAbouthere
  461. </div>
  462.  
  463. <div class="box"> <h3>Lista </h3> <div class="barra2"></div> <br>
  464.  
  465. eu quero + <s>consegui</s> + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + eu quero + <s>consegui</s> + <s>consegui</s> +
  466.  
  467. </div>
  468.  
  469.  
  470. </div>
  471. </td>
  472.  
  473. <td id="here" valign="top" style="display: none;">
  474. <div class="post">
  475.  
  476. <div class="box"> <h3>About here </h3> <div class="barra2"></div> <br>
  477.  
  478. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  479.  
  480. </div>
  481.  
  482. <div class="box"> <h3>Recomendo </h3> <div class="barra2"></div> <br>
  483.  
  484. <a href="http://fe-meotti.tumblr.com/" class="nav" target="_blank">Just one Moment</a> ~
  485. <a href="http://" class="nav" target="_blank">Link 1</a> ~
  486. <a href="http://" class="nav" target="_blank">Link 2</a> ~
  487. <a href="http://" class="nav" target="_blank">Link 3</a> ~
  488. <a href="http://" class="nav" target="_blank">Link 4</a> ~
  489. <a href="http://" class="nav" target="_blank">Link 5</a> ~
  490. <a href="http://" class="nav" target="_blank">Link 6</a> ~
  491. <a href="http://" class="nav" target="_blank">Link 7</a> ~
  492. <a href="http://" class="nav" target="_blank">Link 8</a>
  493.  
  494. </div>
  495.  
  496. <div class="box"> <h3>Créditos </h3> <div class="barra2"></div> <br>
  497. Theme Modificado por: <a href="http://htmlpravoces.tumblr.com/" class="nav" target="_blank">Html pra vocês</a> <div class="barra3"></div>
  498. Theme criado por: <a href="http://fe-meotti.tumblr.com/" class="nav" target="_blank">Just one Moment</a> <div class="barra3"></div>
  499. Icon: <a href="http://thefadingnight.blogspot.com/">The Fading Night</a><div class="barra3"></div>
  500. Nuvem de Tags: <a href="http://anaflaviacador.com/">Ana Flavia</a><div class="barra3"></div>
  501. Fonte Personalizada: <a target="blank" href="http://www.google.com/webfonts#HomePlace:home">Google Web Fonts</a>
  502.  
  503. </div>
  504.  
  505. {block:IfMostrarFollowing}
  506.  
  507. <div class="box"> <h3>Fazem minha dash alegre </h3> <div class="barra2"></div> <br>
  508. <div align="center">
  509.  
  510.   {block:Following}
  511.     {block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" border="0"  title="{FollowedTitle}" style="border: 5px solid #dbdbc6; margin:4px; "/></a>{/block:Followed}
  512.     {/block:Following}
  513.  
  514. </div></div>
  515.  
  516. {/block:IfMostrarFollowing}
  517.  
  518. </div>
  519. </td>
  520.  
  521. <td id="ask" valign="top" style="display: none;">
  522. <div class="post">
  523.  
  524. <div class="box"> <h3>Ask me </h3> <div class="barra2"></div> <br>
  525.  
  526. <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/LINK-DO-SEU-TUMBLR-AQUI.tumblr.com/" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><br><br>
  527. <b>(NÃO ESQUEÇA DE TROCAR O LINK DA ASKBOX PARA O LINK DO SEU TUMBLR)</b><br><br>
  528.  
  529. </div>
  530. </td>
  531.  
  532. <td id="tags" valign="top" style="display: none;">
  533. <div class="post">
  534.  
  535. <div class="box"> <h3>Minhas Tags </h3> <div class="barra2"></div> <br>
  536.  
  537. <p class="tagcloud">
  538. <script type="text/javascript" src="http://static.tumblr.com/yqumgdr/Jv5l1p1h5/tagcloud.js"></script>
  539. <script type="text/javascript" src="http://static.tumblr.com/yqumgdr/YQSl9dp6l/tagcloudwidget.js?css=default&amp;minsize=120&amp;maxsize=220"></script>
  540. </p>
  541.  
  542. </div>
  543.  
  544.  
  545. </div>
  546. </td>
  547.  
  548. </tr>
  549. </table>
  550.  
  551.  
  552.  
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment