MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Alrik
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:
}
}


div.float-right,
table.float-right,
ul.float-right,
.float-right {
.float-right {
clear: right;
clear: right;

Version vom 8. Oktober 2020, 12:52 Uhr

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

.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
}

div.float-right,
table.float-right,
ul.float-right,
.float-right {
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}