Jump to content

MediaWiki:Common.css: Difference between revisions

From WikiTech
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-logo-wordmark,
.infobox {
.mw-logo-tagline {
    border: 1px solid #a2a9b1;
     display: none !important;
    background-color: #f8f9fa;
    width: 22em;
    font-size: 90%;
    line-height: 1.4em;
    float: right;
    margin: 0 0 1em 1em;
     padding: 0.2em;
}
}


.mw-logo-icon {
.infobox th {
     width: 200px !important;
     background-color: #eaecf0;
     height: auto !important;
     padding: 0.3em;
     object-fit: contain !important;
     text-align: left;
}
 
.infobox td {
    padding: 0.3em;
}
}

Latest revision as of 14:45, 20 January 2026

/* CSS placed here will be applied to all skins */
.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    width: 22em;
    font-size: 90%;
    line-height: 1.4em;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0.2em;
}

.infobox th {
    background-color: #eaecf0;
    padding: 0.3em;
    text-align: left;
}

.infobox td {
    padding: 0.3em;
}