Оформление контактной страницы сайта



Контактная страница пользователей имеет ID: #contact-mail-page. Используя этот идентификатор можно настроивать контактные страницы пользователей. Например, этот код вставленный в файл style.css, установит серый цвет рамки, изменит отступ слева, шрифт, начертание и цвет полей.

#contact-mail-page {
     border:1px solid gray;
}

#contact-mail-page .form-item label {
     padding-left: 1em;
     font-family: times new roman;
     font-weight: normal;
     font-style: italic;
     color: green;
}

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.