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

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