15
15
* =MC Main Content
16
16
*
17
17
*
18
- * Color Index
18
+ * Color Index
19
19
* #e2dcd4 - Body Background Beige - to avoid white flicker prior to paper.jpg load
20
20
* #afb59b - 'Stripe' Navigation Banner Background Green - again to avoid flickr before image load
21
21
* #990000 - Link hover red (non-navigation links)
49
49
50
50
html , body {
51
51
background-color : # e2dcd4 ;
52
+ background : url ('../images/paper.jpg' );
53
+ background-attachment : fixed;
52
54
font-size : 16px ;
53
55
color : # 2a1807 ;
54
56
font-family : 'Optima' , Arial, sans-serif;
55
57
margin : 0 ;
56
58
padding : 0 ;
57
59
}
58
60
59
- body {
60
- background-image : url ('../images/paper.jpg' );
61
- background-attachment : fixed;
62
- }
63
-
64
61
ul {
65
62
list-style-type : none;
66
63
padding : 0 ;
73
70
font-family : 'Optima' , Arial, sans-serif;
74
71
font-weight : lighter;
75
72
margin : 0 ;
76
- text-shadow : 0px -1px 1px # f3f3f3 ;
73
+ text-shadow : 0px -1px 1px # f3f3f3 ;
77
74
}
78
75
79
76
p {
83
80
padding : 0 ;
84
81
}
85
82
86
- a {
83
+ a {
87
84
color : # b04d22 ;
88
- font-weight : bold;
89
- text-decoration : none;
85
+ font-weight : bold;
86
+ text-decoration : none;
90
87
}
91
88
92
89
a : hover {
@@ -104,8 +101,9 @@ a:hover {
104
101
/* Main Body */
105
102
# outer-wrapper {
106
103
margin : 0 auto;
107
- overflow : hidden;
104
+ overflow : hidden;
108
105
width : 999px ; /* Main site width */
106
+ position : relative;
109
107
}
110
108
111
109
.rounded_top {
@@ -115,53 +113,56 @@ a:hover {
115
113
116
114
/* Body Text Column - Right container - holds body text*/
117
115
# inner-wrapper {
118
- float : right;
119
116
margin-right : 35px ;
120
117
padding-top : 1em ;
121
118
width : 629px ;
119
+ float : left;
122
120
}
123
121
124
122
# top { color : # 595249 ; font-size : 60px ; }
125
123
126
-
124
+ . clearfix { clear : both; }
127
125
128
126
129
127
130
128
131
129
/* ######### NAVIGATION ########## */
132
130
/* =N */
133
131
132
+ # stripe-wrapper {
133
+ }
134
+
134
135
# stripe {
135
136
background-color : # afb59b ;
136
137
background-image : url ('../images/bg5.jpg' );
137
138
height : 100% ;
138
139
padding-top : 26px ;
139
- position : fixed ;
140
+ float : left ;
140
141
margin : 0px 35px ;
141
142
text-align : center;
142
143
width : 265px ;
143
-
144
+
144
145
zoom : 1 ;
145
146
filter : progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=1);
146
- box-shadow : 0 0 7px black;
147
+ box-shadow : 0 0 7px black;
147
148
}
148
149
149
150
# stripe ul {
150
151
padding : 26px ;
151
152
text-align : left;
152
153
}
153
154
154
- # stripe a {
155
+ # stripe a {
155
156
color : # 2a1807 ;
156
157
display : block;
157
- font-weight : normal;
158
+ font-weight : normal;
158
159
font-family : Rosarivo, Arial, Sans-serif;
159
160
padding : .42em ;
160
161
border-bottom : 1px dashed # e0d5c7 ;
161
162
}
162
163
# stripe a : hover {
163
164
background : rgba (255 , 255 , 255 , .25 );
164
- border-radius : 2px ;
165
+ border-radius : 2px ;
165
166
color : # e95d3d ;
166
167
}
167
168
@@ -192,7 +193,7 @@ a:hover {
192
193
.contributors {
193
194
margin : 0 auto;
194
195
padding : 2em .5em ;
195
- width : 350px ;
196
+ width : 350px ;
196
197
}
197
198
198
199
.contributors li {
@@ -215,31 +216,31 @@ a:hover {
215
216
216
217
# two {
217
218
background-image : url ('../images/bulls/bull2.png' );
218
- background-position : 100% 95% ;
219
+ background-position : 100% 95% ;
219
220
}
220
221
221
222
# three {
222
223
background-image : url ('../images/bulls/bull3.png' );
223
- background-position : 90% 87% ;
224
+ background-position : 90% 87% ;
224
225
}
225
226
226
227
# five { /* Actually number 4 on the page */
227
228
background-image : url ('../images/bulls/bull5.png' );
228
- background-position : 100% 90% ;
229
+ background-position : 100% 90% ;
229
230
}
230
231
231
232
# seven {
232
233
background-image : url ('../images/bulls/bull6.png' );
233
- background-position : 100% 60% ;
234
+ background-position : 100% 60% ;
234
235
}
235
236
236
237
# eight {
237
238
background-image : url ('../images/bulls/bull7.png' );
238
- background-position : 100% 38% ;
239
+ background-position : 100% 38% ;
239
240
}
240
241
241
242
242
243
# nine {
243
244
background-image : url ('../images/bulls/bull8.png' );
244
- background-position : 100% 68% ;
245
- }
245
+ background-position : 100% 68% ;
246
+ }
0 commit comments