MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus main
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎* CSS an dieser Stelle wirkt sich auf alle Skins aus: .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #AAA solid; border-coll...)
 
Zeile 25: Zeile 25:
  margin-right: inherit;
  margin-right: inherit;
  font-weight: bold;
  font-weight: bold;
}
.h2blockhp {
border:1px solid #AAAAAA;
background-color:#F0F0F0;
padding:0.2em; margin:0;
font-size: 110%;
font-weight:bold;
text-indent:0.5em;
}
}

Version vom 21. Februar 2008, 07:27 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
.wikitable,
.prettytable {
 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #AAA solid;
 border-collapse: collapse;
 empty-cells:show;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
 border: 1px #AAA solid;
 padding: 0.3em;
}

.wikitable th, .prettytable th{
 background:#CCC;
}


.wikitable caption,
.prettytable caption {
 margin-left: inherit;
 margin-right: inherit;
 font-weight: bold;
}

.h2blockhp {
 border:1px solid #AAAAAA;
 background-color:#F0F0F0;
 padding:0.2em; margin:0;
 font-size: 110%;
 font-weight:bold;
 text-indent:0.5em;
}