Blame Identity/Models/Html/Puntal/themes/punbb/news/news.css

d6e8d8

d6e8d8
/* News title
d6e8d8
----------------------------------------------------------*/
d6e8d8

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

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

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

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

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