META-INF.docstyle.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remotetea-maven-plugin Show documentation
Show all versions of remotetea-maven-plugin Show documentation
A Maven Plugin providing access to the source generator (jrpcgen) in the Maven life cycle phase 'generate-sources'.
/*
* docstyle.css -- Contains the styling definition for the HTML documentation.
*
* $Revision: 1.1 $
*/
body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 90%;
color: #000000;
background: #FFFFFF;
}
a:link { color: #0000CC; }
a:visited { color: #000080; }
a:active { color: #CC0000; }
code {
font-family: courier, fixed;
font-size: 110%;
}
span.product {
font-style: italic;
}
sup {
font-size: 60%;
}
span.arg {
font-style: italic;
font-weight: bold;
}
h1 {
font-size: 250%;
font-weight: bold;
color: #000080;
}
h2 {
font-size: 140%;
font-weight: bold;
color: #000080;
margin: 4ex 0 2ex 0;
padding: 0px 0px 3px 10px;
width: 15em;
border-bottom-style: dotted;
border-bottom-width: 2px;
border-bottom-color: #AAAAAA;
}
h3 {
font-size: 120%;
font-weight: bold;
color: #000080;
margin: 2ex 0 2ex 0;
padding: 0px 0px 3px 10px;
width: 15em;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #AAAAAA;
}
h4 {
font-size: 110%;
font-weight: bold;
color: #000080;
margin: 2ex 0 2ex 0;
padding: 0px 0px 3px 10px;
width: 15em;
}
p.important {
font-weight: bold;
color: #CC0000;
margin: 0ex 0em 0ex 2em;
}
p {
line-height: 1.3;
margin: 0 0 0 2em;
}
p + p {
text-indent: 2em;
}
p.revision {
font-size: 80%;
text-indent: 0em;
margin: 0 0 -2ex 0;
text-indent: 0em;
}
dl {
line-height: 1.3;
margin: 1em 0 1em 2em;
}
/* Use french quotes */
q {
quotes: "\00AB" "\00BB";
}
/* External links are shown differently from internal links */
a.ext:before {
content: "\00BB";
font-weight: bold;
}
a.ext:after {
content: "";
}
/* bulleted lists */
ul {
list-style-type: square;
color: #000080;
}
li {
margin-left: .5em;
}
li + li {
margin-top: .5ex;
}
li > span {
color: #000000;
}
li > div {
color: #000000;
}
em {
font-size: 90%;
}
div.annotation {
font-size: 90%;
font-style: italic;
margin: .25ex 1em 0ex 2em;
}
pre.code {
border: 1px dotted #CCCCCC;
background-color: #EEEEEE;
margin: 1em 1em 1em 2em;
padding: 1em 1em 1em 1em;
}
table.cli {
margin-top: 1em;
}
table.cli td + td {
padding-left: 2em;
}
/* End of docstyle.css */