User:Vaileasys/sandbox

From PZwiki
< User:Vaileasys
Revision as of 06:49, 29 March 2024 by Vaileasys (talk | contribs) (update css and remove inline styles)

Spiffo rummage.png

Wiki maintenance!

The wiki will be undergoing some maintenance while we modify the default theme.
Notice any oddities or want to provide feedback? Let us know on the discussion page or the pzwiki discord channel.

Be crafty.png

/* Mediawiki:Sitenotice */
#sitenotice {
    background-color: #f8f9fa;
    text-align: center;
}
.sitenotice {
    justify-content: space-between;
    margin: 0.75rem 0;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eaecf0;
    display: flex;
    width: auto;
    align-items: center;
}
.sitenotice > div {
    display: flex;
    flex-direction: column;
}
.sitenotice > div:first-child {
    margin-right: 1rem;
}
.sitenotice > div:last-child {
    margin-left: 1rem;
}
/* hide images if screen size is less than 720px */
@media screen and (max-width: 719px) {
    .sitenotice > div:first-child,
    .sitenotice > div:last-child {
        display: none;
    }
}

TODO:

  • create an anonnotice for users that aren't logged in
    • wording will be adjusted directing them to create an account to change the theme
  • Once style implemented, modify to advise how to change the theme