Difference between revisions of "MediaWiki:Common.css"

From Crash Bandicoot Hacking Wiki
Jump to navigation Jump to search
(Added noticebox and noticebox-todo class styles)
(No difference)

Revision as of 14:50, 29 April 2019

/* CSS placed here will be applied to all skins */

.noticebox {
    display: table;
    padding-left: 16px;
    min-width: 30%;
    border-radius: 0px 16px 16px 0px;
    font-size: 1.2em;
}

.noticebox-todo {
    background-color: BlanchedAlmond;
}