Jump to content

MediaWiki:Common.css: Difference between revisions

From Pyrrwiki
No edit summary
No edit summary
Line 14: Line 14:
}
}
.infobox-subtitle {
.infobox-subtitle {
     font-size: 1.15rem;
     font-style: italic;
     text-align: center;
     text-align: center;
}
}
Line 21: Line 21:
}
}
.infobox-table th {
.infobox-table th {
    text-align: right;
    vertical-align: top;
     width: 120px;
     width: 120px;
}
.infobox-table td {
    vertical-align: top;
}
}

Revision as of 15:36, 29 June 2025

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

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0.25em;
    width: 300px;
}
.infobox-title {
    font-size: 1.5rem;
    text-align: center;
}
.infobox-subtitle {
    font-style: italic;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    width: 120px;
}