MediaWiki:Common.css

Aus Beyond the Wormhole
Wechseln zu: Navigation, Suche
/*
<pre>
*/

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

/* btwwikitable class for skinning details tables */

table.btwwikitable {
  margin: 1em 1em 1em 0;
  background: #fcfcfc;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.btwwikitable th, table.btwwikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.btwwikitable th {
  background: #f2f2f2;
  text-align: center;
  text-indent: 0px;
}

table.btwwikitable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/*
</pre>
*/