MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Miderde-Wiki
Wechseln zu: Navigation, Suche
Zeile 40: Zeile 40:
 
   font-weight:bold;  
 
   font-weight:bold;  
 
   width:100%;
 
   width:100%;
 +
}
 +
 +
.container_mainp
 +
{
 +
  border:1px solid lightsteelblue;
 +
  padding:5px;
 +
  width:auto;
 +
  margin:0 0 0.5em 1em;
 +
  font-size:85%;
 +
  background:#F9F9F9;
 
}
 
}

Version vom 25. Mai 2021, 13:40 Uhr

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

a:link
{
   color:#8000ff; 
}

a:visited
{
   color:#4d0099;
}

a:hover
{
   color:#8000ff;
}

a:active
{
   color:#4d0099;
}

.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%;
}

.container_mainp
{
   border:1px solid lightsteelblue;
   padding:5px;
   width:auto;
   margin:0 0 0.5em 1em; 
   font-size:85%; 
   background:#F9F9F9;
}