Positional vs thematic
From ProgClub
I'm thinking about which CSS attributes are positional vs. thematic. Positional attributes can vary in a responsive design whereas thematic attributes will (probably) not.
Positional
- border-radius
- border-width
- clear
- float
- font-size
- font-weight
- height
- letter-spacing
- line-height
- margin
- margin-top
- margin-right
- margin-bottom
- margin-left
- max-width
- min-width
- overflow
- overflow-x
- overflow-y
- padding
- padding-top
- padding-right
- padding-bottom
- padding-left
- text-align
- vertical-align
- width
Thematic
- background-color
- border-style
- color
- cursor
- text-decoration (arguable)
- -webkit-appearance