ebfedea0ce
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
41 lines
533 B
CSS
41 lines
533 B
CSS
/* $NetBSD: style.css,v 1.3 2011/02/11 23:44:42 christos Exp $ */
|
|
|
|
body
|
|
{
|
|
margin-top: 40px;
|
|
font-family: verdana, sans-serif
|
|
}
|
|
|
|
.main
|
|
{
|
|
border: dashed;
|
|
border-width: 1px;
|
|
background-color: #f1f5ff;
|
|
padding: 15px;
|
|
width: 17cm;
|
|
margin: auto;
|
|
font-size: 10pt;
|
|
color: #304030;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header
|
|
{
|
|
color: #222222;
|
|
font-size: 16pt;
|
|
font-weight: bold;
|
|
margin-top: 0px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.main a
|
|
{
|
|
color: #333355;
|
|
text-decoration: underline
|
|
}
|
|
|
|
.main a:hover
|
|
{
|
|
color: #333355;
|
|
text-decoration: none
|
|
}
|