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: 10pt/130% Tahoma, Arial, Helvetica, sans-serif;
10 11 12 13
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
Thomas Mueller's avatar
Thomas Mueller committed
14
    font: 10pt Tahoma, Arial, Helvetica, sans-serif;
15 16 17 18
    font-weight: bold;
}

td, input, select, textarea, body, code, pre {
Thomas Mueller's avatar
Thomas Mueller committed
19
    font-size: 10pt;
20 21 22 23
}

pre {
    background-color: #ece9d8;
24 25 26 27 28 29 30 31 32 33 34 35 36
    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;
37 38 39 40
}

code {
    background-color: #ece9d8;
41 42 43 44 45 46
    padding: 0px 4px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
47 48 49 50 51 52 53
}

img {
    border: 0px;
}

body {
54
    max-width: 800px;
Thomas Mueller's avatar
Thomas Mueller committed
55 56 57
    clear: both;
    width: 800px;
    margin: 0 auto;
58 59 60 61 62
}

h1 {
    background-color: #0000bb;
    padding: 2px 4px 2px 4px;
Thomas Mueller's avatar
Thomas Mueller committed
63
    margin-top: 11px;
64
    color: #fff;
Thomas Mueller's avatar
Thomas Mueller committed
65
    font-size: 19pt;
66 67 68 69
    line-height: normal;
}

h2 {
Thomas Mueller's avatar
Thomas Mueller committed
70
    font-size: 16pt;
71
    margin-top: 1.5em;
72 73 74
}

h3 {
Thomas Mueller's avatar
Thomas Mueller committed
75
    font-size: 13pt;
76
    margin-top: 1.5em;
77 78 79
}

h4 {
Thomas Mueller's avatar
Thomas Mueller committed
80
    font-size: 10pt;
81
    margin-top: 1.5em;
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
}

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

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

97 98 99 100 101 102 103 104 105 106 107 108 109
.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;
}

110 111 112 113
th {
    text-align: left;
    background-color: #ece9d8;
    border: 1px solid #aca899;
Thomas Mueller's avatar
Thomas Mueller committed
114
    padding: 3px;
115 116 117 118 119 120 121
}

td {
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    border: 1px solid #aca899;
Thomas Mueller's avatar
Thomas Mueller committed
122
    padding: 3px;
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
}

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
142 143 144 145
a:visited {
    color: #0000bb;
}

146 147 148 149 150 151 152 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
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;
}
252

253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271
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;
}

272 273 274 275 276 277 278
.railroad {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
}
279

280 281 282 283 284
.c {
    padding: 1px 3px;
    margin: 0px 0px;
    border: 2px solid;
    -moz-border-radius: 0.4em;
285 286
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
287 288 289
    border-radius: 0.4em;
    background-color: #fff;
}
290

291 292 293 294 295 296 297 298 299 300
.ts {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ts.png);
    width: 16px;
}
301

302 303 304 305 306 307 308 309 310 311
.ls {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ls.png);
    width: 16px;
}
312

313 314 315 316 317 318 319 320 321 322
.ks {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ks.png);
    width: 16px;
}
323

324 325 326 327 328 329 330 331 332 333
.te {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-te.png);
    width: 16px;
}
334

335 336 337 338 339 340 341 342 343 344
.le {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-le.png);
    width: 16px;
}
345

346 347 348 349 350 351 352 353 354 355
.ke {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    vertical-align: top;
    height: 24px;
    background-image: url(images/div-ke.png);
    width: 16px;
}
356

357 358 359 360 361 362 363 364 365 366 367
.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;
}