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