MediaWiki:Medik.css: Difference between revisions
From Makerpedia
Increased logo size, hid "Navigation" header, changed navigation colors+centering |
No edit summary |
||
| Line 6: | Line 6: | ||
height: 5em; | height: 5em; | ||
} | } | ||
} | } | ||
Revision as of 22:37, 24 January 2025
/* All CSS here will be loaded for users of the Medik skin */
@media screen and (min-width: 768px) {
#p-banner .mw-wiki-logo {
width: 5em;
height: 5em;
}
}
#mw-navigation {
background-color: #003069;
}
#mw-navigation a:not(.disabled) {
color: white;
}
#p-navigation li {
text-align: center;
}
#n-HOME a::before {
mask: url("images/icons/home.svg");
-webkit-mask: url("images/icons/home.svg");
}