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

  1. @charset "UTF-8";
  2. /*
  3. Name: High contrast (W/B)
  4. Version: 1.01
  5. Author: Opera Software ASA
  6. Description: High contrast, white on black.
  7.  
  8. Copyright ┬⌐ 2003 Opera Software ASA.
  9. */
  10.  
  11. * {
  12.     background: Black !important;
  13.     color: White !important;
  14. }
  15.  
  16. input, textarea, select {
  17.     background: White !important;
  18.     color: Black !important;
  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: White !important;
  30.     color: Black !important;
  31. }
  32.  
  33. a[href] img {border: thin solid White !important;}
  34.  
  35. @media print {
  36. * {
  37.     background: White !important;
  38.     color: Black !important;
  39. }
  40. }
  41.  
  42.