Merge branch 'topic/2009-conferences' of gitmo@git.moose.perl.org:moose-website
[gitmo/moose-website.git] / css / style.css
1
2 BODY {
3     font-family: Helvetica, Arial;
4     color:       #FFFFFF;
5     margin:      0px;
6     font-size:   10pt;
7 }
8
9 LI {
10     font-size: 10pt;
11     width: 80%;
12 }
13
14 P {
15     font-size: 10pt;
16 }
17
18 A {
19     font-size: 10pt;
20     color:     #FFFFFF;
21 }
22
23 A:hover {
24     color: #000000;
25 }
26
27 #content {
28     padding-top:   0px;
29     padding-left:  30px;
30     padding-right: 20px;
31 }
32
33 .description {
34     font-size: 12pt;
35 }
36
37 .description a {
38     font-size: 12pt;
39 }
40
41 .root_list {
42     list-style: none;
43     margin-left: -40;
44     line-height: 2.5em;
45 }
46
47 .sub_list {
48     list-style:  circle;
49     margin-left: 0;
50     line-height: 1em;
51     display:     block;
52 }
53
54 .list_header {
55     font-size:       18pt;
56     font-weight:     bold;
57     color:           #FFFFFF;
58     text-decoration: none;
59 }
60
61 .list_sub_header {
62     list-style:  none;
63     font-size:   14pt;
64     font-weight: bold;
65     line-height: 1.5em;    
66     color:       #FFFFFF;
67 }
68
69 #line {
70     height: 1px;
71     background: #FFFFFF;
72 }
73
74 .copyright {
75     font-size: 9pt;
76     color:     #AB9974;
77     text-align: center;
78 }
79