Blame Identity/Webenv/Puntal/themes/punbb/news/news.css

ef5584

ef5584
/* News title
ef5584
----------------------------------------------------------*/
ef5584

ef5584
h2.news a:link            { text-decoration: none; color: #EEE }
ef5584
h2.news a:hover           { text-decoration: underline; color: #FFF; } 
ef5584
h2.news a:active          { text-decoration: underline; color: #FFF; } 
ef5584
h2.news a:visited         { text-decoration: none; color: #EEE; }
ef5584
h2.news a:visited:hover   { text-decoration: underline; color: #FFF; }
ef5584

ef5584
/* Infos news
ef5584
----------------------------------------------------------*/
ef5584
p.infos { 
ef5584
	text-align: right;
ef5584
}
ef5584

ef5584
/* Avatar
ef5584
----------------------------------------------------------*/
ef5584
.newsAvatar {
ef5584
	float: left; 
ef5584
	text-align: left; 
ef5584
	clear: left; 
ef5584
	width: auto; 
ef5584
	padding: 1em;
ef5584
	margin: 0;
ef5584
}
ef5584

ef5584
.newsAvatar img {
ef5584
	padding-right: 1em;
ef5584
	padding-bottom: 1em;
ef5584
}
ef5584

ef5584
/* RSS buton
ef5584
----------------------------------------------------------*/
ef5584
a.rss:link, a.rss:visited, a.rss:active {
ef5584
	color: #fff;
ef5584
	background: #f90;
ef5584
	border: 1px outset #f90;
ef5584
	text-decoration: none;
ef5584
	padding: 0.1em 0.3em;
ef5584
	font-size: 85%;
ef5584
}
ef5584
a.rss:hover {
ef5584
	color: #fff;
ef5584
	border: 1px inset #f90;
ef5584
}