Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{title}</title>
- <!----------------------------------------*
- * THEME DESENVOLVIDO POR FERNANDA MEOTTI *
- * (http://fe-meotti.tumblr.com/) *
- * USE, SE INSPIRE, APRENDA, COPIE... *
- * PORÉM NÃO ESQUEÇA DE COLOCAR OS DEVIDOS *
- * CRÉDITOS! OBRIGADA!!!! *
- *----------------------------------------->
- <script type="text/javascript">
- /***********************************************
- * Switch Menu script- by Martial B of http://getElementById.com/
- * Modified by Dynamic Drive for format & NS4/IE4 compatibility
- * Visit http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
- var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
- if (document.getElementById){ //DynamicDrive.com change
- document.write('<style type="text/css">
- ')
- document.write('.submenu{display: none;}
- ')
- document.write('</style>
- ')
- }
- function SwitchMenu(obj){
- if(document.getElementById){
- var el = document.getElementById(obj);
- var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
- if(el.style.display != "block"){ //DynamicDrive.com change
- for (var i=0; i<ar.length; i++){
- if (ar[i].className=="submenu") //DynamicDrive.com change
- ar[i].style.display = "none";
- }
- el.style.display = "block";
- }else{
- el.style.display = "none";
- }
- }
- }
- function get_cookie(Name) {
- var search = Name + "="
- var returnvalue = "";
- if (document.cookie.length > 0) {
- offset = document.cookie.indexOf(search)
- if (offset != -1) {
- offset += search.length
- end = document.cookie.indexOf(";", offset);
- if (end == -1) end = document.cookie.length;
- returnvalue=unescape(document.cookie.substring(offset, end))
- }
- }
- return returnvalue;
- }
- function onloadfunction(){
- if (persistmenu=="yes"){
- var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
- var cookievalue=get_cookie(cookiename)
- if (cookievalue!="")
- document.getElementById(cookievalue).style.display="block"
- }
- }
- function savemenustate(){
- var inc=1, blockid=""
- while (document.getElementById("sub"+inc)){
- if (document.getElementById("sub"+inc).style.display=="block"){
- blockid="sub"+inc
- break
- }
- inc++
- }
- var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
- var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
- document.cookie=cookiename+"="+cookievalue
- }
- if (window.addEventListener)
- window.addEventListener("load", onloadfunction, false)
- else if (window.attachEvent)
- window.attachEvent("onload", onloadfunction)
- else if (document.getElementById)
- window.onload=onloadfunction
- if (persistmenu=="yes" && document.getElementById)
- window.onunload=savemenustate
- </script>
- <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #navbar-iframe { display: none; }
- body { background-attachment: fixed; background-color: #FFF;}
- a { font:9px verdana; color: #aaa; text-decoration: none; -webkit-transition-duration: .50s; }
- a:hover { color: #c3507c; }
- b, strong { color: #b46885;}
- i, em { color: #999; }
- u, underline { color: #95BBBD; border-bottom: 1px solid #D5EAEB; }
- s, strike { color: #BB93AB; }
- td { font: 8pt arial; color: #777; }
- .top {
- left:0px; top:15px;
- position:absolute;
- width:100%;
- height: 46px;
- background-image:url(http://t0.gstatic.com/images?q=tbn:ANd9GcSFunu8wNcYa4JtIZeqHlxJ5D7FmpQQguNNUNx41mkU1ZqOgoPm8pieiw);
- position: fixed !important;
- z-index: 999;
- padding-top:6px;
- }
- .nametitle { color: #000000; font-family: 'Yanone Kaffeesatz', georgia; font-size:32px; line-height:25px; font-weight:normal; text-transform: lowercase; text-align: right; }
- .colun { width: 200px; margin-left: 0px; margin-top: 55px; position: fixed; }
- .boxdescri { overflow:hidden; text-align: justify; color: #CCC; font: 9px verdana; line-height: 17px; background-color: #4b4b4b; padding:6px; border-radius: 3x; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
- .icon { margin:7px; transform: rotate(6deg); -moz-transform: rotate(6deg); -webkit-transform: rotate(6deg); -o-transform: rotate(6deg); }
- /******** Menu ********/
- #dhtmltooltip{
- position: absolute;
- padding: 3px;
- background-color: rgba(254,0,96,0.4);
- color: #FFFFFF;
- left: -100px;
- font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
- font-size: 11px;
- width: 50px;
- visibility: hidden;
- z-index: 100;
- cursor:help;
- /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
- filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
- }
- #dhtmlpointer{
- position:absolute;
- left: -100px;
- z-index: 101;
- visibility: hidden;
- }
- .post { width: 550px; margin-left: 200px; margin-top: 55px; }
- .box {overflow:hidden; text-align: justify; color: #CCC; font: 11px verdana; line-height: 17px; background-color: #4b4b4b; padding:6px; margin-bottom:18px; border-radius: 3x; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
- .title { color: #CCC; font-family: 'Yanone Kaffeesatz', georgia; font-size:24px; line-height:25px; font-weight:normal; text-align: justify; }
- h1 { color: #CCC; font-family: 'Yanone Kaffeesatz', georgia; font-size:24px; line-height:25px; font-weight:normal; text-transform: lowercase; text-align: justify; }
- blockquote {border-left: 3px solid #292929; padding: 2px 2px 2px 8px; margin: 4px; line-height: 14px; }
- .bubble {align:right;background: #3f3f3f; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .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 #3f3f3f;}
- .chat {padding:4px; background-color:#505050; margin-top:2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
- .chat_box {list-style:none; padding:0px; margin-top:5px; margin-bottom:10px; text-align: left;}
- .barra1 {border-bottom: 2px dashed #E4E4E4; margin-bottom: 4px; padding:2px}
- .barra2 {border-bottom: 1px solid #292929; margin: 2px; }
- .barra3 {border-bottom: 1px solid #fff; margin: 2px; }
- .date {font-family: verdana; font-size:7pt; text-align:left; color:#888}
- a.tag{font-family: verdana; font-size: 7pt; color:#8d85b5; letter-sapacing:1px; padding:2px;}
- .lehover{
- float: right;
- width:70px; height:50px;
- text-align: center;
- padding: 5px;
- background : url('http://static.tumblr.com/pnzfkpk/WXGm2uzld/reblogue.png');
- background-repeat : no-repeat;
- margin: 450px; margin-top: 8px;
- position: absolute;
- opacity:0;
- filter: alpha(opacity = 0);
- -webkit-transition: 0.3s ease-in;
- z-index: 999;
- }
- .lehover a{color: #b46885; font-family: 'Yanone Kaffeesatz', georgia; font-size:20px; line-height:18px; font-weight:normal; text-align:center; }
- .box:hover .lehover{
- margin: 450px; margin-top: 8px;
- opacity:0.95;
- filter: alpha(opacity = 95);
- -webkit-transition: 0.6s ease-in-out;
- -moz-transition: 0.6s ease-in-out;
- -o-transition: 0.6s ease-in-out;
- z-index:1;
- }
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 12px; font-weight: bold; line-height: 21px; padding: 12px; }
- #paginacaoml a {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #ccc; text-decoration: none; }
- #paginacaoml a:hover {background: #4b4b4b; border: none; color:#ccc;}
- #paginacaoml span.pagina_atual {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #666; text-decoration: none; border: 1px solid #313131; }
- #paginacaoml span.info {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #ccc; text-decoration: none;}
- /* * * IMAGENS * * */
- .imageside {width: 100%; border: 1px solid #bebebe; }
- .imageside:hover {-moz-opacity: 0.44; -khtml-opacity: 0.44; opacity: 0.44; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha”(Opacity=44); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44); filter:alpha(opacity=44);
- -webkit-transition-duration: .40s;
- -webkit-transform: rotate(360deg) scale(1) skew(10deg) translate(100px);
- -moz-transform: rotate(360deg) scale(1) skew(10deg) translate(100px);
- -o-transform: rotate(180deg) scale(19) skew(10deg) translate(100px); }}}
- .boxmenu { width:100%; margin-left:20px; margin-right:20px; background-image: url('http://static.tumblr.com/pnzfkpk/mlNlns190/menu.png'); background-repeat: no-repeat; padding-left:80px;}
- #buttonmenu {
- width:185px;
- float:center;
- height:auto;
- margin-left:2px;
- margin-right:2px;
- margin-bottom:4px;
- padding-top:4px;
- padding-bottom:4px;
- background-color:#000000;
- border:1px solid #EBEBEB;
- display:inline-block;
- color: #C0C0C0;
- font: italic 11px georgia, verdana, Tahoma;
- letter-spacing:1px;
- text-align:center;
- cursor: crosshair;
- -webkit-transition-duration: .20s;
- text-shadow: 0 1px 1px #fff;
- }
- #buttonmenu:hover {
- background-image: url('http://janusaureus.files.wordpress.com/2012/05/fundo-azul-para-fotos-10.jpg');
- color: #8A8A8A;
- border:1px solid #D6E5E2;
- -webkit-transition-duration: .20s;
- }
- </style>
- <script>function changeNavigation(id)
- {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
- </head>
- <body>
- <script type="text/javascript">
- /***********************************************
- * Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- var offsetfromcursorX=12 //Customize x offset of tooltip
- var offsetfromcursorY=10 //Customize y offset of tooltip
- var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
- var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).
- document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
- document.write('<img id="dhtmlpointer">') //write out pointer image
- var ie=document.all
- var ns6=document.getElementById && !document.all
- var enabletip=false
- if (ie||ns6)
- var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
- var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""
- function ietruebody(){
- return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
- }
- function ddrivetip(thetext, thewidth, thecolor){
- if (ns6||ie){
- if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
- if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
- tipobj.innerHTML=thetext
- enabletip=true
- return false
- }
- }
- function positiontip(e){
- if (enabletip){
- var nondefaultpos=false
- var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
- var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
- //Find out how close the mouse is to the corner of the window
- var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
- var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20
- var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
- var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY
- var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000
- //if the horizontal distance isn't enough to accomodate the width of the context menu
- if (rightedge<tipobj.offsetWidth){
- //move the horizontal position of the menu to the left by it's width
- tipobj.style.left=curX-tipobj.offsetWidth+"px"
- nondefaultpos=true
- }
- else if (curX<leftedge)
- tipobj.style.left="5px"
- else{
- //position the horizontal position of the menu where the mouse is positioned
- tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
- pointerobj.style.left=curX+offsetfromcursorX+"px"
- }
- //same concept with the vertical position
- if (bottomedge<tipobj.offsetHeight){
- tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
- nondefaultpos=true
- }
- else{
- tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
- pointerobj.style.top=curY+offsetfromcursorY+"px"
- }
- tipobj.style.visibility="visible"
- if (!nondefaultpos)
- pointerobj.style.visibility="visible"
- else
- pointerobj.style.visibility="hidden"
- }
- }
- function hideddrivetip(){
- if (ns6||ie){
- enabletip=false
- tipobj.style.visibility="hidden"
- pointerobj.style.visibility="hidden"
- tipobj.style.left="-1000px"
- tipobj.style.backgroundColor=''
- tipobj.style.width=''
- }
- }
- document.onmousemove=positiontip
- </script>
- <div class="top2">
- <div class="top">
- <table width="800px" border="0" align="center">
- <tr>
- <th align="right" scope="col"> <div class="nametitle">Wellcome</div></th>
- </tr>
- </table>
- </div>
- </div>
- <table cellpadding="10" cellspacing="10" align="center">
- <tr>
- <td valign="top">
- <div class="colun">
- <div class="boxdescri" >
- <img src="http://images2.fanpop.com/images/photos/2700000/Taylor-Momsen-taylor-momsen-2789183-1724-2500.jpg" class="imageside">
- </i>
- </div><br>
- <div class="boxmenu" >
- <a target="_top" href="/" div id="buttonmenu" style="cursor: pointer;" >home</a>
- <div id="buttonmenu" href="#top" onClick="changeNavigation('me');">about</div>
- <a target="_top" href="/ask" div id="buttonmenu" style="cursor: pointer;" >ask</a>
- <div id="buttonmenu" href="#top" onClick="changeNavigation('following');">following</div>
- <table width="200px" border="0" align="center" style="margin-left:-5px;">
- <tr style="margin-bottom:-5px; ">
- <th scope="col">
- </th>
- <th scope="col">
- </th>
- <th scope="col">
- </th>
- <th scope="col">
- </th>
- </tr>
- </table>
- </div>
- </td>
- <td id="main" valign="top">
- <div class="post" >
- <Blogger>
- {block:Posts}
- <div class="box">
- <div class="lehover"> <a href="{ReblogURL}" target="_blank" title="Reblog">Reblog<br>This</a> </div>
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div align="justify">{Body}</div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
- {block:Description}<div align="left">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
- {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px; -moz-border-radius: 7px; -webkit-border-radius: 7px;" /> <div class="bubble"><span></span> {asker}: {Question} </div><br> {Answer}
- {/block:Answer}
- {block:quote}
- <div class="title">"{quote}"</div><br>
- <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
- {/block:quote}
- {block:Chat}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- <div class="chat_box">
- {block:Lines}<div class="chat">
- {block:Label}<b>{Label}</b>{block:Label}
- {Line}
- </div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
- {AudioPlayerGrey}
- {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <center>{Video-500}</center><BR>
- {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
- {/block:Video}
- <span class="permalink" >
- {block:PostNotes}<div align="left" >{PostNotes}</div> {/block:PostNotes}</span>
- <div class="date" >
- <div class="barra2"></div> {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b> às {24Hour}:{Minutes} {/block:Date} {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a class="via" href="{ReblogParentURL}" target="_blank" >via</a>{/block:RebloggedFrom} {block:ContentSource} ♦ <a class="source" href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}
- </div>
- </div>
- {/block:Posts}
- </Blogger>
- <center>
- <div id="paginacaoml">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="10"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </center>
- </div>
- </td>
- <td id="rec" valign="top" style="display: none;">
- <div class="post">
- <Blogger>
- {block:Posts}
- <div class="box">
- <div class="lehover"> <a href="{ReblogURL}" target="_blank" title="Reblog">Reblog<br>This</a> </div>
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div align="justify">{Body}</div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
- {block:Description}<div align="left">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
- {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px; -moz-border-radius: 7px; -webkit-border-radius: 7px;" /> <div class="bubble"><span></span> {asker}: {Question} </div><br> {Answer}
- {/block:Answer}
- {block:quote}
- <div class="title">"{quote}"</div><br>
- <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
- {/block:quote}
- {block:Chat}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- <div class="chat_box">
- {block:Lines}<div class="chat">
- {block:Label}<b>{Label}</b>{block:Label}
- {Line}
- </div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
- {AudioPlayerGrey}
- {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <center>{Video-500}</center><BR>
- {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
- {/block:Video}
- <span class="permalink" >
- {block:PostNotes}<div align="left" >{PostNotes}</div> {/block:PostNotes}</span>
- <div class="date" >
- <div class="barra2"></div> {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b> às {24Hour}:{Minutes} {/block:Date} {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a class="via" href="{ReblogParentURL}" target="_blank" >via</a>{/block:RebloggedFrom} {block:ContentSource} ♦ <a class="source" href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}
- </div>
- </div>
- {/block:Posts}
- </Blogger>
- <center>
- <div id="paginacaoml">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="10"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </center>
- </div>
- </td>
- <td id="me" valign="top" style="display: none;">
- <div class="post">
- <div class="box"> <div class="title">About</div> <br>
- <img src="http://images4.fanpop.com/image/photos/19500000/Taylor-Momsen-taylor-momsen-19524747-1920-1080.jpg" border="0" width="100%" > <br>
- Ela não é do tipo de mulher que se entrega na primeira
- Mas melhora na segunda e o paraíso é na terceira
- Ela tem força, ela tem sensibilidade, ela é guerreira
- Ela é uma deusa, ela é mulher de verdade
- Ela é daquelas que tu gosta na primeira
- Se apaixona na segunda e perde a linha na terceira
- Ela é discreta e cultua bons livros
- E ama os animais, tá ligado eu sou o bicho
- Minha mente nem sempre tão lúcida é fértil e me deu a voz
- Minha mente nem sempre tão lúcida fez ela se afastar
- </div>
- <div class="box"> <div class="title">Créditos </div> <br>
- Theme por: <a href="http://htmlpravoces.tumblr.com/" class="nav" target="_blank">thucca</a> <br>
- Theme base por: <a href="http://fe-meotti.tumblr.com/" class="nav" target="_blank">Just one Moment</a> <br>
- Icon: <a href="http://thefadingnight.blogspot.com.br/">The Fading Night</a><br>
- Fonte Personalizada: <a target="blank" href="http://www.google.com/webfonts#HomePlace:home">Google Web Fonts</a><br>
- </div>
- </div>
- </td>
- <td id="here" valign="top" style="display: none;">
- <div class="post">
- <div class="box"> <div class="title">Recomendo </div> <br>
- <center>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;" title="Coloque aqui o nome do tumblr!"> </a>
- </center>
- </div>
- </div>
- </td>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment