MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 18: | Zeile 18: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
− | background-size: | + | background-size: cover; |
} | } | ||
Version vom 16. Oktober 2020, 13:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Example_Page li#ca-viewsource { display:none!important; }
.res-img img {
max-width:100%;
height:auto;
}
#ca-nstab-main { display:none!important; }
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
body {
background-image:url("http://wiki.tandler.com/images/7/70/Screenshot3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.nav-pills .nav-link.active {
background-color: #666699!important;
}