MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Horizon
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: * CSS an dieser Stelle wirkt sich auf alle Skins aus: wikitable/prettytable class for skinning normal tables: table.wikitable { margin: 1em 1em 1em 0; ...)
(kein Unterschied)

Version vom 15. August 2009, 12:19 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable
{
    margin: 1em 1em 1em 0;
    background: #efefef;
    border: 1px #5e5e5e solid;
    border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 2px #aaa inset;
    padding: 3px;
    text-align: center;
}

table.wikitable th,
table.prettytable th {
    background: #d3d3d3;
    text-align: center;
}

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

table.wikitable code {
    background-color: transparent;
}