MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fivefivezero
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


.KopfIcon {
.KopfIcon {
float: left;
width: 90px;
width: 90px;
height: 50px;
height: 50px;

Version vom 4. November 2023, 20:05 Uhr

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

.KopfIcon {
width: 90px;
height: 50px;
position: relative;
margin-left: 1px;
margin-top:-30px
}

.Tabelle {
border-color: white; 
border-width: 2px; 
border-style: solid;
background-color: #ffffff;
text-align: left; 
line-height: 150%;
}