view example.css @ 117:7a5ff24aa572 default tip

Added tag maltfilter-0.20.5 for changeset ed506a76eb31
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Nov 2012 23:43:59 +0200
parents bac5931b8312
children
line wrap: on
line source

/* Example CSS stylesheet for Maltfilter
 * by Matti 'ccr' Hamalainen <ccr tnsp org>
 */
body {
	margin: 1em;
	background-color: #467;
	color: white;
}


body, p, ul, td, th {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
}


a, a:visited, a:active {
	color: #fc0;
}

a:hover {
	text-decoration: underline;
	color: white;
}	


h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #035;
	background: #79a;
	padding: 4px;
	border-bottom: 2px solid black;
}

th {
	padding: 2px;
	margin: 2px;
	background: #689;
	color: #035;
	text-align: center;
}

td {
	padding: 4px;
	margin: 2px;
}

table {
	border: 1px solid white;
}

table td {
	padding: 2px;
	font-size: 8pt;
}

table.global .filtered, table.ignored .filtered {
	background: #400;
	color: red;
}

table.filtered tr:hover td {
	background: black;
}