MediaWiki:Common.css: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.infobox {
.infobox {
    background: #eee;
    border: 1px solid #aaa;
     float: right;
     float: right;
     margin: 0 0 1em 1em;
     margin: 0 0 1em 1em;
     padding: 1em;
     padding: 1em;
     width: 400px;
     width: 400px;
}
.infobox-body {
    background: #eee;
    border: 1px solid #aaa;
}
}
.infobox-title {
.infobox-title {
     font-size: 2em;
     font-size: 2em;
     text-align: center;
     text-align: center;
    float: right;
    margin: 0 0 0 0;
    width: 400px;
}
}
.infobox-image {
.infobox-image {

Revision as of 15:47, 4 November 2018

.infobox {
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-body {
    background: #eee;
    border: 1px solid #aaa;
}
.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;
}