MediaWiki:Infobox.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
Created page with ".infobox { background-color: var(--theme-page-text-mix-color-95); border: 1px solid var(--theme-border-color); clear: right; display: table; float: right; margin-bottom: .5em; margin-left: 1em; padding: .2em; position: relative; }"
(No difference)

Revision as of 05:39, 10 June 2025

.infobox {
    background-color: var(--theme-page-text-mix-color-95);
    border: 1px solid var(--theme-border-color);
    clear: right;
    display: table;
    float: right;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: .2em;
    position: relative;
}