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.

Selector 2: *#Content

Selects any element with an id attribute that equals Content.

Selector 3: *#Sidebar

Selects any element with an id attribute that equals Sidebar.

Selector 4: *#SiteSearch

Selects any element with an id attribute that equals SiteSearch.

Selector 5: *.LocalNav

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

Selector 6: *.SponsorZone, *.Sponsor

Selects any element with a class attribute that contains the word SponsorZone or any element with a class attribute that contains the word Sponsor.

Selector 7: *.LocalNav *.RgtBox, *.LocalNav *.RgtPicBox, *.LocalNav *.LftBox, *.LocalNav *.LftPicBox, *.LocalNav *.TextAd, *.LocalNav *.SponsorText

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

Selector 8: *#Content pre

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

Selector 9: body

Selects any body element.

Selector 10: *#TopBar

Selects any element with an id attribute that equals TopBar.

Selector 11: *.URI

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

Selector 12: *#SiteSearch

Selects any element with an id attribute that equals SiteSearch.

Selector 13: *#SiteSearch form

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

Selector 14: *#SiteSearch label

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

Selector 15: 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 16: input#search-input

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

Selector 17: input#search-submit

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

Selector 18: * *#Header

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

Selector 19: *#TopBar img.Logo

Selects any img element with a class attribute that contains the word Logo that is a descendant of any element with an id attribute that equals TopBar.

Selector 20: * *#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 21: *#Content

Selects any element with an id attribute that equals Content.

Selector 22: *#Content

Selects any element with an id attribute that equals Content.

Selector 23: * *#Content p, *#Content ol, *#Content ul, *#Content dl, fieldset, *#Content *.FAQ div, *.MenuBox, *.CTA, *#Content h3, *.FAQSearchBox, *#Content *.SQL, *#Content *.StackTrace

Selects any p element that is a descendant of any element with an id attribute that equals Content that is a descendant of any element 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 div element that is a descendant of any element with a class attribute that contains the word FAQ 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 MenuBox or any element with a class attribute that contains the word CTA or any h3 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 24: *#Content pre.Terminal

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

Selector 25: *#Content p.Information

Selects any p element with a class attribute that contains the word Information that is a descendant of any element with an id attribute that equals Content.

Selector 26: *#Content dl

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

Selector 27: *#Content dl.FAQ

Selects any dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 28: * *#Content dl.FAQ p, *#Content dl.FAQ div, *#Content dl.FAQ pre, *#Content dl.FAQ dl, *#Content dl.FAQ ol, *#Content dl.FAQ ul

Selects any p element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any div element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any pre element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any dl element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any ul element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 29: *#Content dl.FAQ ul, *#Content dl.FAQ ol

Selects any ul element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of a dl element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 30: table

Selects any table element.

Selector 31: table, table.MediaTable, table.MailingList

Selects any table element or any table element with a class attribute that contains the word MediaTable or any table element with a class attribute that contains the word MailingList.

Selector 32: table.Collapse, table.AdRates, table.QueryLinks, table.FontStack, table.Headers, table.MailingList

Selects any table element with a class attribute that contains the word Collapse or any table element with a class attribute that contains the word AdRates or any table element with a class attribute that contains the word QueryLinks or any table element with a class attribute that contains the word FontStack or any table element with a class attribute that contains the word Headers or any table element with a class attribute that contains the word MailingList.

Selector 33: table.Feedback

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

Selector 34: td.Footnote, *#Content *.FontStack *.Probability, *.AdRates td, *#Content table.Collapse td

Selects any td element with a class attribute that contains the word Footnote or any element with a class attribute that contains the word Probability that is a descendant of any element with a class attribute that contains the word FontStack that is a descendant of any element with an id attribute that equals Content or any td element that is a descendant of any element with a class attribute that contains the word AdRates or any td element that is a descendant of a table element with a class attribute that contains the word Collapse that is a descendant of any element with an id attribute that equals Content.

Selector 35: *.MenuBox table

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

Selector 36: thead, tbody

Selects any thead element or any tbody element.

Selector 37: td, th

Selects any td element or any th element.

Selector 38: table.Feedback td, table.Feedback th

Selects any td element that is a descendant of a table element with a class attribute that contains the word Feedback or any th element that is a descendant of a table element with a class attribute that contains the word Feedback.

Selector 39: *#Content *.MenuBox table th, *#Content *.MenuBox table td

Selects any th element that is a descendant of a table element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content or any td element that is a descendant of a table element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content.

Selector 40: table.Feedback input[type=text], table.Feedback textarea

Selects any input element with a type attribute that equals text that is a descendant of a table element with a class attribute that contains the word Feedback or any textarea element that is a descendant of a table element with a class attribute that contains the word Feedback.

Selector 41: ol, ul

Selects any ol element or any ul element.

Selector 42: *#Content ul ul, *#Content ol ol

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

Selector 43: *#Content *.MenuBox ul, *#Content *.CTA ul

Selects any ul element that is a descendant of any element with a class attribute that contains the word MenuBox 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 a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content.

Selector 44: *#Content *.MenuBox ul ul, *#Content *.CTA ul ul

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

Selector 45: * *#Content ol ol, *#Content ul ul, *#Content ol ul, *#Content ul ol, *#Content ol p, *#Content ul p, *#Content dd p, *#Content dd ol, *#Content dd ul, *#Content dd pre, *#Content dd dl, *#Content *.MenuBox h3, *#Content *.MenuBox ul, *#Content *.MenuBox ul li, *#Content *.MenuBox ol, *#Content *.MenuBox ol li, *#Content *.CTA ul, *#Content *.CTA ul li, *#Content *.CTA ol, *#Content *.CTA ol li, *#Content td ul, *#Content td ol, *#Content *.SQL p, *#Content *.StackTrace p, *#Content *.RgtBox h3

Selects any ol element that is a descendant of an ol element that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any ul element that is a descendant of an ul element that is a descendant of any element with an id attribute that equals Content or any ul element that is a descendant of an ol element that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of an ul element that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of an ol element that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of an ul element that is a descendant of any element with an id attribute that equals Content or any p element that is a descendant of a dd element that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of a dd element that is a descendant of any element with an id attribute that equals Content or any ul element that is a descendant of a dd element that is a descendant of any element with an id attribute that equals Content or any pre element that is a descendant of a dd element that is a descendant of any element with an id attribute that equals Content or any dl element that is a descendant of a dd 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 a class attribute that contains the word MenuBox 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 a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content or any li element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word MenuBox 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 a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content or any li element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word MenuBox 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 a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content or any li element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word CTA 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 a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content or any li element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content or any ul element that is a descendant of a td element that is a descendant of any element with an id attribute that equals Content or any ol element that is a descendant of a td element 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 SQL 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 StackTrace 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 a class attribute that contains the word RgtBox that is a descendant of any element with an id attribute that equals Content.

Selector 46: *#Content *.MenuBox caption, *#Content *.MenuBox fieldset, *#Content *.CTA caption, *#Content *.CTA fieldset

Selects any caption element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content or any fieldset element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content or any caption element that is a descendant of any element with a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content or any fieldset element that is a descendant of any element with a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content.

Selector 47: *#Content *.MenuBox h2, *#Content *.CTA h2

Selects any h2 element that is a descendant of any element with a class attribute that contains the word MenuBox 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 a class attribute that contains the word CTA that is a descendant of any element with an id attribute that equals Content.

Selector 48: *#Content *.FAQSearchBox h2

Selects any h2 element that is a descendant of any element with a class attribute that contains the word FAQSearchBox that is a descendant of any element with an id attribute that equals Content.

Selector 49: *#Content *.MenuBox form, *#Content *.CTA form

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

Selector 50: *#Content *.MenuBox form.GenericFontFamily

Selects any form element with a class attribute that contains the word GenericFontFamily that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content.

Selector 51: *#Content *.MenuBox form.FontFamily

Selects any form element with a class attribute that contains the word FontFamily that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content.

Selector 52: form.GenericFontFamily select

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

Selector 53: form.FontFamily select

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

Selector 54: form.FontFamily textarea

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

Selector 55: form.GenericFontFamily input, form.FontFamily input

Selects any input element that is a descendant of a form element with a class attribute that contains the word GenericFontFamily or any input element that is a descendant of a form element with a class attribute that contains the word FontFamily.

Selector 56: form.FontSize input

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

Selector 57: *.FontStack caption

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

Selector 58: *#Content *.MenuBox th

Selects any th element that is a descendant of any element with a class attribute that contains the word MenuBox that is a descendant of any element with an id attribute that equals Content.

Selector 59: *#Content fieldset p

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

Selector 60: fieldset.Subscription

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

Selector 61: * *#Content table tr td form, *#Content table tr td form div, *#Content table tr td form div input

Selects any form element that is a descendant of a td element that is a descendant of a tr element that is a descendant of a table element that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any div element that is a descendant of a form element that is a descendant of a td element that is a descendant of a tr element that is a descendant of a table element that is a descendant of any element with an id attribute that equals Content or any input element that is a descendant of a div element that is a descendant of a form element that is a descendant of a td element that is a descendant of a tr element that is a descendant of a table element that is a descendant of any element with an id attribute that equals Content.

Selector 62: * *#Content pre

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

Selector 63: *#Content dl dd pre

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

Selector 64: * *#Content dl dd ol li pre, *#Content dl dd ul li pre

Selects any pre element that is a descendant of a li element that is a descendant of an ol element that is a descendant of a dd element that is a descendant of a dl element that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any pre element that is a descendant of a li element that is a descendant of an ul element that is a descendant of a dd element that is a descendant of a dl element that is a descendant of any element with an id attribute that equals Content.

Selector 65: * *#Sidebar

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

Selector 66: * *.Top, *.TopLeft, *.TopRight, *.Bottom, *.BotLeft, *.BotRight

Selects any element with a class attribute that contains the word Top that is a descendant of any element or any element with a class attribute that contains the word TopLeft or any element with a class attribute that contains the word TopRight or any element with a class attribute that contains the word Bottom or any element with a class attribute that contains the word BotLeft or any element with a class attribute that contains the word BotRight.

Selector 67: *.Top, *.Bottom

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

Selector 68: *.Top

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

Selector 69: * *.TopLeft, *.TopRight, *.BotLeft, *.BotRight

Selects any element with a class attribute that contains the word TopLeft that is a descendant of any element or any element with a class attribute that contains the word TopRight or any element with a class attribute that contains the word BotLeft or any element with a class attribute that contains the word BotRight.

Selector 70: * *.TopLeft, *.BotLeft

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

Selector 71: * *.TopRight, *.BotRight

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

Selector 72: *.Options

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

Selector 73: ul.Menu

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

Selector 74: ul ul, ul.Menu ul

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

Selector 75: *#Sidebar ul li

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

Selector 76: ul.Menu li

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

Selector 77: * *#LinkShare

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

Selector 78: *.AdButtonBar

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

Selector 79: *#Adbar

Selects any element with an id attribute that equals Adbar.

Selector 80: *#Footbar

Selects any element with an id attribute that equals Footbar.

Selector 81: *#Footer

Selects any element with an id attribute that equals Footer.

Selector 82: *#Footer img.Button

Selects any img 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 83: * *#Content *.MenuBox, *.FAQSearchBox

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

Selector 84: *#Content *.CTA

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

Selector 85: *.Box

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

Selector 86: *#Content ul.Shoulder li, *#Content ol.Shoulder li

Selects any li element that is a descendant of an ul element with a class attribute that contains the word Shoulder that is a descendant of any element with an id attribute that equals Content or any li element that is a descendant of an ol element with a class attribute that contains the word Shoulder that is a descendant of any element with an id attribute that equals Content.

Selector 87: *.MenuBox ul, *.MenuBox ol, *.CTA ul, *.CTA ol

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

Selector 88: *.MenuBox ul li, *.MenuBox ol li, *.CTA ul li, *.CTA ol li

Selects any li element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word MenuBox or any li element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word MenuBox or any li element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word CTA or any li element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word CTA.

Selector 89: *.MenuBox ul ul, *.MenuBox ol ol, *.CTA ul ul, *.CTA ol ol

Selects any ul element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word MenuBox or any ol element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word MenuBox or any ul element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word CTA or any ol element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word CTA.

Selector 90: *.MenuBox ul ul li, *.MenuBox ol ol li, *.CTA ul ul li, *.CTA ol ol li

Selects any li element that is a descendant of an ul element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word MenuBox or any li element that is a descendant of an ol element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word MenuBox or any li element that is a descendant of an ul element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word CTA or any li element that is a descendant of an ol element that is a descendant of an ol element that is a descendant of any element with a class attribute that contains the word CTA.

Selector 91: * *.TextAd

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

Selector 92: *.SponsorZone, *.Sponsor

Selects any element with a class attribute that contains the word SponsorZone or any element with a class attribute that contains the word Sponsor.

Selector 93: *.SponsorText

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

Selector 94: *.AdLink, *.Sponsor, *.SponsorText, *.SponsorZone

Selects any element with a class attribute that contains the word AdLink or any element with a class attribute that contains the word Sponsor or any element with a class attribute that contains the word SponsorText or any element with a class attribute that contains the word SponsorZone.

Selector 95: *.LocalNav

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

Selector 96: *.RgtBox, *.RgtPicBox, *.LftBox, *.LftPicBox

Selects 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 97: *.TextAd, *.SponsorText

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

Selector 98: *.SponsorZone, *.Sponsor

Selects any element with a class attribute that contains the word SponsorZone or any element with a class attribute that contains the word Sponsor.

Selector 99: *.LocalNav *.RgtBox, *.LocalNav *.RgtPicBox, *.LocalNav *.LftBox, *.LocalNav *.LftPicBox, *.LocalNav *.TextAd, *.LocalNav *.SponsorText

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

Selector 100: *#Content *.LocalNav *.RgtBox

Selects any element with a class attribute that contains the word RgtBox that is a descendant of any element with a class attribute that contains the word LocalNav that is a descendant of any element with an id attribute that equals Content.

Selector 101: * *.TextAd, *.Sponsor, *.SponsorZone, *.SponsorText, *.RgtBox, *.RgtPicBox, *.Book, *.Software

Selects any element with a class attribute that contains the word TextAd that is a descendant of any element 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 a class attribute that contains the word SponsorText 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 Book or any element with a class attribute that contains the word Software.

Selector 102: * *.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 that is a descendant of any element 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 103: img.Button

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

Selector 104: *.Standfirst img.Button

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

Selector 105: *.Premium

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

Selector 106: form *.Premium

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

Selector 107: *.BuyNow

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

Selector 108: *.Q

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

Selector 109: *.RgtBox *.Book

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

Selector 110: *.LftBox, *.LftPicBox

Selects any element with a class attribute that contains the word LftBox or any element with a class attribute that contains the word LftPicBox.

Selector 111: * *#Content *.RgtBox p, *#Content *.LftBox p, *#Content *.FAQSearchBox p

Selects any p element that is a descendant of any element with a class attribute that contains the word RgtBox that is a descendant of any element with an id attribute that equals Content that is a descendant of any element or any p element that is a descendant of any element with a class attribute that contains the word LftBox 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 FAQSearchBox that is a descendant of any element with an id attribute that equals Content.

Selector 112: *#Content *.MenuBox p, *#Content *.CTA p

Selects any p element that is a descendant of any element with a class attribute that contains the word MenuBox 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 CTA that is a descendant of any element with an id attribute that equals Content.

Selector 113: *#Content *.Sponsor p, *#Content *.SponsorZone p

Selects 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.

Selector 114: *#Content *.TextAd p

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.

Selector 115: *#Content *.SponsorText p

Selects 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.

Selector 116: *#Content *.RgtBox ul, *#Content *.LftBox ul

Selects any ul element that is a descendant of any element with a class attribute that contains the word RgtBox 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 a class attribute that contains the word LftBox that is a descendant of any element with an id attribute that equals Content.

Selector 117: *#Content *.RgtBox ul ul

Selects any ul element that is a descendant of an ul element that is a descendant of any element with a class attribute that contains the word RgtBox that is a descendant of any element with an id attribute that equals Content.

Selector 118: *.LftBox h3, *.LftPicBox h3, *.RgtPicBox h3, *.RgtBox h3, *.LftBox h2, *.LftPicBox h2, *.RgtPicBox h2, *.RgtBox h2

