MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Horizon
Wechseln zu: Navigation, Suche
Zeile 38: Zeile 38:
 
   width: 66px;
 
   width: 66px;
 
   height: 56px;
 
   height: 56px;
 +
  background-position:center center;
 +
  background-repeat:no-repeat;
 
}
 
}
 
div.image_mstu
 
div.image_mstu

Version vom 21. November 2009, 20:24 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;
}

div.image_small
{
  width: 66px;
  height: 56px;
  background-position:center center;
  background-repeat:no-repeat;
}
div.image_mstu
{
  background-image:url(http://www.starborn.org/game/pix/skins/default/cnt/defence/def_mstu.jpg);
}