adding style sheets and using Resource::Pack
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
1
2 BODY {
3     font-family : Ariel, Helvetica, sans-serif;
4     font-size   : 10pt;
5     margin      : 0px;
6     color       : #666666;
7 }
8
9 h1 {
10     font-family  : Arial Black;
11     font-size    : 48pt;
12     margin       : 0px;
13     line-height  : 0.7em;
14     background   : #336699;
15     color        : #ffffff;
16     padding-left : 70px;
17     padding-top  : 15px;
18 }
19
20 h1.home {
21     font-size    : 72pt;
22     padding-top  : 70px;
23 }
24
25 h2 {
26     font-size      : 14pt;
27     margin         : 0px;
28     line-height    : 1em;
29     color          : #336699;
30     padding-left   : 75px;
31     padding-top    : 25px;
32     padding-bottom : 20px;
33     background     : #ffffff;
34     font-style     : oblique;
35 }
36
37 .nav {
38     border-bottom  : 1px solid #6699CC;
39     border-top     : 10px solid #6699CC;
40 }
41
42 ul.menu {
43     padding-left : 70px;
44     margin-top   : 0px;
45 }
46
47 ul.menu > li {
48     list-style-type : none;
49     float           : left;
50     padding-left    : 12px;
51     padding-right   : 12px;
52     padding-top     : 10px;
53     padding-bottom  : 10px;
54     font-size       : 1.2em;
55 }
56
57 ul.menu > li.active {
58     color      : #003366;
59     background : #6699CC;
60 }
61
62 ul.menu > li.inactive {
63     color           : #336699;
64 }
65
66 ul.menu > li a {
67     color           : #336699;
68     text-decoration : none;
69 }
70
71 ul.menu > li a:hover {
72     color           : #003366;
73     text-decoration : underline;
74 }
75
76 .content {
77     position     : relative;
78     left         : 75px;
79     padding-top  : 20px;
80     width        : 500px;
81 }
82
83 .content h2 {
84     font-size     : 16pt;
85     line-height   : 1em;
86     color         : #336699;
87     padding       : 0px;
88     margin-bottom : 10px;
89     background    : #ffffff;
90 }
91
92 .content h3 {
93     font-size     : 12pt;
94     margin        : 0px;
95     color         : #336699;
96     line-height   : 1em;
97 }
98
99 .home_content {
100     position     : relative;
101     left         : 75px;
102     padding-top  : 10px;
103     width        : 500px;
104     font-size    : 1.2em;
105 }
106
107 .home_footer {
108     position       : relative;
109     left           : 75px;
110     color          : #aaaaaa;
111     font-size      : 0.8em;
112     width          : 500px;
113     border-top     : 1px solid #aaaaaa;
114     padding-bottom : 40px;
115 }
116
117 .footer {
118     margin-top     : 20px;
119     border-top     : 1px solid #aaaaaa;
120     padding-left   : 75px;
121     color          : #aaaaaa;
122     font-size      : 0.8em;
123     padding-bottom : 40px;
124 }
125
126 .clearfix {
127     clear: both;
128 }
129
130