MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Freiheit statt Angst!
Zur Navigation springen Zur Suche springen
K (Schadensbegrenzung für die Inhaltsverzeichnisvorlage der Demo am 11.10.08, die eine Zusammenfassung anbietet.)
K (Allgemeine Schadensbegrenzung auch für den Internet Explorer?)
Zeile 27: Zeile 27:
 
  a[title="Vorlage:FNF-Navi de/Planung"] {
 
  a[title="Vorlage:FNF-Navi de/Planung"] {
 
   display:none;
 
   display:none;
 +
}
 +
h1.noeditsection .editsection,
 +
h2.noeditsection .editsection,
 +
h3.noeditsection .editsection,
 +
h4.noeditsection .editsection,
 +
h5.noeditsection .editsection,
 +
h6.noeditsection .editsection {
 +
  display: none;
 
  }
 
  }

Version vom 26. Juni 2008, 21:50 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/** Definitionen aus Wikipedia: http://de.wikipedia.org/wiki/MediaWiki:Common.css **/
 .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 caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }

 /** Schadensbegrenzung für die Inhaltsverzeichnisvorlage der Demo am 11.10.08, die eine Zusammenfassung anbietet. **/
 a[title="Vorlage:FNF-Navi de/Planung"] {
   display:none;
 }
 h1.noeditsection .editsection,
 h2.noeditsection .editsection,
 h3.noeditsection .editsection,
 h4.noeditsection .editsection,
 h5.noeditsection .editsection,
 h6.noeditsection .editsection {
   display: none;
 }