home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Apps / OperawithJava / ow32enen700b1j.exe / DEFAULTFORMS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-01  |  1.4 KB  |  51 lines

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