MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | |||
+ | @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap'); | ||
+ | |||
+ | |||
body.page-Example_Page li#ca-viewsource { display:none!important; } | body.page-Example_Page li#ca-viewsource { display:none!important; } | ||
Zeile 25: | Zeile 29: | ||
} | } | ||
− | body { | + | body { font-family: 'League Spartan', sans-serif; |
} | } | ||
Version vom 6. Februar 2025, 18:12 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');
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;
}
body { font-family: 'League Spartan', sans-serif;
}
ul {
list-style: circle;
}
.p-navbar {
background-color: #f6f6f9;
}