Active News
- Citação :
- <title>Hunter Design - Pixelando o mundo</title>
<html dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title></title>
<link rel="stylesheet" href="styles/print.css" type="text/css" />
<link media="all" href="conteudo.css" type="text/css" rel="stylesheet" /><style type="text/css">
<!--
/* CSS Document */
body {
background: color: #FFFFFF;
font-family: Verdana;
font-size: 10px;
color: #000000;
}
a {
font-family: Verdana;
font-size: 10px;
color: #f7941d;
text-decoration: none;
}
a:hover {
font-family: Verdana;
font-size: 10px;
color: #f7941d;
text-decoration: underline;
}
-->
</style>
</head>
<body>
[full-link] <div class="orange">{title}</div>[/full-link]
<div id="tamanho">
<table style="width: 300px; height: 32px" cellspacing="0" cellpadding="0" width="300" border="0">
<tbody>
<tr>
<td width="55" height="50">{category-icon}</td>
<td style="padding-left: 10px; font-weight: bold; opacity: 1" width="100%" bgcolor="#f3f3f3" onMouseOut="this.style.MozOpacity=0.4;this.filters.alpha.opacity=100" onMouseOver="this.style.MozOpacity=1.0;this.filters.alpha.opacity=40">
<table style="width: 414px; height: 32px" width="250" align="left" border="0">
<tbody>
<tr>
</tr>
<tr>
<td style="font-weight: normal; font-size: 9px; font-family: verdana" align="left" height="14">{short-story}
<div align="left"><div align="left"><div align="left"><div align="left"><img src="https://2img.net/h/oi48.tinypic.com/30stvsk.gif"/> {author} <b>|</b> <img src="https://2img.net/h/oi50.tinypic.com/w8b75t.gif"/> {date} <b>|</b> <img src="https://2img.net/h/oi50.tinypic.com/200cxv7.gif"/>{comments-num}</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
ou
<link rel="stylesheet" type="text/css" href="http://www.blogdolisboa.org/equipe/tooltip.css" />
<script type="text/javascript" language="javascript" src="http://www.blogdolisboa.org/equipe/tooltip.js"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
<!--
body {
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
color: #FFFFFF;
background-attachment: fixed;
background-image: url(bg.png);
background-position: center bottom;
}
a:link {
color: #0099FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0099FF;
}
a:hover {
text-decoration: underline;
color: #999999;
}
a:active {
text-decoration: none;
color: #0000FF;
}
body,td,th {
font-family: Tahoma;
font-size: 11px;
color: #000000;
}
.subbutton {
margin-bottom: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 2px;
background-repeat: repeat-x;
background-position: top;
}
-->
</style></head>
<tr><table cellpadding="0" cellspacing="0" height="50" width="100%" style="border: 1px groove #999999; background-color: #F4F4F4" class="subbutton">
<tr style="background-color: #F4F4F4; border: #CCCCCC 1px groove; color: #999999;" class="subbutton">
<td width="60" valign="top" class="subbutton">{avatar}
<td style="padding:5px;">
<font style="font-size: 15px; font-weight: bold;"><a href="63" target="_top"><strong>[full-link]{title}[/full-link]</strong></a></font>
<p>
{short-story}</p>
</td>
<td width="42" style="border-left: #CCCCCC 1px groove; background-color: #CCCCCC;"><div style="float: left; width: 40px; height: 60px; background: url(http://www.habbo.pt/habbo-imaging/avatarimage?user={author-name}&frame=3&direction=2&head_direction=2&gesture=sml&img_format=gif) repeat scroll -12px -18px transparent;"></div></td>
<td width="150" style=" background-color: #CCCCCC; color:#666666;"> <img src="http://www.habbocean.altervista.org/images/icons/views.gif" border="0"> Por <strong>{author-name}</strong>
<img src="http://www.habbocean.altervista.org/images/icons/comments.png" border="0"> <strong>
{comments-num}</strong> Comentário(s)
<br>
<img src="http://www.habbocean.altervista.org/images/icons/date.gif" border="0"> </td>
</tr>
</table>
Full Post
<center><img alt="Button" src="https://2img.net/r/ihimizer/img406/9906/felipedebob.png" border="0"></center>
<br>
<head>
<link rel="stylesheet" type="text/css" href="http://intertugastyle.coolpage.biz/style.css" />
<script language="javascript">
var tooltip=function(){
var id = 'tt';
var top = 3;
var left = 3;
var maxw = 300;
var speed = 25;
var timer = 20;
var endalpha = 95;
var alpha = 0;
var tt,t,c,b,h;
var ie = document.all ? true : false;
return{
show:function(v,w){
if(tt == null){
tt = document.createElement('div');
tt.setAttribute('id',id);
t = document.createElement('div');
t.setAttribute('id',id + 'top');
c = document.createElement('div');
c.setAttribute('id',id + 'cont');
b = document.createElement('div');
b.setAttribute('id',id + 'bot');
tt.appendChild(t);
tt.appendChild(c);
tt.appendChild(b);
document.body.appendChild(tt);
tt.style.opacity = 0;
tt.style.filter = 'alpha(opacity=0)';
document.onmousemove = this.pos;
}
tt.style.display = 'block';
c.innerHTML = v;
tt.style.width = w ? w + 'px' : 'auto';
if(!w && ie){
t.style.display = 'none';
b.style.display = 'none';
tt.style.width = tt.offsetWidth;
t.style.display = 'block';
b.style.display = 'block';
}
if(tt.offsetWidth > maxw){tt.style.width = maxw + 'px'}
h = parseInt(tt.offsetHeight) + top;
clearInterval(tt.timer);
tt.timer = setInterval(function(){tooltip.fade(1)},timer);
},
pos:function(e){
var u = ie ? event.clientY + document.documentElement.scrollTop : e.pageY;
var l = ie ? event.clientX + document.documentElement.scrollLeft : e.pageX;
tt.style.top = (u - h) + 'px';
tt.style.left = (l + left) + 'px';
},
fade:function(d){
var a = alpha;
if((a != endalpha && d == 1) || (a != 0 && d == -1)){
var i = speed;
if(endalpha - a < speed && d == 1){
i = endalpha - a;
}else if(alpha < speed && d == -1){
i = a;
}
alpha = a + (i * d);
tt.style.opacity = alpha * .01;
tt.style.filter = 'alpha(opacity=' + alpha + ')';
}else{
clearInterval(tt.timer);
if(d == -1){tt.style.display = 'none'}
}
},
hide:function(){
clearInterval(tt.timer);
tt.timer = setInterval(function(){tooltip.fade(-1)},timer);
}
};
}();
</script>
<title>{title}</title>
<style type="text/css">
#story {
heigth: auto;
border: 1px solid #000000;
background-color:#ffffff;
font-family: verdana;
font-size: 10px;
color: #000000;
}
#titulo {
height: 16px;
font-family: verdana;
font-size: 12px;
color: #000;
background-image: url(https://2img.net/r/ihimizer/img521/64/fundotitulo3.png);
}
#habbo {
background: url(http://www.habbid.com.br/avatar/nocache/<a href="mailto:peppersoficial@hotmail.com ">-Peppers,</a>;std;sml;3;2;s);
width: 33px;
height:31px;
float:left;
}
a:link{text-decoration:none;color:#000000;}
a:hover{text-decoration:underline;color:#000000;}
a:visited{text-decoration:none;color:#000000;}
a:active{text-decoration:none;color:#000000;}
</style>
<div id="story"><b>
<div id="titulo"><center>{title}</ center></div>
</b><br />{full-story}<br /><br /><br />Postado por <a href="http://www.habbo.com.br/home/{author-name}" target="blank" onmouseover="tooltip.show('Visitar Habbo Home');" onmouseout="tooltip.hide();"><b>{author}</b></a> em <b>22 Jan 2011</b> na categoria <b>"{category}<a onmouseover="tooltip.show('Categoria da Noticia');" onmouseout="tooltip.hide();"></a>"</b>.</div><br />
<style type="text/css">
#comentario1 {
height: auto;
font-family: verdana;
font-size: 11px;
color: #000;
background-image: url(https://2img.net/h/oi50.tinypic.com/2zp1jwj.png);
}
</style>
ou
- Citação :
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="css.css" type="text/css">
<link rel="stylesheet" type="text/css"
href="tooltip.css">
<script type="text/javascript" language="javascript"
src="tooltip.js"></script>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Hunter Design - Notícias</title>
</head>
<body
style="background: transparent url(http://bit.ly/hq3i8T) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">
<div
style="font-family: verdana; font-size: 10px; color: rgb(0, 0, 0); background-image: url(http://bit.ly/hq3i8T);">
<div onmouseover="this.style.opacity='0.9'"
onmouseout="this.style.opacity='0.8'"
style="border: 1px solid rgb(0, 0, 0); background-color: rgb(102, 102, 102); color: rgb(255, 153, 0); opacity: 0.8;">
<div onmouseover="this.style.opacity='0.9'"
onmouseout="this.style.opacity='0.8'"
style="border-bottom: 1px solid rgb(255, 153, 0); padding: 3px; background-color: rgb(102, 102, 102); background-image: url(http://arrobapixel.noads.biz/usuarios/fundo.png); font-weight: bold; color: rgb(255, 255, 255); opacity: 0.8;"
align="center">{title}</div>
<div style="padding: 3px;">
<table style="color: rgb(255, 255, 255);" border="0"
cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td
style="font-family: verdana; font-size: 10px; color: rgb(0, 0, 0);">
<div align="center">{full-story}<a
href="http://arrobapixel.noads.biz/usuarios/furni.php?cat=7"
style="font-family: verdana; font-size: 10px; color: rgb(204, 102, 0); text-decoration: none;"></a></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</span>
</body>
</html>
Comments
- Citação :
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<div id="comentarios_not" style="float: left; width: 100%;">
<font face="Verdana" size="1">
<style>
a {
text-decoration: none;
color: black
}
a:visited {
text-decoration: none;
color: black
}
a:active {
text-decoration: none;
color: black
}
a:hover {
text-decoration: underline;
color: black
}</style></font>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr bgcolor="">
<td width="50">
<div
style="float: left; cursor: pointer; width: 64px; height: 110px; background-color: transparent; background-image: url(http://www.habbo.com.br/habbo-imaging/avatarimage?img_format=gif&user={author}&action=crr=667&direction=2&head_direction=2&gesture=sml&size=b); background-repeat: repeat; background-attachment: scroll;"
class="inativo" onmouseover="this.className='ativo';"
onmouseout="this.className='inativo'"></div>
</td>
<td>
<a href="http://www.habbo.com.br/home/%7Bauthor%7D"
target="_blank"><b></b></a><b><font><a
href="http://www.habbo.com.br/home/%7Bauthor%7D" target="_blank"><b><font
face="Verdana" size="1">{author}</font></b></a></font></b><br>
<font face="Verdana" size="1">{comment}</font>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
OU
<html>
<head>
<link rel="stylesheet" href="css.css" type="text/css">
<link rel="stylesheet" type="text/css"
href="tooltip.css">
<script type="text/javascript" language="javascript"
src="tooltip.js"></script>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
</head>
<body
style="background: transparent url(http://bit.ly/hq3i8T) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;">
<span class="Apple-style-span"
style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">
<div
style="font-family: verdana; font-size: 10px; color: rgb(0, 0, 0); background-image: url(http://bit.ly/hq3i8T);">
<div onmouseover="this.style.opacity='0.9'"
onmouseout="this.style.opacity='0.8'"
style="border: 1px solid rgb(0, 0, 0); background-color: rgb(102, 102, 102); color: rgb(255, 153, 0); opacity: 0.8;">
<div onmouseover="this.style.opacity='0.9'"
onmouseout="this.style.opacity='0.8'"
style="border-bottom: 1px solid rgb(255, 153, 0); padding: 3px; background-color: rgb(102, 102, 102); background-image: url(http://arrobapixel.noads.biz/usuarios/fundo.png); font-weight: bold; color: rgb(255, 255, 255); opacity: 0.8;"
align="center">Por {author} em {date}</div>
<div style="padding: 3px;">
<table style="color: rgb(255, 255, 255);" border="0"
cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td
style="font-family: verdana; font-size: 10px; color: rgb(0, 0, 0);">
<table cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="">
<td width="50px">
<div onMouseOver="this.className='ativo';" onMouseOut="this.className='inativo'" style="float:left; cursor:pointer;width:40px;height:45px;background:url(http://www.habbo.com.br/habbo-imaging/avatarimage?user={author}&frame=3&direction=2&head_direction=2&gesture=spk&img_format=gif) -12px -18px;"></div>
</td>
<td>
<b>
</b></a><font size="1" face="Verdana">
</i><br>{comment}</font>
</td>
</tr>
</table>
<style type="text/css">
<!--
/* CSS Document */
body {
background: color: #FFFFFF;
font-family: Verdana;
font-size: 10px;
color: #000000;
}
a {
font-family: Verdana;
font-size: 10px;
color: #9bca71;
text-decoration: none;
}
a:hover {
font-family: Verdana;
font-size: 10px;
color: #9bca71;
text-decoration: underline;
}
-->
</style>
<span class="Apple-style-span" style="font-family: verdana; font-size: 11px;"><p><span class="Apple-converted-space"></span></p></span></div></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</span>
</body>
</html><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<div id="comentarios_not" style="float: left; width: 100%;">
<font face="Verdana" size="1">
<style>
a {
text-decoration: none;
color: black
}
a:visited {
text-decoration: none;
color: black
}
a:active {
text-decoration: none;
color: black
}
a:hover {
text-decoration: underline;
color: black
}</style></font>
Add Comment Form
- Citação :
- </br><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style></style>
</head>
<body>
<table style="color: rgb(0, 0, 0);" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="80"><font face="Verdana"
size="1"><b>Nome Habbo:</b></font></td>
<td><input style="font-family: Verdana; font-size: 10px;"
name="name" type="text"></td>
</tr>
<tr>
<td colspan="2">
<textarea style="font-family: Verdana; font-size: 10px;"
cols="60" rows="5" id="commentsbox"
name="comments"></textarea><br>
<input name="submit"
style="border: 1px solid rgb(0, 0, 0);"
value="Adicionar Comentário" type="submit">
<input name="CNremember" id="CNremember"
value="1" type="checkbox"><label for="CNremember">
<font face="Verdana" size="1"><b>Lembrar-me</b></font></label><a
href="javascript:CNforget();"><font face="Verdana"
size="1"><b></b></font><br>
</a></td>
</tr>
</tbody>
</table>
</body>
</html>
New Pages
- Citação :
- <p align="center">[prev-link]<< Anterior[/prev-link] |{pages}
| [next-link]Próxima >>[/next-link]</p> <div class="red">Últimas do Fórum</div>
<iframe frameborder="0" height="130" scrolling="no" src="http://hunterdesign.freevar.com/sistemas/forum/ma_show.php" width="470></iframe>
Post Reviews
- Citação :
- <p align="center">[prev-link]<< Anterior[/prev-link] |{pages}
| [next-link]Próxima >>[/next-link]</p>