/*
	SimpleTest XUL Interface
	Author: Maxim "Maxx" Poltarak <http://maxx.e-taller.net/>
	WWW: http://dev.e-taller.net/simpletestxul/

	This library is free software; you can redistribute it and/or
	modify it under the terms of the GNU Lesser General Public
	License as published by the Free Software Foundation; either
	version 2.1 of the License, or (at your option) any later version.

	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
	Lesser General Public License for more details.

	You should have received a copy of the GNU Lesser General Public
	License along with this library; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

window {
	font-family: Calibri;
}

#btnRun {
	font-size: 3em;
	font-weight: bold;
	min-height: 2em;
}

#resultCol2 {
	max-width: 7em;
	text-align: center;
}

listheader, treecol {
	font-weight: bold;
}

toolbarbutton {
	padding: 0 0.5em;
}

/* result cell backgrounds */
treechildren::-moz-tree-cell(pass)		{ background-color: transparent /* #80FFC9 */; }
treechildren::-moz-tree-cell(fail)		{ background-color: #FFCCBF; }
treechildren::-moz-tree-cell(exception)	{ background-color: #FFFFE6; }
treechildren::-moz-tree-cell(message)	{ background-color: #EEE6FF; }
treechildren::-moz-tree-cell(formatted)	{ background-color: #E6F4FF; }
treechildren::-moz-tree-cell(signal)	{ background-color: #ACBFBF; }
treechildren::-moz-tree-cell(selected)	{ background-color: transparent; }

/* cell font */
treechildren::-moz-tree-cell-text(group)	{ font-size: 150%; font-weight: bold; }
treechildren::-moz-tree-cell-text(case)		{ font-size: 130%; }
treechildren::-moz-tree-cell-text(test)		{ font-size: 120%; }
treechildren::-moz-tree-cell-text(result)	{ font-size: 110%; }


/* toolbar stat labels */
#passInfo, #failInfo	{ font-weight: bold; }
#passInfo	{ color: #080; }
#failInfo	{ color: #800; }

/* about panel */
.aboutTitle {
	font: bold 130% Verdana;
	text-align: center;
}
.aboutAuthor1, .aboutAuthor2 {
	margin: 0; 
	padding: 0; 
}
.aboutAuthor2 { margin-left: 3em; }
.link {
	text-decoration: underline;
	cursor: hand;
	color: blue;
}

#options {
	min-height: 20em;
	max-height: 20em;
}

/* splitters */
splitter[state="collapsed"] { background-color: #a00; }
