53,890
edits
mNo edit summary |
(Add styles for Main_Page-GR) |
||
Line 1: | Line 1: | ||
/*Code for Guided Research Page*/ | /* The background container for Main_Page-GR */ | ||
#GRContainer { | |||
background-image: url(/wiki/en/img_auth.php/9/95/World_map_purplish.png); | |||
background-size: cover; | |||
} | |||
/* the menu table on the Main_Page-GR */ | |||
#GRMenu { | |||
border:1px solid black; | |||
width:max-content; | |||
margin-left: auto; | |||
margin-right: auto; | |||
background-color: #ffffffd1; /* white with alpha transparency */ | |||
} | |||
/* The callout for Main_Page-GR */ | |||
.callout2 { | |||
position: absolute; | |||
top: 1%; | |||
right: 80%; | |||
width: 160px; | |||
text-align: center; | |||
font-size: 1rem; | |||
cursor: pointer; | |||
border-radius: 5px; | |||
box-shadow: 5px 5px 2px #888888; | |||
color: #004d99; | |||
background-color: white; | |||
padding: 5px; | |||
border: 1px solid gray | |||
} | |||
/* The div containing the logo on Main Page-GR */ | |||
.GRLogo { | |||
position: absolute; | |||
left: 80%; | |||
top: 1%; | |||
} | |||
/* Code for Guided Research Page */ | |||
.GR-where-can-I-find { | .GR-where-can-I-find { | ||
font-family:museo; | font-family:museo; |
edits