Fixed 404 images.
This commit is contained in:
parent
ecf006b6d0
commit
b1cbae3487
21
afi.css
21
afi.css
@ -17,14 +17,16 @@ ogo/* css Zen Garden submission 057 - 'This is Cereal' by Shaun Inman, http://ww
|
||||
#extraDiv6 { display: none; }
|
||||
|
||||
/* Warning message styles for browsers that don't support CSS attribute selectors... */
|
||||
#extraDiv1 { position: absolute; top: 112px; left: 292px; width: 340px; height: 166px; background: url(txt_upgrade.gif) no-repeat; z-index: 10; }
|
||||
/*#extraDiv1 { position: absolute; top: 112px; left: 292px; width: 340px; height: 166px; background: url(extra/txt_upgrade.gif) no-repeat; z-index: 10; }*/
|
||||
#extraDiv1 { position: absolute; top: 112px; left: 292px; z-index: 10; }
|
||||
#container { padding: 296px 0 0 294px; z-index: 99; }
|
||||
/* Clear the warning styles for those that do... */
|
||||
div[id="extraDiv1"] { display: none; }
|
||||
div[id="container"] { padding: 105px 0px 0 0px !important; }
|
||||
|
||||
/* Spoon graphic and pull-quote */
|
||||
#extraDiv2 { position: absolute; top: 1200px; left: 0px; width: 229px; height: 580px; background: url(spoon_flake.png) no-repeat; z-index: 0; }
|
||||
/*#extraDiv2 { position: absolute; top: 1200px; left: 0px; width: 229px; height: 580px; background: url(extra/spoon_flake.png) no-repeat; z-index: 0; }*/
|
||||
#extraDiv2 { position: absolute; z-index: 0; }
|
||||
div[id="extraDiv2"] { top: 712px !important; }
|
||||
|
||||
/* Grapefruit graphic */
|
||||
@ -40,25 +42,25 @@ div[id="extraDiv2"] { top: 712px !important; }
|
||||
|
||||
/* Photo Credit */
|
||||
div[id="extraDiv5"] { display: block !important; position: relative; margin-left: 4px; height: 0; z-index: 0; }
|
||||
div[id="extraDiv5"]>span {
|
||||
/*div[id="extraDiv5"]>span {
|
||||
position: absolute;
|
||||
bottom: -33px;
|
||||
width: 100%;
|
||||
height: 336px;
|
||||
background: url(txt_credit.gif) no-repeat;
|
||||
}
|
||||
background: url(extra/txt_credit.gif) no-repeat;
|
||||
}*/
|
||||
|
||||
/* Quality text and SI logo */
|
||||
div[id="extraDiv6"] {
|
||||
/*div[id="extraDiv6"] {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
top: 476px;
|
||||
left: 103px;
|
||||
width: 146px;
|
||||
height: 77px;
|
||||
background: url(txt_quality.gif) no-repeat;
|
||||
background: url(extra/txt_quality.gif) no-repeat;
|
||||
z-index: 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@ -112,7 +114,8 @@ div[id="preamble"]>p.p2 { background: url(head_enlightenment.png) no-repeat !imp
|
||||
#explanation { background: url(head_explanation.gif) no-repeat; }
|
||||
#participation { background: url(head_participation.gif) no-repeat; }
|
||||
#benefits { background: url(head_benefits.gif) no-repeat; }
|
||||
#requirements { position: relative; background: url(head_requirements.gif) no-repeat; z-index: 1; }
|
||||
/*#requirements { position: relative; background: url(head_requirements.gif) no-repeat; z-index: 1; }*/
|
||||
#requirements { position: relative; z-index: 1; }
|
||||
|
||||
#quickSummary { margin-bottom: 2em; }
|
||||
div[id="quickSummary"] { margin-bottom: 0 !important; }
|
||||
|
Loading…
Reference in New Issue
Block a user