Differences between revisions 3 and 4
Revision 3 as of 2009-02-17 18:34:35
Size: 1597
Editor: KaiJaeger
Comment:
Revision 4 as of 2009-02-17 18:35:49
Size: 1622
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:

----
CategoryUnicode

Rule your Browser - tell'm what to do!

Overview

Modern websites use HTML or XHTML to mark up the contents of a page while CSS rules define how to display it.

Some Browsers offer a concept of how to overwrite the rules put in place by the original designer. That means you can specify a particular CSS rule. Done properly that rule will then be performed for

  • a particlar HTML tag with or without an ID, with or without a class definition
  • a particular website (URL)
  • a mixture of both

Different Browser

Different Browsers use different ways to put the concept mentioned above into action. Feel free to add your favorite Browser in case you have the knowledge.

Firefox

Attached you find a file Firefox_usercontent.css which defines a number of specialeties which you might consider an improvement:

  • Specify a particular font for the APL wiki; in case you don't like the default (APL385 Unicode). You can add "font-family: large;" as well if you use a cinema screen.
  • Specify a particular font for Google Mail
  • Specify a particular font for the Yahoo group dyalogusers

If you are not using personal Firefox profiles (presumably your are not), the file needs to go into:

C:\Documents and Settings\kai\Application Data\Mozilla\Firefox\Profiles\$$$$$.default\chrome\usercontent.css

$$$$$ stands for some random character which differ between machines. "default" would be your profile name if you use a particluar profile. If you don't know what a profile is you are presumably not using one.


CategoryUnicode

ConfigureYourBrowserForApl (last edited 2009-04-21 19:49:17 by KaiJaeger)