
de.citec.scie.web.static.style.analysis.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webservice Show documentation
Show all versions of webservice Show documentation
Module providing the webservice interface based on the Jetty
embedded webserver and the FreeMarker template engine. Defines a simple
format for providing textual annotations and produced output in HTML or
JSON. This module has no dependencies to the other SCIE modules (except
for the PDF text extractor) or the UIMA framework and thus can be used
in any context, where text is annotated by an algorithm and should be
presented to an end user.
The newest version!
body.standalone {
font-family: sans;
font-size: 11pt;
}
body.standalone div.analysis {
width: 50em;
margin: 0 auto;
}
body.standalone footer {
padding: 0.5em;
}
.entity.active {
border-top: 1px dotted black;
border-bottom: 1px dotted black;
}
.toolbar {
z-index: 1;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 0.5em;
background-color: #f3f3f3;
}
.toolbar .inner span, .toolbar span.hide {
display: inline-block;
padding: 0.25em;
margin: 0.25em;
min-width: 13em;
}
.toolbar .toolbarInner {
display: table;
margin: 0 auto;
}
.toolbar .category {
display: table-row;
}
.toolbar.small .category {
display: none;
}
.toolbar.small .category:first-child, .toolbar.small .category:last-child {
display: table-row;
}
.toolbar .category > div {
display: table-cell;
border-bottom: 1px solid silver;
padding-bottom: 0.1em;
padding-top: 0.1em;
}
.toolbar .category:last-child > div {
border-bottom-width: 0;
padding-bottom: 0;
}
.toolbar .aside {
text-align: right;
padding-right: 1em;
padding-left: 1em;
}
.toolbar .category:first-child .aside {
font-weight: bold;
}
/*.toolbar .category:first-child > div {
background-color: #fdfdfd;
}*/
.info {
display: inline-block;
padding: 0.5em;
font-size: 80%;
line-height: 1.5;
}
.info h1 {
font-size: 100%;
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0.125em 0;
color: black !important;
}
.info .tabular {
display: table;
}
.info .pair {
display: table-row;
}
.info .key, .info .value {
display: table-cell;
padding-right: 0.5em;
padding-top: 0.5em;
}
.info .key {
text-align: right;
color: #555;
font-style: italic;
}
.tooltipContainer {
position: absolute;
background-color: #F5F5F5;
border: 1px solid silver;
z-index: 2;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
div.analysis.hidden > span {
font-size: 0;
}
div.analysis.hidden > br {
display: none;
}
div.analysis.hidden > span.e {
margin-right: 0.75ex;
font-size: 100%;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy