OSDN Git Service

Support DECLARE CURSOR syntax and added regression for table hinting.
[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 thead th {
58         background: #f2f2f2;
59         text-align: center;
60 }
61
62 tbody th {
63         background: #f2f2f2;
64         text-align: left;
65 }
66
67 div.index {
68         float:right;
69         border:thin solid black;
70         background-color: white;
71         padding-top: 0.2em;
72         padding-bottom: 0.2em;
73         padding-left: 1em;
74         padding-right: 1em;
75         margin-left: 0.5em;
76 }
77
78 p.footer {
79         text-align: right;
80         font-size: small;
81 }
82
83 span.param {
84         color: #0000cd;
85 }
86
87 span.strong {
88         font-weight: bold;
89         text-decoration: underline;
90 }
91
92 div.tips{
93         font-size: small;
94         border: 1px solid #aaa;
95         background-color: #EFEFEF;
96         line-height: 1.1em; padding: 0.5em; margin: 0em 2em;
97 }
98
99 span.bold {
100         font-weight: bold;
101 }