Rev 175 | Rev 182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 175 | Rev 179 | ||
|---|---|---|---|
| Line 373... | Line 373... | ||
| 373 | display: none; |
373 | display: none; |
| 374 | }
|
374 | }
|
| 375 | 375 | ||
| 376 | /* Controls */
|
376 | /* Controls */
|
| 377 | 377 | ||
| - | 378 | input,
|
|
| - | 379 | select |
|
| - | 380 | {
|
|
| - | 381 | margin: 0 0.2em 0.2em 0; |
|
| - | 382 | font-size: 1em; |
|
| - | 383 | }
|
|
| - | 384 | ||
| - | 385 | input |
|
| - | 386 | {
|
|
| - | 387 | min-width: 4.875em; |
|
| - | 388 | border: 1px solid #7d7d7d; |
|
| - | 389 | padding: 0 0.125em; |
|
| - | 390 | background-color: #000; |
|
| - | 391 | color: #fff; |
|
| - | 392 | }
|
|
| - | 393 | ||
| - | 394 | input:focus
|
|
| - | 395 | {
|
|
| - | 396 | border-color: #f90; |
|
| - | 397 | }
|
|
| - | 398 | ||
| - | 399 | select |
|
| - | 400 | {
|
|
| - | 401 | min-width: 5em; |
|
| - | 402 | background-color: #7d7d7d; |
|
| - | 403 | color: #000 !important; |
|
| - | 404 | border: none; |
|
| - | 405 | }
|
|
| - | 406 | ||
| - | 407 | select:focus
|
|
| - | 408 | {
|
|
| - | 409 | background-color: #f90; |
|
| - | 410 | color: #000; |
|
| - | 411 | }
|
|
| - | 412 | ||
| - | 413 | option {
|
|
| - | 414 | background-color: #000; |
|
| - | 415 | color: #fff; |
|
| - | 416 | }
|
|
| - | 417 | ||
| - | 418 | option:checked { |
|
| - | 419 | color: #fc6; |
|
| - | 420 | }
|
|
| - | 421 | ||
| 378 | .button:visited, |
422 | .button:visited, |
| 379 | .button
|
423 | .button
|
| 380 | {
|
424 | {
|
| 381 | position: relative; |
425 | position: relative; |
| 382 | display: inline-block; |
426 | display: inline-block; |
| Line 487... | Line 531... | ||
| 487 | .multi-display .button |
531 | .multi-display .button |
| 488 | {
|
532 | {
|
| 489 | width: 5em !important; |
533 | width: 5em !important; |
| 490 | }
|
534 | }
|
| 491 | 535 | ||
| - | 536 | #content.fixed { |
|
| - | 537 | position: fixed; |
|
| - | 538 | margin-right: 0.2em; |
|
| - | 539 | top: 12em; |
|
| - | 540 | right: 0; |
|
| - | 541 | bottom: 0.2em; |
|
| - | 542 | left: 16.8em; |
|
| - | 543 | overflow: hidden; |
|
| - | 544 | }
|
|
| - | 545 | ||
| 492 | .multi-display .upper |
546 | .multi-display .upper |
| 493 | {
|
547 | {
|
| 494 | position: absolute; |
548 | position: absolute; |
| 495 | top: 0; |
549 | top: 0; |
| 496 | left: 0; |
550 | left: 0; |