MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Miderde-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: .infobox { float: right; }“)
 
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* 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
 
.infobox
 
{
 
{
 
   float: right;
 
   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;
 
}
 
}

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