view forum/Themes/default/css/wireless.css @ 98:054c48a8860c rdfquery

Style the "no results found" message
author Chris Cannam
date Mon, 23 Jun 2014 16:01:00 +0100
parents e3e11437ecea
children
line wrap: on
line source
.catbg, tr.catbg td
{
	background-color: #6d92aa;
	color: #fff;
}
.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited
{
	background-color: #b6dbff;
	color: #000;
	text-decoration: none;
}
.windowbg, tr.windowbg td
{
	background-color: #fff;
	color: #000;
}
.windowbg2, tr.windowbg2 td
{
	background-color: #c0c0c0;
	color: #000;
}
.new, a:link.new, a:visited.new
{
	background-color: #2f2fc0;
	color: #fff;
}
.updated
{
	color: red;
}
/* Resize our post area as needed */
#message
{
	width: 98%;
}