unsorted/docsrc/guide/guide.css (54 lines of code) (raw):
/* COMMENT: The shared.css stylesheet for the hsqldb/docs directory and elsewhere *?
/* This material is published under the Copyrights and Licenses listed at */
/* and in the directory /hsqldb/docs/hypersonic_lic.txt */
a:visited { color: #083194; }
span.guimenu
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.guimenuitem
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.guilabel
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.guibutton
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.guiicon
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.guisubmenu
{ font-family: monospace; font-style: italic; font-weight: bold; }
span.term {
font-family: monospace;
font-weight: bold;
background: #083194;
color: white;
padding: 1px;
}
span.term a {
font-family: monospace;
font-weight: bold;
background: #083194;
color: white;
padding: 1px;
}
div.caption { font-size: 80%; }
div.important { background: yellow; }
div.warning { background: red; }
div.caution { background: #ffb573; }
pre.programlisting { background-color: silver; padding: 5px; }
pre.screen { background-color: #BDC6DE; padding: 5px; }
h1.title { font-size: 200%; }
div.chapter h2.title {
font-size: 170%;
font-weight: bold;
color: black;
background: white;
padding: 2px;
border: 2px solid #083194;
}
div.section h2.title {
font-size: 140%;
font-weight: bold;
color: #083194;
background: white;
padding: 2px;
border: none;
}
span.remark {
font-weight: bold;
color: orange;
}