Jump to content

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

From VeraciaWiki
No edit summary
No edit summary
Line 4: Line 4:
     float: right;
     float: right;


    padding: 1em;
     width: 250px;
     width: 250px;
}
}

Revision as of 16:36, 4 April 2024

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;

    width: 250px;
}
.infobox-title {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}
.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;
}