MediaWiki:Mobile.css: Difference between revisions

Add styles introduced for Main_Page-GR
(change gradient to solid)
(Add styles introduced for Main_Page-GR)
Line 1: Line 1:
/* 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 {
font-family:museo;
font-size:20px;
font-weight:bold;
margin-top:0.7em;
}
.GR-start-here {
margin-top:0.9em;
font-size:15px;
font-weight:bold;
}
.GR-links-below {
margin-left:1em;
}
.GR-you-can-try {
margin-left:4em;
font-weight:bold;
margin-top:1.5em;
}
.GR-if-not-found {
font-size:15px;
font-weight:bold;
}
ul.GR-indent-bulleted-list {
margin-left:5em;
margin-bottom:1em;
}
  /* Create a class for GR Sidebar tables */
  /* Create a class for GR Sidebar tables */
.sidebar {
.sidebar {
53,890

edits