Shape 5

Joomla Templates => Business Look - November 07 - Club => : bzl763 January 12, 2010, 09:44:51 AM



: Business CSS error pages?
: bzl763 January 12, 2010, 09:44:51 AM
after copying the default error.php from the templates/system director into the templates/businesslook directory...what needs to be done so the error message pages have the same CSS styling as the businesslook template?

thx.


: Re: Business CSS error pages?
: jonahh January 12, 2010, 11:52:18 AM
The CSS for the error messages is the following, which is located at the bottom of the template_css.css file.  You'd have to add the below IDs to the error.php or check the error.php and see what ID's are used and add them to the below.

:
/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}