User:Vaileasys/sandbox

From PZwiki
< User:Vaileasys
Revision as of 06:22, 29 March 2024 by Vaileasys (talk | contribs) (sitenotice wip)

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 on the pzwiki discord channel.

Be crafty.png

#sitenotice {
    background-color: #f8f9fa;
    text-align: center;
}

.sitenotice {
    justify-content: space-between;
    margin: 0.75rem 0;
    padding: 1rem 2rem;
    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: 2rem;
}

.sitenotice > div:last-child {
    margin-left: 2rem;
}

/* hide images if screen size is less than 720px */
@media screen and (max-width: 720px) {
    .sitenotice > div:first-child,
    .sitenotice > div:last-child {
        display: none;
    }