2,664
edits
m (Updated to latest common.css, with code for new landing page) |
m (Moved buttons on landing page, fixed hover color in popup box on landing page.) |
||
Line 103: | Line 103: | ||
/* landing page */ | /* landing page */ | ||
.fakelink { | .fakelink { | ||
color:#004d99; | |||
display:block; | |||
} | } | ||
Line 202: | Line 203: | ||
/* button placement */ | /* button placement */ | ||
#all_countries_button {top: | #all_countries_button {top:22%; left:40%;} | ||
#africa_button {top: | #africa_button {top:60%; left:49%;} | ||
#asia_button {top: | #asia_button {top:40%; left:73%;} | ||
#europe_button {top:39%; left: 52%;} | |||
#europe_button {top: | |||
#middle_east_button {top:56%; left:57%;} | #middle_east_button {top:56%; left:57%;} | ||
#north_america_button {top: | #north_america_button {top:35%; left:22%;} | ||
#pacific_button {top: | #pacific_button {top:73%; left:85%;}/* Australia/Oceania button*/ | ||
#south_america_button {top: | #south_america_button {top:70%; left:27%;} | ||
/* Callout is the 'Guided Research' element */ | /* Callout is the 'Guided Research' element */ | ||
Line 317: | Line 315: | ||
.menulink:hover { | .menulink:hover { | ||
background-color: | background-color: #ecebea; | ||
} | } | ||
edits