stylesheet.css 5.7 KB
Newer Older
1
/*
2
 * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License,
3 4 5 6 7 8
 * Version 1.0, and under the Eclipse Public License, Version 1.0
 * (http://h2database.com/html/license.html).
 * Initial Developer: H2 Group
 */

td, input, select, textarea, body, code, pre, td, th {
Thomas Mueller's avatar
Thomas Mueller committed
9
    font: 13px/1.4 Arial, sans-serif;
10 11 12
    font-weight: normal;
}

Thomas Mueller's avatar
Thomas Mueller committed
13 14 15 16 17
p {
    margin: 0.4em 0 0.6em 0;
}

h1 {
18 19 20
    font-weight: bold;
}

Thomas Mueller's avatar
Thomas Mueller committed
21 22 23 24 25 26 27
h2, h3, h4, h5 {
    margin: 0.8em 0 0.5em 0;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

28
td, input, select, textarea, body, code, pre {
Thomas Mueller's avatar
Thomas Mueller committed
29
    font-size: 13px;
30 31 32 33
}

pre {
    background-color: #ece9d8;
34 35 36 37 38 39 40 41 42 43 44 45 46
    border: 1px solid #aca899;
    padding: 6px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 2px 2px 2px #aca899;
    -webkit-box-shadow: 2px 2px 2px #aca899;
    -khtml-box-shadow: 2px 2px 2px #aca899;
    -o-box-shadow: 2px 2px 2px #aca899;
    box-shadow: 2px 2px 2px #aca899;
47 48 49 50
}

code {
    background-color: #ece9d8;
51 52 53 54 55 56
    padding: 0px 4px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
57 58 59 60 61 62 63
}

img {
    border: 0px;
}

body {
64
    max-width: 800px;
Thomas Mueller's avatar
Thomas Mueller committed
65 66 67
    clear: both;
    width: 800px;
    margin: 0 auto;
68 69 70 71 72
}

h1 {
    background-color: #0000bb;
    padding: 2px 4px 2px 4px;
Thomas Mueller's avatar
Thomas Mueller committed
73
    margin-top: 11px;
74
    color: #fff;
Thomas Mueller's avatar
Thomas Mueller committed
75
    font-size: 22px;
76 77 78 79
    line-height: normal;
}

h2 {
Thomas Mueller's avatar
Thomas Mueller committed
80
    font-size: 19px;
81 82 83
}

h3 {
Thomas Mueller's avatar
Thomas Mueller committed
84
    font-size: 16px;
85 86 87
}

h4 {
Thomas Mueller's avatar
Thomas Mueller committed
88
    font-size: 13px;
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
}

hr {
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    border: 0px solid blue;
}

table {
    background-color: #ffffff;
    border-collapse: collapse;
    border: 1px solid #aca899;
}

104 105 106 107 108 109 110 111 112 113 114 115 116
.main {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 2px 2px 2px #aca899;
    -webkit-box-shadow: 2px 2px 2px #aca899;
    -khtml-box-shadow: 2px 2px 2px #aca899;
    -o-box-shadow: 2px 2px 2px #aca899;
    box-shadow: 2px 2px 2px #aca899;
}

117 118 119 120
th {
    text-align: left;
    background-color: #ece9d8;
    border: 1px solid #aca899;
Thomas Mueller's avatar
Thomas Mueller committed
121
    padding: 3px;
122 123 124 125 126 127 128
}

td {
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    border: 1px solid #aca899;
Thomas Mueller's avatar
Thomas Mueller committed
129
    padding: 3px;
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
}

form {
}

ul, ol {
    list-style-position: outside;
    padding-left: 20px;
}

li {
    margin-top: 2px;
}

a {
    text-decoration: none;
    color: #0000ff;
}

Thomas Mueller's avatar
Thomas Mueller committed
149 150 151 152
a:visited {
    color: #0000bb;
}

153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
a:hover {
    text-decoration: underline;
}

em.u {
    text-decoration: underline;
    font-style: normal;
}

.menu {
    margin: 10px 10px 10px 10px;
}

table.search {
    width: 100%;
    border: 0px;
}

tr.search {
    border: 0px;
}

td.search {
    border: 0px;
    padding: 2px 0px 2px 10px;
}

td.searchKeyword {
    border: 0px;
    padding: 0px 0px 0px 2px;
}

td.searchKeyword a {
    text-decoration: none;
    color: #000000;
}

td.searchKeyword a:hover {
    text-decoration: underline;
}

td.searchLink {
    border: 0px;
    padding: 0px 0px 0px 32px;
    text-indent: -16px;
}

td.searchLink a {
    text-decoration: none;
    color: #0000ff;
}

td.searchLink a:hover {
    text-decoration: underline;
}

table.nav {
    border: 0px;
}

tr.nav {
    border: 0px;
}

td.nav {
    border: 0px;
}

table.content {
    width: 100%;
    height: 100%;
    border: 0px;
}

tr.content {
    border:0px;
}

td.content {
    border:0px;
}

.contentDiv {
    margin:10px;
}

.content {
    margin: 10px 10px 10px 0px;
}

.screenshot {
    border: 1px outset #800;
    padding: 10px;
    margin: 10px 0px;
}

.compareFeature {
}

.compareY {
    color: #050;
}

.compareN {
    color: #800;
}
259

260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
table.index {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    border-collapse: collapse;
}

td.index {
    width: 33%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    border-collapse: collapse;
    vertical-align: top;
}

279 280 281 282 283 284 285
.railroad {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
}
286

287 288 289 290 291
.c {
    padding: 1px 3px;
    margin: 0px 0px;
    border: 2px solid;
    -moz-border-radius: 0.4em;
292 293
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
294 295 296
    border-radius: 0.4em;
    background-color: #fff;
}
297

298 299 300 301 302 303 304 305 306 307
.ts {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ts.png);
    width: 16px;
}
308

309 310 311 312 313 314 315 316 317 318
.ls {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ls.png);
    width: 16px;
}
319

320 321 322 323 324 325 326 327 328 329
.ks {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ks.png);
    width: 16px;
}
330

331 332 333 334 335 336 337 338 339 340
.te {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-te.png);
    width: 16px;
}
341

342 343 344 345 346 347 348 349 350 351
.le {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-le.png);
    width: 16px;
}
352

353 354 355 356 357 358 359 360 361 362
.ke {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ke.png);
    width: 16px;
}
363

364 365 366 367 368 369 370 371 372 373 374
.d {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-d.png);
    background-repeat: repeat-x;
    min-width: 16px;
}