]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/bind9/release-notes.css
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / bind9 / release-notes.css
1 /*
2  * Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
3  *
4  * Permission to use, copy, modify, and/or distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  *
8  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9  * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10  * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11  * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12  * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14  * PERFORMANCE OF THIS SOFTWARE.
15  */
16
17 /* $Id: release-notes.css,v 1.1.38.2 2011-08-24 01:53:51 marka Exp $ */
18
19 body {
20         background-color: #ffffff;
21         color: #333333;
22         font-family: "Helvetica Neue", "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
23         font-size: 14px;
24         line-height: 18px;
25         margin: 2em auto;
26         width: 700px;
27 }
28
29 .command {
30         font-family: "Courier New", "Courier", monospace;
31         font-weight: normal;
32 }
33
34 .note {
35         background-color: #ddeedd;
36         border: 1px solid #aaccaa;
37         margin: 1em 0 1em 0;
38         padding: 0.5em 1em 0.5em 1em;
39         -moz-border-radius: 10px;
40         -webkit-border-radius: 10px;
41 }
42
43 .screen {
44         background-color: #ffffee;
45         border: 1px solid #ddddaa;
46         padding: 0.25em 1em 0.25em 1em;
47         margin: 1em 0 1em 0;
48         -moz-border-radius: 10px;
49         -webkit-border-radius: 10px;
50 }
51
52 .section.title {
53         font-size: 150%;
54         font-weight: bold;
55 }
56
57 .section.section.title {
58   font-size: 130%;
59   font-weight: bold;
60 }