MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Unterrichtsmaterial
Wechseln zu:Navigation, Suche
Zeile 18: Zeile 18:
 
}
 
}
 
.infobox th {
 
.infobox th {
     text-align: right;
+
     text-align: left;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;

Version vom 28. November 2019, 10:31 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
    background: #f9f9f9;
    padding: none;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}