source: documentation/trunk/tutorial_sample_files/beatles/advbeat_small/discography/www.thebeatlesarchive.com/discography/beatles.css@ 18423

Last change on this file since 18423 was 18423, checked in by kjdon, 15 years ago

added teh sample files into svn. I got these files from the releases on sourceforge, jun2006 release with the october extra files.

  • 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.