Jump to content

MediaWiki:Common.css: Difference between revisions

From FC1
No edit summary
No edit summary
 
(24 intermediate revisions 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 */


.infobox {
/* Target all common MediaWiki dark mode classes */
    background: #eee;
.skin-theme-clientpref-night img {
    border: 1px solid #aaa;
     background-color: transparent !important;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
     text-align: center;
}
.infobox heading {
    text-align:center;
    font-size: 1em;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
}

Latest revision as of 15:26, 23 March 2026

/* CSS placed here will be applied to all skins */

/* Target all common MediaWiki dark mode classes */
.skin-theme-clientpref-night img {
    background-color: transparent !important;
}