Blame Extras/Puntal/themes/punbb/news/news.css

4c79b5

4c79b5
/* News title
4c79b5
----------------------------------------------------------*/
4c79b5

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

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

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

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

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