MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Forschungsdaten.org
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
     text-align: center;
     text-align: center;
     background-color: #7F99BF;
     background-color: #7F99BF;
}.toc {
}
.toc {
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
    float: right;
}
}

Version vom 11. Mai 2015, 14:45 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.forschungsdaten-infobox {
    width: 315px;
    float: right;

    margin-left: 20px;
    margin-bottom: 20px;
}
.forschungsdaten-infobox-header {
    text-align: center;
    background-color: #7F99BF;
}
.toc {
    margin-bottom: 0.5em;
    float: right;
}