manual-print.css revision a2652f3451528565db1f85db6953fc30799d7ead
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* manual.css for printers
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Copyright 2002-2006 The Apache Software Foundation or its licensors,
* as applicable.
*
* 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: #000;
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,
a:hover,
a:active {
color: #000;
}
/* sidebar */
color: #000;
}
/* EXPERIMENTAL! I'm waiting for complaints... */
color: #036;
}
/* code.module [links] */
/* ====================== */
}
/* code.directive [links] */
/* ====================== */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Headings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* h1 */
/* ====================== */
h1 {
color: #000;
}
/* h2 */
/* ====================== */
h2 {
width: 80%;
}
color: #000;
}
/* take care of <a name>s inside */
h2 a,
}
/* h3, h4 */
/* ====================== */
h3 {
color: #000;
}
h4 {
color: #000;
}
/* 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
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Tables
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* general */
/* ====================== */
table {
}
}
th {
}
}
}
/* bordered table cells */
/* ====================== */
/* turn off borders in tables nested in
* bordered tables per default
*/
}
}
/* ============================================ */
}
}
}
}
width: 100%;
padding: 0;
margin: 0;
}
margin: 0;
padding: 0;
}
padding: 0;
}
}
}
/* related modules & dir. */
/* ====================== */
/* assuming, all links are enclosed by
* <code class="directive"> or
* <code class="module">
*/
}
color: #000;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Lists
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* list default values */
/* ====================== */
ul {
}
}
}
}
dt {
}
}
}
/* table of contents */
/* ====================== */
#toc,
#topics {
margin: 0;
padding: 0;
}
padding: 0;
}
}
/* see also */
/* ====================== */
.seealso {
margin: 0;
padding: 0;
}
}
/* related modules & dir. */
/* ====================== */
margin: 0;
padding: 0;
}
/* list of all directives */
/* ====================== */
margin: 0;
padding: 0;
}
/* quickview */
/* ====================== */
}
margin: 0;
padding: 0;
}
margin: 0;
padding: 0;
}
padding: 0;
}
}
}
padding: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* main page sections
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* page header */
/* ====================== */
}
}
color: #000;
padding: 0;
margin: 0;
}
}
/* breadcrumb navigation */
}
/* content sections */
/* ====================== */
}
margin: 0;
padding: 0;
}
.section p,
padding: 0;
}
/* look for this on directive
* list pages
*/
}
}
/* no sidebar */
position: static;
padding: 0;
}
/* -> keep content wide */
}
/* in general */
p {
}
/* page footer */
/* ====================== */
}
float: none;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* subsections (examples, notes, warnings)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* examples */
/* ====================== */
color: #000;
}
/* the following [block] elements
* may appear inside example...
*/
padding: 0;
margin: 0;
}
}
}
/* notes & warnings */
/* ====================== */
color: #000;
}
margin: 0;
padding: 0;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* quotations, indented paragraphs and figures
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p.letters {
}
blockquote p {
margin: 0;
}
blockquote p.cite {
}
}
p.indent {
}
}
p.figure {
}
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* -> The End <-
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */