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: * *#Sidebar, *#SiteSearch

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

Selector 3: *.RgtBox

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

Selector 4: *#Sidebar

Selects any element with an id attribute that equals Sidebar.

Selector 5: *.RgtBox IMG

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

Selector 6: *.RgtBox UL

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

Selector 7: *#SiteSearch DIV

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

Selector 8: * div[id=Sidebar]

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

Selector 9: *#Sidebar UL

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

Selector 10: *#Sidebar UL UL

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

Selector 11: H3.Options, *.TextAd, *.Sponsor, *#LinkShare, *#Footer *.Button

Selects any H3 element with a class attribute that contains the word Options or any element with a class attribute that contains the word TextAd or any element with a class attribute that contains the word Sponsor or any element with an id attribute that equals LinkShare 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.

Selector 12: *#Content H1, *#Content H2, *#Content H3, *#Content H4, *#Content H5, *#Content H6, CAPTION

Selects any H1 element that is a descendant of any element with an id attribute that equals Content or any H2 element that is a descendant of any element with an id attribute that equals Content or any H3 element that is a descendant of any element with an id attribute that equals Content or any H4 element that is a descendant of any element with an id attribute that equals Content or any H5 element that is a descendant of any element with an id attribute that equals Content or any H6 element that is a descendant of any element with an id attribute that equals Content or any CAPTION element.

Selector 13: *#Footbar

Selects any element with an id attribute that equals Footbar.

Selector 14: *#Footer, *#Footbar

Selects any element with an id attribute that equals Footer or any element with an id attribute that equals Footbar.

Selector 15: * *.CS

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

Selector 16: *.WideNav

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

Selector 17: * *.NoStyle, *.URI

Selects any element with a class attribute that contains the word NoStyle that is a descendant of any element or any element with a class attribute that contains the word URI.

Selector 18: BODY

Selects any BODY element.

Selector 19: H1, H2, H3, H4, H5, H6

Selects any H1 element or any H2 element or any H3 element or any H4 element or any H5 element or any H6 element.

Selector 20: H2

Selects any H2 element.

Selector 21: CAPTION, TH

Selects any CAPTION element or any TH element.

Selector 22: DT, CAPTION

Selects any DT element or any CAPTION element.

Selector 23: P, UL, OL, DL, TD

Selects any P element or any UL element or any OL element or any DL element or any TD element.

Selector 24: UL H3, UL P

Selects any H3 element that is a descendant of an UL element or any P element that is a descendant of an UL element.

Selector 25: PRE

Selects any PRE element.

Selector 26: * CODE

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

Selector 27: A:link

Selects any A element whose target has not been visited.

Selector 28: A:visited

Selects any A element whose target has been visited.

Selector 29: A:hover

Selects any A element which is in a hover state.

Selector 30: *#SiteSearch LABEL

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

Selector 31: * *.TopLink

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

Selector 32: * *#LinkBar, *#MenuBar

Selects any element with an id attribute that equals LinkBar that is a descendant of any element or any element with an id attribute that equals MenuBar.

Selector 33: *.BarData

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

Selector 34: A IMG

Selects any IMG element that is a descendant of an A element.

Time elapsed: 1.032s