OSDN Git Service

Fix documentation.
[pghintplan/pg_hint_plan.git] / doc / style.css
1 body {
2         font-family:
3                 Lucida Grande, Verdana, Arial, Helvetica,
4                 'メイリオ',
5                 'Meiryo',
6                 'ヒラギノ角ゴ Pro W3',
7                 'Hiragino Kaku Gothic Pro',
8                 'Osaka',
9                 'MS Pゴシック',
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; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
27 H2 { font-size: large; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
28 H3 { padding-left: 1em; font-size: medium; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
29 H4 { padding-left: 2em; font-size: small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
30 H5 { padding-left: 3em; font-size: x-small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
31 H6 { padding-left: 4em; font-size: xx-small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
32
33 pre {
34         font-family: courier,sans-serif;
35         background-color: #FBFBFD;
36         border: 1px dashed #7E7ECB;
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 table {
47         background: #f9f9f9;
48         border: 1px solid #aaa;
49         border-collapse: collapse;
50 }
51
52 th, td {
53         border: 1px solid #aaa;
54         padding: 0.2em;
55 }
56
57 dt {
58         font-weight: 600;
59         margin-top: 1em;
60         margin-left: 1em;
61 }
62 dd {
63         margin-top: 0.5em;
64 }
65
66 thead th {
67         background: #f2f2f2;
68         text-align: center;
69 }
70
71 tbody th {
72         background: #f2f2f2;
73         text-align: left;
74 }
75
76 div.index {
77         float:right;
78         border:thin solid black;
79         background-color: white;
80         padding-top: 0.2em;
81         padding-bottom: 0.2em;
82         padding-left: 1em;
83         padding-right: 1em;
84         margin-left: 0.5em;
85 }
86
87 p.footer {
88         text-align: right;
89         font-size: small;
90 }
91
92 span.param {
93         color: #0000cd;
94 }
95
96 span.strong {
97         font-weight: bold;
98         text-decoration: underline;
99 }
100
101 div.tips{
102         font-size: small;
103         border: 1px solid #aaa;
104         background-color: #EFEFEF;
105         line-height: 1.1em; padding: 0.5em; margin: 0em 2em;
106 }
107
108 span.bold {
109         font-weight: bold;
110 }