MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Athalon
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
table.smelting tbody{
 
table.smelting tbody{
 
     background-image:url('http://wiki.athalon.de/images/b/b8/Smelting-Background.png');
 
     background-image:url('http://wiki.athalon.de/images/b/b8/Smelting-Background.png');
 +
}
 +
 +
.ath-home-page img {
 +
    max-width: 100%;
 +
    height: auto;
 
}
 
}

Version vom 23. März 2023, 09:02 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.crafting tbody{
     background-image:url('http://wiki.athalon.de/images/c/cc/Crafting-Background.png');
}

table.smelting tbody{
     background-image:url('http://wiki.athalon.de/images/b/b8/Smelting-Background.png');
}

.ath-home-page img {
    max-width: 100%;
    height: auto;
}