OSDN Git Service

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