Selectoracle

English and Spanish translations of CSS3 selectors

Enter semi-colon separated selectors or just paste in your existing rulesets into the following "Direct Input" area, or provide the URL of a stylesheet or an HTML document with an embedded stylesheet in the "URL Input" area.


Direct Input

URL Input

Language


Translations

Selector 1: * *#Content

Selects any element with an id attribute that equals Content that is a descendant of any element.

Selector 2: * *.ImageSequence

Selects any element with a class attribute that contains the word ImageSequence that is a descendant of any element.

Selector 3: * *#Sidebar

Selects any element with an id attribute that equals Sidebar that is a descendant of any element.

Selector 4: * *.WideNav

Selects any element with a class attribute that contains the word WideNav that is a descendant of any element.

Selector 5: * *#Sidebar, *#Content p, h1, h2, h3, h4, h5, *#Header p, *#Header h1, *#Content dl, *.Box, *.Feedback, *.MenuBox

Selects any element with an id attribute that equals Sidebar that is a descendant of any element or any p element that is a descendant of any element with an id attribute that equals Content or any h1 element or any h2 element or any h3 element or any h4 element or any h5 element or any p element that is a descendant of any element with an id attribute that equals Header or any h1 element that is a descendant of any element with an id attribute that equals Header or any dl element that is a descendant of any element with an id attribute that equals Content or any element with a class attribute that contains the word Box or any element with a class attribute that contains the word Feedback or any element with a class attribute that contains the word MenuBox.

Selector 6: *#Content dl dd pre.Wide

Selects any pre element with a class attribute that contains the word Wide that is a descendant of a dd element that is a descendant of a dl element that is a descendant of any element with an id attribute that equals Content.

Selector 7: *.MenuBox h3, *#Content *.MenuBox ul

Selects any h3 element that is a descendant of any element with a class attribute that contains the word MenuBox or any ul element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content.

Selector 8: *.RgtBox

Selects any element with a class attribute that contains the word RgtBox.

Selector 9: *#Content div.RgtBox h3

Selects any h3 element that is a descendant of a div element with a class attribute that contains the word RgtBox that is a descendant of any element with an id attribute that equals Content.

Selector 10: * *#Content ol, *#Content ul, *#Content ul.Map

Selects any ol element that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any ul element that is a descendant of any element with an id attribute that equals Content or any ul element with a class attribute that contains the word Map that is a descendant of any element with an id attribute that equals Content.

Selector 11: *#Content ul.Map

Selects any ul element with a class attribute that contains the word Map that is a descendant of any element with an id attribute that equals Content.

Selector 12: *#Content ul.Map li ul

Selects any ul element that is a descendant of a li element that is a descendant of an ul element with a class attribute that contains the word Map that is a descendant of any element with an id attribute that equals Content.

Selector 13: *#Content ul.Map li ul li ul

Selects any ul element that is a descendant of a li element that is a descendant of an ul element that is a descendant of a li element that is a descendant of an ul element with a class attribute that contains the word Map that is a descendant of any element with an id attribute that equals Content.

Selector 14: ul.Map li

Selects any li element that is a descendant of an ul element with a class attribute that contains the word Map.

Selector 15: *#Content ul li ul, *#Content dd p

Selects any ul element that is a descendant of a li element that is a descendant of an ul element that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of a dd element that is a descendant of any element with an id attribute that equals Content.

Selector 16: *.MediaTable

Selects any element with a class attribute that contains the word MediaTable.

Selector 17: * *.TopLink

Selects any element with a class attribute that contains the word TopLink that is a descendant of any element.

Selector 18: *.AdBar

Selects any element with a class attribute that contains the word AdBar.

Selector 19: *.TextAd

Selects any element with a class attribute that contains the word TextAd.

Selector 20: *.Sponsor

Selects any element with a class attribute that contains the word Sponsor.

Selector 21: *#Content div.Sponsor p

Selects any p element that is a descendant of a div element with a class attribute that contains the word Sponsor that is a descendant of any element with an id attribute that equals Content.

Time elapsed: 0.793s