blob: 762b99144046a687b292ef053573dcacdab45eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
/* $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
}
|