Vários são os comandos e parâmetros
que as folhas de estilo podem utilizar.
| Comando |
Parâmetros
Utilizados |
| font-family |
[[<family-name>
| <generic-family>],]* [<family-name> | <generic-family>]
|
| font-style |
normal
| italic | oblique |
| font-variant |
normal
| small-caps |
| font-weight |
normal
| bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 |
700 | 800 | 900 |
| font-size |
<absolute-size>
| <relative-size> | <length> | <percentage>
padrão: medium
|
font
|
[<font-style>
|| <font-variant> || <font-weight>]? <font-size>
[/<line-height>]? <font-family>
padrão: não definido
|
| color |
<color>
|
| background-color |
transparent
| <color> |
| background-image |
none
| <url> |
| background-repeat |
repeat
| repeat-x | repeat-y | no-repeat |
| background-attachment |
scroll
| fixed |
| background-position |
[<percentage>
| <length>]{1,2} | [top | center | bottom] || [left | center
| right] padrão: 0% 0%
|
background
|
<background-color>
|| <background-image> || <background-repeat> || <background-attachment>
|| <background-position>
padrão: não definido
|
| text-decoration |
none
| [underline || overline || line-through || blink]
padrão: none
|
| vertical-align |
baseline
| sub | super | top | text-top | middle | bottom | text-bottom |
<percentage> |
| text-align |
left
| right | center | justify
|
| text-indent |
<length>
| <percentage>
padrão: 0
|
| line-height |
normal
| <number> | <length> | <percentage> |
| margin-top |
<length>
| <percentage> | auto
padrão: 0
|
| margin-right |
<length>
| <percentage> | auto
padrão: 0
|
| margin-bottom |
<length>
| <percentage> | auto
padrão: 0
|
| margin-left |
<length>
| <percentage> | auto
padrão: 0
|
| margin |
[<length>
| <percentage> | auto]{1,4}
padrão: não definido
|
| list-style-type |
disc
| circle | square | decimal | lower-roman | upper-roman |
lower-alpha | upper-alpha | none |
| list-style-image |
none
| <url> |
| list-style-position |
outside
| inside |
| list-style |
<keyword>
|| <position> || <url>
padrão: não definido
|
| position |
static
| absolute | relative |
| left |
auto
| <length> | <percentage> |
| top |
auto
| <length> | <percentage> |
| z-index |
auto
| <integer> |
| width |
auto
| <length> | <percentage> |
| height |
auto
| <length> | <percentage> |
| visibility |
inherit
| visible | hidden |