MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 131: Line 131:
     padding: 0 !important;
     padding: 0 !important;
     border: none !important;
     border: none !important;
}
.infobox {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 280px;
    background: #f9f9f9;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
    font-size: 90%;
    line-height: 1.4em;
}
.infobox-title {
    background: #cedff2;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    padding: 0.3em;
    border-bottom: 1px solid #a2a9b1;
}
.infobox-rows {
    width: 100%;
    border-collapse: collapse;
}
.infobox-rows th,
.infobox-rows td {
    border-top: 1px solid #a2a9b1;
    vertical-align: top;
    padding: 0.3em;
}
.infobox-rows th {
    background: #f2f2f2;
    width: 40%;
    text-align: left;
}
.infobox-footer {
    text-align: center;
    font-style: italic;
    padding: 0.4em;
    background: #e9ecef;
}
.infobox-imagearea {
    text-align: center;
    padding: 0.5em;
}
.infobox-imagearea img {
    max-width: 95%;
    height: auto;
}
}