Add interpreters for row and recordarray types
[postmodern.git] / doc / style.css
blob0e7437ba7f46e88a376be3476bd2d82988a3b5a5
1 body {
2 margin: 0;
3 font-family: tahoma, arial, sans-serif;
4 padding: 50px 100px;
5 color: black;
8 h1 {
9 font-size: 250%;
10 border-bottom: 3px solid #449977;
13 h2 {
14 font-size: 140%;
15 border-bottom: 1px solid #449977;
18 h3 {
19 font-size: 110%;
22 code {
23 font-size: 1.2em;
26 p.news {
27 text-indent: -3em;
28 padding-left: 3em;
31 pre.code {
32 margin: 0 16px;
33 padding: 7px;
34 border: 1px solid #99CCBB;
37 p.def {
38 margin-top: 1.5em;
39 font-family: courier;
42 p.def span {
43 color: #555555;
44 font-weight: bold;
45 font-family: tahoma, arial, sans-serif;
46 font-size: .8em;
49 .desc {
50 margin-left: 1em;
53 thead {
54 font-weight: bold;
57 table {
58 border-collapse: collapse;
61 tr + tr {
62 border-top: 1px solid #88BB99;
65 thead tr {
66 border-bottom: 2px solid #88BB99;
69 td + td, th + th {
70 border-left: 2px solid #88BB99;
73 th {
74 text-align: left;
75 padding: 2px 5px;
78 td {
79 padding: 2px 5px;
80 vertical-align: top;
83 a:link {
84 color: #3333AA;
85 text-decoration: none;
88 a:visited {
89 color: #773377;
90 text-decoration: none;
93 a:hover {
94 text-decoration: underline;
97 ul.symbol-index {
98 font-family: monospace;
99 font-size: 1.2em;