home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
ow32enen.exe
/
ACCESSIBILITY.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-01-13
|
4KB
|
165 lines
/*
Name: Accessibility layout
Version: 1.00
Author: Opera Software ASA
Description: Accessibility style sheet for added readability.
Copyright ⌐ 2003 Opera Software ASA.
*/
/*To change the backround color, please edit the lines (background) below.*/
* {
max-height: none !important;
min-height: 0px !important;
height: auto !important;
max-width: none !important;
min-width: 0px !important;
width: auto !important;
color: Black !important;
background: #D8F5D3 !important; /* Light green, chosen color */
/* background: #FFFFCC !important; */ /* Light yellow */
/* background: #DDDDFF !important; */ /* Light blue */
font: 18px/1.4em normal normal Sassoon, Arial, Helvetica, sans-serif !important;
text-align: left !important;
text-transform: none !important;
text-decoration: none !important;
word-spacing: 0.4mm !important;
letter-spacing: 0.2mm !important;
}
body {
padding-bottom: 2em !important;
max-width: 45em !important;
}
body:after {
display: block !important;
clear: both !important;
content: "Zoom: Numeric [+] and [-] - Enter URL: [F8] - Shortcuts: [Ctrl+B]" !important;
position: fixed !important;
bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
border-top: thin solid Black !important;
border-left: thin solid Black !important;
border-right: thin solid Black !important;
padding: 1px !important;
width: 100% !important;
height: auto !important;
background: Silver !important;
color: Black !important;
font-size: smaller !important;
text-align: center !important;
word-spacing: normal !important;
letter-spacing: normal !important;
line-height: normal !important;
}
a[href] {text-decoration: underline !important;}
a[href]:hover {
background: White !important;
color: Black !important;
}
a[href]:active {
background: transparent !important;
text-decoration: none !important;
}
img {border: none !important;}
a[href] img {border: medium solid Black !important;}
input, textarea, select {
background: White !important;
color: Black !important;
}
input[type="text"], input[type="password"] {min-height: 1.2em !important;}
textarea {min-height: 4em !important;}
button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
padding: 2px !important;
min-width: 2em !important;
height: 1.2em !important;
background: Silver !important;
color: Black !important;
text-align: center !important;
}
a[accesskey]:after, button[accesskey]:after, input[accesskey]:after,
label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after {
margin-left: 0.3em;
content: "(" attr(accesskey) ")"; color: red;
}
b, strong, em {font-weight: bold !important;}
h1, h2, h3, h4, h5, h6 {font-weight: bold !important;}
h1 {
font-size: 160% !important;
line-height: 1.0em !important;
}
h2 {
font-size: 140% !important;
line-height: 1.2em !important;
}
h3 {
font-size: 120% !important;
line-height: 1.4em !important;
}
h4 {
font-size: 110% !important;
line-height: 1.4em !important;
}
h5 {
font-size: 100% !important;
line-height: 1.2em !important;
}
h6 {
font-size: 90% !important;
line-height: 1.2em !important;
}
hr {
height: 5px !important;
background-color: Black !important;
color: Black !important;
border: none !important;
}
@media print {
* {
color: Black !important;
background: white !important;
font-size: 5.6mm !important;
}
}