whoops
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
CommitLineData
3cb66fff 1
2BODY {
3 font-family : Ariel, Helvetica, sans-serif;
4 font-size : 10pt;
5 margin : 0px;
e4ac6848 6 color : #333333;
2776b60f 7 background : #ffffff;
3cb66fff 8}
9
4e705bd2 10a {
e4ac6848 11 color : #666666;
4e705bd2 12}
13
3cb66fff 14h1 {
9dac4e3b 15 font-family : Arial Black;
16 font-size : 54pt;
17 margin : 0px;
18 line-height : 0.8em;
9dac4e3b 19 color : #ffffff;
20 padding-left : 70px;
21 padding-top : 15px;
22 letter-spacing : -7px;
23 text-shadow : -3px 0 4px #333333;
9db2b8f2 24 background : url('../images/header_bg.jpg') no-repeat;
25 border-bottom : 1px solid #333333;
3cb66fff 26}
27
28h1.home {
9dac4e3b 29 font-size : 110pt;
e4ac6848 30 padding-top : 80px;
9dac4e3b 31 padding-left : 62px;
32 letter-spacing : -15px;
e4ac6848 33 background : #ffffff;
9db2b8f2 34 background : url('../images/header_home_bg.jpg') no-repeat;
3cb66fff 35}
36
37h2 {
38 font-size : 14pt;
39 margin : 0px;
40 line-height : 1em;
e4ac6848 41 color : #ffffff;
42 background : #307AA7;
3cb66fff 43 padding-left : 75px;
9dac4e3b 44 padding-top : 20px;
45 padding-bottom : 15px;
3cb66fff 46}
47
9dac4e3b 48.home_nav {
e4ac6848 49 border-bottom : 1px dotted #C22E24;
50 border-top : 10px solid #C22E24;
9dac4e3b 51}
52
3cb66fff 53.nav {
e4ac6848 54 border-bottom : 1px dotted #C22E24;
55 border-top : 10px solid #C22E24;
56 background : #F2E6AA;
3cb66fff 57}
58
59ul.menu {
60 padding-left : 70px;
61 margin-top : 0px;
62}
63
64ul.menu > li {
65 list-style-type : none;
66 float : left;
67 padding-left : 12px;
68 padding-right : 12px;
69 padding-top : 10px;
70 padding-bottom : 10px;
71 font-size : 1.2em;
72}
73
74ul.menu > li.active {
e4ac6848 75 color : #ffffff;
76 background : #C22E24;
3cb66fff 77}
78
79ul.menu > li.inactive {
e4ac6848 80 color : #C22E24;
3cb66fff 81}
82
83ul.menu > li a {
e4ac6848 84 color : #C22E24;
3cb66fff 85 text-decoration : none;
86}
87
88ul.menu > li a:hover {
e4ac6848 89 color : #C22E24;
3cb66fff 90 text-decoration : underline;
91}
92
93.content {
94 position : relative;
95 left : 75px;
96 padding-top : 20px;
97 width : 500px;
98}
99
100.content h2 {
101 font-size : 16pt;
102 line-height : 1em;
e4ac6848 103 color : #C22E24;
3cb66fff 104 padding : 0px;
105 margin-bottom : 10px;
106 background : #ffffff;
107}
108
109.content h3 {
110 font-size : 12pt;
111 margin : 0px;
e4ac6848 112 color : #C22E24;
3cb66fff 113 line-height : 1em;
114}
115
116.home_content {
9dac4e3b 117 padding-left : 75px;
3cb66fff 118 padding-top : 10px;
3cb66fff 119 font-size : 1.2em;
e4ac6848 120 background : url('../images/bg.gif') repeat-x;
9dac4e3b 121}
122
123.home_content p {
124 width : 500px;
3cb66fff 125}
126
4e705bd2 127pre {
128 font-family : Monaco, Courier;
129 font-size : 9pt;
130 padding : 10px;
131 border : 1px dotted #aaaaaa;
132 color : #333333;
133}
134
9db2b8f2 135ul.articles {
136 list-style-type : none;
137 padding-left : 0px;
138}
139
140ul.presentations {
141 list-style-type : none;
142 padding-left : 0px;
143}
144
145li.year {
146 font-size : 14pt;
147 font-weight : bold;
148}
149
150li.year > ul {
151 padding-top : 10px;
152 padding-bottom : 10px;
153}
154
155li.article {
156 list-style-type : circle;
157 font-size : 10pt;
158 font-weight : normal;
159}
160
161li.article_set {
162 font-size : 10pt;
163 font-weight : bold;
164}
165
166li.presentation {
167 list-style-type : circle;
168 font-size : 10pt;
169 font-weight : normal;
170}
171
172
3cb66fff 173.home_footer {
174 position : relative;
175 left : 75px;
176 color : #aaaaaa;
177 font-size : 0.8em;
178 width : 500px;
179 border-top : 1px solid #aaaaaa;
180 padding-bottom : 40px;
181}
182
183.footer {
184 margin-top : 20px;
185 border-top : 1px solid #aaaaaa;
186 padding-left : 75px;
187 color : #aaaaaa;
188 font-size : 0.8em;
189 padding-bottom : 40px;
190}
191
192.clearfix {
193 clear: both;
194}
195
196