manual.css revision dba4cfbd6e9a1f639fb6831d1bca86bef6bf8506
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* manual.css
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Copyright 2002-2004 Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* mainframe ;-)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
}
body {
color: #036;
margin: 0;
}
}
strong {
}
}
color: #888;
}
/* fixup IE & Opera
* otherwise they forget to inherit
* the computed font-size value
*/
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Links
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* normal links */
/* ====================== */
a:link {
}
a:visited {
}
}
/* hover on non-white backgrounds */
}
/* code.module [links] */
/* ====================== */
}
}
}
/* hover on non-white backgrounds */
}
/* code.directive [links] */
/* ====================== */
}
}
}
/* hover on non-white backgrounds */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Headings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* h1 */
/* ====================== */
h1 {
margin: 0;
color: #036;
}
/* h2 */
/* ====================== */
h2 {
}
}
}
color: #405871;
}
/* take care of <a name>s inside */
h2 a,
}
/* h3, h4 */
/* ====================== */
h3 {
color: #036;
padding: 0;
}
h4 {
color: #036;
padding: 0;
}
/* margin adjustment */
}
/* IE confuses the + * :-(
* so reset some things
*/
}
/* titles for
* examples, notes and warnings
*/
}
/* sidebar */
}
}
/* take care of <a name>s inside */
h3 a,
h4 a,
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Up & Top helper images
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* arrow left */
/* ====================== */
padding: 0;
}
}
/* arrow up (to page top) */
/* ====================== */
margin: 0;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Tables
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* general */
/* ====================== */
table {
}
}
th {
}
}
}
}
/* bordered table cells */
/* ====================== */
/* turn off borders in tables nested in
* bordered tables per default
*/
}
}
/* index page layout table */
/* ======================= */
}
}
width: 100%;
}
width: 33.3%;
}
}
}
/* ============================================ */
}
width: 100%;
}
}
}
width: 100%;
padding: 0;
margin: 0;
}
margin: 0;
padding: 0;
}
width: 100%;
}
padding: 0;
}
}
/* related modules & dir. */
/* ====================== */
/* assuming, all links are enclosed by
* <code class="directive"> or
* <code class="module">
*/
}
color: #405871;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Lists
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* list default values */
/* ====================== */
ul {
}
}
}
}
dt {
}
}
}
}
}
/* table of contents */
/* ====================== */
#toc,
#topics {
padding: 0;
}
margin: 0;
padding: 0;
}
/* see also */
/* ====================== */
.seealso {
padding: 0;
}
margin: 0;
}
/* related modules & dir. */
/* ====================== */
margin: 0;
padding: 0;
}
/* list of all directives */
/* ====================== */
margin: 0;
padding: 0;
}
/* indextable */
/* ========== */
}
}
/* sidebar */
/* ====================== */
}
padding: 0;
}
padding: 0;
}
}
margin: 0;
padding: 0;
}
}
}
padding: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* main page sections
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* page header */
/* ====================== */
}
padding: 0;
}
margin: 0;
}
padding: 0;
}
/* breadcrumb navigation */
padding: 0;
}
/* content sections */
/* ====================== */
}
padding: 0;
}
.section p,
padding: 0;
}
/* look for this on directive
* list pages
*/
}
}
}
/* sidebar position: right */
}
/* -> move content left */
}
/* unsqueeze on some pages... */
}
}
/* in general */
p {
}
/* translations */
/* ====================== */
.toplang {
padding: 0;
}
.bottomlang {
padding: 0;
}
.toplang p,
.bottomlang p {
margin: 0;
padding: 0;
}
.bottomlang p span {
color: #036;
}
.bottomlang p a:link,
.bottomlang p a:visited {
}
.bottomlang p a:hover,
.bottomlang p a:active {
}
/* page footer */
/* ====================== */
}
float: left;
}
float: right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* subsections (examples, notes, warnings)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* examples */
/* ====================== */
color: #000;
}
/* example inside a note:
* blue in gray doesn't look good
* so simply draw a border around
* and keep it gray
*/
}
/* example inside table */
}
/* the following [block] elements
* may appear inside example...
*/
padding: 0;
margin: 0;
}
}
}
/* notes & warnings */
/* ====================== */
color: #036;
}
}
padding: 0;
}
}
/* inside table */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* quotations, indented paragraphs, forms and figures
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p.letters {
}
.letters {
}
}
}
blockquote p {
margin: 0;
}
blockquote p.cite {
}
}
p.indent {
}
}
}
}
}
p.figure {
}
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* -> The End <-
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */