Difference between revisions of "MediaWiki:Common.css"

From Machibarusu
Jump to navigation Jump to search
Line 32: Line 32:


.customheader {
.customheader {
     background: #FFF9E2;
     background: #FFD400;
     border: 1px solid transparent;
     border: 1px solid transparent;
     border-radius: .3em;
     border-radius: .3em;

Revision as of 17:22, 4 November 2022

/* INFOBOX */

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}

.infobox-title {
    font-size: 1.5em;
    text-align: center;
}

.infobox-image {
    text-align: center;
}

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

.infobox td {
    vertical-align: top;
}

/* CUSTOM HEADER */

.customheader {
    background: #FFD400;
    border: 1px solid transparent;
    border-radius: .3em;
    font-size: 130%;
    font-weight: bold;
    margin: 5px 0 10px;
    overflow: auto;
    padding: .3em .4em .2em;
    text-align: center;
}

/* CHARACTER FRAME */

.charframe {
    background: #FFF9E2;
    border: 2px solid #FFD400;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 135px;
}

.charframe-image {
    text-align: left;
}

.charframe-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.charframe-subtitle {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}