om79.japicmp.japicmp.0.8.0.source-code.style.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japicmp Show documentation
Show all versions of japicmp Show documentation
japicmp is a library that computes the differences between two
versions of a jar file/artifact in order to ease the API documentation for clients/customers.
body {
font-family: Verdana;
}
.title {
font-weight: bold;
}
.new {
color: green;
}
.removed {
color: red;
}
.modified {
color: orange;
}
.unchanged {
color: black;
}
thead tr td {
font-weight: bold;
}
.toc {
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #dcdcdc;
padding: 5px;
background: #ededed;
display: inline-block;
}
table {
border-collapse: collapse;
}
table tr td {
border: 1px solid black;
padding: 5px;
}
table thead {
background-color: #dee3e9;
}
table tbody tr td.matrix_layout {
background-color: #dee3e9;
font-weight: bold;
}
.class {
margin-bottom: 2em;
border: 1px solid #dcdcdc;
padding: 5px;
background: #ededed;
display: inline-block;
}
.class_compatibilityChanges {
margin-top: 1em;
}
.class_superclass {
margin-top: 1em;
}
.class_interfaces {
margin-top: 1em;
}
.class_fields {
margin-top: 1em;
}
.class_serialVersionUid {
margin-top: 1em;
}
.class_constructors {
margin-top: 1em;
}
.class_methods {
margin-top: 1em;
}
.class_annotations {
margin-top: 1em;
}
.label {
font-weight: bold;
}
.label_class_member {
background-color: #4d7a97;
display: inline-block;
padding: 5px;
}
.toc_link {
margin-left: 10px;
font-size: 0.5em;
}
.modifier {
font-style: italic;
}
.method_return_type {
}
ul {
list-style-type: none;
padding: 0px 0px;
}
.meta-information {
margin-top: 1em;
margin-bottom: 1em;
background: #ededed;
display: inline-block;
}
.warnings {
margin-top: 1em;
font-size: 0.75em;
}
.explanations {
margin-bottom: 2em;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy