MediaWiki:Common.less/updates.less

From RuneScape Classic Wiki
Jump to navigation Jump to search
// <pre>
// [[Template:Update]]
:root {
    --update-header-border-color: grey;
    --update-header-background: #F5F5F5;
}

.update-header {
    max-width: 650px;
    border-radius: 3px;
    border: 1px solid var(--update-header-border-color);
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    background: var(--update-header-background);
    text-align: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}