Post Reply 
Siamesecat's background filters
Jul. 25, 2004, 10:10 PM
Post: #17
 
doc_psycho,

It just occurred to me why you want to add a colour-setting code on every page. I can be so absent-minded sometimes!
I forgot that I also use a stylesheet with Firefox that changes the default background colour if nobody bothers to set one. I thought you might like a copy of the userContent stylesheet that I use. The purpose of all the code in it is explained by remarks. You can remove any that you don't want.
Code:
/*
* 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.
*
* This file goes into the chrome subdirectory within the user profile.
* Search for the "chrome.rdf" file.  The one under
* c:\windows\Application Data
* is the one which is important here.  Place this file in the same directory.
*/

/*This line makes links red on hover.*/
a:hover{color:rgb(255,0,0) !important}
/*This line makes visited links purple.*/
a:visited {color:#993399 !important;}

/* image buttons - this code makes "submit" and "button" buttons light grey */
input[type="submit"] {
  background-color: rgb(204,204,204) !important;
  font-size: medium !important;
}

input[type="button"] {
  background-color: #CCCCCC !important;
}

/* This line changes the appearance of the cursor on javascript links. */
a[href^="javascript:"] {cursor: move;}

/* This line forces the default background to be light green. */
BODY {background-color: lightgreen;}
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Siamesecat - Jul. 22, 2004, 08:20 PM
[] - Oddysey - Jul. 23, 2004, 01:12 AM
[] - Siamesecat - Jul. 23, 2004, 09:04 AM
[] - Oddysey - Jul. 23, 2004, 01:25 PM
[] - Oddysey - Jul. 23, 2004, 01:36 PM
[] - Kye-U - Jul. 23, 2004, 08:31 PM
[] - Siamesecat - Jul. 24, 2004, 06:17 AM
[] - doc_psycho - Jul. 24, 2004, 10:09 AM
[] - Siamesecat - Jul. 24, 2004, 11:54 PM
[] - doc_psycho - Jul. 25, 2004, 06:37 AM
[] - Siamesecat - Jul. 25, 2004, 07:26 AM
[] - doc_psycho - Jul. 25, 2004, 09:43 AM
[] - Oddysey - Jul. 25, 2004, 05:11 PM
[] - doc_psycho - Jul. 25, 2004, 07:12 PM
[] - Siamesecat - Jul. 25, 2004, 09:20 PM
[] - Siamesecat - Jul. 25, 2004, 09:32 PM
[] - Siamesecat - Jul. 25, 2004 10:10 PM
[] - doc_psycho - Jul. 26, 2004, 05:29 AM
[] - Oddysey - Jul. 26, 2004, 07:01 AM
[] - Oddysey - Jul. 26, 2004, 07:19 AM
[] - Siamesecat - Jul. 26, 2004, 08:46 AM
[] - doc_psycho - Jul. 27, 2004, 06:57 AM

Forum Jump: