MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 11: Line 11:
     width: 400px;
     width: 400px;
     border-radius: 5px;
     border-radius: 5px;
     drop-shadow(16px 16px 10px black);
     box-shadow: 5px 10px #888888;
}
}
.infobox-title {
.infobox-title {

Revision as of 16:14, 18 December 2022

/* 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 #888888;
}
.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;
}