MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Athalon
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:
 
}
 
}
  
.ath-home-page img {
+
.ath-home-page-banner img {
 
     max-width: 100%;
 
     max-width: 100%;
 
     height: auto;
 
     height: auto;
 +
}
 +
 +
 +
.ath-home-page-map {
 +
 +
    display: flex;
 +
}
 +
 +
.ath-home-page-map .noresize {
 +
    width: auto !important;
 +
    height: auto !important;
 +
 +
}
 +
 +
.ath-home-page-map .noresize > img {
 +
    width: auto !important;
 +
    height: auto !important;
 +
    max-width: 100%;
 +
 
}
 
}

Version vom 23. März 2023, 09:34 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 {
width: 100%;

}

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


.ath-home-page-map {

    display: flex;
}

.ath-home-page-map .noresize {
    width: auto !important;
    height: auto !important;

}

.ath-home-page-map .noresize > img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;

}