Jump to content

Template:Infobox Player/styles.css: Difference between revisions

From VeraciaWiki
No edit summary
No edit summary
Line 12: Line 12:
     font-weight: bold;
     font-weight: bold;
}
}
.infobox-race-class {
    text-align: center;
}
.infobox-image {
.infobox-image {
     text-align: center;
     text-align: center;

Revision as of 16:39, 4 April 2024

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 0.5em 0.5em;
    padding: 0.5em;
    width: 250px;
}
.infobox-title {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}
.infobox-race-class {
    text-align: center;
}

.infobox-image {
    text-align: center;
}
.infobox-image-quote {
    text-align: center;
    font-style: italic;
}

.infobox-table th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}