OSDN Git Service

34cb3f3c0fc11879756db7e67bc51b4990b6376f
[linuxjm/jm.git] / www / jmpod.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, sans-serif;
9         font-size: smaller;
10         color: rgb(40%,40%,40%)
11 }
12
13 body {
14         background: BEIGE;
15         color: black;
16         margin-left: 3%;
17         margin-right: 3%;
18 }
19
20 h1 {
21         background-color: gold;
22 }
23
24 h2 {
25         background-color: gold;
26 }
27
28 h3 {
29         background-color: gold;
30 }
31
32 p {
33         text-indent: 0em;
34 }
35
36 p.indent {
37         text-indent: 1em;
38 }
39
40 p.noindent {
41         text-indent: 0em;
42 }
43
44 strong {
45         font-weight: bold;
46 }
47
48 dl dd {
49         padding-top: 0.3em;
50         padding-bottom: 0.3em;
51 }
52
53 ul li {
54         padding-bottom: 0.3em;
55 }
56
57 /* as of now, @import has not impremented in NN4 nor IE3-4 */
58 @import url(local.css)
59
60 /* EOF */