MediaWiki:Common.css: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.infobox {
.infobox {
background-color: #ffff00;
    border: 1px solid #a2a9b1;
border: 2px solid #008600;
    background-color: #f8f9fa;
float: right;
    color: #000;
margin: 0 0 1em 1em;
    width: 300px;
padding: 1em;
    float: right;
width: 400px;
    padding: 0.5em 0.75em;
}
}
.infobox-title {
.infobox-title {
border: 1px solid #000000;
    font-size: 1.35em;
font-size: 1.5em;
    font-weight: bold;
text-align: center;
    background-color: transparent;
background-color: #ff0000;
    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 {
.infobox-image {
text-align: center;
    max-width: 260px;
background-color: #ffff00;
    object-fit: contain;
    background-color: transparent;
    padding: 10px 4px;
}
}

Revision as of 19:29, 14 January 2023

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

.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;
}