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

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