Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -393,6 +393,11 @@ |
394 | 394 | text-align: left; |
395 | 395 | width: 500px; |
396 | 396 | padding-bottom: 30px; |
| 397 | + background-color: #ffffff; |
| 398 | + filter:alpha(opacity=90); |
| 399 | + -moz-opacity:0.90; |
| 400 | + -khtml-opacity: 0.90; |
| 401 | + opacity: 0.90; |
397 | 402 | } |
398 | 403 | div#instructions p { |
399 | 404 | text-align:justify; |
— | — | @@ -416,6 +421,12 @@ |
417 | 422 | div#contacts form { |
418 | 423 | margin-bottom: 1em; |
419 | 424 | } |
| 425 | +div#contacts a:link, div#contacts a:visited { |
| 426 | + color: #dedede; |
| 427 | +} |
| 428 | +div#contacts a:hover, div#contacts a:active { |
| 429 | + color: #ffffff; |
| 430 | +} |
420 | 431 | table.person { |
421 | 432 | margin-bottom: 1em; |
422 | 433 | margin-left: 20px; |