home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 February / com_0502_cd2.iso / browser / ow32dede754j.exe / CONTRASTBW.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-25  |  773 b   |  42 lines

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