OSDN Git Service

091ce798be1486b36b68001c81e3a4db481c879c
[linuxjm/jm.git] / www / contrib.css
1 div.mirror-navigator {
2         text-align: right;
3         font-size: small;
4 }
5
6 div.copyright {
7         text-align: right;
8         font-family: Helvetica, Arial, sans-serif;
9         font-size: smaller;
10         color: rgb(40%,40%,40%)
11 }
12
13 body {
14         background: white;
15         color: black;
16         margin-left: 3%;
17         margin-right: 3%;
18 }
19
20 h1 {
21         background-color: silver;
22         text-align: center;
23 }
24
25 h2 {
26         background-color: silver;
27 }
28
29 h3 {
30         background-color: silver;
31 }
32
33 p {
34         text-indent: 0em;
35 }
36
37 p.indent {
38         text-indent: 1em;
39 }
40
41 p.noindent {
42         text-indent: 0em;
43 }
44
45 strong {
46         font-weight: bold;
47 }
48
49 dl dd {
50         padding-top: 0.3em;
51         padding-bottom: 0.3em;
52 }
53
54 ul li {
55         padding-bottom: 0.3em;
56 }
57
58 /* Local configs for browsing locally downloaded files */
59 @import url(local.css)
60
61 /* EOF */