MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki-Langen
Wechseln zu: Navigation, Suche
 
Zeile 15: Zeile 15:
 
.InfoboxKrBild  
 
.InfoboxKrBild  
 
{
 
{
  position: absolute;
 
 
   top: 2px;
 
   top: 2px;
 
   left: 0px;
 
   left: 0px;
 
   padding: 1px;
 
   padding: 1px;
 
}
 
}

Aktuelle Version vom 14. Mai 2017, 23:27 Uhr

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

.InfoboxKr 
{
  position: relative;
  margin: 1px 0px;
  border-left: none !important;
  border-right: none !important;
  padding: 0;
  min-height: 70px;
  border: 1px solid #bbb;
}


.InfoboxKrBild 
{
  top: 2px;
  left: 0px;
  padding: 1px;
}