MediaWiki:Common.css: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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;
    margin: 0.5em 0 0.5em 1em;
padding: 1em;
    padding: 0.2em;
width: 400px;
    float: right;
    clear: right;
    font-size: 90%;
    line-height: 1.5em;
    width: 22em;
}
}
.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;
    padding: 0.2em;
}
}
.infobox-image {
 
text-align: center;
.infobox-row-title {
background-color: #ffff00;
    width: 35%;
}
 
.infobox-row-header {
    text-align: center;
}
 
.infobox td, .infobox th {
    vertical-align: top;
}
}

Latest revision as of 16:55, 15 January 2023

.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #000;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 90%;
    line-height: 1.5em;
    width: 22em;
}

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

.infobox-row-title {
    width: 35%;
}

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

.infobox td, .infobox th {
    vertical-align: top;
}