MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Miderde-Wiki
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
}
 
}
  
.header_lila_rund
+
.header_rund
 
{
 
{
  background:#8000ff;
 
  color: white;
 
 
   border-radius: 12px 12px;  
 
   border-radius: 12px 12px;  
  margin-bottom:2px;
 
  text-align:center;
 
  font-size:118%;
 
  font-weight:bold;
 
  width:100%;
 
 
}
 
}
  

Version vom 25. Mai 2021, 13:18 Uhr

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

.infobox
{
   float: right;
}

.header_rund
{
   border-radius: 12px 12px; 
}

.header_lila
{
   background:#8000ff;
   color: white;
   margin-bottom:2px; 
   text-align:center;
   font-size:118%;
   font-weight:bold; 
   width:100%;
}