Client-Side CSS
How to Create a Client-Side CSS File
To create a client-side style sheet, create a plain text file with a ".css" file extension using either a plain text editor or a CSS editor. Include CSS syntax in your client-side CSS file to control the visual presentation of Web pages.
To make it easier for you to enhance the accessibility of Web pages on this Web site, you can include any combination of the following client-side CSS in your client-side CSS file.
How to Configure Your Browser to Use a Client-Side CSS File
We provide instructions for configuring a variety of different Web browsers. Please find the information for the appropriate browser of your choice below.
Web Browsers
A Web browser is the software program you use to access the World Wide Web. Browsers come with a variety of helpful features. For the most up-to-date information about your browser and a complete tutorial, check your browser's Help menu or go to the Web site of the company that made it.
Internet Explorer for Windows
- Select
Internet Options…
in theTools
menu. - Select the
Accessibility…
button. - Check the
Format documents using my style sheet
box. - Use the
Browse…
button to select your client-side CSS file. - Confirm the changes by using the
OK
button.
Internet Explorer for Mac
- Select
Preferences…
in theExplorer
menu. - Select the
Web Content
section under theWeb Browser
list item (expand theWeb Browser
list item as necessary). - Check the
Show style sheets
andUse my style sheet
boxes. - Use the
Select Style Sheet…
button to select your client-side CSS file. - Confirm the changes by using the
OK
button.
Mozilla Firefox, Netscape (6.0 and Later) and Mozilla
- Rename your client-side CSS file to
userContent.css
. - Copy the file to the
chrome
sub-folder in your browser profile folder. Instructions for finding your profile folder. Thechrome
sub-folder should contain the filesuserContent-example.css
anduserChrome-example.css
. - Restart the browser.
Opera 8 and Later
- Select
Preferences…
in theTools
menu. - Select the
Advanced
tab. - Select the
Content
option in the list. - Select the
Style options…
button. - Use the
Choose…
button to select your client-side CSS file. - Confirm the changes by using the
OK
button.
Opera 7
- Select
Preferences…
in theFile
menu. - Select
Page Style
. - Use the
Choose…
button to select your client-side CSS file. - Confirm the changes by using the
OK
button.
Safari
- Select
Preferences
in theSafari
menu. - Select
Advanced
. - Use the
Other
button to select your client-side CSS file. - Confirm the changes by using the
OK
button.