All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reporter.templates.seleniumRobot.css Maven / Gradle / Ivy

There is a newer version: 4.23.18
Show newest version
body{
	background-color: #ecf0f5;
}

@media (min-width:1600px) {
	.container {
		width:1400px
	}
} 

.main-header{
	background-color: #000;
	min-height: 50px;
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-size: 30px;
	line-height: 50px;
}

.box-black{
	border-top: 3px solid #000;
}

.main-header a, .main-header a:hover{
	color: #ffffff;
}

.content-header > h1{
	font-size: 22px;
}

tbody tr td, thead tr th, tfoot tr th{
	text-align: right;
}

.alignleft{
	text-align: left;
}

.bgwhite, .table > tfoot > tr > th{
	background-color: #ffffff;
	border-bottom: 2px solid #ddd;
}

.circleSuccess{
	color: #2BC400;
}

.circleFailed{
	color: #FF6666;
}

.circleSkipped{
	color: #00CCFF;
}

.failedSteps {
	color: red;
	font-weight: bold;
	background-color: rgba(255,102,102,0.3);
}

.testSuccess{
	border-bottom: 2px solid #2BC400;
	background-color: rgba(151,208,134,0.2);
}

.testFailed{
	border-bottom: 2px solid #FF6666;
	background-color: rgba(255,102,102,0.1);
}

.testSkipped{
	border-bottom: 2px solid #00CCFF;
	background-color: rgba(167,215,243,0.2);
}

.pieChart{
	margin-top: 20px;
	text-align: center;
}

/*.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}*/




© 2015 - 2025 Weber Informatics LLC | Privacy Policy