MediaWiki:Common.css: Unterschied zwischen den Versionen

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

Version vom 25. Mai 2021, 13:17 Uhr

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

.infobox
{
   float: right;
}

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

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