summaryrefslogtreecommitdiff
path: root/doc/handbook/handbook.css
blob: aacd8b3a2dc55efb9e29dbeb1cbb7f16300d91d3 (plain)
    1 /*
    2  * Copyright (c) 2001 The FreeBSD Documentation Project
    3  * All rights reserved.
    4  *
    5  * Redistribution and use in source and binary forms, with or without
    6  * modification, are permitted provided that the following conditions
    7  * are met:
    8  * 1. Redistributions of source code must retain the above copyright
    9  *    notice, this list of conditions and the following disclaimer.
   10  * 2. Redistributions in binary form must reproduce the above copyright
   11  *    notice, this list of conditions and the following disclaimer in the
   12  *    documentation and/or other materials provided with the distribution.
   13  *
   14  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   15  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   16  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   17  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   18  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   19  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   20  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   21  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   22  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   23  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   24  * SUCH DAMAGE.
   25  *
   26  * $FreeBSD: doc/share/misc/docbook.css,v 1.4 2001/07/11 12:46:50 nik Exp $
   27  * 
   28  * Modified by: Rob McMeekin <viper@mcmeekin.info>
   29  *   Thu Nov 28 16:21:01 EST 2002
   30  *
   31  * Modified by: Per Liden <per@fukt.bth.se>
   32  *   Sat Jan 18 18:16:37 CET 2003
   33  */
   34 
   35 BODY ADDRESS {
   36 	line-height: 1.3;
   37 	margin: .6em 0;
   38 }
   39 
   40 blockquote {
   41 	margin-top: .75em;
   42 	line-height: 1.5;
   43 	margin-bottom: .75em;
   44 }
   45 
   46 body {
   47 	margin: 1em 8% 1em 10%;
   48 	line-height: 1.2;
   49 	background-color: #ffffff;
   50 }
   51 
   52 .legalnotice {
   53 	font-size: small;
   54 	font-variant: small-caps;
   55 }
   56 
   57 div {
   58 	margin: 0;
   59 }
   60 
   61 dl {
   62 	margin: .8em 0;
   63 	line-height: 1.2;
   64 }
   65 
   66 form {
   67 	margin: .6em 0;
   68 }
   69 
   70 h1, h2, h3, h4 {
   71 	color: #990000;
   72 }
   73 
   74 h1 {
   75 	margin: .8em 0 0 -4%;
   76 	line-height: 1.3;
   77 }
   78 
   79 h2 {
   80 	margin: .8em 0 0 -4%;
   81 	line-height: 1.3;
   82 }
   83 
   84 h3 {
   85 	margin: .8em 0 0 -3%;
   86 	line-height: 1.3;
   87 }
   88 
   89 h4 {
   90 	margin: .8em 0 0 -3%;
   91 	line-height: 1.3;
   92 }
   93 
   94 h5 {
   95 	margin: .8em 0 0 -2%;
   96 	line-height: 1.3;
   97 }
   98 
   99 h6 {
  100 	margin: .8em 0 0 -1%;
  101 	line-height: 1.3;
  102 }
  103 
  104 /*
  105 hr {
  106 	margin: .6em
  107 }
  108 */
  109 
  110 img.navheader {
  111 	margin: 0 0 0 -4%;
  112 }
  113 
  114 ol {
  115 	margin: 0 0 0 5%;
  116 	line-height: 1.2;
  117 }
  118 
  119 p {
  120 	margin: .6em 0;
  121 	line-height: 1.2;
  122 }
  123 
  124 pre {
  125 	margin: .75em 0;
  126 	line-height: 1.0;
  127 	color: #461b7e;
  128 }
  129 
  130 td {
  131 	line-height: 1.2
  132 }
  133 
  134 th {
  135 	line-height: 1.2;
  136 }
  137 
  138 ul, dir, menu {
  139 	margin: 0 0 0 5%;
  140 	line-height: 1.2;
  141 }
  142 
  143 html {
  144 	margin: 0; 
  145 	padding: 0;
  146 }
  147 
  148 
  149 h1, h2, h3, h4, h5, h6 {
  150 	margin-left: 0
  151 } 
  152 
  153 .programlisting {
  154         margin: 1em 5% 1em 5%;
  155 	color: #000000;
  156         background-color: #eeeeee;
  157 }
  158 
  159 .filename {
  160 	color: #007a00;
  161 }
  162 
  163 /*
  164 .literal {
  165 	color: #007a88;
  166 }
  167 */

Generated by cgit