ameliorate markup semantics and spelling
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
CommitLineData
cde4926e 1@charset "UTF-8";
3cb66fff 2
3BODY {
84e24912 4 font-family : Arial, Helvetica, sans-serif;
3cb66fff 5 font-size : 10pt;
6 margin : 0px;
e4ac6848 7 color : #333333;
2776b60f 8 background : #ffffff;
3cb66fff 9}
10
4e705bd2 11a {
e4ac6848 12 color : #666666;
4e705bd2 13}
14
3cb66fff 15h1 {
84e24912 16 font-family : Arial Black, sans-serif;
91d99a11 17 margin : 0px;
18 line-height : 0.8em;
19 color : #ffffff;
20 text-shadow : -3px 0 4px #333333;
21 border-bottom : 1px solid #333333;
e96de502 22 font-size : 100pt;
23 padding-top : 32px;
24 padding-left : 70px;
25 letter-spacing : -13px;
91d99a11 26 background-repeat : no-repeat;
3cb66fff 27}
28
29h2 {
30 font-size : 14pt;
31 margin : 0px;
32 line-height : 1em;
e4ac6848 33 color : #ffffff;
34 background : #307AA7;
e96de502 35 padding-left : 78px;
9dac4e3b 36 padding-top : 20px;
37 padding-bottom : 15px;
3cb66fff 38}
39
40.nav {
e4ac6848 41 border-bottom : 1px dotted #C22E24;
42 border-top : 10px solid #C22E24;
3cb66fff 43}
44
ebf77bd9 45.menu {
c24d5391 46 position : relative;
47 left : 70px;
3cb66fff 48 margin-top : 0px;
49}
50
ebf77bd9 51.menu td {
3cb66fff 52 list-style-type : none;
53 float : left;
54 padding-left : 12px;
55 padding-right : 12px;
56 padding-top : 10px;
57 padding-bottom : 10px;
58 font-size : 1.2em;
59}
60
ebf77bd9 61.menu td.active {
e4ac6848 62 color : #ffffff;
63 background : #C22E24;
3cb66fff 64}
65
ebf77bd9 66.menu td.inactive {
e4ac6848 67 color : #C22E24;
3cb66fff 68}
69
ebf77bd9 70.menu td a {
e4ac6848 71 color : #C22E24;
3cb66fff 72 text-decoration : none;
73}
74
ebf77bd9 75.menu td a:hover {
e4ac6848 76 color : #C22E24;
3cb66fff 77 text-decoration : underline;
78}
79
80.content {
91d99a11 81 padding-left : 75px;
3cb66fff 82 padding-top : 20px;
91d99a11 83 font-size : 1.2em;
84 background : url('../images/gradient.gif') repeat-x;
3cb66fff 85}
86
91d99a11 87.content p {
88 width : 550px;
3cb66fff 89}
90
91.content h3 {
91d99a11 92 font-size : 1.4em;
3cb66fff 93 margin : 0px;
e4ac6848 94 color : #C22E24;
3cb66fff 95 line-height : 1em;
96}
97
e95a25e2 98#code_sample code {
99 display : block;
100 white-space : pre;
84e24912 101 font-family : Monaco, Courier, monospace;
4e705bd2 102 font-size : 9pt;
103 padding : 10px;
104 border : 1px dotted #aaaaaa;
105 color : #333333;
91d99a11 106}
107
9db2b8f2 108ul.articles {
109 list-style-type : none;
110 padding-left : 0px;
c24d5391 111 width : 550px;
9db2b8f2 112}
113
114ul.presentations {
115 list-style-type : none;
116 padding-left : 0px;
c24d5391 117 width : 550px;
9db2b8f2 118}
119
120li.year {
9db2b8f2 121 font-weight : bold;
122}
123
124li.year > ul {
125 padding-top : 10px;
126 padding-bottom : 10px;
127}
128
129li.article {
130 list-style-type : circle;
9db2b8f2 131 font-weight : normal;
132}
133
134li.article_set {
9db2b8f2 135 font-weight : bold;
136}
137
138li.presentation {
139 list-style-type : circle;
9db2b8f2 140 font-weight : normal;
141}
142
3cb66fff 143.footer {
92d8ba6e 144 margin-top : 30px;
3cb66fff 145 border-top : 1px solid #aaaaaa;
146 padding-left : 75px;
147 color : #aaaaaa;
91d99a11 148 font-size : 0.9em;
3cb66fff 149 padding-bottom : 40px;
150}
151
91d99a11 152.footer a {
153 color : #aaaaaa;
154}
155
3cb66fff 156.clearfix {
157 clear: both;
158}
159
160