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: * *.WideNav, *#Sidebar, *#Footbar, form, *.TopLink, *.AlphaLinks, *.NavBar, *.RgtBox, *.LftBox, *.RgtPicBox, LftPicBox, *.MenuBox, *.CTA, *#SiteSearch, *.URI, *.TextAd, *#Footer *.Button, *.Sponsor, *.SponsorZone, *#LinkShare, img.Logo, *.AdButtonBar

Selects any element with a class attribute that contains the word WideNav that is a descendant of any element or any element with an id attribute that equals Sidebar or any element with an id attribute that equals Footbar or any form element or any element with a class attribute that contains the word TopLink or any element with a class attribute that contains the word AlphaLinks or any element with a class attribute that contains the word NavBar or any element with a class attribute that contains the word RgtBox or any element with a class attribute that contains the word LftBox or any element with a class attribute that contains the word RgtPicBox or any LftPicBox element or any element with a class attribute that contains the word MenuBox or any element with a class attribute that contains the word CTA or any element with an id attribute that equals SiteSearch or any element with a class attribute that contains the word URI or any element with a class attribute that contains the word TextAd or any element with a class attribute that contains the word Button that is a descendant of any element with an id attribute that equals Footer or any element with a class attribute that contains the word Sponsor or any element with a class attribute that contains the word SponsorZone or any element with an id attribute that equals LinkShare or any img element with a class attribute that contains the word Logo or any element with a class attribute that contains the word AdButtonBar.

Selector 2: * body

Selects any body element that is a descendant of any element.

Selector 3: *#Content

Selects any element with an id attribute that equals Content.

Selector 4: *.Standfirst

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

Selector 5: *.URI, *.Title

Selects any element with a class attribute that contains the word URI or any element with a class attribute that contains the word Title.

Selector 6: *#Header

Selects any element with an id attribute that equals Header.

Selector 7: * *#Header p, *#Header h1

Selects any p element that is a descendant of any element with an id attribute that equals Header that is a descendant of any element or any h1 element that is a descendant of any element with an id attribute that equals Header.

Selector 8: *#Content p, *#Content ol, *#Content ul, *#Content dl, fieldset, *.MenuBox, *#Content table, *.FAQSearchBox, *#Content *.SQL, *#Content *.StackTrace

Selects any p element that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of any element with an id attribute that equals Content or any ul element that is a descendant of any element with an id attribute that equals Content or any dl element that is a descendant of any element with an id attribute that equals Content or any fieldset element or any element with a class attribute that contains the word MenuBox or any table 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 FAQSearchBox or any element with a class attribute that contains the word SQL 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 StackTrace that is a descendant of any element with an id attribute that equals Content.

Selector 9: *.NewSection

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

Selector 10: *#Content ul

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

Selector 11: *#Content pre, *#Content pre.Wide

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

Selector 12: *#Footer

Selects any element with an id attribute that equals Footer.

Selector 13: * *#Header

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

Selector 14: *.Title

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

Selector 15: *#LinkBar, *#MenuBar

Selects any element with an id attribute that equals LinkBar or any element with an id attribute that equals MenuBar.

Time elapsed: 0.735s