MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fivefivezero
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
height: 50px;
height: 50px;
position: relative;
position: relative;
top: -50px;
margin-right: 80px;
margin-right: 80px;
}
}

Version vom 9. Oktober 2023, 16:54 Uhr

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

.KopfIcon {
float: right;
width: 90px;
height: 50px;
position: relative;
margin-right: 80px;
}

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