MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Watch-Wiki
Zur Navigation springen Zur Suche springen
(Versuch mit Wikitable - keine Ahnung, was dieses Wiki kann :-))
(kein Unterschied)

Version vom 4. August 2010, 22:47 Uhr

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

/* --------------- */
/* 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%;
}