How to apply my stylesheet to browser.
This is required when you have a problem in viewing particular colors or have problem in reading content which is more bright then this would be helpful. Not every site will be built with our wanted colors but we can choose every site be displayed in my own style.
This can be done by applying my own stylesheet to the browser.
For example, if i want to see all content with background of web page being white and foreground being black, then i will create a simple css with the following code and save it on my desktop.
* {
color: #000 !important;
background: #FFF !important;
}
If i am using IE browser, then i will open IE, go to Internet Options -> General -> Accessibility -> User Style sheet.
I will select my style sheet and i will see that all the web pages are changed.
If using Mozilla, then you need to put the css with name userContent.css in chrome directory under your profiles.
Reference: http://www.squarefree.com/userstyles/user-style-sheets.html
Sometimes, you will be facing issues with particular form or link being styled different in different browsers. You can remove this by visiting the Mozilla Folder -> res
under res folder, you will see the forms.css, html.css and quirk.css which are the basic 3 important css files which styles the page in a particular format. If you remove then, then you will see the entire web page being Unstyled.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment