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, *.ScrollMenuBox

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

Selector 32: *.FAQSearchBox

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

Selector 33: * *.Thumbnail

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

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

Selects any element with an id attribute that equals Footbar that is a descendant of any element 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 35: dl.TOC

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

Selector 36: * *.Options

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

Selector 37: * dl.TOC

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

Selector 38: 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 39: * a:link

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

Selector 40: a:visited

Selects any a element whose target has been visited.

Selector 41: 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 42: a.External:hover

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

Selector 43: *.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 44: * abbr, acronym, code

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

Selector 45: * blockquote, caption, dt, h1, h2, h3, h4, h5, h6, th, *.MenuBox th, *.ScrollMenuBox 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 th element that is a descendant of any element with a class attribute that contains the word ScrollMenuBox 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 46: *.FontStack caption

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

Selector 47: * *.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 48: *.SupraHeading

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

Selector 49: fieldset

Selects any fieldset element.

Selector 50: fieldset.Subscription

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

Selector 51: fieldset.FAQ

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

Selector 52: * td fieldset

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

Selector 53: img

Selects any img element.

Selector 54: * 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 55: * 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 56: ol, ul ol

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

Selector 57: ul.Mac

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

Selector 58: ul.Win

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

Selector 59: ul.Java

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

Selector 60: * ul.Checkbox

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

Selector 61: ol ol

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

Selector 62: ul.FAQ

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

Selector 63: ul.FAQ li.Collapsed

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

Selector 64: ul.FAQ li.Childless, ul.FAQ li.Expanded

Selects any li element with a class attribute that contains the word Childless that is a descendant of an ul element with a class attribute that contains the word FAQ or any li element with a class attribute that contains the word Expanded that is a descendant of an ul element with a class attribute that contains the word FAQ.

Selector 65: * *.TextAd

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

Selector 66: *.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 67: *.SponsorText

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

Selector 68: *.Tags

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

Selector 69: * *.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 70: *.BarData

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

Selector 71: 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 72: * select > optgroup

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

Selector 73: *.CS

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

Selector 74: * *.NewSection

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

Selector 75: *.MenuBox *.NewSection, *.ScrollMenuBox *.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 or 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 ScrollMenuBox.

Selector 76: 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 77: *.Illustration

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

Selector 78: input, select, textarea

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

Selector 79: * 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 80: pre.Terminal

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

Selector 81: img.Thumbnail

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

Time elapsed: 4.143s