home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / DEFAULTFORMS.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-13  |  1KB  |  53 lines

  1. /*
  2. Name: Use default forms design
  3. Version: 1.00
  4. Author: Opera Software ASA
  5. Description: Always use default forms design.
  6.  
  7. Copyright ⌐ 2003 Opera Software ASA.
  8. */
  9.  
  10.  
  11. input, select, button {font: menu !important;}
  12.  
  13. input, textarea, select {
  14.     background: White !important;
  15.     color: Black !important;
  16.     border-top: 2px solid black !important;
  17.     border-right: 1px solid silver !important;
  18.     border-bottom: 1px solid silver !important;
  19.     border-left: 2px solid black !important;
  20.     width: auto !important;
  21.     height: auto !important;
  22. }
  23.  
  24. input[type="text"], input[type="password"] {min-height: 1.2em !important;}
  25.  
  26. textarea {
  27.     min-height: 4em !important;
  28.     font: 0.9em monospace !important;
  29. }
  30.  
  31. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
  32.     height: 1.2em !important;
  33.     background: Silver !important;
  34.     color: Black !important;
  35.     text-align: center !important;
  36.     padding: 2px 3px 2px 3px !important;
  37.     border: medium outset !important;
  38.     min-width: 2em !important;
  39. }
  40.  
  41. button:active, input[type="file"]:active, input[type="submit"]:active,
  42. input[type="button"]:active, input[type="reset"]:active, input[type="image"]:active {
  43.     border: medium inset !important;
  44.     padding: 2px 2px 2px 4px !important;
  45. }
  46.  
  47. input[type="radio"] {border: none !important;}
  48.  
  49. input[type="image"] {content: "Submit" !important;}
  50.  
  51. input[type="image"][alt] {content: attr(alt) !important;}
  52.  
  53.