Forum Message
| | Message text /* * Edit this file and copy it as userContent.css into your * profile-directory/chrome/ for example: c:\Documents and Settings\{your name}\Application Data\Mozilla\Firefox\Profiles\{wierd code}\chrome\userContent.css */
/* * This file can be used to apply a style to all web pages you view * Rules without !important are overruled by author rules if the * author sets any. Rules with !important overrule author rules. */
/* * For more examples see http://www.mozilla.org/unix/customizing.html */
.ActUsrA { /* you ... */ color: #0000aa !important; font-weight: normal !important; text-decoration: none !important; }
.UsrA { /* someone else ... */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; }
.ActUsrP { /* you lost, and got shot down */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; }
.UsrP { /* someone else, and got shot down */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; }
.ActUsrR { /* you lost while exitting the board */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; }
.UsrR { /* someone else lost while exitting the board */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; }
.ActUsrW { /* you won */ color: #0000aa !important; font-weight: bold !important; text-decoration: none !important; background-color: transparent !important; }
.UsrW { /* someone else won */ color: #333333 !important; font-weight: normal !important; text-decoration: none !important; background-color: transparent !important; }
.ActUsrX { /* you were killed */ color: #0000aa !important; font-weight: normal !important; text-decoration: line-through !important; }
.UsrX { /* someone else was killed */ color: #333333 !important; font-weight: normal !important; text-decoration: line-through !important; }
|
|
|
|
|