home *** CD-ROM | disk | FTP | other *** search
- /*
- Name: Use default forms design
- Version: 1.00
- Author: Opera Software ASA
- Description: Always use default forms design.
-
- Copyright ⌐ 2003 Opera Software ASA.
- */
-
-
- input, select, button {font: menu !important;}
-
- input, textarea, select {
- background: White !important;
- color: Black !important;
- border-top: 2px solid black !important;
- border-right: 1px solid silver !important;
- border-bottom: 1px solid silver !important;
- border-left: 2px solid black !important;
- width: auto !important;
- height: auto !important;
- }
-
- input[type="text"], input[type="password"] {min-height: 1.2em !important;}
-
- textarea {
- min-height: 4em !important;
- font: 0.9em monospace !important;
- }
-
- button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
- height: 1.2em !important;
- background: Silver !important;
- color: Black !important;
- text-align: center !important;
- padding: 2px 3px 2px 3px !important;
- border: medium outset !important;
- min-width: 2em !important;
- }
-
- button:active, input[type="file"]:active, input[type="submit"]:active,
- input[type="button"]:active, input[type="reset"]:active, input[type="image"]:active {
- border: medium inset !important;
- padding: 2px 2px 2px 4px !important;
- }
-
- input[type="radio"] {border: none !important;}
-
- input[type="image"] {content: "Submit" !important;}
-
- input[type="image"][alt] {content: attr(alt) !important;}
-
-