Eduarda

Código 24

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