Library.css

From OLPC
Revision as of 20:19, 17 July 2007 by Lauren (talk | contribs) (New page: == Classes and Selectors == ; <tt>a.entry:hover</tt> : <tt>a.entry:hover</tt> refers to the style of an entry in the collection as you mouse over it. ; <tt>.metadata > .title</tt> : <t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Classes and Selectors

a.entry:hover
a.entry:hover refers to the style of an entry in the collection as you mouse over it.
.metadata > .title
.metadata > .title refers to the style of the title of an entry in the collection.
a
a refers to the style of all linked text in the collection.
a:hover
<t>a:hover refers to the style of linked text as you mouse over it.
h1, h2, h3, h4 h5
h1,h2,h3,h4, and h5 refer to the style of various headers-- all the same formatting, but different size fonts.