Доброго времени суток. Установил Joomala 1.5+VirtueMart, также установил модули mod_virtuemart_search, mod_virtuemart_cart, mod_virtuemart, mod_virtuemart_login. Если мы не вбиваем на сайте логин и пароль, сразу нажимаем кнопку Войти, то выходит сообщение об ошибке:
Вход запрещен! Ваша учетная запись заблокирована или пока еще не активирована. Вы получили письмо со ссылкой и перешли по ней для активации учетной записи? Это сообщение с иконкой и на красном фоне. Я хочу что бы это был красный текст на белом фоне. Я убрал фон и картинку, но не как не могу сделать сообщение красным.
template.css
form#com-form-login ul li
{
background-image: none;
padding: 0;
}
/* thumbnails */
div.mosimage
{
margin: 5px;
}
div.mosimage_caption {
font-size: .90em;
color: #666;
}
div.caption
{
padding: 0 10px 0 10px;
}
div.caption img
{
border: 1px solid #CCC;
}
div.caption p
{
font-size: .90em;
color: #666;
text-align: center;
}
/* Parameter Table */
table.paramlist
{
margin-top: 5px;
}
table.paramlist td.paramlist_key
{
width: 128px;
text-align: left;
height: 30px;
}
div.message
{
font-weight: bold;
font-size: 14px;
color: #c30;
text-align: center;
width: auto;
background-color: #f9f9f9;
border: solid 1px #d5d5d5;
margin: 3px 0 10px;
padding: 3px 20px;
}
/* Banners module */
/* Default skyscraper style */
.banneritem img
{
display: block;
margin-left: auto;
margin-right: auto;
}
/* Text advert style */
.banneritem_text
{
padding: 4px;
font-size: 11px;
}
.bannerfooter_text
{
padding: 4px;
font-size: 11px;
background-color: #f7f7f7;
text-align: right;
}
/* System Messages */
/* see system general.css */
.pagination span
{
padding: 2px;
}
.pagination a
{
padding: 2px;
}
/* Polls */
.pollstableborder
{
margin-top: 8px;
}
.pollstableborder td
{
text-align: left;
}
/* WebLinks */
span.description
{
display: block;
padding-left: 30px;
}
/* Frontend Editing*/
fieldset
{
border: 1px solid #ccc;
margin-top: 15px;
padding: 15px;
}
legend
{
margin: 0;
padding: 0 10px;
}
td.key
{
border-bottom: 1px solid #eee;
color: #666;
}
/* Tooltips */
.tool-tip
{
float: left;
background: #ffc;
border: 1px solid #d4d5aa;
padding: 5px;
max-width: 200px;
}
.tool-title
{
padding: 0;
margin: 0;
font-size: 100%;
font-weight: bold;
margin-top: -15px;
padding-top: 15px;
padding-bottom: 5px;
background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text
{
font-size: 100%;
margin: 0;
}
/* 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;
border-top: 3px solid #de7a7b;
border-bottom: 3px solid #de7a7b;
margin: 0;
padding-left: 40px;
text-indent: 0;
}
/* System Error Messages */
#system-message dd.error ul
{
color:#ff0000;
background: #ffffff 4px center no-repeat;
border: 0px;
margin: 0;
padding-left: 40px;
text-indent: 0;
}
/* 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;
margin: 0;
padding-left: 40px;
text-indent: 0;
}
#syndicate
{
float: left;
padding-left: 25px;
}
/* Component Specific Fixes */
#component-contact table td
{
padding: 2px 0;
}
.breadcrumbs img
{
margin: 0;
padding: 0;
border: 0;
}
менял вот этот кусок
/* System Error Messages */
#system-message dd.error ul
{
color:#ff0000;
background: #ffffff 4px center no-repeat;
border: 0px;
margin: 0;
padding-left: 40px;
text-indent: 0;
}
Что не так?