manual.css revision 094d4f190fd9e52804bcd5f620a6f0f817b127cd
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* manual.css
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* mainframe ;-)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
}
body {
color: #036;
margin: 0;
}
}
strong {
}
}
/* fixup IE & Opera
* otherwise they forget to inherit
* the computed font-size value
*/
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Links
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* normal links */
/* ====================== */
a:link {
}
a:visited {
}
a:hover,
a:active {
}
/* hover on non-white backgrounds */
}
/* code.module [links] */
/* ====================== */
}
}
}
/* hover on non-white backgrounds */
}
/* code.directive [links] */
/* ====================== */
}
}
}
/* hover on non-white backgrounds */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Headings
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* h1 */
/* ====================== */
h1 {
color: #036;
}
/* h2 */
/* ====================== */
h2 {
}
}
}
/* 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
*/
}
}
/* ============================================ */
}
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;
}
/* 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 */
}
/* in general */
p {
}
/* 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;
}
margin: 0;
padding: 0;
}
}
/* inside table */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* quotations, indented paragraphs and figures
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p.letters {
}
.letters {
}
}
}
blockquote p {
margin: 0;
}
blockquote p.cite {
}
}
p.indent {
}
}
p.figure {
}
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* -> The End <-
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */