home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Apps / OperawithJava / ow32enen700b1j.exe / SKINPAGE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-07  |  956 b   |  45 lines

  1. /*
  2. Name: Skin page background
  3. Version: 0.93 beta
  4. Author: Opera Software ASA
  5. Description: Add a background image as a page skin.
  6. */
  7.  
  8. @media screen, projection, tv {
  9.  
  10. * {
  11.     background: transparent !important;
  12.     color: Black !important;
  13. }
  14.  
  15. html {
  16.     background: #B0CADE !important;
  17.     color: Black !important;
  18. }
  19.  
  20. body {background: url(http://www.opera.com/support/helpfiles/metronome.png) no-repeat fixed bottom right !important;}
  21.  
  22. a[href] {
  23.     background: transparent !important;
  24.     color: Blue !important;
  25.     text-decoration: underline !important;
  26.     line-height: 1.2em !important;
  27. }
  28.  
  29. a[href]:visited {color: Red !important;}
  30.  
  31. a[href]:hover {text-decoration: underline !important;}
  32.  
  33. input, textarea, select {
  34.     background: White !important;
  35.     color: Black !important;
  36. }
  37.  
  38. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
  39.     background: Silver !important;
  40.     color: Black !important;
  41. }
  42.  
  43. }
  44.  
  45.