OSDN Git Service

検索 CGI が動作する URL を www.linux.or.jp から linuxjm.sourceforge.jp に変更。
[linuxjm/jm.git] / www / contrib.css
1 /* $Id: contrib.css,v 1.2 2000/08/02 10:00:50 nakano Exp $ */
2
3 div.mirror-navigator {
4         text-align: right;
5         font-size: small;
6 }
7
8 div.copyright {
9         text-align: right;
10         font-family: helvetica, sans-serif;
11         font-size: smaller;
12         color: rgb(40%,40%,40%)
13 }
14
15 body {
16         background: white;
17         color: black;
18         margin-left: 3%;
19         margin-right: 3%;
20 }
21
22 h1 {
23         background-color: silver;
24         text-align: center;
25 }
26
27 h2 {
28         background-color: silver;
29 }
30
31 h3 {
32         background-color: silver;
33 }
34
35 p {
36         text-indent: 0em;
37 }
38
39 p.indent {
40         text-indent: 1em;
41 }
42
43 p.noindent {
44         text-indent: 0em;
45 }
46
47 strong {
48         font-weight: bold;
49 }
50
51 dl dd {
52         padding-top: 0.3em;
53         padding-bottom: 0.3em;
54 }
55
56 ul li {
57         padding-bottom: 0.3em;
58 }
59
60 /* as of now, @import has not impremented in NN4 nor IE3-4 */
61 @import url(local.css)
62
63 /* EOF */