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: * body

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

Selector 2: *#TopBar

Selects any element with an id attribute that equals TopBar.

Selector 3: *.URI

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

Selector 4: input#search-input, input#search-submit

Selects any input element with an id attribute that equals search-input or any input element with an id attribute that equals search-submit.

Selector 5: input#search-input

Selects any input element with an id attribute that equals search-input.

Selector 6: input#search-submit

Selects any input element with an id attribute that equals search-submit.

Selector 7: p.Information

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

Selector 8: *.MailingList th

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

Selector 9: *.MailingList td

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

Selector 10: *.Odd td

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

Selector 11: *.Odd th

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

Selector 12: *.Generic td

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

Selector 13: *.HeaderBase th

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

Selector 14: *.FAQAction, *.LogAction

Selects any element with a class attribute that contains the word FAQAction or any element with a class attribute that contains the word LogAction.

Selector 15: *.Premium

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

Selector 16: form *.Premium

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

Selector 17: * p, ul, ol, caption, *.RgtBox, *.RgtPicBox, *.LftBox, *.LftPicBox

Selects any p element that is a descendant of any element or any ul element or any ol element or any caption element or any element with a class attribute that contains the word RgtBox or any element with a class attribute that contains the word RgtPicBox or any element with a class attribute that contains the word LftBox or any element with a class attribute that contains the word LftPicBox.

Selector 18: *#Content *.TextAd p, *#Content *.Sponsor p, *#Content *.SponsorZone p, *#Content *.SponsorText p, *#Footbar, *#Footer, *.Caption

Selects any p element that is a descendant of any element with a class attribute that contains the word TextAd that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of any element with a class attribute that contains the word Sponsor that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of any element with a class attribute that contains the word SponsorZone that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of any element with a class attribute that contains the word SponsorText that is a descendant of any element with an id attribute that equals Content or any element with an id attribute that equals Footbar or any element with an id attribute that equals Footer or any element with a class attribute that contains the word Caption.

Selector 19: *.ByLine, *.TopLink

Selects any element with a class attribute that contains the word ByLine or any element with a class attribute that contains the word TopLink.

Selector 20: * *#Sidebar

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

Selector 21: *.Top

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

Selector 22: *.TopLeft

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

Selector 23: *.TopRight

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

Selector 24: * *.Bottom

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

Selector 25: *.BotLeft

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

Selector 26: *.BotRight

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

Selector 27: * *#Footbar

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

Selector 28: *#Footbar a:visited

Selects any a element whose target has been visited that is a descendant of any element with an id attribute that equals Footbar.

Selector 29: * *#Footbar a:link

Selects any a element whose target has not been visited that is a descendant of any element with an id attribute that equals Footbar that is a descendant of any element.

Selector 30: *#Footbar a:hover

Selects any a element which is in a hover state that is a descendant of any element with an id attribute that equals Footbar.

Selector 31: * *.MenuBox

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

Selector 32: *.CTA

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

Selector 33: *.FAQSearchBox

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

Selector 34: * *.Thumbnail

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

Selector 35: *#Footbar, *.MenuBox, FAQSearchBox, *.RgtBox, *.Information, *.NavBar

Selects any element with an id attribute that equals Footbar or any element with a class attribute that contains the word MenuBox or any FAQSearchBox element or any element with a class attribute that contains the word RgtBox or any element with a class attribute that contains the word Information or any element with a class attribute that contains the word NavBar.

Selector 36: dl.TOC

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

Selector 37: *.CTA

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

Selector 38: * *.Options

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

Selector 39: * dl.TOC

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

Selector 40: dl.TOC dd

Selects any dd element that is a descendant of a dl element with a class attribute that contains the word TOC.

Selector 41: * a:link

Selects any a element whose target has not been visited that is a descendant of any element.

Selector 42: a:visited

Selects any a element whose target has been visited.

Selector 43: p a:hover, p a:active

Selects any a element which is in a hover state that is a descendant of a p element or any a element which is in a state of activation that is a descendant of a p element.

Selector 44: a.External:hover

Selects any a element with a class attribute that contains the word External and which is in a hover state.

Selector 45: *.RgtBox a.External:hover

Selects any a element with a class attribute that contains the word External and which is in a hover state that is a descendant of any element with a class attribute that contains the word RgtBox.

