Допустимые свойства, относящиеся к стандарту CSS3.
CSS3, последний стандарт CSS, является модульным, и, как таковой, различные его части находятся на разных стадиях разработки, обзора, тестирования и внедрения органами, устанавливающими стандарты, и производителями браузеров.
Этот раздел находится в постоянном процессе пересмотра и расширения для включения более практичных функций CSS3. Если не указано иное, эти свойства классифицируются либо как полные рекомендации, либо как стабильные рекомендации кандидатов. Это практичные опции, которые широко поддерживаются и безопасны в использовании.
Все свойства CSS
all background background-attachment background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow caption-side clear clip color content counter-increment counter-reset cursor direction display empty-cells float font font-family font-size font-size-adjust font-stretch font-style font-synthesis font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width min-height min-width opacity orphans outline outline-color outline-style outline-width overflow padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside position quotes right table-layout text-align text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-transform top transform transform-origin transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space widows width word-spacing z-index
По категориям
Текст и шрифты
font font-family font-size font-weight font-style font-variant font-stretch font-size-adjust font-synthesis line-height letter-spacing word-spacing text-align text-decoration text-decoration-line text-decoration-style text-decoration-color text-indent text-transform vertical-align white-space
Цвета и фон
color opacity background-color background background-image background-repeat background-position background-attachment background-clip background-origin background-size border-radius border-top-left-radius border-top-right-radius border-bottom-right-radius border-bottom-left-radius border-image border-image-source border-image-slice border-image-width border-image-outset border-image-repeat box-shadow
Прямоугольная модель: поля, отступы и границы
margin margin-top margin-right margin-bottom margin-left padding padding-top padding-right padding-bottom padding-left border border-top border-right border-bottom border-left border-width border-top-width border-right-width border-bottom-width border-left-width border-style border-top-style border-right-style border-bottom-style border-left-style border-color border-top-color border-right-color border-bottom-color border-left-color
Визуальное форматирование: размеры, отображение и позиционирование
width height min-width max-width min-height max-height position top right bottom left clip overflow z-index float clear display visibility
Сгенерированный контент и списки
content quotes counter-increment counter-reset list-style list-style-type list-style-image list-style-position
Таблицы
table-layout border-collapse border-spacing empty-cells caption-side
Загружаемый носитель
page-break-before page-break-after page-break-inside orphans widows
Переходы
transition transition-property transition-duration transition-timing-function transition-delay
Преобразования
Разное
outline outline-style outline-color outline-width cursor direction unicode-bidi all
Использование
Свойства CSS, связанные со значениями, образуют объявления. Блоки объявлений, назначенные с помощью селекторов, формируют наборы правил.
Они используются следующим образом:
selector { property: value } /* or, for with more selectors and values... */ selector1, selector2, selector3 { property1: value1; property2: value2; property3: value3; }
Страницы в тему:
- Селекторы, свойства и значения (Руководство для начинающих по CSS)
- Уроки CSS
- Значения CSS
- Селекторы CSS
- HTML-теги