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

f2e824

f2e824
/* News title
f2e824
----------------------------------------------------------*/
f2e824

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

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

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

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

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