minix/crypto/external/bsd/libsaslc/dist/style.css

42 lines
533 B
CSS
Raw Normal View History

/* $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
}