home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
ow32enen.exe
/
CONTRASTWB.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-01-13
|
774b
|
48 lines
/*
Name: High contrast (W/B)
Version: 1.00
Author: Opera Software ASA
Description: High contrast, white on black.
Copyright ⌐ 2003 Opera Software ASA.
*/
* {
background: Black !important;
color: White !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;
}
a[href] {text-decoration: underline !important;}
a[href]:hover {
background: White !important;
color: Black !important;
}
a[href] img {border: thin solid White !important;}
@media print {
* {
background: White !important;
color: Black !important;
}
}