MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Athalon
Zur Navigation springen Zur Suche springen
(Hintergrund für die Crafting-Box hochgeladen)
Zeile 2: Zeile 2:
 
table.crafting tbody{
 
table.crafting tbody{
 
     background-image:url('http://wiki.athalon.net/images/c/cc/Crafting-Background.png');
 
     background-image:url('http://wiki.athalon.net/images/c/cc/Crafting-Background.png');
 +
}
 +
 +
table.smelting tbody{
 +
    background-image:url('http://wiki.athalon.net/images/b/b8/Smelting-Background.png');
 
}
 
}

Version vom 31. Oktober 2019, 02:56 Uhr

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

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