MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Miderde-Wiki
Wechseln zu: Navigation, Suche
 
Zeile 21: Zeile 21:
 
}
 
}
  
a:new
+
a.new
 
{
 
{
 
   color:#99004d
 
   color:#99004d

Aktuelle Version vom 25. Mai 2021, 18:04 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;
}

a.new
{
   color:#99004d
}

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