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