6fae67da24
https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib)
61 lines
1.6 KiB
CSS
61 lines
1.6 KiB
CSS
/*
|
|
* Copyright (C) 2010, 2011 Internet Systems Consortium, Inc. ("ISC")
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
* PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
/* $Id: release-notes.css,v 1.1.38.2 2011-08-24 01:53:51 marka Exp $ */
|
|
|
|
body {
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
font-family: "Helvetica Neue", "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
margin: 2em auto;
|
|
width: 700px;
|
|
}
|
|
|
|
.command {
|
|
font-family: "Courier New", "Courier", monospace;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.note {
|
|
background-color: #ddeedd;
|
|
border: 1px solid #aaccaa;
|
|
margin: 1em 0 1em 0;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.screen {
|
|
background-color: #ffffee;
|
|
border: 1px solid #ddddaa;
|
|
padding: 0.25em 1em 0.25em 1em;
|
|
margin: 1em 0 1em 0;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.section.title {
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.section.section.title {
|
|
font-size: 130%;
|
|
font-weight: bold;
|
|
}
|