Selector 1: body
Selects any body element.
Selector 2: *#main
Selects any element with an id attribute that equals main.
Selector 3: *#content
Selects any element with an id attribute that equals content.
Selector 4: *.box
Selects any element with a class attribute that contains the word box.
Selector 5: *.box2
Selects any element with a class attribute that contains the word box2.
Selector 6: *.box3
Selects any element with a class attribute that contains the word box3.
Selector 7: img
Selects any img element.
Selector 8: *.thick
Selects any element with a class attribute that contains the word thick.
Selector 9: *.thin
Selects any element with a class attribute that contains the word thin.
Selector 10: *#header-wrap
Selects any element with an id attribute that equals header-wrap.
Selector 11: *#header
Selects any element with an id attribute that equals header.
Selector 12: *#masthead
Selects any element with an id attribute that equals masthead.
Selector 13: *#navbar
Selects any element with an id attribute that equals navbar.
Selector 14: li.menu
Selects any li element with a class attribute that contains the word menu.
Selector 15: *#navbar ul
Selects any ul element that is a descendant of any element with an id attribute that equals navbar.
Selector 16: *#navbar li
Selects any li element that is a descendant of any element with an id attribute that equals navbar.
Selector 17: *#navbar li:hover, li:active
Selects any li element which is in a hover state that is a descendant of any element with an id attribute that equals navbar
or
any li element which is in a state of activation.
Selector 18: *#navbar 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 any element with an id attribute that equals navbar.
Selector 19: *#navbar ul li a:hover, a:active
Selects any a element which is in a hover state that is a descendant of a li element that is a descendant of an ul element that is a descendant of any element with an id attribute that equals navbar
or
any a element which is in a state of activation.
Selector 20: *#respond
Selects any element with an id attribute that equals respond.
Selector 21: *#comment
Selects any element with an id attribute that equals comment.
Selector 22: *#post p
Selects any p element that is a descendant of any element with an id attribute that equals post.
Selector 23: *#post
Selects any element with an id attribute that equals post.
Selector 24: *#portfolio
Selects any element with an id attribute that equals portfolio.
Selector 25: *#quotes
Selects any element with an id attribute that equals quotes.
Selector 26: 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 27: h3.sub
Selects any h3 element with a class attribute that contains the word sub.
Selector 28: h3#respond
Selects any h3 element with an id attribute that equals respond.
Selector 29: a
Selects any a element.
Selector 30: a:focus, a:hover
Selects any a element which currently has focus
or
any a element which is in a hover state.
Selector 31: li
Selects any li element.
Selector 32: *.postmetadata
Selects any element with a class attribute that contains the word postmetadata.
Selector 33: *#sidebar
Selects any element with an id attribute that equals sidebar.
Selector 34: *#sidebar a
Selects any a element that is a descendant of any element with an id attribute that equals sidebar.
Selector 35: *#sidebar h2
Selects any h2 element that is a descendant of any element with an id attribute that equals sidebar.
Selector 36: *#sidebar h2 a
Selects any a element that is a descendant of a h2 element that is a descendant of any element with an id attribute that equals sidebar.
Selector 37: *#sidebar h2 a:focus, h2 a:hover
Selects any a element which currently has focus that is a descendant of a h2 element that is a descendant of any element with an id attribute that equals sidebar
or
any a element which is in a hover state that is a descendant of a h2 element.
Selector 38: *#sidebar li
Selects any li element that is a descendant of any element with an id attribute that equals sidebar.
Selector 39: *#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 40: *#sidebar ul
Selects any ul element that is a descendant of any element with an id attribute that equals sidebar.
Selector 41: *.pushdown-1
Selects any element with a class attribute that contains the word pushdown-1.
Selector 42: *.pushdown-2
Selects any element with a class attribute that contains the word pushdown-2.
Selector 43: *.pushdown-3
Selects any element with a class attribute that contains the word pushdown-3.
Selector 44: *.pushdown-4
Selects any element with a class attribute that contains the word pushdown-4.
Selector 45: *.pushdown-5
Selects any element with a class attribute that contains the word pushdown-5.
Selector 46: *#footer-wrap
Selects any element with an id attribute that equals footer-wrap.
Selector 47: *#footer
Selects any element with an id attribute that equals footer.
Selector 48: *#footer p
Selects any p element that is a descendant of any element with an id attribute that equals footer.
Selector 49: *#footer a
Selects any a element that is a descendant of any element with an id attribute that equals footer.
Selector 50: *#footer-copyright
Selects any element with an id attribute that equals footer-copyright.
Selector 51: *
Selects any element.