MediaWiki:Common.css: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
     float: right;
     float: right;
     padding: 0.5em 0.75em;
     padding: 0.5em 0.75em;
    margin-left: 1em;
}
}



Revision as of 20:34, 14 January 2023

.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #000;
    width: 300px;
    float: right;
    padding: 0.5em 0.75em;
    margin-left: 1em;
}

.infobox-title {
    font-size: 1.35em;
    font-weight: bold;
    background-color: transparent;
    color: inherit;
    border: none;
    text-align: center;
}

.infobox-row-header {
    text-align: center;
}

.infobox-row-title {
    width: 30%;
    text-align: left;
}

.infobox-row-value {
    text-align: left;
}

.infobox-image {
    max-width: 260px;
    object-fit: contain;
    background-color: transparent;
    padding: 10px 4px;
}