source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Multimedia/import/discography/www.thebeatlesarchive.com/discography/beatles.css@ 28038

Last change on this file since 28038 was 28038, checked in by ak19, 11 years ago
  1. Adding the Multimedia collection. 2. Rebuilt all the tutorial the model-collections (with the new gen-model-colls.sh script, simultaneously tested) since the HASH OID naming scheme has changed.
  • Property svn:executable set to *
File size: 698 bytes
Line 
1table {
2 background-color : #4898D2;
3}
4.menu {
5 border-color : Black;
6 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
7 font-size : 11px;
8 color: #000000;
9 background-color : #4898D2;
10}
11.disco {
12 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
13 font-size : 11px; color: #000000;
14 background-color : #367CC2;
15}
16p {
17 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
18 font-size : 13px;
19 color: Black;
20}
21h1 {
22 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
23 font-size : 15px;
24 color: #000000;
25}
26A:link, A:visited {
27 text-decoration: none;
28 color: Yellow;
29}
30A:hover {
31 text-decoration: none;
32 color: #ffcc00;
33}
Note: See TracBrowser for help on using the repository browser.