If I'm in a child thread, I first import my native style.

(@import url("../twentyten/style.css")) 

Then I will redefine some elements - will it work, will my families block my own?

    1 answer 1

    Of course. This is exactly how CSS prioritization works - the last properties are applied, under the selector of which DOM elements fit. (if selectors are equal and properties are not specified !important )