The CSS3 :Not Selector – Kilian Valkhof

The negation pseudo-class, :notX, is a functional notation taking a simple selector […] as an argument. It represents an element that is not represented by the argument. – The CSS3 :not selector.