| 1 |
html, body { |
|---|
| 2 |
overflow: hidden; |
|---|
| 3 |
/* |
|---|
| 4 |
This will broke resizing of graph in IE6 (IE7 - OK), but absense of |
|---|
| 5 |
it brokes legend popups everythere. Moving to '.all' looks to solve |
|---|
| 6 |
all problems. |
|---|
| 7 |
|
|---|
| 8 |
width: 100%; |
|---|
| 9 |
*/ |
|---|
| 10 |
} |
|---|
| 11 |
|
|---|
| 12 |
.all { |
|---|
| 13 |
width: 100%; |
|---|
| 14 |
} |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
table, tr, td, div, body { |
|---|
| 18 |
margin: 0; |
|---|
| 19 |
padding: 0; |
|---|
| 20 |
border: 0; |
|---|
| 21 |
} |
|---|
| 22 |
|
|---|
| 23 |
td { |
|---|
| 24 |
vertical-align: top; |
|---|
| 25 |
} |
|---|
| 26 |
|
|---|
| 27 |
.all { |
|---|
| 28 |
height: 100%; |
|---|
| 29 |
width: 100%; |
|---|
| 30 |
margin: 0px; |
|---|
| 31 |
padding: 0px; |
|---|
| 32 |
} |
|---|
| 33 |
|
|---|
| 34 |
.header { |
|---|
| 35 |
color: #000055; |
|---|
| 36 |
background: #E0E0E0; |
|---|
| 37 |
border: 1px solid #C0C0C0; |
|---|
| 38 |
margin-top: 0; |
|---|
| 39 |
/* margin-bottom: 5px;*/ |
|---|
| 40 |
margin-bottom: 1px; |
|---|
| 41 |
margin-left: 2px; |
|---|
| 42 |
margin-right: 2px; |
|---|
| 43 |
padding: 5px; |
|---|
| 44 |
height: 50px; |
|---|
| 45 |
} |
|---|
| 46 |
|
|---|
| 47 |
.header table { |
|---|
| 48 |
height: 100%; |
|---|
| 49 |
/* padding: 3px;*/ |
|---|
| 50 |
} |
|---|
| 51 |
|
|---|
| 52 |
/* |
|---|
| 53 |
.header table, .header tr, .header td { |
|---|
| 54 |
border: 1px solid black; |
|---|
| 55 |
} |
|---|
| 56 |
*/ |
|---|
| 57 |
|
|---|
| 58 |
.header .title { |
|---|
| 59 |
font-weight: bold; |
|---|
| 60 |
text-align: left; |
|---|
| 61 |
padding-left: 50px; |
|---|
| 62 |
vertical-align: middle; |
|---|
| 63 |
} |
|---|
| 64 |
|
|---|
| 65 |
.header .title td { |
|---|
| 66 |
vertical-align: top; |
|---|
| 67 |
} |
|---|
| 68 |
|
|---|
| 69 |
.header .title b { |
|---|
| 70 |
font-size: 20pt; |
|---|
| 71 |
letter-spacing: 6px; |
|---|
| 72 |
} |
|---|
| 73 |
|
|---|
| 74 |
.header .title i { |
|---|
| 75 |
font-size: 10pt; |
|---|
| 76 |
letter-spacing: 6px; |
|---|
| 77 |
font-style: normal; |
|---|
| 78 |
} |
|---|
| 79 |
|
|---|
| 80 |
|
|---|
| 81 |
.header .right { |
|---|
| 82 |
vertical-align: bottom; |
|---|
| 83 |
height: 100%; |
|---|
| 84 |
} |
|---|
| 85 |
|
|---|
| 86 |
.header .search { |
|---|
| 87 |
text-align: right; |
|---|
| 88 |
vertical-align: top; |
|---|
| 89 |
position: absolute; |
|---|
| 90 |
top: 2px; |
|---|
| 91 |
right: 5px; |
|---|
| 92 |
} |
|---|
| 93 |
|
|---|
| 94 |
.header .search input { |
|---|
| 95 |
background: #FFFCBA; |
|---|
| 96 |
font-size: 12px; |
|---|
| 97 |
width: 400px; |
|---|
| 98 |
} |
|---|
| 99 |
|
|---|
| 100 |
.header .links { |
|---|
| 101 |
text-align: right; |
|---|
| 102 |
margin-right: 3px; |
|---|
| 103 |
|
|---|
| 104 |
/* margin-top: 25px;*/ |
|---|
| 105 |
/* Doing a little smaller to fit search box */ |
|---|
| 106 |
font-family: Arial, Verdana; |
|---|
| 107 |
font-size: 17px; |
|---|
| 108 |
} |
|---|
| 109 |
|
|---|
| 110 |
/* Next two, fixing IE7 */ |
|---|
| 111 |
.header .links table { |
|---|
| 112 |
margin: 0; |
|---|
| 113 |
padding: 0; |
|---|
| 114 |
border: 0; |
|---|
| 115 |
} |
|---|
| 116 |
.header .links table td { |
|---|
| 117 |
vertical-align: bottom; |
|---|
| 118 |
text-align: right; |
|---|
| 119 |
} |
|---|
| 120 |
|
|---|
| 121 |
|
|---|
| 122 |
.statusbar { |
|---|
| 123 |
height: 20px; |
|---|
| 124 |
/* font-family: Arial, Verdana;*/ |
|---|
| 125 |
font-size: 15px; |
|---|
| 126 |
background: #FFEEF1; |
|---|
| 127 |
border: 1px solid gray; |
|---|
| 128 |
position: absolute; |
|---|
| 129 |
bottom: 0px; |
|---|
| 130 |
left: 0px; |
|---|
| 131 |
right: 0px; |
|---|
| 132 |
z-index: 1; /* We need that for Opera */ |
|---|
| 133 |
} |
|---|
| 134 |
|
|---|
| 135 |
/* |
|---|
| 136 |
This is needed for IE6, otherwise the statusbar have invalid width |
|---|
| 137 |
*/ |
|---|
| 138 |
.statusbar div { |
|---|
| 139 |
width: 100%; |
|---|
| 140 |
} |
|---|
| 141 |
|
|---|
| 142 |
/* |
|---|
| 143 |
.sidebar { |
|---|
| 144 |
margin-top: 10px; |
|---|
| 145 |
} |
|---|
| 146 |
*/ |
|---|
| 147 |
|
|---|
| 148 |
#main_sidebar div+div { |
|---|
| 149 |
margin-top: 10px; |
|---|
| 150 |
} |
|---|
| 151 |
|
|---|
| 152 |
|
|---|
| 153 |
.sidebar .holder { |
|---|
| 154 |
border: 1px solid black; |
|---|
| 155 |
padding: 0px; |
|---|
| 156 |
margin: 0px; |
|---|
| 157 |
} |
|---|
| 158 |
|
|---|
| 159 |
.sidebar .switch { |
|---|
| 160 |
padding: 1px; |
|---|
| 161 |
margin: 0px; |
|---|
| 162 |
border: 0px; |
|---|
| 163 |
} |
|---|
| 164 |
|
|---|
| 165 |
.sidebar .switch button { |
|---|
| 166 |
padding: 0px; |
|---|
| 167 |
margin: 0px; |
|---|
| 168 |
display: block; |
|---|
| 169 |
border: 1px solid #C0C0C0; |
|---|
| 170 |
color: #000055; |
|---|
| 171 |
background: #F0F0F0; |
|---|
| 172 |
text-decoration: none; |
|---|
| 173 |
/* min-width: 20px; causin artefacts in IE and Opera */ |
|---|
| 174 |
/* width: 25px;*/ |
|---|
| 175 |
} |
|---|
| 176 |
|
|---|
| 177 |
.sidebar .switch button:hover { |
|---|
| 178 |
border: 1px #007000 solid; |
|---|
| 179 |
background: #F0E0E0; |
|---|
| 180 |
} |
|---|
| 181 |
|
|---|
| 182 |
.sidebar .switch table td { |
|---|
| 183 |
vertical-align: middle; |
|---|
| 184 |
} |
|---|
| 185 |
|
|---|
| 186 |
|
|---|
| 187 |
/* |
|---|
| 188 |
Causes problems to IE |
|---|
| 189 |
.sidebar .switch div:first-letter, .header .links div:first-letter { |
|---|
| 190 |
text-transform: uppercase; |
|---|
| 191 |
} |
|---|
| 192 |
*/ |
|---|
| 193 |
|
|---|
| 194 |
|
|---|
| 195 |
#main_sidebar_controls .controls { |
|---|
| 196 |
overflow: auto; |
|---|
| 197 |
/* |
|---|
| 198 |
Strangely working as expected only in IE |
|---|
| 199 |
|
|---|
| 200 |
overflow-y: auto; |
|---|
| 201 |
overflow-x: visible; |
|---|
| 202 |
|
|---|
| 203 |
height: 300px; |
|---|
| 204 |
*/ |
|---|
| 205 |
/* height: 421px;*/ |
|---|
| 206 |
width: 350px; |
|---|
| 207 |
} |
|---|
| 208 |
|
|---|
| 209 |
.controls, .controls table { |
|---|
| 210 |
width: 100%; |
|---|
| 211 |
} |
|---|
| 212 |
|
|---|
| 213 |
/* |
|---|
| 214 |
.controls table td { |
|---|
| 215 |
border: 1px solid black; |
|---|
| 216 |
} |
|---|
| 217 |
*/ |
|---|
| 218 |
|
|---|
| 219 |
.select_table td+td { |
|---|
| 220 |
text-align: right; |
|---|
| 221 |
} |
|---|
| 222 |
|
|---|
| 223 |
|
|---|
| 224 |
.module { |
|---|
| 225 |
/* For detection of min-height property support */ |
|---|
| 226 |
min-width: 10px; |
|---|
| 227 |
min-height: 10px; |
|---|
| 228 |
|
|---|
| 229 |
/*border: solid black 1px; debugging*/ |
|---|
| 230 |
} |
|---|
| 231 |
|
|---|
| 232 |
.module_link, .module_link_current { |
|---|
| 233 |
text-decoration: none; |
|---|
| 234 |
} |
|---|
| 235 |
|
|---|
| 236 |
.module_link { |
|---|
| 237 |
color: blue; |
|---|
| 238 |
} |
|---|
| 239 |
|
|---|
| 240 |
.module_link_current { |
|---|
| 241 |
color: #32ad32; |
|---|
| 242 |
} |
|---|
| 243 |
|
|---|
| 244 |
.popup { |
|---|
| 245 |
/*min-width: 300px; ignored by IE, bug in Opera */ |
|---|
| 246 |
min-width: 10px; |
|---|
| 247 |
min-height: 10px; |
|---|
| 248 |
} |
|---|
| 249 |
|
|---|
| 250 |
|
|---|
| 251 |
.module_source_link, .module_source_link_current { |
|---|
| 252 |
background: #E0E0E0; |
|---|
| 253 |
} |
|---|
| 254 |
.module_source_link a, .module_source_link_current a { |
|---|
| 255 |
text-decoration: none; |
|---|
| 256 |
} |
|---|
| 257 |
.module_source_link a { |
|---|
| 258 |
color: blue; |
|---|
| 259 |
} |
|---|
| 260 |
.module_source_link_current a { |
|---|
| 261 |
color: #32ad32; |
|---|
| 262 |
} |
|---|
| 263 |
.module_source_link_current a:before { |
|---|
| 264 |
content: "{"; |
|---|
| 265 |
} |
|---|
| 266 |
.module_source_link_current a:after { |
|---|
| 267 |
content: "}"; |
|---|
| 268 |
} |
|---|
| 269 |
|
|---|
| 270 |
.module_controls_link, .module_controls_link_current { |
|---|
| 271 |
background: #E0E0E0; |
|---|
| 272 |
padding-left: 5px; |
|---|
| 273 |
padding-right: 5px; |
|---|
| 274 |
text-align: center; |
|---|
| 275 |
} |
|---|
| 276 |
.module_controls_link a, .module_controls_link_current a { |
|---|
| 277 |
text-decoration: none; |
|---|
| 278 |
} |
|---|
| 279 |
.module_controls_link a { |
|---|
| 280 |
color: blue; |
|---|
| 281 |
} |
|---|
| 282 |
.module_controls_link_current a { |
|---|
| 283 |
color: #32ad32; |
|---|
| 284 |
} |
|---|
| 285 |
.module_controls_link_current a:before { |
|---|
| 286 |
content: "{"; |
|---|
| 287 |
} |
|---|
| 288 |
.module_controls_link_current a:after { |
|---|
| 289 |
content: "}"; |
|---|
| 290 |
} |
|---|
| 291 |
|
|---|
| 292 |
.sidebar .controls table td { |
|---|
| 293 |
padding-right: 5px; |
|---|
| 294 |
} |
|---|
| 295 |
|
|---|
| 296 |
#module_export select, #module_aggregator select, #module_source_source select { |
|---|
| 297 |
width: 200px; |
|---|
| 298 |
} |
|---|
| 299 |
|
|---|
| 300 |
#module_source_time select { |
|---|
| 301 |
width: 150px; |
|---|
| 302 |
} |
|---|
| 303 |
|
|---|
| 304 |
/* causes proble in gecko */ |
|---|
| 305 |
#source_db_item_tr select { |
|---|
| 306 |
width: 100%; |
|---|
| 307 |
} |
|---|
| 308 |
|
|---|
| 309 |
#source_db_item_tr td { |
|---|
| 310 |
text-align: right; |
|---|
| 311 |
} |
|---|
| 312 |
|
|---|
| 313 |
|
|---|
| 314 |
#source_timestart input, #source_timeend input, #source_winstart input, #source_winend input { |
|---|
| 315 |
width: 124px; |
|---|
| 316 |
} |
|---|
| 317 |
|
|---|
| 318 |
#source_timestart img, #source_timeend img, #source_winstart img, #source_winend img { |
|---|
| 319 |
border: 0px; |
|---|
| 320 |
padding: 0px; |
|---|
| 321 |
margin: 0px; |
|---|
| 322 |
width: 16px; |
|---|
| 323 |
height: 16px; |
|---|
| 324 |
vertical-align: middle; |
|---|
| 325 |
} |
|---|
| 326 |
|
|---|
| 327 |
#source_axes_table td { |
|---|
| 328 |
margin: 0px; |
|---|
| 329 |
padding: 0px; |
|---|
| 330 |
} |
|---|
| 331 |
|
|---|
| 332 |
#source_axes_table .axis_name { |
|---|
| 333 |
font-weight: bold; |
|---|
| 334 |
} |
|---|
| 335 |
|
|---|
| 336 |
.source_yrange input { |
|---|
| 337 |
width: 64px; |
|---|
| 338 |
} |
|---|
| 339 |
|
|---|
| 340 |
#source_yopts input { |
|---|
| 341 |
width: 128px; |
|---|
| 342 |
} |
|---|
| 343 |
|
|---|
| 344 |
.source_apply td { |
|---|
| 345 |
text-align: center; |
|---|
| 346 |
} |
|---|
| 347 |
|
|---|
| 348 |
.source_apply button { |
|---|
| 349 |
width: 90%; |
|---|
| 350 |
margin-top: 5px; |
|---|
| 351 |
margin-bottom: 5px; |
|---|
| 352 |
} |
|---|
| 353 |
|
|---|
| 354 |
|
|---|
| 355 |
.export_apply td { |
|---|
| 356 |
text-align: center; |
|---|
| 357 |
} |
|---|
| 358 |
|
|---|
| 359 |
.export_apply button { |
|---|
| 360 |
width: 90%; |
|---|
| 361 |
margin-top: 5px; |
|---|
| 362 |
margin-bottom: 5px; |
|---|
| 363 |
} |
|---|
| 364 |
|
|---|
| 365 |
|
|---|
| 366 |
.hide_source_control { |
|---|
| 367 |
display: none; |
|---|
| 368 |
} |
|---|
| 369 |
|
|---|
| 370 |
.hide_source_history { |
|---|
| 371 |
display: inline; |
|---|
| 372 |
} |
|---|
| 373 |
|
|---|
| 374 |
.hide_experiment_custom { |
|---|
| 375 |
display: none; |
|---|
| 376 |
} |
|---|
| 377 |
|
|---|
| 378 |
.hide_window_custom { |
|---|
| 379 |
display: none; |
|---|
| 380 |
} |
|---|
| 381 |
|
|---|
| 382 |
.header .links { |
|---|
| 383 |
/* display: inline;*/ |
|---|
| 384 |
} |
|---|
| 385 |
|
|---|
| 386 |
.menu_button { |
|---|
| 387 |
margin-left: 5px; |
|---|
| 388 |
|
|---|
| 389 |
width: 0px; /* needed by IE6 */ |
|---|
| 390 |
/* |
|---|
| 391 |
width: 25px; |
|---|
| 392 |
height: 25px; |
|---|
| 393 |
*/ |
|---|
| 394 |
display: inline; |
|---|
| 395 |
position: absolute; |
|---|
| 396 |
left: 0px; |
|---|
| 397 |
|
|---|
| 398 |
/* |
|---|
| 399 |
The positioning of submenus with 'position: absolute' is broken in |
|---|
| 400 |
dhtmlxmenu. The hack below is to handle that |
|---|
| 401 |
top: 0px; |
|---|
| 402 |
padding-top: 20px; |
|---|
| 403 |
*/ |
|---|
| 404 |
top: 20px; |
|---|
| 405 |
/* |
|---|
| 406 |
please see z-index handling in menu.js, needed only for IE |
|---|
| 407 |
*/ |
|---|
| 408 |
} |
|---|
| 409 |
|
|---|
| 410 |
.selector { |
|---|
| 411 |
background: white; |
|---|
| 412 |
border: 1px solid black; |
|---|
| 413 |
margin-right: 1px; |
|---|
| 414 |
/* margin-bottom: 5px;*/ |
|---|
| 415 |
} |
|---|
| 416 |
|
|---|
| 417 |
.graph { |
|---|
| 418 |
width: 100%; |
|---|
| 419 |
} |
|---|
| 420 |
|
|---|
| 421 |
.dialog { |
|---|
| 422 |
position: absolute; |
|---|
| 423 |
background-color: #c0c0c0; |
|---|
| 424 |
border-color: #f0f0f0 #606060 #404040 #d0d0d0; |
|---|
| 425 |
border-style: solid; |
|---|
| 426 |
border-width: 2px; |
|---|
| 427 |
|
|---|
| 428 |
margin: 0px; /* 5px */ |
|---|
| 429 |
padding: 2px; |
|---|
| 430 |
cursor: pointer; |
|---|
| 431 |
z-index: 500; |
|---|
| 432 |
} |
|---|
| 433 |
|
|---|
| 434 |
.dialog .close { |
|---|
| 435 |
cursor: default; |
|---|
| 436 |
margin: 2px; |
|---|
| 437 |
position: absolute; |
|---|
| 438 |
width: 20px; |
|---|
| 439 |
height: 20px; |
|---|
| 440 |
padding: 5px; |
|---|
| 441 |
background: url(images/close.png) no-repeat; |
|---|
| 442 |
} |
|---|
| 443 |
|
|---|
| 444 |
.dialog .maximize { |
|---|
| 445 |
cursor: default; |
|---|
| 446 |
margin: 2px; |
|---|
| 447 |
left: 24px; |
|---|
| 448 |
position: absolute; |
|---|
| 449 |
width: 20px; |
|---|
| 450 |
height: 20px; |
|---|
| 451 |
padding: 5px; |
|---|
| 452 |
background: url(images/maximize.png) no-repeat; |
|---|
| 453 |
} |
|---|
| 454 |
|
|---|
| 455 |
.dialog .restore { |
|---|
| 456 |
cursor: default; |
|---|
| 457 |
margin: 2px; |
|---|
| 458 |
left: 24px; |
|---|
| 459 |
position: absolute; |
|---|
| 460 |
width: 20px; |
|---|
| 461 |
height: 20px; |
|---|
| 462 |
padding: 5px; |
|---|
| 463 |
background: url(images/restore.png) no-repeat; |
|---|
| 464 |
} |
|---|
| 465 |
|
|---|
| 466 |
|
|---|
| 467 |
.dialog .titlebar { |
|---|
| 468 |
/*** |
|---|
| 469 |
* IE6 would consider width: 100% (for auto) if we specify height) |
|---|
| 470 |
* |
|---|
| 471 |
height: 21px; |
|---|
| 472 |
*/ |
|---|
| 473 |
min-height: 21px; |
|---|
| 474 |
max-height: 21px; |
|---|
| 475 |
background-color: #008080; |
|---|
| 476 |
cursor: default; |
|---|
| 477 |
margin: 0px; |
|---|
| 478 |
padding: 2px 2px 2px .5em; |
|---|
| 479 |
overflow: hidden; |
|---|
| 480 |
} |
|---|
| 481 |
|
|---|
| 482 |
|
|---|
| 483 |
.dialog .titlebar span { |
|---|
| 484 |
color: #ffffff; |
|---|
| 485 |
font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif; |
|---|
| 486 |
font-size: 12pt; |
|---|
| 487 |
font-weight: bold; |
|---|
| 488 |
text-align: left; |
|---|
| 489 |
white-space: nowrap; |
|---|
| 490 |
padding: 45px; |
|---|
| 491 |
width: 100%; |
|---|
| 492 |
vertical-align: center; |
|---|
| 493 |
} |
|---|
| 494 |
|
|---|
| 495 |
.dialog .content { |
|---|
| 496 |
cursor: default; |
|---|
| 497 |
background-color: #ffffff; |
|---|
| 498 |
border-color: #404040 #e0e0e0 #f0f0f0 #505050; |
|---|
| 499 |
border-style: solid; |
|---|
| 500 |
border-width: 2px; |
|---|
| 501 |
margin: 2px 0px 0px 0px; |
|---|
| 502 |
padding: .5em; |
|---|
| 503 |
font-size: medium; /* required by IE7 */ |
|---|
| 504 |
/* overflow: hidden;*/ |
|---|
| 505 |
overflow: auto; |
|---|
| 506 |
} |
|---|
| 507 |
|
|---|
| 508 |
.dialog iframe { |
|---|
| 509 |
display:none;/*sorry for IE5*/ |
|---|
| 510 |
display/**/:block;/*sorry for IE5*/ |
|---|
| 511 |
position:absolute;/*must have*/ |
|---|
| 512 |
top:0;/*must have*/ |
|---|
| 513 |
left:0;/*must have*/ |
|---|
| 514 |
z-index:-1;/*must have*/ |
|---|
| 515 |
filter:mask();/*must have*/ |
|---|
| 516 |
width: 100%;/*must have for any big value*/ |
|---|
| 517 |
height: 100%;/*must have for any big value*/; |
|---|
| 518 |
} |
|---|
| 519 |
|
|---|
| 520 |
#legend .content p { |
|---|
| 521 |
margin: 3px 5px 3px 5px; |
|---|
| 522 |
} |
|---|
| 523 |
|
|---|
| 524 |
#legend .content td, .legend .content th { |
|---|
| 525 |
padding-right: 20px; |
|---|
| 526 |
padding-left: 20px; |
|---|
| 527 |
} |
|---|
| 528 |
|
|---|
| 529 |
|
|---|
| 530 |
.navigation, .minipc |
|---|
| 531 |
{ |
|---|
| 532 |
font-family: Arial, Verdana; |
|---|
| 533 |
font-size: 10pt; |
|---|
| 534 |
font-weight: normal; |
|---|
| 535 |
vertical-align: middle; |
|---|
| 536 |
background: white; |
|---|
| 537 |
text-decoration: none; |
|---|
| 538 |
white-space: nowrap; |
|---|
| 539 |
margin-right: 10px; |
|---|
| 540 |
margin-left: 10px; |
|---|
| 541 |
} |
|---|
| 542 |
|
|---|
| 543 |
.navigation a |
|---|
| 544 |
{ |
|---|
| 545 |
font-weight: normal; |
|---|
| 546 |
padding: 2px; |
|---|
| 547 |
margin-bottom: 2px; |
|---|
| 548 |
display: block; |
|---|
| 549 |
color: #000055; |
|---|
| 550 |
background: #F0F0F0; |
|---|
| 551 |
font-weight: bold; |
|---|
| 552 |
border: 1px solid #C0C0C0; |
|---|
| 553 |
text-decoration: none; |
|---|
| 554 |
} |
|---|
| 555 |
|
|---|
| 556 |
.navigation a:hover |
|---|
| 557 |
{ |
|---|
| 558 |
border: 1px #007000 solid; |
|---|
| 559 |
} |
|---|
| 560 |
|
|---|
| 561 |
|
|---|
| 562 |
.linkbutton |
|---|
| 563 |
{ |
|---|
| 564 |
text-align: center; |
|---|
| 565 |
} |
|---|
| 566 |
|
|---|
| 567 |
.linkbutton a |
|---|
| 568 |
{ |
|---|
| 569 |
border: 3px #F0B0B0 solid; |
|---|
| 570 |
} |
|---|
| 571 |
|
|---|
| 572 |
.linkbutton a:hover |
|---|
| 573 |
{ |
|---|
| 574 |
border: 3px #F00000 solid; |
|---|
| 575 |
} |
|---|
| 576 |
|
|---|
| 577 |
|
|---|
| 578 |
|
|---|
| 579 |
.highlight { |
|---|
| 580 |
color: #BB0000; |
|---|
| 581 |
} |
|---|
| 582 |
|
|---|
| 583 |
.highlight a { |
|---|
| 584 |
color: #BB0000; |
|---|
| 585 |
} |
|---|
| 586 |
|
|---|
| 587 |
.lowlight { |
|---|
| 588 |
color: #771111; |
|---|
| 589 |
} |
|---|
| 590 |
|
|---|
| 591 |
.lowlight a { |
|---|
| 592 |
color: #771111; |
|---|
| 593 |
} |
|---|
| 594 |
|
|---|
| 595 |
|
|---|
| 596 |
/* |
|---|
| 597 |
.info { |
|---|
| 598 |
padding: 10px; |
|---|
| 599 |
vertical-align: top; |
|---|
| 600 |
background: #BFFFBF; |
|---|
| 601 |
border: 1px solid #00C000; |
|---|
| 602 |
margin: 10px; |
|---|
| 603 |
font-size:14pt; |
|---|
| 604 |
line-height: 1.5; |
|---|
| 605 |
} |
|---|
| 606 |
|
|---|
| 607 |
|
|---|
| 608 |
.error { |
|---|
| 609 |
padding: 10px; |
|---|
| 610 |
vertical-align: top; |
|---|
| 611 |
background: pink; |
|---|
| 612 |
border: 1px solid #00C000; |
|---|
| 613 |
margin: 10px; |
|---|
| 614 |
font-size:14pt; |
|---|
| 615 |
line-height: 1.5; |
|---|
| 616 |
} |
|---|
| 617 |
*/ |
|---|
| 618 |
|
|---|
| 619 |
.info h1, .error h1 { |
|---|
| 620 |
font-family: Arial, Verdana; |
|---|
| 621 |
font-weight:bold; |
|---|
| 622 |
color:#000055; |
|---|
| 623 |
font-size:16pt; |
|---|
| 624 |
margin: 3px; |
|---|
| 625 |
margin-bottom: 20px; |
|---|
| 626 |
} |
|---|
| 627 |
|
|---|
| 628 |
.groups { |
|---|
| 629 |
padding: 10px; |
|---|
| 630 |
vertical-align: top; |
|---|
| 631 |
/* background: #E0E0E0; |
|---|
| 632 |
border: 1px solid #C0C0C0;*/ |
|---|
| 633 |
} |
|---|
| 634 |
|
|---|
| 635 |
.group { |
|---|
| 636 |
padding: 10px; |
|---|
| 637 |
vertical-align: top; |
|---|
| 638 |
background: #E0E0E0; |
|---|
| 639 |
border: 1px solid #00C000; |
|---|
| 640 |
margin: 10px; |
|---|
| 641 |
width: 45%; |
|---|
| 642 |
} |
|---|
| 643 |
|
|---|
| 644 |
.group form { |
|---|
| 645 |
margin: 0px; |
|---|
| 646 |
padding: 0px; |
|---|
| 647 |
} |
|---|
| 648 |
|
|---|
| 649 |
.group h1 { |
|---|
| 650 |
font-family: Arial, Verdana; |
|---|
| 651 |
font-weight:bold; |
|---|
| 652 |
color:#000055; |
|---|
| 653 |
font-size:14pt; |
|---|
| 654 |
margin: 3px; |
|---|
| 655 |
margin-bottom: 5px; |
|---|
| 656 |
} |
|---|
| 657 |
|
|---|
| 658 |
.group .good { |
|---|
| 659 |
color: green; |
|---|
| 660 |
font-weight: bold; |
|---|
| 661 |
} |
|---|
| 662 |
|
|---|
| 663 |
.group .bad { |
|---|
| 664 |
color: red; |
|---|
| 665 |
font-weight: bold; |
|---|
| 666 |
} |
|---|
| 667 |
|
|---|
| 668 |
|
|---|
| 669 |
.xml_module, .wiki { |
|---|
| 670 |
overflow: auto; |
|---|
| 671 |
} |
|---|
| 672 |
|
|---|
| 673 |
.xml_module .error { |
|---|
| 674 |
color: red; |
|---|
| 675 |
} |
|---|
| 676 |
|
|---|
| 677 |
.xml_module h1 { |
|---|
| 678 |
text-align: center; |
|---|
| 679 |
font-family: Arial, Verdana; |
|---|
| 680 |
font-weight:bold; |
|---|
| 681 |
color:#000055; |
|---|
| 682 |
font-size:16pt; |
|---|
| 683 |
margin: 3px; |
|---|
| 684 |
margin-bottom: 20px; |
|---|
| 685 |
} |
|---|
| 686 |
|
|---|
| 687 |
.xml_module table { |
|---|
| 688 |
width: 100%; |
|---|
| 689 |
} |
|---|
| 690 |
|
|---|
| 691 |
.xml_module td { |
|---|
| 692 |
text-align: center; |
|---|
| 693 |
padding: 1px 4px 1px 4px; |
|---|
| 694 |
border: 1px solid black; |
|---|
| 695 |
} |
|---|
| 696 |
|
|---|
| 697 |
.xml_module th { |
|---|
| 698 |
text-align: center; |
|---|
| 699 |
padding: 1px 4px 1px 4px; |
|---|
| 700 |
background: lightgray; |
|---|
| 701 |
border: 1px solid black; |
|---|
| 702 |
} |
|---|
| 703 |
|
|---|
| 704 |
.wiki { |
|---|
| 705 |
margin: 10px; |
|---|
| 706 |
} |
|---|
| 707 |
|
|---|
| 708 |
.wiki .wiki_header { |
|---|
| 709 |
/* text-align: center;*/ |
|---|
| 710 |
font-size: 18px; |
|---|
| 711 |
font-weight:bold; |
|---|
| 712 |
margin-bottom: 18px; |
|---|
| 713 |
margin-top: 0px; |
|---|
| 714 |
} |
|---|
| 715 |
|
|---|
| 716 |
.wiki .wiki_header2{ |
|---|
| 717 |
font-size: 12px; |
|---|
| 718 |
font-weight:bold; |
|---|
| 719 |
margin-bottom: 12px; |
|---|
| 720 |
margin-top: 0px; |
|---|
| 721 |
} |
|---|
| 722 |
|
|---|
| 723 |
|
|---|
| 724 |
/* |
|---|
| 725 |
#main_div { |
|---|
| 726 |
background: blue; |
|---|
| 727 |
} |
|---|
| 728 |
#module_graph { |
|---|
| 729 |
background: green; |
|---|
| 730 |
} |
|---|
| 731 |
#graph_image_div { |
|---|
| 732 |
background: red; |
|---|
| 733 |
} |
|---|
| 734 |
*/ |
|---|
| 735 |
|
|---|
| 736 |
|
|---|
| 737 |
|
|---|
| 738 |
.imgCrop_button_runs { |
|---|
| 739 |
position: absolute; |
|---|
| 740 |
background: url(images/run_button.png); |
|---|
| 741 |
border: green solid 1px; |
|---|
| 742 |
width: 19px; |
|---|
| 743 |
height: 20px; |
|---|
| 744 |
margin: 5px; |
|---|
| 745 |
cursor: pointer; |
|---|
| 746 |
z-index: 5; |
|---|
| 747 |
} |
|---|