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: * *#Sidebar, *#Footer, *.FlashLogo, *.GIFLogo, *.URI, FORM, *#SiteSearch, *#Footbar, *.RgtBox, *.LftBox, *.RgtPicBox, *.LftPicBox

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 Footer or any element with a class attribute that contains the word FlashLogo or any element with a class attribute that contains the word GIFLogo or any element with a class attribute that contains the word URI or any FORM element or any element with an id attribute that equals SiteSearch or any element with an id attribute that equals Footbar 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 element with a class attribute that contains the word LftPicBox.

Selector 2: * *#Content

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

Selector 3: *.Title

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

Selector 4: *.Standfirst

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

Selector 5: BODY

Selects any BODY element.

Selector 6: H1, H2, H3, H4, H5, H6, TH, *.Title

Selects any H1 element or any H2 element or any H3 element or any H4 element or any H5 element or any H6 element or any TH element or any element with a class attribute that contains the word Title.

Selector 7: H1

Selects any H1 element.

Selector 8: H2

Selects any H2 element.

Selector 9: H3

Selects any H3 element.

Selector 10: H4

Selects any H4 element.

Selector 11: H5, H6, TH

Selects any H5 element or any H6 element or any TH element.

Selector 12: P

Selects any P element.

Selector 13: *#Content P, DL.TOC DT, DT

Selects any P element that is a descendant of any element with an id attribute that equals Content or any DT element that is a descendant of a DL element with a class attribute that contains the word TOC or any DT element.

Selector 14: *#Content UL, *#Content OL, *#Content PRE

Selects any UL 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 PRE element that is a descendant of any element with an id attribute that equals Content.

Selector 15: LI, *#Footbar, DD

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

Selector 16: LI LI

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

Selector 17: *.NewSection

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

Selector 18: CODE

Selects any CODE element.

Selector 19: PRE

Selects any PRE element.

Selector 20: P

Selects any P element.

Selector 21: * *.TopLink

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

Selector 22: *#Header

Selects any element with an id attribute that equals Header.

Time elapsed: 0.716s