home *** CD-ROM | disk | FTP | other *** search
- /*
- Name: Skin page background
- Version: 0.93 beta
- Author: Opera Software ASA
- Description: Add a background image as a page skin.
- */
-
- @media screen, projection, tv {
-
- * {
- background: transparent !important;
- color: Black !important;
- }
-
- html {
- background: #B0CADE !important;
- color: Black !important;
- }
-
- body {background: url(http://www.opera.com/support/helpfiles/metronome.png) no-repeat fixed bottom right !important;}
-
- a[href] {
- background: transparent !important;
- color: Blue !important;
- text-decoration: underline !important;
- line-height: 1.2em !important;
- }
-
- a[href]:visited {color: Red !important;}
-
- a[href]:hover {text-decoration: underline !important;}
-
- input, textarea, select {
- background: White !important;
- color: Black !important;
- }
-
- button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
- background: Silver !important;
- color: Black !important;
- }
-
- }
-
-