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

evidence.css.style.css Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
h1 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem;
}
table {
	border-collapse: collapse;
}
table tr th, table tr td {
	border-bottom: solid 1px gray;
	padding: 0.7rem;
	vertical-align: top;
}
table > thead > tr > th {
	border-bottom: double 3px gray;
	letter-spacing: 0.5rem;
}

table tr td img {
	box-shadow: 3px 3px 10px #777777;
	display: block;
	margin-top: 5px;
}
div.box {
	position:absolute;
	border: dotted 2px red;
	text-align:right;
	color : red;
	font-weight: bold;
	cursor: pointer;
}

div.box-hidden {
	border: none;
}

.verified {
	font-weight: bold;
	font-style: italic;
	color: green;
}

.mismatched {
	font-weight: bold;
	font-style: italic;
	color: red;
}

#toolBox {
	position: fixed;
	opacity: 0.8;
	width: 1000px;
}

#initialFusenPos {
	position: fixed;
}

div.fusen {
	width: 150px;
    height: 60px;
	background: yellow;
	opacity: 0.8;
	z-index: 1;
}

#trashBox {
	width: 96px;
    height: 96px;
}

.ui-tooltip {
	max-width: 400px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy