MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 29: | Line 29: | ||
.mw-collapsible { | .mw-collapsible { | ||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); | transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); | ||
} | |||
/* ausblenden von page information */ | |||
body.anonymous a[href*="action=info"] { | |||
display: none !important; | |||
} | } | ||
Revision as of 07:34, 20 October 2025
/* CSS placed here will be applied to all skins */
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
/* fuer vector legacy, um logo richtig darzustellen */
#p-logo a {
background-size: contain !important; /* skaliert das Bild passend */
background-position: center center;
}
/* fuer "quickstart" auf startpage
/* Hover-Effekt für Collapsibles */
.modern-accordion:hover {
box-shadow: 0 6px 16px rgba(0,0,0,0.12);
transform: translateY(-2px);
transition: all 0.3s ease;
}
/* Bracket entfernen */
.mw-collapsible-toggle-default:before,
.mw-collapsible-toggle-default:after {
display: none;
}
/* Smooth Transitions */
.mw-collapsible {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* ausblenden von page information */
body.anonymous a[href*="action=info"] {
display: none !important;
}