Jump to content

MediaWiki:Common.css: Difference between revisions

Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
Peoplesconcord (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
<style>
/* Standard infobox styling */
/* Center headers like "Incumbent" */
table.infobox {
.infobox .infobox-above {
     float: right;
     text-align: center !important;
    clear: right;
    margin: 0 0 1em 1em;
    width: 300px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    font-size: 90%;
    line-height: 1.4em;
}
}
/* Center table headers */
.infobox th {
    text-align: center !important;
}
/* Keep table data left-aligned */
.infobox td {
    text-align: left !important;
}
</style>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.