1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
/*
Default stylesheet for Ontopia whitepapers, articles and documentation.
$Id: whitepapers.css,v 1.1.1.1 2004/01/14 03:34:03 az Exp $
*/
body {
background-color: #fff;
color: #000;
margin-left: 10%;
margin-right: 10%;
margin-top: 36pt;
margin-bottom: 36pt;
background-color: white;
color: black;
}
h1 {
background-color: #006e7d;
color: #fff;
font-weight: normal;
padding: 8pt;
padding-top: 12pt;
margin-bottom: 0pt;
font-size: 200%;
}
h2.subtitle {
background-color: #003344;
font-weight: normal;
color: #137;
margin-top: 0pt;
color: #acc;
padding: 4pt;
padding-left: 36pt;
font-size: 140%;
}
h1, h2, h3, h4, h5, th {
font-family: Verdana, Arial, sans-serif;
}
h2, h3, h4, h5 {
color: #006e7d;
}
h2 {
margin-top: 48pt;
font-size: 180%;
}
h3 {
margin-top: 36pt;
font-size: 140%;
}
dt {
margin-top: 12pt;
font-weight: bold;
}
th {
text-align: left;
}
td {
vertical-align: top;
}
tt {
color: #2F00C0;
}
.remark {
color: red;
}
code, pre {
background-color: #EEE;
}
a:link {
color: #006e7d;
}
a:visited {
color: #034;
}
dd p {
margin-top: 0pt;
}
.warning {
color: red;
}
.ireq {
color: #034;
}
td {
vertical-align: top;
}
/*
Customize table layout
*/
.dbTable {
}
.dbTableHeaderRow {
background-color: #EEE;
}
.dbTableHeaderEntry {
}
.dbTableRow {
}
.dbTableEntry {
}
|