Excluding Views from Styling
One of the conveniences of CSS is that you easily can set a style for all views of a certain type. However, there are times when you wish to style all of a given element type except for certain instances. The :not pseudo-class can be used to handle this scenario. This article discusses :not and how it can be used to prevent the styling of views and their children.