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

ge.schemacrawler.schemacrawler.10.08.05.source-code.schemacrawler-output.css Maven / Gradle / Ivy

Go to download

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

There is a newer version: 10.10.05
Show newest version
body,p,pre,table,th,td,th,caption {
	text-align: left;
	font-family: 'Trebuchet MS', 'sans-serif';
	font-size: 0.9em;
	line-height: 1.2em;
}

body {
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 3em;
}

h1,h2 {
	color: Navy;
}

h3 {
	color: DarkGreen;
}

table,th,td,th {
	border: 1px solid rgb(230, 230, 230);
	border-collapse: collapse;
	vertical-align: top;
	padding: 2px;
}

table {
	width: 800px;
}

caption {
	font-weight: bold;
	color: Maroon;
	border-bottom: 2px solid rgb(190, 190, 190);
}

th {
	font-weight: bold;
	border-bottom: 1px solid rgb(190, 190, 190);
}

hr {
	height: 1px;
}

.name {
	font-weight: bold;
	min-width: 350px;
}

.property_name {
	min-width: 350px;
}

.property_value {
	min-width: 250px;
}

.right {
	text-align: right;
}

.description {
	min-width: 450px;
}

.ordinal {
	min-width: 20px;
}

.subname {
	min-width: 150px;
}

.type {
	min-width: 150px;
}

.definition {
	white-space: pre-line;
}

.data_binary {
	font-style: italic;
	color: #666;
}

.data_null {
	font-weight: italic;
	color: #666;
	background-color: #FFEEFF;
}

.data_number {
	text-align: right;
	padding-right: 5px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy