Translations
Selector 1: *
Selects any element.
Selector 2: body
Selects any body
element.
Selector 3: h1, h1 *:link, h1 *:visited, h1 *:link:hover, h1 *:link:focus, h2 *:link, h2 *:visited, h2 *:link:hover, h2 *:link:focus
Selects any h1
element or any element whose target has not been visited that is a descendant of a h1
element or any element whose target has been visited that is a descendant of a h1
element or any element whose target has not been visited and which is in a hover state that is a descendant of a h1
element or any element whose target has not been visited and which currently has focus that is a descendant of a h1
element or any element whose target has not been visited that is a descendant of a h2
element or any element whose target has been visited that is a descendant of a h2
element or any element whose target has not been visited and which is in a hover state that is a descendant of a h2
element or any element whose target has not been visited and which currently has focus that is a descendant of a h2
element.
Selector 4: div.section
Selects any div
element with a class
attribute that contains the word section
.
Selector 5: div.section > h2, div.section > h3, div.section > h4, div.section > h5, div.section > h6
Selects any h2
element that is a child of a div
element with a class
attribute that contains the word section
or any h3
element that is a child of a div
element with a class
attribute that contains the word section
or any h4
element that is a child of a div
element with a class
attribute that contains the word section
or any h5
element that is a child of a div
element with a class
attribute that contains the word section
or any h6
element that is a child of a div
element with a class
attribute that contains the word section
.
Selector 6: *.deepLevel *#mainContent *:link img, *.deepLevel *#mainContent *:visited img
Selects any img
element that is a descendant of any element whose target has not been visited that is a descendant of any element with an id
attribute that equals mainContent
that is a descendant of any element with a class
attribute that contains the word deepLevel
or any img
element that is a descendant of any element whose target has been visited that is a descendant of any element with an id
attribute that equals mainContent
that is a descendant of any element with a class
attribute that contains the word deepLevel
.
Selector 7: p p
Selects any p
element that is a descendant of a p
element.
Selector 8: p p p
Selects any p
element that is a descendant of a p
element that is a descendant of a p
element.
Selector 9: ol.toc ol
Selects any ol
element that is a descendant of an ol
element with a class
attribute that contains the word toc
.
Selector 10: ol.toc > li > ol
Selects any ol
element that is a child of a li
element that is a child of an ol
element with a class
attribute that contains the word toc
.
Selector 11: ul.snav
Selects any ul
element with a class
attribute that contains the word snav
.
Selector 12: ul.snav > li
Selects any li
element that is a child of an ul
element with a class
attribute that contains the word snav
.
Selector 13: ul.snav > li::before
Selects any content placed before a li
element that is a child of an ul
element with a class
attribute that contains the word snav
.
Selector 14: a.cont
Selects any a
element with a class
attribute that contains the word cont
.
Selector 15: blockquote::before
Selects any content placed before a blockquote
element.
Selector 16: p::before
Selects any content placed before a p
element.
Selector 17: pre.code *.remark
Selects any element with a class
attribute that contains the word remark
that is a descendant of a pre
element with a class
attribute that contains the word code
.
Selector 18: *.example
Selects any element with a class
attribute that contains the word example
.
Selector 19: *.example::before
Selects any content placed before any element with a class
attribute that contains the word example
.
Selector 20: *.example[title]::before
Selects any content placed before any element with a class
attribute that contains the word example
and a title
attribute.
Selector 21: *.important
Selects any element with a class
attribute that contains the word important
.
Selector 22: *.important::before
Selects any content placed before any element with a class
attribute that contains the word important
.
Selector 23: div pre
Selects any pre
element that is a descendant of a div
element.
Selector 24: *.important::after
Selects any content placed after any element with a class
attribute that contains the word important
.
Selector 25: example[title]::before
Selects any content placed before an example
element with a title
attribute.
Selector 26: *.screenshot[title]::after, *.figure[title]::after
Selects any content placed after any element with a class
attribute that contains the word screenshot
and a title
attribute or any content placed after any element with a class
attribute that contains the word figure
and a title
attribute.
Selector 27: *.co, *.callout
Selects any element with a class
attribute that contains the word co
or any element with a class
attribute that contains the word callout
.
Selector 28: *.handset *.question
Selects any element with a class
attribute that contains the word question
that is a descendant of any element with a class
attribute that contains the word handset
.
Selector 29: *.quandary *.answer
Selects any element with a class
attribute that contains the word answer
that is a descendant of any element with a class
attribute that contains the word quandary
.
Selector 30: address
Selects any address
element.
Selector 31: *.author
Selects any element with a class
attribute that contains the word author
.
Selector 32: *.copyright
Selects any element with a class
attribute that contains the word copyright
.
Selector 33: *.footer
Selects any element with a class
attribute that contains the word footer
.
Selector 34: h3, th
Selects any h3
element or any th
element.
Selector 35: h5
Selects any h5
element.
Selector 36: h6
Selects any h6
element.
Selector 37: *.para, ul, ol, div.note, *.example
Selects any element with a class
attribute that contains the word para
or any ul
element or any ol
element or any div
element with a class
attribute that contains the word note
or any element with a class
attribute that contains the word example
.
Selector 38: p.para
Selects any p
element with a class
attribute that contains the word para
.
Selector 39: *.screen *, *.note *, dl, li, li ol, li ul, *.para *
Selects any element that is a descendant of any element with a class
attribute that contains the word screen
or any element that is a descendant of any element with a class
attribute that contains the word note
or any dl
element or any li
element or any ol
element that is a descendant of a li
element or any ul
element that is a descendant of a li
element or any element that is a descendant of any element with a class
attribute that contains the word para
.
Selector 40: dl dl
Selects any dl
element that is a descendant of a dl
element.
Selector 41: ul, ol
Selects any ul
element or any ol
element.
Selector 42: li *.example
Selects any element with a class
attribute that contains the word example
that is a descendant of a li
element.
Selector 43: *.float-side
Selects any element with a class
attribute that contains the word float-side
.
Selector 44: *.figure[title]::after
Selects any content placed after any element with a class
attribute that contains the word figure
and a title
attribute.
Selector 45: *.abstract::before
Selects any content placed before any element with a class
attribute that contains the word abstract
.
Selector 46: thead th
Selects any th
element that is a descendant of a thead
element.
Selector 47: th, td
Selects any th
element or any td
element.
Selector 48: li, div.para > ul, div.para > ol, div.para > blockquote
Selects any li
element or any ul
element that is a child of a div
element with a class
attribute that contains the word para
or any ol
element that is a child of a div
element with a class
attribute that contains the word para
or any blockquote
element that is a child of a div
element with a class
attribute that contains the word para
.
Selector 49: *.subtitle, *.ex-ref, *.note, span.application, caption
Selects any element with a class
attribute that contains the word subtitle
or any element with a class
attribute that contains the word ex-ref
or any element with a class
attribute that contains the word note
or any span
element with a class
attribute that contains the word application
or any caption
element.
Selector 50: *.first, *#mainContent > *.crumbs:first-child, *#side > *.crumbs:first-child, *.key-point > h1:first-child, *.key-point > h2:first-child, *.key-point > h3:first-child, *.key-point > h4:first-child, *.key-point > h5:first-child, *.key-point > h6:first-child, *#mainContent > h1:first-child, *#mainContent > h2:first-child, *#mainContent > h3:first-child, *#mainContent > h4:first-child, *#mainContent > h5:first-child, *#mainContent > h6:first-child, *#side > h1:first-child, *#side > h2:first-child, *#side > h3:first-child, *#side > h4:first-child, *#side > h5:first-child, *#side > h6:first-child
Selects any element with a class
attribute that contains the word first
or any element with a class
attribute that contains the word crumbs
and that is a first child that is a child of any element with an id
attribute that equals mainContent
or any element with a class
attribute that contains the word crumbs
and that is a first child that is a child of any element with an id
attribute that equals side
or any h1
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h2
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h3
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h4
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h5
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h6
element that is a first child that is a child of any element with a class
attribute that contains the word key-point
or any h1
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h2
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h3
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h4
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h5
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h6
element that is a first child that is a child of any element with an id
attribute that equals mainContent
or any h1
element that is a first child that is a child of any element with an id
attribute that equals side
or any h2
element that is a first child that is a child of any element with an id
attribute that equals side
or any h3
element that is a first child that is a child of any element with an id
attribute that equals side
or any h4
element that is a first child that is a child of any element with an id
attribute that equals side
or any h5
element that is a first child that is a child of any element with an id
attribute that equals side
or any h6
element that is a first child that is a child of any element with an id
attribute that equals side
.
Selector 51: *:link img, *:visited img, *.deepLevel *#mainContent *#buttons *:link img, *.deepLevel *#mainContent *#buttons *:visited img
Selects any img
element that is a descendant of any element whose target has not been visited or any img
element that is a descendant of any element whose target has been visited or any img
element that is a descendant of any element whose target has not been visited that is a descendant of any element with an id
attribute that equals buttons
that is a descendant of any element with an id
attribute that equals mainContent
that is a descendant of any element with a class
attribute that contains the word deepLevel
or any img
element that is a descendant of any element whose target has been visited that is a descendant of any element with an id
attribute that equals buttons
that is a descendant of any element with an id
attribute that equals mainContent
that is a descendant of any element with a class
attribute that contains the word deepLevel
.
Selector 52: dl.toc > dd, *.callout
Selects any dd
element that is a child of a dl
element with a class
attribute that contains the word toc
or any element with a class
attribute that contains the word callout
.
Selector 53: blockquote.epigraph em, div.epigraph em, blockquote.epigraph address, div.epigraph cite
Selects any em
element that is a descendant of a blockquote
element with a class
attribute that contains the word epigraph
or any em
element that is a descendant of a div
element with a class
attribute that contains the word epigraph
or any address
element that is a descendant of a blockquote
element with a class
attribute that contains the word epigraph
or any cite
element that is a descendant of a div
element with a class
attribute that contains the word epigraph
.
Selector 54: p.c6
Selects any p
element with a class
attribute that contains the word c6
.
Selector 55: blockquote.c4
Selects any blockquote
element with a class
attribute that contains the word c4
.
Selector 56: p.c3
Selects any p
element with a class
attribute that contains the word c3
.
Selector 57: p.c2
Selects any p
element with a class
attribute that contains the word c2
.
Selector 58: div.test
Selects any div
element with a class
attribute that contains the word test
.
Selector 59: div.c4
Selects any div
element with a class
attribute that contains the word c4
.
Selector 60: h1.c2
Selects any h1
element with a class
attribute that contains the word c2
.
Selector 61: p.c1
Selects any p
element with a class
attribute that contains the word c1
.
Selector 62: h1.c28
Selects any h1
element with a class
attribute that contains the word c28
.
Selector 63: h3.c27
Selects any h3
element with a class
attribute that contains the word c27
.
Selector 64: ul.c26
Selects any ul
element with a class
attribute that contains the word c26
.
Selector 65: li.c25
Selects any li
element with a class
attribute that contains the word c25
.
Selector 66: blockquote.c23
Selects any blockquote
element with a class
attribute that contains the word c23
.
Selector 67: table.c21
Selects any table
element with a class
attribute that contains the word c21
.
Selector 68: td.c18
Selects any td
element with a class
attribute that contains the word c18
.
Selector 69: h2.c17
Selects any h2
element with a class
attribute that contains the word c17
.
Selector 70: p.c14
Selects any p
element with a class
attribute that contains the word c14
.
Selector 71: h1.c13
Selects any h1
element with a class
attribute that contains the word c13
.
Selector 72: li.c11
Selects any li
element with a class
attribute that contains the word c11
.
Selector 73: p.c8
Selects any p
element with a class
attribute that contains the word c8
.
Selector 74: div.c1
Selects any div
element with a class
attribute that contains the word c1
.
Selector 75: h1, h2, h3, section#tags li.selected a
Selects any h1
element or any h2
element or any h3
element or any a
element that is a descendant of a li
element with a class
attribute that contains the word selected
that is a descendant of a section
element with an id
attribute that equals tags
.
Selector 76: div + p, blockquote + p, p:first-child, dl.toc *:first-child
Selects any p
element that immediately follows a div
element or any p
element that immediately follows a blockquote
element or any p
element that is a first child or any element that is a first child that is a descendant of a dl
element with a class
attribute that contains the word toc
.
Selector 77: *.right, *.float
Selects any element with a class
attribute that contains the word right
or any element with a class
attribute that contains the word float
.
Selector 78: div[cite]::before, div ol.toc, address, code, *.remark, pre code, *.remark, blockquote[cite]::before
Selects any content placed before a div
element with a cite
attribute or any ol
element with a class
attribute that contains the word toc
that is a descendant of a div
element or any address
element or any code
element or any element with a class
attribute that contains the word remark
or any code
element that is a descendant of a pre
element or any element with a class
attribute that contains the word remark
or any content placed before a blockquote
element with a cite
attribute.
Selector 79: p *:first-child *:before *::before, ul.snav > li:first-child::before, pre.code *.remark::before, pre.code *.remark::after, pre.code *.note::before
Warning: pseudo-element 'before' may only be used at the end of the selector chain on or near line 79:18
Selects any content placed before any element that is a descendant of any element that is a descendant of any element that is a first child that is a descendant of a p
element or any content placed before a li
element that is a first child that is a child of an ul
element with a class
attribute that contains the word snav
or any content placed before any element with a class
attribute that contains the word remark
that is a descendant of a pre
element with a class
attribute that contains the word code
or any content placed after any element with a class
attribute that contains the word remark
that is a descendant of a pre
element with a class
attribute that contains the word code
or any content placed before any element with a class
attribute that contains the word note
that is a descendant of a pre
element with a class
attribute that contains the word code
.
Selector 80: blockquote > *::before, div * *::before, blockquote > address::before, div.quote cite::before, div.epigraph cite::before
Selects any content placed before any element that is a child of a blockquote
element or any content placed before any element that is a descendant of any element that is a descendant of a div
element or any content placed before an address
element that is a child of a blockquote
element or any content placed before a cite
element that is a descendant of a div
element with a class
attribute that contains the word quote
or any content placed before a cite
element that is a descendant of a div
element with a class
attribute that contains the word epigraph
.
Selector 81: body > ol > li p
Selects any p
element that is a descendant of a li
element that is a child of an ol
element that is a child of a body
element.
Selector 82: *:not(a)
Selects any element which is not an a
element.
Selector 83: p:not(.section)
Selects any p
element without a class
attribute that contains the word section
.
Selector 84: body > h2:not(:first-of-type):not(:last-of-type)
Selects any h2
element that is not a first child of its type and that is not a last child of its type that is a child of a body
element.
Selector 85: ul li:nth-child(2n+3):not(:last-child)
Selects any li
element that is an odd numbered child starting with the third child and that is not a last child that is a descendant of an ul
element.
Selector 86: ol li:nth-child(-3n+9)
Selects any li
element that is one of every three children between the third and the ninth children that is a descendant of an ol
element.
Selector 87: ol li:nth-child(7n-3)
Selects any li
element that is one of every seven children starting with the fourth child that is a descendant of an ol
element.
Selector 88: button:not([DISABLED])
Selects any button
element without a DISABLED
attribute.
Selector 89: html|*:not(:link)
Selects any element in namespace html
whose target has been visited.
Selector 90: html
Selects any html
element.
Selector 91: body
Selects any body
element.
Selector 92: *.container
Selects any element with a class
attribute that contains the word container
.
Selector 93: p
Selects any p
element.
Selector 94: h3, h4
Selects any h3
element or any h4
element.
Selector 95: h2
Selects any h2
element.
Selector 96: h1
Selects any h1
element.
Selector 97: h5, h6
Selects any h5
element or any h6
element.
Selector 98: p + p
Selects any p
element that immediately follows a p
element.
Selector 99: h1::first-line
Selects the first displayed line in a h1
element.
Selector 100: h1::first-letter
Selects the first letter of a h1
element.
Selector 101: h1::before
Selects any content placed before a h1
element.
Selector 102: p::first-letter
Selects the first letter of a p
element.
Selector 103: p:hover
Selects any p
element which is in a hover state.
Selector 104: code
Selects any code
element.
Selector 105: header, hgroup, footer, aside, nav, article, section
Selects any header
element or any hgroup
element or any footer
element or any aside
element or any nav
element or any article
element or any section
element.
Selector 106: header *.dogmeat-header h1 a
Selects any a
element that is a descendant of a h1
element that is a descendant of any element with a class
attribute that contains the word dogmeat-header
that is a descendant of a header
element.
Selector 107: *.header_image
Selects any element with a class
attribute that contains the word header_image
.
Selector 108: img
Selects any img
element.
Selector 109: ul, ol, dl, address, table, pre, fieldset
Selects any ul
element or any ol
element or any dl
element or any address
element or any table
element or any pre
element or any fieldset
element.
Selector 110: em, i, var, cite, b, strong
Selects any em
element or any i
element or any var
element or any cite
element or any b
element or any strong
element.
Selector 111: form
Selects any form
element.
Selector 112: blockquote
Selects any blockquote
element.
Selector 113: h3
Selects any h3
element.
Selector 114: h4
Selects any h4
element.
Selector 115: ul ul, ol ol, ol ul, ul ol
Selects any ul
element that is a descendant of an ul
element or any ol
element that is a descendant of an ol
element or any ul
element that is a descendant of an ol
element or any ol
element that is a descendant of an ul
element.
Selector 116: *:link:focus
Selects any element whose target has not been visited and which currently has focus.
Selector 117: *:visited:focus
Selects any element whose target has been visited and which currently has focus.
Selector 118: * *:link
Selects any element whose target has not been visited that is a descendant of any element.
Selector 119: * *:visited
Selects any element whose target has been visited that is a descendant of any element.
Selector 120: *:link:hover, *:visited:hover
Selects any element whose target has not been visited and which is in a hover state or any element whose target has been visited and which is in a hover state.
Selector 121: *:link:active
Selects any element whose target has not been visited and which is in a state of activation.
Selector 122: *:visited:active
Selects any element whose target has been visited and which is in a state of activation.
Selector 123: li
Selects any li
element.
Selector 124: ul
Selects any ul
element.
Selector 125: section#search_results
Selects any section
element with an id
attribute that equals search_results
.
Selector 126: section#search_results h1, section#filed_under h1
Selects any h1
element that is a descendant of a section
element with an id
attribute that equals search_results
or any h1
element that is a descendant of a section
element with an id
attribute that equals filed_under
.
Selector 127: section#search_results li
Selects any li
element that is a descendant of a section
element with an id
attribute that equals search_results
.
Selector 128: nav#navigation li
Selects any li
element that is a descendant of a nav
element with an id
attribute that equals navigation
.
Selector 129: form.search input.text
Selects any input
element with a class
attribute that contains the word text
that is a descendant of a form
element with a class
attribute that contains the word search
.
Selector 130: aside#sidebar
Selects any aside
element with an id
attribute that equals sidebar
.
Selector 131: aside#sidebar *.column
Selects any element with a class
attribute that contains the word column
that is a descendant of an aside
element with an id
attribute that equals sidebar
.
Selector 132: aside#sidebar section
Selects any section
element that is a descendant of an aside
element with an id
attribute that equals sidebar
.
Selector 133: aside#sidebar section ul li
Selects any li
element that is a descendant of an ul
element that is a descendant of a section
element that is a descendant of an aside
element with an id
attribute that equals sidebar
.
Selector 134: *.profile_image
Selects any element with a class
attribute that contains the word profile_image
.
Selector 135: *.profile
Selects any element with a class
attribute that contains the word profile
.
Selector 136: *.external
Selects any element with a class
attribute that contains the word external
.
Selector 137: *#search
Selects any element with an id
attribute that equals search
.
Selector 138: section#filed_under
Selects any section
element with an id
attribute that equals filed_under
.
Selector 139: *.back_to_blog
Selects any element with a class
attribute that contains the word back_to_blog
.
Selector 140: section#contributors li a:first-child
Selects any a
element that is a first child that is a descendant of a li
element that is a descendant of a section
element with an id
attribute that equals contributors
.
Selector 141: section#contributors li a img
Selects any img
element that is a descendant of an a
element that is a descendant of a li
element that is a descendant of a section
element with an id
attribute that equals contributors
.
Selector 142: section#rss
Selects any section
element with an id
attribute that equals rss
.
Selector 143: section#subscriptions
Selects any section
element with an id
attribute that equals subscriptions
.
Selector 144: section#subscriptions a
Selects any a
element that is a descendant of a section
element with an id
attribute that equals subscriptions
.
Selector 145: section#subscriptions *.subscribe-site div
Selects any div
element that is a descendant of any element with a class
attribute that contains the word subscribe-site
that is a descendant of a section
element with an id
attribute that equals subscriptions
.
Selector 146: section#statistics, section#statistics a, section#statistics a:hover
Selects any section
element with an id
attribute that equals statistics
or any a
element that is a descendant of a section
element with an id
attribute that equals statistics
or any a
element which is in a hover state that is a descendant of a section
element with an id
attribute that equals statistics
.
Selector 147: input, select, textarea
Selects any input
element or any select
element or any textarea
element.
Selector 148: input[type=text], input[type=password], select, textarea
Selects any input
element with a type
attribute that equals text
or any input
element with a type
attribute that equals password
or any select
element or any textarea
element.
Selector 149: input[type=button], input[type=submit]
Selects any input
element with a type
attribute that equals button
or any input
element with a type
attribute that equals submit
.
Selector 150: section.share
Selects any section
element with a class
attribute that contains the word share
.
Selector 151: ul.post-list
Selects any ul
element with a class
attribute that contains the word post-list
.
Selector 152: *.post-list li
Selects any li
element that is a descendant of any element with a class
attribute that contains the word post-list
.
Selector 153: *.post-brief-image-container
Selects any element with a class
attribute that contains the word post-brief-image-container
.
Selector 154: *.post-brief-text
Selects any element with a class
attribute that contains the word post-brief-text
.
Selector 155: *.post-title
Selects any element with a class
attribute that contains the word post-title
.
Selector 156: article
Selects any article
element.
Selector 157: article header
Selects any header
element that is a descendant of an article
element.
Selector 158: article header section
Selects any section
element that is a descendant of a header
element that is a descendant of an article
element.
Selector 159: div.editbox
Selects any div
element with a class
attribute that contains the word editbox
.
Selector 160: article:hover div.editbox
Selects any div
element with a class
attribute that contains the word editbox
that is a descendant of an article
element which is in a hover state.
Selector 161: article div.body
Selects any div
element with a class
attribute that contains the word body
that is a descendant of an article
element.
Selector 162: article div.body, article div.body blockquote
Selects any div
element with a class
attribute that contains the word body
that is a descendant of an article
element or any blockquote
element that is a descendant of a div
element with a class
attribute that contains the word body
that is a descendant of an article
element.
Selector 163: article div.body div.inner ul
Selects any ul
element that is a descendant of a div
element with a class
attribute that contains the word inner
that is a descendant of a div
element with a class
attribute that contains the word body
that is a descendant of an article
element.
Selector 164: article footer
Selects any footer
element that is a descendant of an article
element.
Selector 165: footer section
Selects any section
element that is a descendant of a footer
element.
Selector 166: footer section.author
Selects any section
element with a class
attribute that contains the word author
that is a descendant of a footer
element.
Selector 167: footer section.author h1
Selects any h1
element that is a descendant of a section
element with a class
attribute that contains the word author
that is a descendant of a footer
element.
Selector 168: article footer time div
Selects any div
element that is a descendant of a time
element that is a descendant of a footer
element that is a descendant of an article
element.
Selector 169: footer section.tags
Selects any section
element with a class
attribute that contains the word tags
that is a descendant of a footer
element.
Selector 170: footer section.tags h1
Selects any h1
element that is a descendant of a section
element with a class
attribute that contains the word tags
that is a descendant of a footer
element.
Selector 171: footer section.tags ul
Selects any ul
element that is a descendant of a section
element with a class
attribute that contains the word tags
that is a descendant of a footer
element.
Selector 172: footer section.tags ul li
Selects any li
element that is a descendant of an ul
element that is a descendant of a section
element with a class
attribute that contains the word tags
that is a descendant of a footer
element.
Selector 173: footer section.tags ul li a
Selects any a
element that is a descendant of a li
element that is a descendant of an ul
element that is a descendant of a section
element with a class
attribute that contains the word tags
that is a descendant of a footer
element.
Selector 174: footer#pagination
Selects any footer
element with an id
attribute that equals pagination
.
Selector 175: *#pagination a
Selects any a
element that is a descendant of any element with an id
attribute that equals pagination
.
Selector 176: *#pagination a:hover, *#pagination a:active
Selects any a
element which is in a hover state that is a descendant of any element with an id
attribute that equals pagination
or any a
element which is in a state of activation that is a descendant of any element with an id
attribute that equals pagination
.
Selector 177: *#pagination span.current
Selects any span
element with a class
attribute that contains the word current
that is a descendant of any element with an id
attribute that equals pagination
.
Selector 178: div.ajaxResult
Selects any div
element with a class
attribute that contains the word ajaxResult
.
Selector 179: table
Selects any table
element.
Selector 180: td
Selects any td
element.
Selector 181: th
Selects any th
element.
Selector 182: hr
Selects any hr
element.
Selector 183: section.private
Selects any section
element with a class
attribute that contains the word private
.
Selector 184: section.private:hover div.private_post_message
Selects any div
element with a class
attribute that contains the word private_post_message
that is a descendant of a section
element with a class
attribute that contains the word private
and which is in a hover state.
Selector 185: div.private_post_message
Selects any div
element with a class
attribute that contains the word private_post_message
.
Selector 186: *.fb
Selects any element with a class
attribute that contains the word fb
.
Selector 187: img.fb-sharer
Selects any img
element with a class
attribute that contains the word fb-sharer
.
Selector 188: iframe.fb-like-site
Selects any iframe
element with a class
attribute that contains the word fb-like-site
.
Selector 189: div.fb-wrap
Selects any div
element with a class
attribute that contains the word fb-wrap
.
Selector 190: *.ruiz
Selects any element with a class
attribute that contains the word ruiz
.
Selector 191: caption
Selects any caption
element.
Selector 192: div
Selects any div
element.
Selector 193: ul li
Selects any li
element that is a descendant of an ul
element.
Selector 194: 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 195: div code
Selects any code
element that is a descendant of a div
element.
Selector 196: *
Selects any element.