select multi

Code:

:not(p):not(h1) {
  color: #ff0000;
}


select

Code:

.fck_detail > :not(.detailCT){
  color: #ff0000;
}