Forum: Community Center


Subject: How to get rid of the new colours through your browser

spinner opened this issue on Jun 18, 2003 ยท 13 posts


spinner posted Wed, 18 June 2003 at 5:08 PM

Hi, I am not sure where to set this in MSIE (but you could go to Tools>Internet Options>General> and look at the tabs for colours on the lower side of the popup) but it's in the preferences in Opera 7 and Mozilla 6 (but only the latter two also allow alternate instead of user stylesheets. ************Science Bit ! ******************* User style sheet: user stylesheet is used instead of any the author specifies by default (user CSS has higher cascade precedence) Alternate Stylesheet: alternate is just a list of other stylesheets that could be chosen to be applied to the current document (which I don't feel is all that useful ;-}) ***********' Normal English ************** This means you can set a css file to show how you'd like rendo displayed - without having to go through the user profile The stylesheet is black, with white text and grey for links. ******'Like This !!!! ***************** 1) Copy the text below the ###'s ######################################################### / * Stylesheet for Rendo * $Id:Renod.css,v 1.0 2000/12/12 01:00 CBY/Spinner $ * /==================== body and anchor elements ====================/ body{ font-family: "century gothic", Arial, Verdana, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #000000; #margin-left: 2cm ; #margin-right:2cm; #text-align: justify; } P{ font-family: "century gothic", Arial, Verdana, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #FFFFFF } a:link{ color: #B6B6B6; text-decoration: underline; background-color: #000000; } a:visited{ color: #6D6D6D; background-color: #000000; } a:active{ color: #0000CC; background-color: #000000; / *} *a:focus{ *color: #fff; *} *a:hover{ *color: #fff; *background: #777; *text-decoration: underline; } / ##########Cut until the line above !! ############## 2) Save file as rendo.css 3) In Opera or Moz (not sure where in prefs), go to prefs > page Style > My style sheet 4) Point to the file you just created 5) reload page ~S