MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus nox.bringyourownbeer.de
Zur Navigation springen Zur Suche springen
 
Zeile 2: Zeile 2:


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

Aktuelle Version vom 6. November 2022, 05:05 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

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