MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 58: | Zeile 58: | ||
body.page-Hauptseite a, | body.page-Hauptseite a, | ||
body.page-Kontakt a { | body.page-Kontakt a { | ||
− | color: | + | color: #372281 !important; |
font-weight: normal !important; | font-weight: normal !important; | ||
} | } | ||
</style> | </style> |
Version vom 3. Juni 2025, 14:41 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;
font-size: 20px; /* Standardtext größer machen */
}
ul {
list-style: circle;
}
.p-navbar {
background-color: #f6f6f9;
}
a {
color: #b60e7f !important;
font-weight: bold !important;
}
#toc a {
color: #372281 !important;
font-weight: normal !important;
}
#mw-panel a,
#p-navigation a,
.portal a {
color: #372281 !important;
font-weight: normal !important;
}
body.page-Hauptseite a,
body.page-Kontakt a {
color: #372281 !important;
font-weight: normal !important;
}
</style>