1
Basco
Change Font-Color for System-Messages
  • 2006/11/4 9:45

  • Basco

  • Just popping in

  • Posts: 17

  • Since: 2006/4/11


Hello everybody,

simple question :
Can anybody tell me where to change the font-color of system-messages, like error-message ?
I think it must be somewhere in a CSS-File, but where and what ?

Thanks in advance!!!

2
christian
Re: Change Font-Color for System-Messages
  • 2006/11/4 11:02

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Install Firefox with the plugin web developer.

After you can click on a element for know the style used

3
Quest
Re: Change Font-Color for System-Messages
  • 2006/11/4 14:26

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


In your theme folder style.css look for something like this:

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}

You should see other system msg styles in that same area too.

HTHs
Quest

4
Basco
Re: Change Font-Color for System-Messages
  • 2006/11/4 15:54

  • Basco

  • Just popping in

  • Posts: 17

  • Since: 2006/4/11


Thanks for that,

is it the same for system-messages, like "You don't have the right to access this area" ?

5
Quest
Re: Change Font-Color for System-Messages
  • 2006/11/5 15:06

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


I believe that is coded in the
of the system_redirect.html in your administration/system/templates

Then open your system template set and find the system_redirect.html. You should be able to make your color changes there.

Note: You will need to have a cloned template set or use the new feature of XOOPS 2.0.15 for the changes to work.

Quest

6
Basco
Re: Change Font-Color for System-Messages
  • 2006/11/6 10:50

  • Basco

  • Just popping in

  • Posts: 17

  • Since: 2006/4/11


Hey everybody,

I finaly made it with a combination of your suggestions.

I installed the extensions for Firefox and looked at the colors that are used on the page. After that I searched the style.css for the color-code and replaced it with the new color-code.

It solved my littel problem ...

Thanks for your help !!!

Basco

Login

Who's Online

193 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits