OSDN Git Service

Add the document and the homepage of pg_bigm project.
[pgbigm/pg_bigm.git] / html / style.css
1 body {
2         font-family:
3                 'メイリオ',
4                 'Meiryo',
5                 'ヒラギノ角ゴ Pro W3',
6                 'Hiragino Kaku Gothic Pro',
7                 'Osaka',
8                 'MS Pゴシック',
9                 Lucida Grande, Verdana, Arial, Helvetica,
10                 sans-serif;
11         color: #202020;
12 }
13
14 /* give the rule a bit of extra space (above and below), since its being used to divide
15    sections on some pages (project summary) */
16 HR { margin: 5px 0px 5px 0px }
17
18
19 h2, h3, h4, h5, h6 {
20     color: Black;
21     background: none;
22     padding-top: 0.5em;
23     padding-bottom: 0.17em;
24     border-bottom: 1px solid #aaaaaa;
25 }
26 H1 { font-size: x-large; }
27 H2 { font-size: large; }
28 H3 { padding-left: 1em; font-size: medium; }
29 H4 { padding-left: 2em; font-size: small; }
30 H5 { padding-left: 3em; font-size: x-small; }
31 H6 { padding-left: 4em; font-size: xx-small; }
32
33 pre {
34         font-family: courier,sans-serif;
35         background-color: #F5F5F5;
36         border: 2px solid #000000;
37         color: black;
38         line-height: 1.1em; padding: 0.5em;
39         overflow: auto;
40 }
41
42 li {
43         line-height: 1.4em;
44 }
45
46 dt {
47         padding-left: 1em;
48 }
49
50 a,
51 a:link,
52 a:visited,
53 a:active {
54     color: #02497E;
55     text-decoration: underline;
56 }
57
58 a:hover {
59     color: #89b229;
60 }
61
62 table {
63         border: 1px solid #000;
64         border-collapse: collapse;
65 }
66
67 th, td {
68         border: 1px solid #000;
69         padding: 0.2em;
70 }
71
72 thead th {
73         background: #aaa;
74         text-align: center;
75 }
76
77 tbody th {
78         background: #cceeff;
79         text-align: left;
80 }
81
82 div.index {
83         float:right;
84         border:thin solid black;
85         background-color: white;
86         padding-top: 0.2em;
87         padding-bottom: 0.2em;
88         padding-left: 1em;
89         padding-right: 1em;
90         margin-left: 0.5em;
91 }
92
93 p.padding {
94         padding-left: 1em;
95 }
96
97 p.footer {
98         text-align: right;
99         font-size: small;
100 }
101
102 span.param {
103         color: #0000cd;
104 }
105
106 span.strong {
107         font-weight: bold;
108         text-decoration: underline;
109 }
110
111 #navigation
112 {
113         display: block;
114         font-weight: bold;
115         font-size:110%;
116         text-align:center;
117         border-top: 1px solid #aaa;
118         border-bottom: 1px solid #aaa;
119 }
120
121 #navigation ul
122 {
123     padding: 0;
124     margin: 0;
125     line-height: 36px;
126 }
127
128 #navigation li
129 {
130     display: inline;
131     margin-left:36px;
132 }
133
134 #navigation a,
135 #navigation a:link,
136 #navigation a:visited,
137 #navigation a:active {
138     color: #000;
139     text-decoration: none;
140 }
141
142 #navigation a:hover {
143     text-decoration: underline;
144 }