register_user

can I (and where?) modify background color or tex color in:

"Nota: le password devono essere lunghe almeno 6 caratteri e contenere almeno un carattere di ognuno dei seguenti gruppi: {A-Za-z0-9}, {~!@#$%&*_+`-(),.\^'"/[]{}=:;?|}."

i use effervescence+ theme... background is "light brown" and text is white...

thx.

Comments

  • I'm not familar with this theme, but usually you will find the code in the Css file under styles directory.

    Laurent
  • You might want to get a copy of the Effervescence+ theme from the Development build [NO, it will not run on the 1.4.2.3 release, so do not even try.] But if you compare its CSS files to the ones in the current release you will see the changes needed.
  • I would suggest you use Firefox and install the "Web Developer" extension (the Firebug extension allows something similar).

    Then display the bar and choose Ctrl-Shift-Y (Display styles of a particular element) and you will see a red box moving around as you hover over different parts of your window. Styles will be displayed in a bar near the top of the window. Then it becomes fairly easy to know which style to modify.
  • acrylian Administrator, Developer
    Or if you have Safari, that has a similar tool like Firebug built in (context menu "Element info").
Sign In or Register to comment.