No edit summary
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
:root {
:root {
   --background-color-base: #E6E6DD; /* Light Beige */
   --background-color-base: #E6E6DD; /* Light Beige */
}
li {
    text-decoration: none;
}
}


Line 44: Line 48:
}
}
}
}
.mw-logo-wordmark {
.mw-logo-wordmark {
        display: none;
font-family: "Times New Roman", Times, serif;
}
 
/* Logo appearance */
.mw-logo-icon {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 0px;
}
 
/* Move the main menu down to make space for the logo */
div#vector-main-menu {
    position: absolute;
}
}