MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 17: | Zeile 17: | ||
} | } | ||
− | + | .card_scroll{ | |
+ | height: 180px; | ||
+ | } | ||
+ | .scrollable{ | ||
+ | overflow-y: auto; | ||
+ | max-height: 300px; | ||
+ | } | ||
+ | .bg { | ||
+ | /* The image used */ | ||
+ | background-image: url("http://wiki.tandler.com/images/8/87/Banner.png"); | ||
+ | /* Center and scale the image nicely */ | ||
+ | background-repeat: no-repeat; | ||
+ | background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%); | ||
+ | position: fixed; | ||
+ | left: 0; | ||
+ | min-width: 100%; | ||
+ | min-height: 100%; | ||
+ | } | ||
body { font-size: larger; } | body { font-size: larger; } |
Version vom 31. März 2021, 12: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; }
.nav-pills .nav-link.active {
background-color: #666699!important;
}
.card_scroll{
height: 180px;
}
.scrollable{
overflow-y: auto;
max-height: 300px;
}
.bg {
/* The image used */
background-image: url("http://wiki.tandler.com/images/8/87/Banner.png");
/* Center and scale the image nicely */
background-repeat: no-repeat;
background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
position: fixed;
left: 0;
min-width: 100%;
min-height: 100%;
}
body { font-size: larger; }