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

  1. /*
  2. Name: High contrast (W/B)
  3. Version: 1.00
  4. Author: Opera Software ASA
  5. Description: High contrast, white on black.
  6.  
  7. Copyright ⌐ 2003 Opera Software ASA.
  8. */
  9.  
  10.  
  11.  
  12. * {
  13.     background: Black !important;
  14.     color: White !important;
  15. }
  16.  
  17. input, textarea, select {
  18.     background: White !important;
  19.     color: Black !important;
  20. }
  21.  
  22. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
  23.     background: Silver !important;
  24.     color: Black !important;
  25. }
  26.  
  27. a[href] {text-decoration: underline !important;}
  28.  
  29. a[href]:hover {
  30.     background: White !important;
  31.     color: Black !important;
  32. }
  33.  
  34. a[href] img {border: thin solid White !important;}
  35.  
  36.  
  37.  
  38.  
  39. @media print {
  40.  
  41. * {
  42.     background: White !important;
  43.     color: Black !important;
  44. }
  45.  
  46. }
  47.  
  48.