home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Software / Apps / opera7b2.exe / CONTRASTBW.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-17  |  721 b   |  39 lines

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