Conditional formats respond to formulas that provide a true or false result. Try using:

=AND((D60+D10)>A7,D8<A7)
For the "transposable" portion of your question, it depends on what you want to be fixed. If you have a constant in A7 for example, then maybe try:

=AND((D60+D10)>$A$7,D8<$A$7)
Cheers,