MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
(Removed Infobox CSS to dedicated CCS in template.)
Tags: Replaced Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Infobox CSS */
.infobox {
    background: #272e34;
    border: 0px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
    border-radius: 5px;
    box-shadow: 5px 10px 30px 10px #000000;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

Revision as of 22:06, 18 December 2022

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