Selects any h3 element that is a descendant of any element with a class attribute that contains the word LftBox or any h3 element that is a descendant of any element with a class attribute that contains the word LftPicBox or any h3 element that is a descendant of any element with a class attribute that contains the word RgtPicBox or any h3 element that is a descendant of any element with a class attribute that contains the word RgtBox or any h2 element that is a descendant of any element with a class attribute that contains the word LftBox or any h2 element that is a descendant of any element with a class attribute that contains the word LftPicBox or any h2 element that is a descendant of any element with a class attribute that contains the word RgtPicBox or any h2 element that is a descendant of any element with a class attribute that contains the word RgtBox.

Selector 119: h1.Title

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

Selector 120: * *.WideNav

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

Selector 121: *#Content *.Standfirst

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

Selector 122: * *.NoStyle

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

Selector 123: *.NewSection

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

Selector 124: *.MenuBox h2.NewSection

Selects any h2 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 125: * h1, h2

Selects any h1 element that is a descendant of any element or any h2 element.

Selector 126: h3, h4, h5, h6

Selects any h3 element or any h4 element or any h5 element or any h6 element.

Selector 127: h2

Selects any h2 element.

Selector 128: *.RgtBox h2, *.RgtBox h3

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

Selector 129: h3, h4

Selects any h3 element or any h4 element.

Selector 130: dt

Selects any dt element.

Selector 131: dd

Selects any dd element.

Selector 132: p

Selects any p element.

Selector 133: sup

Selects any sup element.

Selector 134: fieldset

Selects any fieldset element.

Selector 135: td fieldset

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

Selector 136: p.ActionPoint

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

Selector 137: p.FAQAction

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

Selector 138: p.LogAction

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

Selector 139: p.Information

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

Selector 140: * *.Turn

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

Selector 141: dd

Selects any dd element.

Selector 142: dd p

Selects any p element that is a descendant of a dd element.

Selector 143: * *.FAQ dt

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

Selector 144: *.FAQ dd

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

Selector 145: *.FAQ dd dl dd

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

Selector 146: * *.Index dd p

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

Selector 147: * dl.TOC

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

Selector 148: dl.TOC dt

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

Selector 149: 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 150: dl.TOC dd h3

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

Selector 151: dl.TOC dd ul

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

Selector 152: * input[type=submit], input[type=reset], input[type=button]

Selects any input element with a type attribute that equals submit that is a descendant of any element or any input element with a type attribute that equals reset or any input element with a type attribute that equals button.

Selector 153: input[type=text], textarea

Selects any input element with a type attribute that equals text or any textarea element.

Selector 154: *#Content *.FAQSearchBox form p

Selects any p element that is a descendant of a form element that is a descendant of any element with a class attribute that contains the word FAQSearchBox that is a descendant of any element with an id attribute that equals Content.

Selector 155: form#faq-search-box, form#log-search-box

Selects any form element with an id attribute that equals faq-search-box or any form element with an id attribute that equals log-search-box.

Selector 156: input#faq-search-input, input#log-search-input

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

Selector 157: input#faq-search-submit, input#log-search-submit

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

Selector 158: *.Feedback td input[type=submit], *.Feedback td input.Submit

Selects any input element with a type attribute that equals submit that is a descendant of a td element that is a descendant of any element with a class attribute that contains the word Feedback or any input element with a class attribute that contains the word Submit that is a descendant of a td element that is a descendant of any element with a class attribute that contains the word Feedback.

Selector 159: input[type=radio], select

Selects any input element with a type attribute that equals radio or any select element.

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

Selects any pre 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 161: caption

Selects any caption element.

Selector 162: td ul

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

Selector 163: *.AlphaLinks, *.NavBar

Selects any element with a class attribute that contains the word AlphaLinks or any element with a class attribute that contains the word NavBar.

Selector 164: *.TextAdCTA

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

Selector 165: *#Content *.TextAdCTA p

Selects any p element that is a descendant of any element with a class attribute that contains the word TextAdCTA that is a descendant of any element with an id attribute that equals Content.

Selector 166: *.AdServicePointers

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

Selector 167: *.YouAreHere

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

Selector 168: *.Pointer

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

Selector 169: *.ByLine

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

Selector 170: *#Content > p img.Thumbnail

Selects any img element with a class attribute that contains the word Thumbnail that is a descendant of a p element that is a child of any element with an id attribute that equals Content.

Time elapsed: 5.940s