home *** CD-ROM | disk | FTP | other *** search
- /* Stylesheet for the Opera Plugins document */
- /* Copyright 2000 Opera Software */
-
- body {
- font-size: 13px;
- font-family: Verdana, Arial, sans-serif;
- background-color: Window;
- color: black;
- }
-
- table {
- border: none;
- padding: 0;
- border-spacing: 0;
- font-size: 13px;
- white-space: nowrap;
- border-collapse: collapse;
- border-bottom: 1px solid Scrollbar;
- }
-
- td {
- border-right: 1px solid Scrollbar;
- border-left: 1px solid Scrollbar;
- padding-left: 1em;
- padding-right: 1em;
- white-space: nowrap;
- }
-
- .type, .mime, .path {
- border-top: 1px solid Scrollbar;
- }
- .mime {
- border-right: 1px solid Scrollbar;
- }
- .plugin {
- border-right: 0;
- background-color: Scrollbar;
- text-align: left;
- padding-top: 0px;
- padding-bottom: 3px;
- font-weight: bold;
- font-style: normal;
- font-size: 20px;
- }
-
-
- strong {
- font-weight: normal;
- }
-
-
-