Sample library.css file: Difference between revisions
Jump to navigation
Jump to search
m (Replacing page with 'Here is the default <tt>library.css</tt> file:') |
mNo edit summary |
||
Line 1: | Line 1: | ||
Here is |
Here is a sample <tt>library.css</tt> file a collection called "Dictionary." |
||
<pre> |
|||
/* Style sheet for "Dictionary" collection--------------- */ |
|||
.dictionary a.entry:hover { |
|||
background: #F2DBA2; |
|||
text-decoration: none; |
|||
} |
|||
.dictionary .metadata > .title { |
|||
color: #DE801A; |
|||
} |
|||
.dictionary a { |
|||
color: #DE801A; |
|||
text-decoration: none; |
|||
} |
|||
.dictionary a:hover { |
|||
text-decoration: underline; |
|||
} |
|||
.dictionary h1, .books h2, .books h3, .books h4, .books h5 { |
|||
background: #F78F1E; |
|||
} |
|||
</pre> |
Revision as of 21:45, 16 July 2007
Here is a sample library.css file a collection called "Dictionary."
/* Style sheet for "Dictionary" collection--------------- */ .dictionary a.entry:hover { background: #F2DBA2; text-decoration: none; } .dictionary .metadata > .title { color: #DE801A; } .dictionary a { color: #DE801A; text-decoration: none; } .dictionary a:hover { text-decoration: underline; } .dictionary h1, .books h2, .books h3, .books h4, .books h5 { background: #F78F1E; }