Selector 46: * abbr, acronym, code

Selects any abbr element that is a descendant of any element or any acronym element or any code element.

Selector 47: * blockquote, caption, dt, h1, h2, h3, h4, h5, h6, th, *.MenuBox th, Q, *.Q, *.A, *.Box label, *#SiteSearch label, legend

Selects any blockquote element that is a descendant of any element or any caption element or any dt element or 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 th element that is a descendant of any element with a class attribute that contains the word MenuBox or any Q element or any element with a class attribute that contains the word Q or any element with a class attribute that contains the word A or any label element that is a descendant of any element with a class attribute that contains the word Box or any label element that is a descendant of any element with an id attribute that equals SiteSearch or any legend element.

Selector 48: *.FontStack caption

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

Selector 49: * *.URI a:link, *.URI a:link:hover, *.URI a:visited, *.URI a:visited:hover

Selects any a element whose target has not been visited that is a descendant of any element with a class attribute that contains the word URI that is a descendant of any element or any a element whose target has not been visited and which is in a hover state that is a descendant of any element with a class attribute that contains the word URI or any a element whose target has been visited that is a descendant of any element with a class attribute that contains the word URI or any a element whose target has been visited and which is in a hover state that is a descendant of any element with a class attribute that contains the word URI.

Selector 50: *.SupraHeading

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

Selector 51: fieldset

Selects any fieldset element.

Selector 52: fieldset.Subscription

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

Selector 53: fieldset.FAQ

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

Selector 54: * td fieldset

Selects any fieldset element that is a descendant of a td element that is a descendant of any element.

Selector 55: img

Selects any img element.

Selector 56: * ol, p, ul, dd

Selects any ol element that is a descendant of any element or any p element or any ul element or any dd element.

Selector 57: * ul, ul ul

Selects any ul element that is a descendant of any element or any ul element that is a descendant of an ul element.

Selector 58: ol, ul ol

Selects any ol element or any ol element that is a descendant of an ul element.

Selector 59: * ul.Checkbox

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

Selector 60: ol ol

Selects any ol element that is a descendant of an ol element.

Selector 61: ul.FAQ

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

Selector 62: * *.TextAd

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

Selector 63: *.LocalNav *.SponsorZone, *.LocalNav *.Sponsor

Selects any element with a class attribute that contains the word SponsorZone that is a descendant of any element with a class attribute that contains the word LocalNav or any element with a class attribute that contains the word Sponsor that is a descendant of any element with a class attribute that contains the word LocalNav.

Selector 64: *.SponsorText

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

Selector 65: *.Tags

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

Selector 66: * *.AlphaLinks, *.LftBox, *.LftPicBox, *.NavBar, *.RgtBox, *.RgtPicBox

Selects any element with a class attribute that contains the word AlphaLinks that is a descendant of any element or any element with a class attribute that contains the word LftBox or any element with a class attribute that contains the word LftPicBox 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 RgtPicBox.

Selector 67: *.TextAdCTA

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

Selector 68: *.BarData

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

Selector 69: input[type=text], input[type=radio], input[type=checkbox], select, option, textarea, optgroup option

Selects any input element with a type attribute that equals text or any input element with a type attribute that equals radio or any input element with a type attribute that equals checkbox or any select element or any option element or any textarea element or any option element that is a descendant of an optgroup element.

Selector 70: * select > optgroup

Selects any optgroup element that is a child of a select element that is a descendant of any element.

Selector 71: *.CS

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

Selector 72: * *.NewSection

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

Selector 73: *.MenuBox *.NewSection

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

Selector 74: caption strong, *.Category

Selects any strong element that is a descendant of a caption element or any element with a class attribute that contains the word Category.

Selector 75: *.Illustration

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

Selector 76: input, select, textarea

Selects any input element or any select element or any textarea element.

Selector 77: * pre, *.SQL, *.StackTrace

Selects any pre element that is a descendant of any element or any element with a class attribute that contains the word SQL or any element with a class attribute that contains the word StackTrace.

Selector 78: pre.Terminal

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

Selector 79: img.Thumbnail

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

Selector 80: *.MenuBox img.Thumbnail

Selects any img element with a class attribute that contains the word Thumbnail that is a descendant of any element with a class attribute that contains the word MenuBox.

Time elapsed: 2.513s