htmlparavoces

Hello,hello,hello,hew low

Feb 17th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.75 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. <script type="text/javascript">
  17.  
  18. /***********************************************
  19. * Switch Menu script- by Martial B of http://getElementById.com/
  20. * Modified by Dynamic Drive for format & NS4/IE4 compatibility
  21. * Visit http://www.dynamicdrive.com/ for full source code
  22. ***********************************************/
  23.  
  24. var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
  25.  
  26. var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
  27.  
  28. if (document.getElementById){ //DynamicDrive.com change
  29. document.write('<style type="text/css">
  30. ')
  31. document.write('.submenu{display: none;}
  32. ')
  33. document.write('</style>
  34. ')
  35. }
  36.  
  37. function SwitchMenu(obj){
  38.     if(document.getElementById){
  39.     var el = document.getElementById(obj);
  40.     var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  41.         if(el.style.display != "block"){ //DynamicDrive.com change
  42.             for (var i=0; i<ar.length; i++){
  43.                 if (ar[i].className=="submenu") //DynamicDrive.com change
  44.                 ar[i].style.display = "none";
  45.             }
  46.             el.style.display = "block";
  47.         }else{
  48.             el.style.display = "none";
  49.         }
  50.     }
  51. }
  52.  
  53. function get_cookie(Name) {
  54. var search = Name + "="
  55. var returnvalue = "";
  56. if (document.cookie.length > 0) {
  57. offset = document.cookie.indexOf(search)
  58. if (offset != -1) {
  59. offset += search.length
  60. end = document.cookie.indexOf(";", offset);
  61. if (end == -1) end = document.cookie.length;
  62. returnvalue=unescape(document.cookie.substring(offset, end))
  63. }
  64. }
  65. return returnvalue;
  66. }
  67.  
  68. function onloadfunction(){
  69. if (persistmenu=="yes"){
  70. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  71. var cookievalue=get_cookie(cookiename)
  72. if (cookievalue!="")
  73. document.getElementById(cookievalue).style.display="block"
  74. }
  75. }
  76.  
  77. function savemenustate(){
  78. var inc=1, blockid=""
  79. while (document.getElementById("sub"+inc)){
  80. if (document.getElementById("sub"+inc).style.display=="block"){
  81. blockid="sub"+inc
  82. break
  83. }
  84. inc++
  85. }
  86. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  87. var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
  88. document.cookie=cookiename+"="+cookievalue
  89. }
  90.  
  91. if (window.addEventListener)
  92. window.addEventListener("load", onloadfunction, false)
  93. else if (window.attachEvent)
  94. window.attachEvent("onload", onloadfunction)
  95. else if (document.getElementById)
  96. window.onload=onloadfunction
  97.  
  98. if (persistmenu=="yes" && document.getElementById)
  99. window.onunload=savemenustate
  100.  
  101.  
  102. </script>
  103.  
  104. <META name="text:nomedotumblr" content="Nome do tumblr"/>
  105. <META name="text:frasedoperfil" content="coloque aqui a frase que desejar"/>
  106. <META name="image:fotoperfil" content="http://27.media.tumblr.com/tumblr_lz3j1yufaa1qg4of4o1_500.jpg">
  107.  
  108.  
  109. <style type="text/css">
  110.  
  111. #navbar-iframe { display: none; }
  112.  
  113. body {
  114. background-image:url();
  115. background-attachment: fixed;
  116. background-color: #fff2;  
  117. }
  118.  
  119. a:link,a:active,a:visited { color: #909090; text-decoration: none; -webkit-transition-duration: .90s;  }
  120. a:hover { color: #9F60B5;}
  121.  
  122.  
  123. img { filter: alpha(opacity=80); opacity: .8; -webkit-transition-duration: .50s; }
  124. img:hover { filter: alpha(100); opacity: 1.0; }
  125.  
  126. b, strong { color: #000;}
  127. i, em { color: #999; }
  128. u { color: #95BBBD; border-bottom: 1px solid #D5EAEB; }
  129.  
  130. td { letter-spacing: 0px;
  131. text-align: justify;
  132. color: #BEBEBE;  
  133. font: 11px verdana;
  134. line-height:17px; }
  135.  
  136.  
  137. /******** Menu ********/
  138.  
  139. #dhtmltooltip{
  140. position: absolute;
  141. padding: 3px;
  142. background-color: rgba(0,0,0,0.4);
  143. color: #FFFFFF;
  144. left: -100px;
  145. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  146. font-size: 11px;
  147. width: 50px;
  148. visibility: hidden;
  149. z-index: 100;
  150. cursor:help;
  151. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  152. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  153. }
  154.  
  155. #dhtmlpointer{
  156. position:absolute;
  157. left: -100px;
  158. z-index: 101;
  159. visibility: hidden;
  160. }
  161.  
  162. .nametitle { color:#000; font-family: Verdana; font-size: 25px; letter-spacing: 1px; text-align: right; }
  163.  
  164. .sidebar { width: 230px; margin-top: 5px; margin-left: -10px; position: fixed; }
  165.  
  166. .boxsidebar { overflow:hidden; letter-spacing: 0px; text-align: justify; color: #BEBEBE;  font: 11px verdana; background-color: #fff; line-height:17px; padding:5px; margin: 0px 0px 0px 0px; margin-bottom:18px; -moz-box-shadow:2px 2px 2px #e9e9e9; -webkit-box-shadow: 2px 2px 1px #e9e9e9; -khtml-box-shadow: 2px 2px 1px #e9e9e9;}
  167.  
  168. #buttonmenu {
  169. width:100%;
  170. float:center;
  171. height:auto;
  172. margin-bottom:7px;
  173. padding-top:3px;
  174. padding-bottom:3px;
  175. background-color:#ccc;
  176. display:inline-block;
  177. color:#fff;
  178. font-family:Verdana;
  179. font-size:10px;
  180. letter-spacing:1px;
  181. text-align:center;
  182. cursor: hand;
  183. -webkit-transition-duration: .50s;
  184. }
  185.  
  186. #buttonmenu:hover { letter-spacing:4px;  }
  187.  
  188.  
  189. .post { width: 500px; margin-left: -190px; margin-top: 5px; }
  190.  
  191. .box { background: #fff; text-align: justify; margin-bottom:15px; -moz-box-shadow:2px 2px 2px #e9e9e9; -webkit-box-shadow: 2px 2px 1px #e9e9e9; -khtml-box-shadow: 2px 2px 1px #e9e9e9; padding:3px; }
  192.  
  193. .subtitle { background-color: #eee; font-family: Verdana; color:#666; font-size: 15px; line-height: 23px; text-align: left; padding:3px; letter-spacing:2px;  margin:0px 0px 4px 0px; margin-bottom:9px;}
  194.  
  195. .title { font-family: Verdana; color:#666; font-size: 19px; line-height: 23px; text-align: justify; }
  196.  
  197. blockquote { margin: 10px; text-align: justify; line-height:19px; border-left: 3px solid #eee; padding-left:6px; padding-right:2px; }
  198.  
  199. .markqt {font-size: 90px; font-family: Georgia; color:#CCC; line-height: 90px; margin-left: 5px; }
  200. .qt {font-family: Verdana; color:#666; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  201. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  202. .qsr a, a:hover{text-transform: none;}
  203.  
  204.  
  205. .bubble {align:right;background: #EEE; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  206. .bubble p {margin:1px 0px;}
  207. .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 #EEE;}
  208.  
  209. .lehover{
  210. float: right;
  211. width:100px; height:22px;
  212. text-align: right;
  213. font: 9px verdana;
  214. line-height: 17px;
  215. padding: 5px;
  216. padding-right: 10px;
  217. padding-top: 8px;
  218. background-color: #000;
  219. color: #FFFFFF;
  220. webkit-transition-duration: 0.4s;
  221. margin: 0px; margin-top: 8px;
  222. position: absolute;
  223. opacity:0;
  224. filter: alpha(opacity = 0);
  225. -webkit-transition: 0.3s ease-in;
  226. z-index: 999;
  227. border-radius: 0 30px 30px 0;
  228. -webkit-border-radius: 0 30px 30px 0;  
  229. -moz-border-radius: 0 30px 30px 0;
  230. }
  231.  
  232. .lehover a{color:#fff; font: 9px verdana;line-height: 17px; text-align:center; }
  233.  
  234. .box:hover .lehover{
  235. width:277px; height:22px;
  236. margin: 0px; margin-top: 8px;
  237. opacity: 0.7;
  238. filter: alpha(opacity = 70);
  239. -webkit-transition: 0.6s ease-in-out;
  240. -moz-transition: 0.6s ease-in-out;
  241. -o-transition: 0.6s ease-in-out;
  242. z-index:1;
  243. }
  244.  
  245.  
  246. #paginacao {font-size: 20px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; padding: 12px; }
  247. #paginacao a { margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  248. #paginacao a:hover { border: none; color:#ccc;}
  249.  
  250. </style>
  251.  
  252. <script>function changeNavigation(id)
  253. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
  254. </head>
  255.  
  256. <body>
  257.  
  258. <script type="text/javascript">
  259.  
  260. /***********************************************
  261. * Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  262. * This notice MUST stay intact for legal use
  263. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  264. ***********************************************/
  265.  
  266. var offsetfromcursorX=12 //Customize x offset of tooltip
  267. var offsetfromcursorY=10 //Customize y offset of tooltip
  268.  
  269. var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
  270. var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).
  271.  
  272. document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
  273. document.write('<img id="dhtmlpointer">') //write out pointer image
  274.  
  275. var ie=document.all
  276. var ns6=document.getElementById && !document.all
  277. var enabletip=false
  278. if (ie||ns6)
  279. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  280.  
  281. var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""
  282.  
  283. function ietruebody(){
  284. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  285. }
  286.  
  287. function ddrivetip(thetext, thewidth, thecolor){
  288. if (ns6||ie){
  289. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  290. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  291. tipobj.innerHTML=thetext
  292. enabletip=true
  293. return false
  294. }
  295. }
  296.  
  297. function positiontip(e){
  298. if (enabletip){
  299. var nondefaultpos=false
  300. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  301. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  302. //Find out how close the mouse is to the corner of the window
  303. var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
  304. var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20
  305.  
  306. var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
  307. var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY
  308.  
  309. var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000
  310.  
  311.  
  312. //if the horizontal distance isn't enough to accomodate the width of the context menu
  313. if (rightedge<tipobj.offsetWidth){
  314. //move the horizontal position of the menu to the left by it's width
  315. tipobj.style.left=curX-tipobj.offsetWidth+"px"
  316. nondefaultpos=true
  317. }
  318. else if (curX<leftedge)
  319. tipobj.style.left="5px"
  320. else{
  321. //position the horizontal position of the menu where the mouse is positioned
  322. tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
  323. pointerobj.style.left=curX+offsetfromcursorX+"px"
  324. }
  325.  
  326. //same concept with the vertical position
  327. if (bottomedge<tipobj.offsetHeight){
  328. tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
  329. nondefaultpos=true
  330. }
  331. else{
  332. tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
  333. pointerobj.style.top=curY+offsetfromcursorY+"px"
  334. }
  335. tipobj.style.visibility="visible"
  336. if (!nondefaultpos)
  337. pointerobj.style.visibility="visible"
  338. else
  339. pointerobj.style.visibility="hidden"
  340. }
  341. }
  342.  
  343. function hideddrivetip(){
  344. if (ns6||ie){
  345. enabletip=false
  346. tipobj.style.visibility="hidden"
  347. pointerobj.style.visibility="hidden"
  348. tipobj.style.left="-1000px"
  349. tipobj.style.backgroundColor=''
  350. tipobj.style.width=''
  351. }
  352. }
  353.  
  354. document.onmousemove=positiontip
  355.  
  356. </script>
  357.  
  358. <table width="750px" border="0" align="center" style="border-bottom: 3px solid #CCC; ">
  359.   <tr style="margin-bottom:-5px; ">
  360.     <th scope="col">
  361.  
  362. <a href="/"><div style="margin-right:-70px; margin-bottom:-10px; " onMouseover="ddrivetip('<center>Home</center>', 42)";
  363.  onMouseout="hideddrivetip()"><div class="nav"><img src="http://aulasmusic.hdfree.com.br/images/desenhos-colorir-guitarra-electrica.gif" height="80px"/></div></div></a>
  364.  
  365.     </th>
  366.     <th scope="col">
  367.  
  368. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="changeNavigation('me').innerHTML=document.getElementById('me').innerHTML" ><div style="margin-right:-60px; margin-bottom:-8px;" onMouseover="ddrivetip('<center>About Me</center>', 55)";
  369.  onMouseout="hideddrivetip()"><div class="nav" style="cursor: hand;"><img src="http://gartic.uol.com.br/imgs/mural/ca/caoperdido/livre_1241569944.png" height="80px"/></div></div></span>
  370.  
  371.     </th>
  372.     <th scope="col">
  373.  
  374. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="changeNavigation('here').innerHTML=document.getElementById('here').innerHTML"><div style="margin-right:-90px; margin-bottom:-8px; " onMouseover="ddrivetip('<center>About Here</center>', 75)";
  375.  onMouseout="hideddrivetip()"><div class="nav" style="cursor: hand;"><img src="http://4.bp.blogspot.com/-EM7RHaBr0u8/TuDmP_ja-WI/AAAAAAAAAg0/dIgBonjX4u8/s1600/guitarra-para-colorir-colorir-pintar-desenho-figura-gravura-imagem-foto-cor-desenhar.jpg" height="80px"/></div></div></span>
  376.  
  377.     </th>
  378.     <th scope="col">
  379.  
  380. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="changeNavigation('ask').innerHTML=document.getElementById('ask').innerHTML"><div style="margin-bottom:-10px; " onMouseover="ddrivetip('<center>Ask</center>', 40)";
  381.  onMouseout="hideddrivetip()"><div class="nav" style="cursor: hand;"><img src="http://pt.dreamstime.com/linha-el-eacutetrica-ilustra-ccedil-atildeo-da-guitarra-baixa-da-arte-thumb13069247.jpg" height="80px"/></div></div></span>
  382.  
  383.    </th>
  384.    
  385.     <th width="315" scope="col"valign="bottom"  ><div class="nametitle"> {text:nomedotumblr}</div></th>
  386.   </tr>
  387. </table>
  388.  
  389. <table cellpadding="10" cellspacing="10" align="center">
  390. <tr>
  391.  
  392. <td id="main" valign="top" >
  393. <div class="post">
  394.  
  395. <Blogger>
  396.  
  397. {block:Posts}
  398.  
  399. <div class="box">
  400.  
  401. {block:IndexPage}<div class="lehover">
  402. {block:Date}<a href="{Permalink}"> {DayOfMonth}/{MonthNumber}/{Year}</a> | {/block:Date}
  403. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount}
  404. <a href="{ReblogURL}" target="_blank">Reblog</a> </div>
  405. {/block:IndexPage}
  406.  
  407.     {block:Text}
  408.  
  409.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  410.         <div align="justify">{Body}</div>
  411.                
  412.         {/block:Text}
  413.  
  414.     {block:Link}
  415.                
  416.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  417.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  418.                
  419.     {/block:Link}
  420.  
  421.  
  422.     {block:Photo}
  423.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center> {LinkCloseTag}
  424.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}      
  425.  
  426.     {/block:Photo}
  427.  
  428.     {block:Answer}
  429.                 <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /><div class="bubble"><span></span>{asker}: <br>{Question}</div>
  430. <div align="justify"> {Answer}</div>
  431.         {/block:Answer}
  432.    
  433.  
  434.     {block:Quote}
  435.         <b class="markqt"></b><div class="qt">{Quote}</div>
  436.         {block:Source}<div class="qsr"> — {Source}</div>
  437.         {/block:Source}
  438.     {/block:Quote}
  439.  
  440.    
  441.  
  442.     {block:Chat}
  443.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  444.         <table>
  445.             {block:Lines}
  446.             <tr>
  447.                 {block:Label}<td class="name">{Label}</td>{block:Label}
  448.                 <td class="words">{Line}</td>
  449.             </tr>
  450.             {/block:Lines}
  451.         </table>
  452.                
  453.     {/block:Chat}
  454.    
  455.  
  456.  
  457.     {block:Audio}
  458.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  459.         {AudioPlayerGrey}
  460.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  461.                
  462.     {/block:Audio}
  463.  
  464.  
  465.    
  466.     {block:Video}
  467.         <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  468.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  469.     {/block:Video}
  470.  
  471.  
  472. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  473. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  474. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}</span>
  475.  
  476.  
  477. </div>
  478. {/block:Posts}
  479. </Blogger>
  480.  
  481. </td>
  482.  
  483.  
  484. <td id="rec" valign="top" style="display: none;">
  485. <div class="box">
  486.  
  487. <Blogger>
  488.  
  489. {block:Posts}
  490.  
  491. <div class="box">
  492.  
  493. {block:IndexPage}<div class="lehover">
  494. {block:Date}<a href="{Permalink}"> {DayOfMonth}/{MonthNumber}/{Year}</a> | {/block:Date}
  495. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount}
  496. <a href="{ReblogURL}" target="_blank">Reblog</a> </div>
  497. {/block:IndexPage}
  498.  
  499.     {block:Text}
  500.  
  501.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  502.         <div align="justify">{Body}</div>
  503.                
  504.         {/block:Text}
  505.  
  506.     {block:Link}
  507.                
  508.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  509.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  510.                
  511.     {/block:Link}
  512.  
  513.  
  514.     {block:Photo}
  515.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center> {LinkCloseTag}
  516.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}      
  517.  
  518.     {/block:Photo}
  519.  
  520.     {block:Answer}
  521.                 <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /><div class="bubble"><span></span>{asker}: <br>{Question}</div>
  522. <div align="justify"> {Answer}</div>
  523.         {/block:Answer}
  524.    
  525.  
  526.     {block:Quote}
  527.         <b class="markqt"></b><div class="qt">{Quote}</div>
  528.         {block:Source}<div class="qsr"> — {Source}</div>
  529.         {/block:Source}
  530.     {/block:Quote}
  531.  
  532.    
  533.  
  534.     {block:Chat}
  535.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  536.         <table>
  537.             {block:Lines}
  538.             <tr>
  539.                 {block:Label}<td class="name">{Label}</td>{block:Label}
  540.                 <td class="words">{Line}</td>
  541.             </tr>
  542.             {/block:Lines}
  543.         </table>
  544.                
  545.     {/block:Chat}
  546.    
  547.  
  548.  
  549.     {block:Audio}
  550.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  551.         {AudioPlayerGrey}
  552.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  553.                
  554.     {/block:Audio}
  555.  
  556.  
  557.    
  558.     {block:Video}
  559.         <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  560.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  561.     {/block:Video}
  562.  
  563.  
  564. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  565. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  566. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}</span>
  567.  
  568.  
  569. </div>
  570. {/block:Posts}
  571. </Blogger>
  572.  
  573. </td>
  574.  
  575.  
  576. <td id="me" valign="top" style="display: none;">
  577. <div class="post">
  578.  
  579. <div class="box">
  580. <div class="subtitle">About me </div>
  581.  
  582. Hi, esse sou eu blablabla bla bla blabla. gosto de blablabla bla bla bla blabla blabla bla, odeio blabla, bla, blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla.
  583.  
  584. <br><br>
  585.  
  586. </div>
  587.  
  588. </div>
  589. </td>
  590.  
  591. <td id="here" valign="top" style="display: none;">
  592. <div class="post">
  593.  
  594. <div class="box">
  595. <div class="subtitle"> Tumblr </div>
  596.  
  597. Bla bla bla bla bla blabla. Blabla bla bla bla bla blabla blabla bla, odeio blabla, bla, blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla blabla bla bla. Blabla bla, blablabla bla bla. Bla blablabla bla bla blablabla blabla bla blabla bla bla. Blabla bla, blablabla bla bla.
  598.  
  599. </div>
  600.  
  601. <div class="box">
  602. <div class="subtitle"> Recomendo </div>
  603.  
  604. <a href="http://fe-meotti.tumblr.com/"  target="_blank">Just one Moment</a> +
  605. <a href="http://" target="_blank">Link 1</a> + <a href="http://" target="_blank">Link 2</a> + <a href="http://" target="_blank">Link 3</a> + <a href="http://" target="_blank">Link 4</a> + <a href="http://" target="_blank">Link 5</a> + <a href="http://" target="_blank">Link 6</a> + <a href="http://" target="_blank">Link 7</a> +
  606.  
  607. </div>
  608.  
  609.  
  610. </div>
  611. </td>
  612.  
  613.  
  614. <td id="ask" valign="top" style="display: none;">
  615. <div class="post">
  616.  
  617. <div class="box">
  618.  
  619. <div class="subtitle">Ask Me </div>
  620.  
  621. <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>
  622. <b>(NÃO ESQUEÇA DE TROCAR O LINK DA ASKBOX PARA O LINK DO SEU TUMBLR)</b><br><br>
  623.  
  624. <br><br>
  625.  
  626. </div>
  627. </div>
  628. </td>
  629.  
  630.  
  631. <td valign="top" width="25">
  632. <div class="sidebar">
  633.  
  634. <div class="boxsidebar">
  635.  
  636. <div style="position:absolute; float:right;  text-align: center; font-size:9px; background-color: rgba(0,0,0,0.4); color: #FFFFFF; font-family:verdana; padding: 5px; 5px; 3px; 3px; margin-top: 120px; margin-left:0px; width:210px; ">{text:frasedoperfil}</div>
  637.  
  638. <img src="http://27.media.tumblr.com/tumblr_lz3j1yufaa1qg4of4o1_500.jpg"  width="100%" style="filter: alpha(100); opacity: 1.0;">
  639.  
  640. E já não era mais necessário fechar os olhos pra poder sonhar, era apenas eu lembrar de você que toda aquela imaginação começa a tomar conta de mim e tem sido assim dia após dia desde quando eu te conheci.
  641.  
  642. </div>
  643.  
  644. <a  target="_top" href="/" div id="buttonmenu" style="cursor: pointer;" >texts</a>
  645. <a  target="_top" href="/submit" div id="buttonmenu" style="cursor: pointer;" >submit</a>
  646. <a  target="_blank" href="http://fe-meotti.tumblr.com/" div id="buttonmenu" style="cursor: pointer;" >Base</a>
  647. <a  target="_blank" href="http://apenassimplesversos.tumblr.com/" div id="buttonmenu" style="cursor: pointer;" >Theme</a>
  648. <center>
  649. <div id="paginacao">
  650.  
  651. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  652.  
  653. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  654.  
  655. </div>
  656. </center>
  657.  
  658. </div>
  659. </td>
  660.  
  661.  
  662. </tr>
  663. </table>
  664.  
  665.  
  666. </body>
  667. </html>
Advertisement
Add Comment
Please, Sign In to add comment