MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Watch-Wiki
Zur Navigation springen Zur Suche springen
(Für Contribs-Footer)
(→‎Ausblendungen auf der deutschen Hauptseite: Kategorien, ist Weiterleitung und Kopfzeile Hauptseite/de)
Zeile 1: Zeile 1:
 
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 +
 +
/* -------------------------- */
 +
/* Hauptseiten                */
 +
/* -------------------------- */
 +
 +
/* Ausblendungen auf der deutschen Hauptseite */
 +
 +
#page-Hauptseite_de#catlinks,
 +
#page-Hauptseite_de#contentSub,
 +
#page-Hauptseite_de h1.firstHeading {
 +
  display: none;
 +
}
  
 
/* --------------- */
 
/* --------------- */

Version vom 23. Juli 2011, 16:46 Uhr

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

/* -------------------------- */
/* Hauptseiten                */
/* -------------------------- */

/* Ausblendungen auf der deutschen Hauptseite */

#page-Hauptseite_de#catlinks,
#page-Hauptseite_de#contentSub,
#page-Hauptseite_de h1.firstHeading {
  display: none;
}

/* --------------- */
/* Wikitable       */
/* --------------- */
table.wikitable,
table.wikisubtable,
table.wikifoldtable {
    background: whitesmoke;
    border-collapse: collapse;
    empty-cells:show;
}
 
table.wikitable {
    margin: 1em 1em 1em 0;
    border: 1px darkgray solid;
    /* text-indent: 2px; */
}
.wikitable th, .wikitable td {
    border: 1px darkgray solid;
    padding: 0.25em;
}
.wikitable th,
.wikisubtable th,
.wikifoldtable th {
    background: gainsboro;
    text-align: center;
}
.wikitable caption,
.wikisubtable caption,
.wikifoldtable caption {
    font-weight: bold;
}
 
table.float-left {
  float: left;
  clear: left;
}
table.float-right {
  float: right;
  clear: right;
  margin: 1em 0 1em 1em;
}
table.centered {
  margin-left: auto;
  margin-right: auto;
  margin-top:1.95em;
}
table.texttop td {
  vertical-align:top;
}
 
table.wikifoldtable {
  margin: 0;
  border: 1px darkgray hidden;
  text-indent: 1px;
}
.wikifoldtable th, .wikifoldtable td {
  border: 1px darkgray solid;
  padding: 0;
  vertical-align:top;
  font-size: 100%;
}
 
table.wikisubtable {
  margin: 0;
  border: 1px darkgray hidden;
  text-indent: 1px;
  width:100%
}
.wikisubtable th, .wikisubtable td {
  border: 1px darkgray solid;
  padding: 0;
  vertical-align:top;
  font-size: 75%;
}

/* -------------------------- */
/* Contribs                   */
/* -------------------------- */
table.sp-contributions-footer {
  clear: both;
  border: 1px solid darkgray;
  background: whitesmoke;
  width: 100%; 
  margin: .2em auto;
  font-size: 84%;
  padding: 0px;
}