- Timestamp:
- 12/01/06 02:00:47 (16 years ago)
- Location:
- dev/style
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/style/blue/style.css
r68 r132 553 553 font-family: Arial, Helvetica, sans-serif; 554 554 } 555 .popup-table 556 { 557 filter: alpha(opacity=90); 558 -moz-opacity: 0.9; 559 background-color:#39475F; 560 } -
dev/style/default/style.css
r68 r132 553 553 font-family: Arial, Helvetica, sans-serif; 554 554 } 555 .popup-table 556 { 557 filter: alpha(opacity=90); 558 -moz-opacity: 0.9; 559 background-color:#333333; 560 } -
dev/style/revelations/style.css
r95 r132 588 588 text-decoration: underline; 589 589 } 590 .popup-table 591 { 592 filter: alpha(opacity=90); 593 -moz-opacity: 0.9; 594 background-color:#999999; 595 }