Initial add of defaria.com
[clearscm.git] / defaria.com / css / Music.css
1 /************************************************************************/
2 /* File:        Music.css                                               */
3 /* Description: Cascading Style Sheet definitions for site              */
4 /* Author:      Andrew@DeFaria.com                                      */
5 /* Created:     Mon Nov  3 21:55:05 PST 2003                            */
6 /* Language:    Cascading Style Sheet                                   */
7 /*                                                                      */
8 /* (c) Copyright 2003, Andrew@DeFaria.com, all rights reserved.         */
9 /************************************************************************/
10 body {
11   background:       white;
12   background-image: url('/songbook/background.jpg');
13   padding:          5px;
14   font-family:      trebuchet MS,
15                     arial;
16   font-size:        20px;                    
17 }
18
19 h1, h2, h3, h4, h5 { 
20   color:        #900;
21 }
22
23 h1.centered { 
24   text-align:  center;
25 }
26
27 h1 {
28   font-size:    2em;
29 }
30
31 h2 {
32   font-size:    1.5em;
33 }
34
35 h3 {
36   font-size:    1.25em;
37 }
38
39 h4 {
40   font-size:    .75em;
41 }
42
43 select {
44   font-size:     20px;
45 }
46
47 input[type="text"] {
48   font-size:     20px;
49 }
50
51 a {
52   color:           red;
53   text-decoration: none;
54   font-weight:     bold;
55   font-family:     trebuchet MS,
56                    sans-serif;
57   font-size:       20px;
58   font-weight:     bold;
59 }
60
61 a:link {
62   color:           #900;
63 }
64
65 a:visited {
66   color:           #4A7184;
67 }
68
69 a:active {
70   color:           #996;
71 }
72
73 a:hover {
74   color:           #ffff80;
75   background:      #33f;
76 }
77
78 img {                                                                       
79   border:           none;
80 }                                
81
82 li {
83   /*display: block;*/
84   width:   50%;
85   float:   left;
86 }